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

* {
	padding:0px;
	margin:0px;
}

a {
	text-decoration:none;
	color:#3399CC;
}

a img {
	border:none;
}

a:hover {
	color:#3399CC;
	text-decoration:underline;
}

a:visited {
	color:#3399CC;
}

body {
	background-color:#316ac4;
	background-color:#6699ff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
    background-image: url('./images/back.gif');
	border-width:0px;
	border-style:solid;
	border-color:#000000;
	margin:0px;
	padding:0px;
}

br {
	clear:left;
}

.radio {
    width: 40px;
}


input {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
    clear: left;
    height: 15px;
}

form {
    margin-left: 20px;
}


form p {
    margin-bottom: 10px;
}


label {
	width:75px;
	float:left;
    font-weight: bold;
}

ul {
}

li {
	list-style-image:url('images/pfeil_re.gif');
	margin-left:20px;
	padding-left:10px;
}

table {
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}


.submit {
	width:auto;
}

#landing_container {
	margin: 0 auto;
	width: 900px;
	margin-top: 30px;
}


.landing_choise {
    margin-top: 10px;
	width: 120px;
	float: left;
    height: 240px;
    padding: 5px;
    border-right: 1px dashed #000000;
}

.landing_choise .titel {
    padding-top: 10px;
    font-weight: bold;
    text-align: center;
}

.landing_choise .desc {
    font-weight: normal;
    text-align: left;
    font-style: italic;
    padding-top: 10px;
    padding-bottom: 20px;
}

.landing_info {
	width: 300px; 
	float: left;
	margin-bottom: 15px;
}

.landing_info_facebook {
	width: 225px;
	float: left;
	margin-left: 5px;
	margin-bottom: 15px;
}

.landing_info li {
	background-image:url('images/arrow.png');
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
	margin-left: 5px;
	padding-left: 16px;
}

#splash_logo_main {
    width:900px;
	left:50%;
	margin-left:-450px;
    position:absolute;
}

#container_splash {
	color: #444444;
	width:910px;
	left:50%;
	margin-left:-450px;
	margin-top:-100px;
    top: 50%;
    position:absolute;
	background-color: #ffffff;
	height: 270px;
	border: 1px solid #000000;
	
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.container_logo {
    margin: 10px;
    text-align: center;
}

#container_info {
	color: #525252;
	width:600px;
	left:50%;
	margin-left:-300px;
	padding: 10px;
	top:50%;
	margin-top:-50px;
	position:absolute;
	background-color: #ffffff;
	height: 300px; 
	border: 1px solid #000000;
	z-index: 1;
	
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#container {
	background-color:#FFFFFF;
    border: 3px solid #000000;
    border-top: none;
    border-bottom: none;
	color: #444444;
	width:1024px;
	left:50%;
	margin-left:-512px;
	position:absolute;
}

img {
    border: none;
}

#header {
	background-image:url(./images/Header.png);
	background-color:#255296;
    border-bottom: 1px solid #252525;
	height: 468px;
}


#errors {
    border: 2px solid #FF0000;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

h1 {
    color: #FFFAF0;
    text-shadow: -2px 3px 1px #000000;
    font-size: 24px;
    margin-bottom: 20px;
}

h2 {
    color:#505050;
    text-shadow: -1px 1px 0px #000000, -1px -1px 0px #606060;
    font-size: 20px;
}

#content {
    border-top: 1px solid #FFFFFF;
	background-color: #666666;
    padding: 20px;

}


#middle {
	left:50%;
	position:relative;
	margin-left:-100px;
	width:400px;
	margin-top:50px;
}

#footer {
	background-image: url('./images/footer.png');
	height:27px;
    bottom:0px;
	position:absolute;
	left:0px;
	width:100%;
    text-align: center;
    font-weight: bold;
    color: #FFFFFF;
    padding-top: 13px;
}

.clearfix {
    clear: both;
}


.box_header_left {
    background-image: url('./images/corners_left.png');
    float: left;
    height: 32px;
    width: 3px;
}

.box_header {
    background-image: url('./images/topmenu-l.gif');
	padding: 0px;
	padding-left: 10px;
    padding-top: 7px;
    height: 25px;
	color:#FFFFFF;
	font-weight: bold;
    float: left;
    width: 150px;
    font-size: 12px;
}

.box_header_right {
    height: 32px;
    background-image: url('./images/corners_right.png');
    float: left;
    width: 3px;
}


.box_content {
	background-color: #EFEFEF;
	color:#000000;
	padding:5px;
	margin-top:-1px;
    width: 159px;
    border: 1px solid #252525;
    border-top: none;
}

#navi .box_content a {
    margin-left: 10px;
}


.box_content p {
	margin-left:20px;
	margin-top:10px;
}


#content img {
    margin: 20px;

}

.coloums {
    width: 180px;
    float: left;
    padding-right: 40px;
}

ul {
    margin-top: 20px;
    margin-left: 0px;
    padding: 0px;
}

li {
    list-style-type: none;
    margin-left: 0px;
    padding: 0px;
}

table {
    font-size: 14px;
}

tr {
    height: 30px;
}

table a, table a:hover, table a:visited {
    color: #FFA500;
}

.coloums h3 {
    font-size: 18px;
    color: #FFA500;
    text-shadow: -10px, -1px, -1px, #EFEFEF;
}

.coloums p {
    margin-bottom: 20px;
    line-height: 20px;
    color: #111111;
    color: #000000;
    text-shadow: 0 1px 1px rgba(255,255,255,0.5);
    font-size: 14px;
    text-align: justify;
}
#sidenavi {
    font-family:Verdana, Arial, Helvetica, sans-serif;
	position:fixed;
	bottom: 0px;
	width: 100%;
	z-index: 10;
	color: #000000;
}

#sidepopup {
    font-size: 11px;
    font-weight: normal;
    line-height: normal;
	float:left;
	display:block;
	width:100%;
	height:25px;
	padding-left:3px;
	background-color:#FFFFFF;
	border-top: 1px solid #000000;
	z-index: 10;
	color: #000000;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
}

#sidecontent {
	float:left;
	display:none;
	width:100%;
	height:140px;
	padding:20px;
	padding-left: 0px;
	z-index: 10;
	position: relative;
	background-color: #FFFFFF;
	color: #000000;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
}

#sidecontent .centered {
	width: 950px;
	height: 20px;
	margin: auto;
	position: relative;
	color: #000000;
}

#sidepopup a {
	color: #000000;
	text-decoration: underline;
}

#sidepopup a:hover {
	color: #3399CC;
}

#sidecontent .container {
    font-size: 11px;
    line-height: normal;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 10px;
	border-right: 1px dashed #000000;
	width: 110px;
	height: 150px;
	position: relative;
	color: #000000;
}

#sidecontent a {
    font-weight: normal;
    line-height: normal;
	text-decoration:none;
    font-size: 11px;
	color: #3399CC;
}

#sidecontent a img {
	border: none;
    font-size: 11px;
}

#sidecontent a:hover {
	color: #3399CC;
    font-size: 11px;
	text-decoration:underline;
}

#sidecontent a:visited {
	color: #3399CC;
    font-size: 11px;
}

#sidecontent .container p {
	text-align: center;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}
