* { margin: 0px; padding: 0px; } 
body {
	text-align: center;
	font-size: 14px; 
	font-family:Verdana;
background-image: linear-gradient(to left bottom, #552e56, #733a63, #92476e, #b05676, #ce667b, #d8687a, #e26a79, #ec6c77, #e65c72, #df4a6e, #d8376a, #d01d68);
background-attachment:fixed;
}
#titel{
	font-size:24px;
	padding:20px 60px 15px; 
	text-align: left;
	font-weight: bold;
	color: #D01D68;
}
strong{
	font-weight: bold;
}
img{
	border: 0px;
}
a {
	color: #8B0000;
	font-weight: bold;
}
a:hover {
	text-decoration:none;
}
p{
	padding:2px 60px 10px;
	text-align: left; 
	line-height: 20px;
	color: #8B0000;
}
#main
{
	margin: 0 auto;
	position: relative;
	width: 1000px;
	
	cursor:default;
	
}
header
{
	width: 1000px;
	height: 250px;
	background-image: url('images/top.png');
	background-repeat: no-repeat;
}
/* begin Content */
#fb{
padding-left:790px;
}
#divider{
	width:900px;

	text-align:left;
	padding-left:50px;
	padding-top:30px;
	padding-right:0px;
}
#menu{
	padding-left: 5px;
	width: 1000px;
	height: 45px;
	background-image: url('images/menubalk.png');
	
}	
#nav 			{display:block; width:940px; height:45px; margin:0; font-size: 14px; list-style:none; text-align:center;padding-left:50px;}
#nav li 			{width:auto; min-width:127px; float:left; }
#nav li a 			{text-decoration:none; display:block; height:1%; line-height:45px; color:#FFF; }
#nav li a:hover 	{width:auto; background:url('images/menuknop.png') 50% 0; background-repeat:repeat-x;}
#nav li a:active	{width:auto; background:url('images/menuknop.png') 50% 0; background-repeat:repeat-x; }
#nav .active a	{width:auto; background:url('images/menuknop.png') 50% 0; background-repeat:repeat-x; }

#content
{
	margin: 0 auto;
	position: relative;
	z-index: 1;
	width: 1000px;
	height:auto;
	background-image: url('images/content.png');
}
#contentl{
	width:990px;
	float:left;
}
#contentr{
	width:0px;
	float:right;
	padding-right:20px;
	padding-top:10px;
}
.g-recaptcha {
    margin-left: 513px;
}
#footer
{
	display:block;
	margin: 0 auto;
	position: relative;
	z-index: 0;
	width: 1000px;
	background-image: url('images/footer.png');
	background-repeat:no-repeat;
	height:102px;
	text-align:center;
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	color:#fff;
	font-size:12px;
	padding-top:25px;
}
#footer a 
{
	color:white;
	text-decoration:underline;
}
#footer a:hover
{
	color:white;
	text-decoration:none;
}

#copy{margin-top: 55px; color: #FFFFFF; }
#copy a {
	color: #FFFFFF;
}
#copy a:hover {
	text-decoration:none;color: #8B0000;}
#fotos{
	text-align: center;
}
    div.rotator {
	height:150px;
	margin-left: 35px;
	display: none;
}
/* rotator css */
	div.rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div.rotator ul li img {
	padding: 4px;
}
    div.rotator ul li.show {
	z-index:1
}
