@charset "utf-8";
/* CSS Document */

html {
	overflow: auto;
}

body {
	background-color: #162E6E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
}

h1 {
	font-size: 17px;
	line-height: 22px;
	font-weight: bold;
	color: #162E6E;	
}

h2 {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #162E6E;
}

img {
	border: none;
}

#kasten {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	width: 980px;
	background-color: #FFFFFF;
	background-image: url(hintergrund.jpg);
	background-position: bottom;
}

#kopf {
	height: 150px;
	background-image: url(kopf.jpg);
	padding-left: 385px;
}

ul#navigation {
	float: left;
	width: 110px;
	margin: -1px 0px 0px 40px;
	list-style: none;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color: #F58735;	
}

ul#navigation ul {
	width: 100px;
	margin-left: 10px;
	list-style: none;
	padding: 0px;
}

#navigation li a, li.spacer {
	display: block;
	
	padding-top: 5px;	
	padding-bottom: 5px;	
	padding-right: 3px;

	font-weight: bold;
	font-size: 1.1em;	
	color: #FFFFFF;
	text-decoration: none;	
	text-align: right;
	
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-color: #F58735;
}

#navigation li li a {
	padding-top: 3px;	
	padding-bottom: 3px;	

	font-weight: normal;
	font-size: 1em;	
}

#navigation li a:hover, .aktiv {
	background-color: #F58735;
}

#container_weiss, #container_blau{
	position: relative;
	height: 330px;
	width: 605px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;	
	overflow: auto;
	overflow-x: hidden;
}

#container_blau{
	background-color: #224193;
}

#fuss {
	width: 980px;
	background-color: #F58735;
	color: #FFFFFF;	
	text-align: center;
	font-size: 11px;	
	clear: both;
}

.contenttable, .csc-uploads {
	width: 100%;
}

.tr-even {
	background-color: #FFC98C;
}

.csc-uploads-icon {
	text-align: center;
}

#info {
	float: right;
	width: 165px;	
	height: 320px;
	border: 15px solid #69b745;
	background-color: #ffffff;
	padding: 5px;
	text-align: center;	
}

.align-center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;	
}
