@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#7e654c;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin:10px;
	visibility:hidden;
	
}
html, body{
	height:100%;
	margin:0;
	padding:0;
	background-color:#af9975;
	background-image:url(construct/contentbackground.png);
}

p{
	margin:0;
	padding:0;
	margin-bottom:10px;
}
a{
	color:#7e654c;

}
a:active{
	border:none;
}

/* Fullscreen */
html, body{
	height:100%;
	margin:0;
	padding:0;
	overflow:hidden;
}

#topleisteWrapper{
	position:absolute;
	z-index:20;
	top:10px;
	left:0px;
	width:100%;
	height:73px;
	border-bottom:3px solid #ffffff;
}
#topleiste{
	position:relative;
	height:73px;
	background-color:#af9874;
	margin-left:10px;
	margin-right:10px;
	background-image:url(construct/topback.jpg);
	background-repeat:repeat-x;
}

#background{
	position:absolute;
	z-index:1;
	border:0px;
	left:0px;
	top:0px;
	width:990px;
	height:550px;
	display:none;
}
#backgroundblank{
	position:absolute;
	z-index:1;
	border:0px;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
}
#rahmen{
	position:absolute;
	z-index:3;
	top:0px;
	left:0px;
	/*
	width:990px;
	height:550px;
	*/
	width:100%;
	height:100%;
	border:10px solid #ffffff;
}
/*
#menuewrapper{
	width:675px;
	height:73px;
	float:left;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
*/
#menuewrapper{
	width:675px;
	height:73px;
	position:absolute;
	left:308px;
	top:0px;
}
.menuetrenner{
	position:relative;
	width:1px;
	height:73px;
	background-image:url(construct/menuetrennung.png);
	background-repeat:no-repeat;
	background-position:center;
}
.menuepunkt{
	position:relative;
	width:120px;
	height:73px;	
	float:left;
}

ul#nav{
	margin:0px;
	padding:0px;
	list-style:none;
	height:73px;
}
ul#nav li{
	float:left;
}
ul#nav li a{
	display:block;
	width:132px;
	height:42px;
	text-align:center;
	border:none;
	padding-top:31px;
}
ul#nav li a:hover, ul#nav li a.selected{
	background-image:url(construct/back.png);
}

#suchefeld, #mod_search_searchword{
	width:100px;
	height:15px;
	border:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#b09974;
	padding:0px;
	margin-top:2px;
	float:left;
	margin-left:3px;
}

.suchediv{
	width:121px;
	height:20px;
	background-image:url(construct/suche.jpg);
	margin-top:28px;
	float:left;
	margin-left:15px;
	padding:0px;
	text-align:left;
	
}

.bildsuchebutton{
	float:left;
	margin-top:5px;
}
#impressumDiv {
	position:absolute;
	width:125px;
	height:5px;
	z-index:6;
	top:10px;
	right:10px;
}

#contentwrapper{
	position:absolute;
	width:100%;
	height:100%;
	z-index:2;
	top:0px;
	left:0px;
	text-align:right;
}
#suchefehler{
	font-size:10px;
	line-height:15px;
}
#content{
	position:absolute;
	width:483px;
	background-image:url(construct/tranparenz.png);
	z-index:12;
	height:100%;
	padding:25px;
	font-size:10px;
	top:86px;
	left:318px;
	overflow:auto;
	font-size:11px;
	line-height:15px;
}
#content h1, #suchefehler h1{
	font-weight:normal;
	font-size:15px;
}
#content h2, #suchefehler h2{
	font-weight:normal;
	font-size:12px;
	font-style:italic;
}
#contentblog{
	position:absolute;
	width:565px;
	background-image:url(construct/tranparenz.png);
	z-index:12;
	height:100%;
	padding:25px;
	font-size:10px;
	top:86px;
	left:328px;
	overflow:auto;
}
/*
#bildercontent{
	position:absolute;
	width:670px;
	z-index:12;
	height:674px;
	font-size:11px;
	top:154px;
	left:328px;
	overflow:auto;
	padding-bottom:5px;
}
*/

#bildercontent{
	position:relative;
	width:auto;
	height:674px;
	font-size:11px;
	margin-top:154px;
	margin-left:328px;
	margin-right:20px;
	overflow:auto;
	padding-bottom:5px;
	z-index:30;
	
}

ul#submenuebilder {
	position:absolute;
	width:224px;
	height:210px;
	z-index:13;
	left: 10px;
	top: 154px;

	margin:0px;
	padding:0px;
	background-image:url(construct/bildermenueback.png);
	background-repeat:no-repeat;
	padding-top:1px;
}

ul#submenuebilder li{
	list-style:none;
	padding-left:0px;
}
ul#submenuebilder li a{
	color:#ffffff;
	font-size:12px;
	text-decoration:none;
	display:block;
	height:19px;
	padding-top:6px;
	margin-bottom:1px;
	background-repeat:no-repeat;
	padding-left:20px;
}


ul#submenuebilder li a:hover, ul#submenuebilder .selectedMenueItem{
	background-image:url(construct/bildermenuebackli.png);
}


.previewimg{
	width:190px;
	height:190px;
	margin-right:20px;
	margin-bottom:20px;
	background-color:#ffffff;
	float:left;
	text-align:center;
	position:relative;
}
.previewimg img{
	border:none;
}


#bilderdiv {
	position:absolute;
	width:236px;
	height:524px;
	z-index:60;
	top: 76px;
	background-image: url(construct/transbilder.png);
	visibility:visible;
	padding-left:15px;
	padding-right:15px;
	display:none;
}

.bilderauswahlwrapper{
	margin-top:6px;
	color:#ffffff;
	font-size:12px;
}
.bild{
	border:3px solid #ffffff;
	float:left;
	margin-right:15px;
	margin-bottom:5px;
}
.bilderauswahltrenner{
	width:230px;
	height:1px;
	background-image:url(bilderauswahl/trennung.png);
	clear:both;
}
.bildauswahltext{
	padding-top:10px;
}

.bloglinks{
	margin-bottom:10px;
	margin-right:10px;
}

.blogrechts{
	margin-bottom:10px;
	margin-left:10px;
}

