/*
 *  Photo-Gallery 
 * 
 */

body {
	margin:20px 0 0;
	padding:0;
	background-color:#F6E8D6;
	background-repeat: repeat-x;
	background-image: url(imgdata/topbg.png);



}

body img {
	border:0;
	background-position: left top;


}

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

#wrapper {
 width:940px;
 margin:0 auto;
 background-color:#FFFFFF;
 border:1px solid #A87200;
}

#content {
	width:910px;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:0.8em;
	color:#6E6E78;
	border: 1px none #336633;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	background-color: #FFFFFF;







}

#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;
	background-color: #FFFFFF;
}
.spacer { clear:both; height:15px; }

#header {
	height:180px;
	margin: 15px 0px 0px;
	background-image: url(imgdata/header1.jpg);
	background-repeat: no-repeat;
	padding: 5px;
	border-top: #A87200;
	border-right: #FFFFFF;
	border-bottom: 1px solid #A87200;
	border-left: #A87200;






}

a:active { text-decoration:none; color:#0025FF; }
a:link { text-decoration:none; color:#996600; }
a:visited { text-decoration:none; color:#996600; }
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:#996600; }
.big_head a:hover { color:#448EF4; text-decoration:underline; }
#content_navi { text-align:center; margin-bottom:20px; }
#content_navi a { color:#953524; }
#content_navi a:hover { color:#556; }

#slogan {
	margin:10px 0px 0px; 
	float:left;
	list-style-type:none;
	padding:6px 16px 6px 5px;
	width:550px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.3em;
	font-weight: bold;
	color:#C60000;
	border:1px none #D7D7DD;
	letter-spacing:1px;
	position:relative;
}

#logo {
	width:200px;
	height:70px;
	float:left;
	position:relative;
	margin-top: 0px;
	left: 5px;
	top: 25px;


}

#inhalt h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.3em;
	font-weight:bold;
	color: #A8804D;
}

#language {
 margin-right:4px;
 margin-top:20px;
 float:right;
 font-family:Arial,Helvetica,sans-serif;
 letter-spacing:1px;
}

#menu {
	float: left;
	width: 174px;
	background-repeat: repeat;
	color: #8A5E00;






}



#contentarea {
	clear:both;
	padding:25px 0;
	background-color: #000000;

}

#bottom {
 clear:both;
 height:5px;
 padding-top:10px;
background-color: #000000;
}

#footer {
	width:934px;
	height:50px;
	margin:0 auto;
	background-color:transparent;
	margin-top:6px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color: #656A70;
	border-top: 1px dotted 566d27;
	border-right: 1px none 566d27;
	border-bottom: 1px none 566d27;
	border-left: 1px none 566d27;



}

#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;
	margin-top: 3px;

}
#footer a:active { text-decoration:none; color:#CE9546; }
#footer a:link { text-decoration:none; color:#737373; }
#footer a:visited { text-decoration:none; color:#969BA0; }
#footer a:hover { text-decoration:none; color:#D26900; }

/***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: solid #CCCCCC;

}
.thumb:hover {
  border-color: #F0F0EB;
}

/**** CSS for thumbnail = 1 ****/

.thbox {
	float: left;
	margin: 7px;
	color: #996600;

}
.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;
}
