/* Standardformatierungen */
body {
	margin: 0px;
	padding: 0;
	background: url(images/bg.jpg) repeat-y center;
}
img { border: 0px; margin: 0px 0px 0px 0px; }
table { border: 0px; }
hr { border: 0; background-color: #999; height: 1px; margin: 15px 0px 15px 0px; }

/* Formular-Definitionen */
form { display: inline; }

input, select {font: 11px Arial;}

.input_text {
	border: 1px solid #999;
	height: 16px;
	/*padding: 4px 5px 0px 3px;*/
	margin: 0px 0px 3px 3px;
	width: 250px;
}

.input_select {
	border: 1px solid #999;
	margin: 0px 0px 3px 3px;
}

li {
	list-style-image:url(images/icon_li.gif);
	line-height: 16px;
}

.form_error {
	border: 2px solid #c00;
	background-color: #fee;
}

.form_error_box {
	border: 1px solid #c00;
	color: #c00;
	background-color: #fff;
	padding: 3px 10px 3px 10px;
	margin: 20px 0px 20px 0px;
}

/* Pseudo-Formate */
a:link { color: #c00; text-decoration: none; }
a:visited { color: #c00; text-decoration: none; }
a:hover { color: #c00; text-decoration: underline; }

.lens { background: url(images/icon_lens.gif) no-repeat; background-position: 0px 2px; padding-left: 15px; }
.eye { background: url(images/icon_eye.gif) no-repeat; background-position: 0px 2px; padding-left: 20px; }
.download { background: url(images/icon_download.gif) no-repeat; background-position: 3px 2px; padding-left: 20px; }
.link { background: url(images/icon_link.gif) no-repeat; background-position: 3px 1px; padding-left: 20px; display:block; }
.mail { background: url(images/icon_mail.gif) no-repeat; background-position: 1px 2px; padding-left: 20px; }


#search {
	display: block;
	font: 11px Arial,sans-serif;
	color: #333;
	background-color: #ddd;
	padding: 3px 0px 2px 15px;
	text-decoration: none;
	border-top: 1px solid #fff;
}



/* Seitenaufbau */
#header {
	width: 730px;
	margin: 0 auto;
	padding-left: 50px;
	padding-top: 30px;
	padding-bottom: 30px;
}

#navigation {
	width: 780px;
	margin: 0px auto;
	border-bottom: 1px solid #fff;
}


.menu_subnavi {
	border: 1px solid #999;
	border-left: 0px;
	background-color: #ddd;
	width: 243px;
	vertical-align: top;
}

#td_subnavi {
	background-color: #ddd;
	width: 243px;
	vertical-align: top;
}

#td_content {
	width: 537px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	vertical-align: top;
	background: url(images/content_bottom.jpg) no-repeat;
	background-color: #F9F9F9;
}

#subnavi_headline {
	padding: 7px 0px 7px 16px;
	font: bold 14px Arial,sans-serif;
	color: #fff;
	background-color: #999;
}

.subnavi_links {
	border-left: 1px solid #999;
	padding:0px;
	margin:0px;
}

.subnavi_links_text {
	font-family:Arial,sans-serif;
	font-size:11px;
	color:#999999;
	padding:6px 0 6px 15px;
}

#subnavi_tools {
	border-bottom: 1px solid #fff;
}

.subnavi_links a:link {
	display: block;
	font: 11px Arial,sans-serif;
	color: #333;
	background-color: #EDEDED;
	padding: 6px 0px 6px 11px;
	text-decoration: none;
	border-top: 1px solid #fff;
	border-left: 3px solid #CBE8F0;
}

.subnavi_links a:visited {
	display: block;
	font: 11px Arial,sans-serif;
	color: #333;
	background-color: #EDEDED;
	padding: 6px 0px 6px 11px;
	text-decoration: none;
	border-top: 1px solid #fff;
	border-left: 3px solid #CBE8F0;
}

.subnavi_links a:hover {
	display: block;
	font: 11px Arial,sans-serif;
	color: #333;
	background-color: #CBE8F0;
	padding: 6px 0px 6px 11px;
	text-decoration: none;
	border-top: 1px solid #fff;
	border-left: 3px solid #CBE8F0;
}

.subnavi_links a.active { color: #C00; }

#subnavi_tools a:link {
	display: block;
	font: 11px Arial,sans-serif;
	color: #333;
	background-color: #ddd;
	padding: 6px 0px 6px 15px;
	text-decoration: none;
	border-top: 1px solid #fff;
}

