


#slogan {
	margin:0px; 
	float:right;
	list-style-type:none;
	padding:6px;
	padding-right:15px;
	width:510px;
	margin-top:40px;
	background-color: #FAFAFA;
	font-family: Arial,Helvetica,sans-serif;
	font-size:1.2em;
	font-weight: bold;
	color:#BBB;
	border:1px dotted #D7D7DD;
	letter-spacing:1px;
	position:relative;
}

#logo {
 width:258px;
 height:120px;
 float:right;
 position:relative;
 margin-top: 13px;
}

#inhalt h2 {
 font-family:Arial,Helvetica,sans-serif;
 font-size:1.2em;
 font-weight:bold;
 color: #559EF4;
}

#language {
 margin-right:4px;
 margin-top:20px;
 float:right;
 font-family:Arial,Helvetica,sans-serif;
 letter-spacing:1px;
}

#menu {
  float: left;
  width: 174px;
}

#mainimg { background:url(imgdata/header.png) no-repeat; height:140px; margin-top:8px; }

#contentarea {
 clear:both;
 padding:25px 0;
}

#bottom {
 clear:both;
 height:5px;
 padding-top:10px;
}

#footer {
 width:934px;
 height:50px;
 margin:0 auto;
 background-color:transparent;
 margin-top:6px;
 font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
 font-size:.8em;
 color: #969BA0;
}

#footer_left { width:300px; float:right; text-align:left; height:50px; }
#footer_center { width:333px; float:right; text-align:center; height:50px; }
#footer_right { width:300px; float:right; text-align:right; height:50px; }
#footer a:active { text-decoration:none; color:#969BA0; }
#footer a:link { text-decoration:none; color:#969BA0; }
#footer a:visited { text-decoration:none; color:#969BA0; }
#footer a:hover { text-decoration:none; color:#000000; }

/***most/newest***/

.most_viewed_albums {
  float: left;
  height: 210px;
  width: 172px;
  padding: 5px;
  padding-top: 8px;
  margin: 10px;
  margin-top: 6px;
  border: 1px dotted #D7D7DD;
background-color: #EEEEEE;
}
.most_viewed_albums:hover {
  background: url(imgdata/menu_background_over.png);
}
.most_viewed_albums a {
  color: #727272;
}
.most_viewed_albums a:hover {
  color: #929292;
}
.most_viewed_albums_thumb {
  border: 0px solid #fff;
}
.newest_albums {
  float: left;
  height: 210px;
  width: 172px;
  padding: 5px;
  padding-top: 8px;
  margin: 10px;
  margin-top: 6px;
  border: 1px dotted #D7D7DD;
background-color: #99AFFA;


}
.newest_albums:hover {
background-color: #AABFFB;
}
.newest_albums a {
  color: #727272;
}
.newest_albums a:hover {
  color: #929292;
}
.newest_albums_thumb {
  border: 0px solid #fff;
}


.view_albums {
  float: left;
  padding: 5px;
  padding-top: 5px;
  margin: 0px;
  margin-top: 0px;
  border: 0px dotted #00DD00;
background-color: #CCDDCC;
 margin-left: 28px;
}

.view_albums2 {
  float: left;
  padding: 0px;
  padding-top: 0px;
  margin: 10px;
  margin-top: 6px;
  border-top: 1px outset #009900;
  border-left: 1px outset #009900;
  border-right: 3px outset #00FF00;
  border-bottom: 2px outset #009900;
 
background-color: #CCDDCC;
 background: url(imgdata/back.png);
background-repeat:repeat-y;float:left;
}

.view_albums:hover {
background-color: #CCDDCC;
}
.view_albums a {
  color: #727272;
}
.view_albums a:hover {
  color: #929292;
}
.view_albums_thumb {
  border: 0px solid #fff;
}




/**** CSS for thumbnail_mode = 0 ****/

.thumb {
  border-style: solid;
  border-color: transparent;
}
.thumb:hover {
  border-color: #F0F0EB;
}

/**** CSS for thumbnail = 1 ****/

.thbox { 
  float: left;
  margin: 7px;
 
}
.thshad {

  padding-bottom: 7px;
  background: url(imgdata/shad_312.gif) no-repeat bottom right;
}
.thborder {
  
  background-color: #F2F2F4;
  border: 1px solid #C4C4CA;
  cursor: pointer;
}
.thborder:hover {
  border: 1px solid #999;
}
