@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	background-color: rgb(242, 240, 232);
	background-color: rgb(232, 229, 220);
	font-family: Verdana, Geneva, sans-serif;
	color: rgb(66, 77, 88);
	background-color: white;
}

#banner {
	top:0;
	left:0;
	width: 100%;
	height: 90px;
	padding:0;
	margin:0;
	margin-bottom: 20px;
	text-align: center;
}

#languages {
	position: absolute;
	right: 30px;
	top: 130px;
}

#languages img {
	border:0;
}


#bannerLogo {
	position: absolute;
	top:26px;
	left:74px;
	border:0;
}

#bannerTitle {
	margin: 32px auto 20px auto;
}

#contact {
	position: absolute;
	top:30px;
	right:40px;
}


#navigation {
	width: 260px;
    margin: 20px 0 0 20px;
	float: left;
}

#navigation div {
	position: relative;
	margin: 0 0 30px 0px;
}

#navigation div img {
	position: absolute;
	right: 235px;
	bottom: 2px;
}

#navigation ul {
	float: none;
	margin: 0 0 0px 10px;
	padding: 0;
	width: 250px;		
}

#navigation ul li {
    list-style: none;
    margin: 4px 0 0 25px;
	padding: 0;
	border:1px solid rgb(151,137,104);
	background-color: rgb(239, 237, 232);
}

#navigation ul a {
    display: block;
    padding: 3px 5px 3px 20px;
	text-decoration:none;
	font-size:13px;
	margin:0;
}

#navigation ul a:link, #navigation ul a:visited, #navigation ul a:active {
	color: rgb(66, 77, 88);
	background-image:url(images/Navi_low.jpg);
}

#navigation ul a:hover {
    color: white;
	background-color: rgb(0, 40, 80);
	background-image:url(images/Navi_high.jpg);
}

#content {
	margin: 25px 0px 0 275px;
	font-size: 13px;
	color: rgb(0, 40, 80);
	padding: 20px 40px 50px 50px;
	background-color: white;	
}

#content table{
	margin:0;
}

.pageTitel {
	font-size: 17px;
	font-weight: bold;
	margin:0px 0 50px 0;
	border-bottom: 1px solid rgb(200, 150, 0);
}

.leftColumn {
	text-align:right;
	vertical-align: top;
	padding-top: 12px;
	padding-right:25px;
	font-size:12px;
	font-weight: bold;
	width: 220px;
}

.rightColumn {
	padding: 10px 30px 10px 30px;
	background-color: rgb(242, 240, 232);
	background-color: rgb(250, 247, 243);
	border-left:1px solid rgb(242, 240, 232);
	font-size:14px;
	background-color: rgb(244, 244, 244);
	background-color: rgb(239, 237, 232);
	background-image: url(images/verlaufColumnRight2.jpg);
	background-repeat:repeat-y;	
}

td {
	border-bottom: 8px solid white;
}

.explanation {
	font-style:italic;
	font-size:13px;
	margin-top:4px;
	color: rgb(66, 77, 88);
}

#content a {
	text-decoration: underline;   
}


#content a:link, #content a:visited, #content a:active {
    color: rgb(0, 40, 80);
}

#content a:hover {
    color: rgb(200, 150, 0);
    text-decoration: underline;
}

#content ul {
	
	list-style-image:url(images/bullet1level.png);
	font-size: 13px;
	margin-top:8px;
	color: rgb(66, 77, 88);
}

#content li {
	margin-bottom: 11px;
}

#content ul li ul{
	font-size: 12px;
	list-style-image:url(images/bullet2level.png);	
	margin-bottom:15px;
}

#content ul li ul li {
	margin-bottom: 11px;
}

#content img {
	margin: 15px 10px 15px 10px; 
	border: 0;
	cursor: pointer;
}

#login table{
	margin: 30px 0 30px 150px;
	background-color: rgb(250, 247, 243);
	padding:25px 50px 25px 50px;
	border: 1px solid rgb(66, 77, 88);
	font-size:12px;
	font-weight: bold;
}

#login td{
	padding-right: 30px;
}

#login input[type="text"], #login input[type="password"] {
	width: 200px;
	height:24px;
	font-size:18px;
	color: rgb(66, 77, 88);
	background-color: white;
	padding: 0px 5px 0px 5px;
	font-weight: normal;
	border-top: 1px solid rgb(66, 77, 88);
	border-left: 1px solid rgb(66, 77, 88);
	border-right: 1px solid rgb(232, 229, 220);
	border-bottom: 1px solid rgb(232, 229, 220);
}
#send {
	margin: 10px 0 0 0px;
	background-color: rgb(66, 77, 88);
	color: white;
	font-weight: bold;
	padding:6px 22px 6px 22px;
	cursor: pointer;
}

#login {
	margin: 25px 0px 0 300px;
	font-size: 15px;
	color: rgb(0, 40, 80);
	padding: 40px 50px 40px 50px;
	background-color: white;
}

#login td {
	border: 0;
}

#zoomIn {
	z-index: 3000;	
	padding: 0 20px 0 20px;
	background-image: url(images/shadowMiddle.png);
	position: absolute;
	visibility: hidden;
	display: none;
	top:45px;
	margin-bottom:50px;
	cursor: pointer;
}

.lastRow {
	font-size: 10px;
	text-align: center;
	margin: 10px 0 10px 300px;
}


#logout {
	font-size:11px;
	text-align: right;
	margin: 2px 15px 0 0;
}

#logout a:link, #logout a:visited, #logout a:active {
	color: rgb(0, 80, 160);
}