
/*
 * Oog Photo-Gallery v3.1.1
 * 2009 von Torben Rottbrand
 */

html, body {
 margin:0;
 margin-top:10px;
 padding:0;
 background-color:#CCFF00;
}

body img {
 border:0;
}

h1, h2, h3, h4, h5, h6, p, form { margin:0; padding:0; }

h5 {
 font-family: sans-serif;
 font-size: 12px;
 font-weight: normal;
}

#wrapper {
 width:940px;
 margin:0 auto;
 background-color:#CCFF00;
 /*border:1px solid #C1C1C1;*/
 border-top:1px solid #C1C1C1;
}

#content {
 width:910px;
 margin:0 auto;
 font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
 font-size:0.8em;
 color:#6E6E78;
}

#spalten {
 margin-top:15px;
 width:915px;
 line-height:1.6em;
 background-image:url(imgdata/spalten.png);
 background-repeat:repeat-y;
}

#inhalt { width:700px; float:left; padding:17px; padding-top:0; text-align:center; margin-left:7px; }
.spacer { clear:both; height:15px; }
#header { height:116px; }

a:active { text-decoration:none; color:#0025FF; }
a:link { text-decoration:none; color:#0025FF; }
a:visited { text-decoration:none; color:#0025FF; }
a:hover { text-decoration:underline; color:#0025FF; }
.mid_head a { color:#6E6E78; }
.mid_head a:hover { color:#6E6E78; text-decoration:underline; }
.big_head a { color:#448EF4; }
.big_head a:hover { color:#448EF4; text-decoration:underline; }
#content_navi { text-align:center; margin-bottom:20px; }
#content_navi a { color:#667; }
#content_navi a:hover { color:#556; }

#slogan {
	margin:0px; 
	float:right;
	list-style-type:none;
	padding:6px;
	padding-left: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:left;
 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.jpg) no-repeat; height:100px; margin-top:8px; border: 8px solid #FF0000; }

#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:left; text-align:left; height:50px; }
#footer_center { width:333px; float:left; text-align:center; height:50px; }
#footer_right { width:300px; float:left; 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: 196px;
  width: 200px;
  padding: 5px;
  padding-top: 8px;
  margin: 10px;
  margin-top: 6px;
  border: 1px dotted #D7D7DD;
}
.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: 196px;
  width: 200px;
  padding: 5px;
  padding-top: 8px;
  margin: 10px;
  margin-top: 6px;
  border: 1px dotted #D7D7DD;
}
.newest_albums:hover {
  background: url(imgdata/menu_background_over.png);
}
.newest_albums a {
  color: #727272;
}
.newest_albums a:hover {
  color: #929292;
}
.newest_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 {
  padding-left: 10px;
  padding-right: 10px;
  background-color: #F2F2F4;
  border: 1px solid #C4C4CA;
  cursor: pointer;
}
.thborder:hover {
  border: 1px solid #999;
}