/* CSS Document */
body, html {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4B564A;
	text-align:center;
	background:#EDEDED url(images/bg.jpg) top center repeat-y;
}
.clear {
	clear:both;
}
.alertpflichtfeld {
	color: #D60000;
	font-size: 11px;
}
.colord60000 {
	color: #D60000;
}

/* CSS header styles */
#headerbox {
	width:720px;
	display:table;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
}

#logo {
	float:left;
	margin:0px;
	padding:0px;
}

#topnavi {
	float:right;
	margin:10px 0 0 0;
	padding:0px;
	font-size:10px;
}
#topnavi a:link, #topnavi a:visited, #topnavi a:active {
	color:#4B564A;
	text-decoration:none;
}
#topnavi a:hover {
	color:#C8AF66;
	text-decoration:none;
	border-bottom:1px dotted #C8AF66;
}
.headerpic {
	margin:5px 0 0 0;
	padding:0px;
}


/***** CSS main contentbox styles *****/
#contentbox {
	width:720px;
	display:table;
	margin:18px auto 0px auto;
	padding:0px;
	line-height:14px;	
}


/***** CSS left content styles *****/
#navigation {
	float:left;
	width: 180px;
	height:460px;
	margin:0px;
	padding:0;
	text-align:left;
	background:#f8f8f8 url(images/bg_sidenavi.jpg) top left no-repeat;
}
#navigation ul {
	width:180px;
	list-style:none;
	margin:0px;
	padding:0px;
}
#navigation li{
	border-bottom:1px solid #e6e6e6;
}
#navigation li a {
	display:block;
	padding:10px 0px 10px 10px;
	color:#4B564A;
	text-decoration:none;
	background-image: url(images/bullet_right.gif);
	background-repeat: no-repeat;
	background-position: 10px 12px;
	text-indent: 13px;
}
#navigation li a:hover, #navigation li#active {
	background-color:#e6e6e6;
}
#navigation ul ul {
	margin:0px;
	padding:0px;
}
#navigation ul ul li {
	margin:0px;
	padding:0px;
	border-bottom:1px solid #fff;
}
#navigation ul ul li a {
	display:block;
	padding:10px 0px 10px 10px;
	color:#4B564A;
	background:none;
	text-decoration:none;
	text-indent: 0px;
}
#navigation ul ul a:link, #navigation ul ul a:visited {
	padding:5px 0px 5px 25px;
	color:#4B564A;
	background-color:#fff;
	text-decoration: none;
}
#navigation ul ul a:hover {
	color:#C8AF66;
	text-decoration: none;
}
#navigation ul ul li#active a {
        color:#C8AF66;
}


/***** CSS right content styles *****/
#rightcontent {
	float:right;
	width:478px;
	margin-top:4px;
	margin-right:20px;
	text-align:left;
	padding:0px;
}
#rightcontent h1 {
	font-size:17px;
	font-weight:lighter;
	color:#466644;
	letter-spacing:0.3px;
	margin:0px 0px 20px 0px;
	padding:0px;
}
#rightcontent h2 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:11px;
	font-weight:bold;
	color:#466644;
}
p {
	margin:0px 0px 40px 0px;
	padding-left:10px;
}
#rightcontent ul {
	list-style-type:square;
	margin:0 0 30px 25px;
	padding:0px;
}
#rightcontent li {
	margin:0px;
	padding:0px;
}
#rightcontent a:link, #rightcontent a:visited, #rightcontent a:active {
	color:#C8AF66;
	text-decoration:none;
}
#rightcontent a:hover {
	color:#C8AF66;
	text-decoration:none;
	border-bottom:1px dotted #C8AF66;
}
.imageright {
	float:right;
	border:1px solid #4B564A;
	margin:0 0 5px 15px;
	padding:0px;
}
.boxleft {
	float:left;
	width:125px;
	margin:5px 0 0 0;
	padding:0px;
}
.boxright {
	float:left;
	margin:5px 0 0 10px;
	padding:0px;
	width:300px;
}


/***** CSS news styles *****/
.newsleft {
	float: left;
	width: 90px;
}
.newscontent {
	float: left;
	width: 360px;
	padding-top: 1px;
}

.line {
	clear: both;
	height: 28px;
	width: 460px;
	background-image: url(images/pic_oneline.gif);
}



/***** CSS table styles *****/
.datatable {
	width:100%;
	border:none;
	border:1px solid #B4BDB3;
	border-collapse:collapse;
}
.datatable caption {
	margin:10px 0 10px 0;
	font-weight:bold;
	text-align:left;
}
.datatable th {
	font-size:9px;
	padding:2px;
	text-align:left;
	background-color:#E6E6E6;
}
.datatable td {
	font-size:9px;
	border:1px solid #B4BDB3;
	padding:2px;
	text-align:left;
}
.datatable tr.greyrow {
	background-color:#EBF1EB;
}


/****************************************  FORM  ****************************************/

form {
	padding-top:10px;
}

form p {
	clear:left;
	margin:0;
	padding:0 0 5px 0;
}

fieldset {
	border:#EAEAEA solid 1px;
	margin:0 0 15px 0;
	padding:10px;
}

legend {
	font-weight:bold;
	margin-bottom:0px !important; /** 'cause IE doesn't behave.. **/
	margin-bottom:20px;
}

label {
	float:left;
	width:110px;
	margin:4px 0 5px 0;
}

input, textarea, select {
	font-family:Arial;
	width:250px;
	margin:0px;
	padding:2px;
	border:#CCCCCC solid 1px;
	background:#F8F8F8;	
	color:#666666;
	font-size:0.9em;
}

textarea {
	height:100px;	
}

.checkbox, .radio {
	width:20px;
	background:#FFFFFF;
	border:none;
	margin:0;
}

.button {
	width:100px;
}

.error {
	background:#FDF5F5 url(images/icon_attention.gif) right no-repeat;
	border:1px solid #F01C26;
}

.red {
	color:#F01C26;
}

.small {
	font-size:0.8em;
	padding-bottom:20px;
}

/***** CSS footer styles *****/
#footerbox {
	width:720px;
	margin:18px auto 0 auto;
	padding:4px 0 0 0;
	color:#A0A0A0;
	line-height:12px;
	background:#fff url(images/bg_footer.gif) top left no-repeat;
}
#footerbox a:link, #footerbox a:visited, #footerbox a:active {
	color:#A0A0A0;
	text-decoration:none;
}
#footerbox a:hover {
	text-decoration:none;
	color:#C8AF66;
	border-bottom:1px dotted #C8AF66;
}
#footerleft {
	float:left;
	font-size:10px;
	text-align:left;
	margin:0px;
	padding:0px;
}
#footerright {
	float:right;
	font-size:10px;
	text-align:right;
	line-height:12px;
	margin:0px 0px 10px 0px;
	padding:0px;
}