/* CSS static */

/*
html 
{ 
	overflow-y: scroll; 
}*/

body 
{
	text-align:center;
	border:0px;
	padding:0px;
	margin:0px;
	background-color:#B8AFAA;
	background-image: url(../images/bg_body.jpg);
	background-repeat:repeat-x;
	font-family:Verdana;
	font-size:11px;
	line-height:18px;
	color:#666;
	overflow:hidden;
}

.button
{
	background-color:#fff;
	border:1px solid #ccc;
	cursor: pointer;
	font-size:9px;
	outline:none;
}

.modalBackground {
	background-color:#B8AFAA;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border:1px solid #666;
	padding:3px;
	width:600px;
}

input 
{	
	background-color: Transparent;
	border: 0;
	cursor: pointer;
}
		
/*allg. Angaben*/
a, a:link {color:#1D83D9;text-decoration:none;outline:none;} /*selbe farbe header: #1D83D9*/
a:hover, a:focus, a:visited {text-decoration:none;outline:none;color:#86092B;}
a img {border: none;}
img {border:0px;}
.clearfix {clear:both;height:20px;width:100%;}

#Content {
	margin:20px auto;
	width:560px;
	padding:0px;
	/*background-color:#000;*/
	text-align:left;
	}
	
#Content h1 {
	font-size:15px;
	font-weight:bold;
	color:#777;
	line-height:24px;
	padding:0px 0 10px 0;
	margin:0px;
	}
	
#Content p {
	margin:0px;
	padding: 10px 0 10px 0;
	font-size:11px;
	}
	
#Content a {
	color:#1D83D9;
	}
	
#Content a:hover{
	color:#86092B;
	}

#Content ol {
	clear:both;
	margin:0px;
	padding: 10px 0 0px 0;
	border:0px;
	text-align:left;
	}
	
#Content ol li {
	background-image:url(images/bullet.png);
	padding:0 0 5px 0px;
	background-repeat:no-repeat;
	border:0px;
	margin:0 0 0 40px;
	font-size:11px;
	line-height:15px;
	}	
	
#Content ol li a {font-weight:normal;}