/* CSS Document */
body{
	margin:0px;
	background-image:url('images/bg_top.gif');
	background-position:top;
	background-repeat:repeat-x;
}
select,textarea,input{
	font-family:Tahoma,Arial,sans-serif;
	font-size:11px;
	background-color:#222222; 
	color:#FFFFFF;  
	border-color:#999999;
	border:1px solid
}
checkbox{
	border-width:0px;
	border-style:none;
}
textarea{
	width:300px;
}
td{
	font-family:Tahoma,Arial,sans-serif;
	font-size:11px;
	color:white;
}
a{
	color:#CCCCCC;
}
.bg_top{
	background-image:url('images/bg_top.gif');
	background-position:top;
	background-repeat:repeat-x;
}
.bg_bottom{
	background-image:url('images/bg_bottom.gif');
	background-position:bottom;
	background-repeat:repeat-x;
}
.header{
	background-image:url('images/header.gif');
	height:84px;
	width:788px;
	background-repeat:no-repeat;
}
.menu{
	width:788px;
	height:39px;
}
.left{
	background-image:url('images/left.gif');
	width:5px;
}
.right{
	background-image:url('images/right.gif');
	width:5px;
}
.mid{
	background-image:url('images/mid.gif');
	width:10px;
}
.main_left{
	background-color:black;
	width:550px;
}
.main_right{
	background-color:black;
	width:218px;
}
.bottom{
	background-image:url('images/bottom.gif');
	width:788px;
	height:38px;
}
#map{
	width:550px;
	height:333px;
	background-image:url('images/map.gif');
}
.album{
	width:100%;
	border-bottom-style:solid;
	border-bottom-color:#333333;
	border-bottom-width:1px;
}
.album-beschreibung{
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	text-align:justify;
}
.nav-albname{
	text-align:left;
	font-family:Tahoma;
	font-weight:900;
	font-size:13px;
}
.nav-album{
	border-bottom-style:solid;
	border-bottom-color:#333333;
	border-bottom-width:1px;
	width:100%;
	
}
.nav-nroffotos{
	padding:2px;
}
.nav-destination{
	padding:2px;
}
.error{
	color:red;
}

.td-thumb{
	padding:5px;
}

.tbl-comment{
}

.dst-name{
	font-size:16px;
	font-weight:900;
	font-family:Arial;
}


/*Design for Playlist Selection */
a.pl { 
	display:block;
	padding:4px;
	border-width:1px;
	border-style:solid;
	border-color:#E0DFE3;
	/*width:96%;*/
	color:black;
	vertical-align:top;
	height:110px;
}
a.pl:link    { 
	background-color:transparent; 
}
apl:visited { 
	background-color:transparent; 
}
a.pl:hover   { 
	background-color:#CFE0FE; 
}
a.pl:active  { 
	background-color:#CFE0FE; 
}

a.spl { 
	display:block;
	padding:4px;
	border-width:1px;
	border-style:solid;
	border-color:#E0DFE3;
	color:#FFFFFF;
	vertical-align:top;
	text-decoration:none;
	text-align:center;
}
a.spl:link    { 
	background-color:#0d181b; 
}
a.spl:visited { 
	background-color:transparent; 
}
a.spl:hover   { 
	background-color:#2A4E59; 
	color:#C6EAF5;
}
a.spl:active  { 
	background-color#2A4E59; 
	color:#C6EAF5;
}
.spl_break{
	padding:1px;
}
.spl_thumb{
	position:absolute;
	display:none;
	padding-left:60px;
	text-align:center;
	vertical-align:middle;
	width:130px;
}
.pl_break{
	padding:1px;
}
.pl_prepic{
	padding-left:0px;
	padding-right:0px;
}

a.nav-albname{
	text-decoration:none;
	color:#b5f5ab;
}
a.nav-albname:link    { 
	text-decoration:none;
	color:#b5f5ab;
}
a.nav-albname:visited { 
	text-decoration:none; 
	color:#CCCCCC;
}
a.nav-albname:hover   { 
	text-decoration:none;
	color:#C6EAF5;
}

a.destination{
	text-decoration:none;
	color:#FFFFFF;
}
a.destination:link    { 
	text-decoration:none;
	color:#FFFFFF;
}
a.destination:visited { 
	text-decoration:none; 
	color:#CCCCCC;
}
a.destination:hover   { 
	text-decoration:none;
	color:#C6EAF5;
}


a:active  { 
	text-decoration:none;
	color:#C6EAF5;
}
a:link    { 
	text-decoration:underline;
}
a:visited { 
	text-decoration:underline; 
}
a:hover   { 
	text-decoration:none;
	color:#C6EAF5;
}
a:active  { 
	text-decoration:none;
	color:#C6EAF5;
}