@charset "utf-8";
/* CSS Document */

body
{
	margin:0;	
	background-color:#142662;
	font: 20px 'NewCicleSemi', Arial, sans-serif;
	font-weight:bold;
}

#main
{
	width:800px;
	height:600px;
	margin: 30px auto;
	background-image:url(../bilder/bg_main.jpg);
	background-repeat:no-repeat;
	border:1px #006;
	-moz-box-shadow: 3px 3px 3px 3px #0D1942;
	-webkit-box-shadow: 3px 3px 3px 3px #0D1942;
	box-shadow: 3px 3px 3px 3px #0D1942;
	position:relative;
}
h1
{
	font: 23px 'NewCicleSemi', Arial, sans-serif;
	font-weight:bold;
	color:#182E78;
}
.impressum p span.bold
{
	clear: both;
	display: block;
	float: left;
	width: 102px;
	font: 18px 'NewCicleSemi', Arial, sans-serif;
	font-weight:bold;
}
.impressum
{
	background:#fff;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity: 0.85;
	width:300px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:30px;
	padding-bottom:10px;
	padding-top:10px;
	
	position:absolute;
	top: 40px;
	right:40px;
	-webkit-box-shadow: 5px 5px 4px 0px #0D1942;
	-moz-box-shadow: 5px 5px 4px 0px #0D1942;
	box-shadow: 5px 5px 4px 0px #0D1942;
}
.impressum p
{
	font: 20px 'NewCicleSemi', Arial, sans-serif;
	font-weight:normal;
	color:#000;
	line-height:22px;
	font-weight:normal;
}
.impressum a
{
	color: #182E78 !important;
}
.impressum a:hover
{
	color: #666 !important;
}

hr
{
	border:0;
	border-top:1px dashed #182E78;
}
#footer
{
	width:800px;
	margin:0 auto;
	color:#fcfcfc;
	text-align:center;
	font-family: Arial, sans-serif;
	font-size:14px;
	font-weight:normal;
}
div#datenschutz
{
    display:none;
    width: 760px; 
    margin: 0 auto;
    background: white;
    padding: 20px;
    -moz-box-shadow: 3px 3px 3px 3px #0D1942;
	-webkit-box-shadow: 3px 3px 3px 3px #0D1942;
	box-shadow: 3px 3px 3px 3px #0D1942;
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 0.9em;
    line-height: 1.1em;
}
#datenschutz h3
{
    font-weight: bold;
    font-size:1em;
}
#closDS
{
    font-weight: bold;
    float: right;
}
#footer a
{color: white !important}