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

body {
	font-family: Georgia;
	font-size: 16px;
	color:#333;
	background-color:#e6e8e8;
}

#container {
	position: absolute;
	width: 900px;
	top: 15px;
	left: 50%;
	margin-left: -450px;
	background-color:#FFFFFF;
	height: auto;
	border: 1px solid #666;
	background-image:url(../images/back-container.jpg);
	background-position: top left;
	background-repeat: repeat-y;
}

#header {
	width: 900px;
	height: 165px;
	background-color:#fff;
	background-image:url(../images/verlauf-header.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	}
	
#left {
	width: 270px;
	min-height: 480px;
	background-color:#d9dadb;
	float: left;
	background-image:url(../images/verlauf-links.jpg);
	background-position: top left;
	background-repeat:repeat-x;
	padding-bottom: 30px;
	}
	
#main {
	width: 530px;
	background-color:#fff;
	float: right;
	padding: 50px;
	}
	

#rotoben {
	background-color: #e2001a;
	width:270px;
	height: 15px;
	}
	
.rot {
	color: #e2001a;}
	
.rotnavi {
	color: #e2001a;
	font-weight: bold;
	font-size: 18px;}
	
.none {
	color: #000000;
	text-decoration:none;}
	
	.none:hover {
	color: #ffffff;
	text-decoration:none;}
	
#logo {
	margin-top: 10px;
	margin-left: 10px;
	}
	
ul {list-style-image: url(../images/bulletrd.gif);
	list-style-position: outside;}

li {margin-left: -26px;
	margin-bottom: 13px;}

h1 {margin-top: -15px;
	margin-bottom: 0px;
	font-size: 20px;}
	
img {
	border: none;
	}
	
a {color: #C00; text-decoration:none; font-weight: bold;}
a:hover {color: #C00; text-decoration:underline; font-weight: bold;}
	
a.klein {font-size: 12px; color:#C00; text-decoration:none;}

.input {font-size: 13px; color: #000; text-decoration: none; padding: 5px; margin-bottom: 8px; width: 350px; background-color: transparent; border: 1px solid #cecece}
textarea {font-size: 13px; color: #000; text-decoration: none; font-family: Arial; width: 350px; height: 150px; background-color: transparent; border: 1px solid #cecece; padding: 5px; margin-top: 10px;}

input:focus {border: 1px solid #ff0000}
textarea:focus {border: 1px solid #ff0000}


#basic-accordian{
	width:270px;
	border-top: 2px solid white;
	margin-top: 0px;}

.link_navi{display: block; font-size: 14px; font-weight: bold; padding-top: 4px; height: 20px; padding-left: 30px; border-bottom:2px solid #d9dadc; color: #000000; text-decoration:none; padding-bottom: 4px;}
.link_navi:hover{color: #e2001a; text-decoration:none; font-weight: bold;}



.accordion_headings{
	padding-left: 30px;
	padding-top: 6px;
	padding-bottom: 6px;
	background:transparent;
	color:#333;
	border-bottom:2px solid #FFF;
	cursor:pointer;
	font-weight:bold;
	font-size: 14px;}


.accordion_headings:hover{
	background: #e2001a;
	color: #ffffff;
	font-weight:bold;}



.accordion_child{
	background: #ffffff;
	}

.header_highlight{
	padding-left: 30px;
	padding-top: 6px;
	padding-bottom: 6px;
	background:#e2001a;
	color:#ffffff;
	border-bottom:2px solid #FFF;
	cursor:pointer;
	font-weight:bold;
	font-size: 14px;
}