#subnavi_tools a:visited {
	display: block;
	font: 11px Arial,sans-serif;
	color: #333;
	background-color: #ddd;
	padding: 6px 0px 6px 15px;
	text-decoration: none;
	border-top: 1px solid #fff;
}

#subnavi_tools a:hover {
	display: block;
	font: 11px Arial,sans-serif;
	color: #333;
	background-color: #CBE8F0;
	padding: 6px 0px 6px 15px;
	text-decoration: none;
	border-top: 1px solid #fff;
}

#subnavi_tools a.active { color: #C00; }

#visual {
	border-bottom: 1px solid #fff;
}

#visual_bottom {
	background: url(images/visual_bottom.jpg) no-repeat;
	height: 172px;
}

#content_container {
	background-color: #F9F9F9;
	background: url(images/content_bottom.jpg) no-repeat;
	border-right: 1px solid #fff;
}

#breadcrumb {
	font: 11px Arial,sans-serif;
	color: #c00;
	margin: 40px 25px 10px 40px;
}

h1 {
	font: bold 20px Arial,sans-serif;
	color: #c00;
	margin: 0px 25px 2px 40px;
}

h2 {
	font: bold 14px Arial,sans-serif;
	color: #333;
	margin: 30px 0px 15px 0px;
}

#content {
	font: 12px Arial,sans-serif;
	color: #333;
	border-top: 1px solid #c00;
	padding: 30px 40px 40px 40px;
	line-height: 16px;
	
}

#content td {
	font: 12px Arial,sans-serif;
	line-height: 16px;
}


.content_subhead {
	font: bold 14px Arial,sans-serif;
	color: #333;
	margin-bottom: 15px;
}


.content_small {
	font-size: 10px;
	line-height: 12px;
}

.content_visual_left {
	float: left;
	margin: 0px 10px 3px 0px;
}

.content_visual_right {
	float: right;
	margin: 0px 0px 3px 10px;
}

.content_visual_header {
	background: url(images/content_visual_ecke.gif) no-repeat right;
	background-color: #c00;
	height: 6px;
	margin: 0px 0px 1px 0px;
	font-size: 0px;
}

.content_visual_top {
	background-color: #ccc;
	font: bold 11px Arial,sans-serif;
	padding: 5px 10px 5px 15px;
	border: 1px solid #ccc;
}

.content_visual_image {
	border: 1px solid #ccc;
	text-align:center;
}

.content_visual_image2 {
	border: 1px solid #c00; width:150px;
}

.content_visual_image3 {
	border: 1px solid #c00; width:80px;
}

.content_visual_bottom {
	background-color: #ccc;
	font: 11px Arial,sans-serif;
	padding: 3px 10px 3px 15px;
	border: 1px solid #ccc;
	
}.content_visual_bottom_white {
	background-color: #F9F9F9;
	font: 11px Arial,sans-serif;
	padding: 3px 10px 3px 0px;
	border: none;
}

.content_list_box {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 3px 10px 3px 10px;
}

.content_list_header {
	font: bold 12px Arial,sans-serif;
	background-color: #eaeaea;
	border: 1px solid #999;
	margin: 15px 0px 15px 0px;
	padding: 3px 10px 3px 10px;
}

#content_footer {
	background: url(images/content_footer_iwo.gif) no-repeat right;
	background-color: #c00;
	height: 13px;
	margin: 40px 0px 1px 0px;
	font-size: 0px;
}

#content_footer_headline {
	background-color: #ccc;
	font: bold 11px Arial,sans-serif;
	padding: 5px 10px 5px 15px;
}

#content_footer_text {
	background-color: #fff;
	font: 11px Arial,sans-serif;
	padding: 0px 10px 0px 15px;
	border: 1px solid #ccc;
}

#content_footer_text ul {
	margin-left: 1em;
	padding-left: 1em;
	margin-top: 10px;
	margin-bottom: 15px;
}

#footer {
	font: 11px Arial,sans-serif;
	/*width: 750px;*/
	border-top: 1px solid #999;
	margin: 0px auto 30px auto;
	padding: 5px 30px 0px 0px;
	color: #999;
	text-align: right;
}

.red {
	color: #c00;
}

#popup_header {
	background: url(images/popup_visual_ecke.gif) no-repeat right;
	background-color: #c00;
	height: 13px;
	font-size: 0px;
}

.teaser-rubrik {
	font-size:11px;
	font-style:italic;
	text-transform:capitalize;
}

.teaser-dachzeile {
	font-size:13px;
}

.divider hr {
    margin: 15px 0 12px 0;
}


