@charset "utf-8";
/* CSS Document by ZDdesign Media Services Jörg Detambel*/

.container:before, .container:after {
    display:table;
    content:"";
    zoom:1 /* ie fix */;
}

.container:after {
    clear:both;
}

html, body {
	background-color: #fff;
	font-family: "Arial";
	font-size: 12px;
	letter-spacing: 0px;
	line-height: 1.5em;
	color: #000;
}

.container {
    text-align: center;
    margin: auto;
    margin-top: 1%;
    width: 90%;
    border:2px solid white;
    box-shadow:0px 2px 7px white;
    -moz-box-shadow: 0px 2px 7px white;
    -webkit-box-shadow: 0px 2px 7px white;
    border-radius:40px;
    -moz-border-radius:40px;
    -webkit-border-radius:40px;
    background-color: white;
    max-width: 1000px;
    min-width: 400px;
}

.start {
    text-align: left;
    margin: 5px 25px 25px 25px;
    border:2px solid white;
    box-shadow:0px 2px 7px white;
    -moz-box-shadow: 0px 2px 7px white;
    -webkit-box-shadow: 0px 2px 7px white;
    border-radius:40px;
    -moz-border-radius:40px;
    -webkit-border-radius:40px;
    background-color: white;
    
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;


}

a:link {font-family: "Arial";font-size: 12px;color: #000;letter-spacing: 0px;text-decoration: none;}
a:visited {font-family: "Arial";font-size: 12px;color: #000;letter-spacing: 0px;text-decoration: none;}
a:hover {font-family: "Arial";font-size: 12px;color: #000;letter-spacing: 0px;text-decoration: none;}
a:active {font-family: "Arial";font-size: 12px;color: #000;letter-spacing: 0px;text-decoration: none;}

a.top:link {font-family: "Arial";font-size: 12px;color: #000;letter-spacing: 0px;text-decoration: none;}
a.top:visited {font-family: "Arial";font-size: 12px;color: #000;letter-spacing: 0px;text-decoration: none;}
a.top:hover {font-family: "Arial";font-size: 12px;color: #000;letter-spacing: 0px;text-decoration: none;}
a.top:active {font-family: "Arial";font-size: 12px;color: #000;letter-spacing: 0px;text-decoration: none;}

a.footer:link {font-family: "Arial";font-size: 12px;color: #000;letter-spacing: 0px;text-decoration: none;}
a.footer:visited {font-family: "Arial";font-size: 12px;color: #000;letter-spacing: 0px;text-decoration: none;}
a.footer:hover {font-family: "Arial";font-size: 12px;color: #000;letter-spacing: 0px;text-decoration: none;}
a.footer:active {font-family: "Arial";font-size: 12px;color: #000;letter-spacing: 0px;text-decoration: none;}

div.oc {
	background-color:white;
	width:100%;
	width:500px;
	margin-top:-148px;
	margin-left:-250px;
	position:absolute;
	left:50%;
	top:50%;
	height: 130px;
}


.topnavi {
	border-left-style: inset;
	border-left-color: #000;
	border-left-width: thin;
}

.footer {font-family: Arial, Helvetica, sans-serif; font-size: 9px;letter-spacing: 0px;}
.zddesign:link {font-family: Arial, Helvetica, sans-serif;font-size: 9px;letter-spacing: 0px;text-decoration: none;}