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


/* Screen Layout CSS Document */

* {
	margin: 0;
	padding: 0;
	border: 0px;
	text-decoration: none;
}

html {
	font: normal normal 10px/1em Arial, Verdana, Helvetica, sans-serif;
	color: #606060;
	border: none;
}

body {
	background: url(../images/bg.gif) top left repeat-x;
}

a {
	color:#FE5E00;
	text-decoration: none;
}

.sidebar_block a:hover {
	border-bottom: 1px solid #005fa7;
	background-color: #c6e4ff;
}

.sidebar_block a:hover img {
	border: none;
}

a.noborder:hover {
	border-bottom: none !important;
	background: inherit !important;
}


#page {
	margin: 0 auto 0 auto;
	width: 944px;
	position: relative;
}

/* ------------------------------------- */
/* Head fr Logo, Metanav, etc. */
/* ------------------------------------- */
#branding {
	position: relative;
	height: 120px;
}

#branding ol {
	list-style: none;
}

#branding ol li {
	display: inline;
}

#branding ol li a {
	text-decoration: none;
}

#branding #logo {
	position: absolute;
	top: 20px;
	left: 0px;
}

#branding #logo img {
	float: left;
}

#branding #meta_navigation {
	position: absolute;
	top: 10px;
	right: 0px;
}

#branding #meta_navigation ol li{
	color: #6c6c6c;
	font-size: 1em;
	line-height: normal;
}

#branding #meta_navigation ol li a {
	color: #6c6c6c;
}

#branding #main_navigation {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	overflow: hidden;
	height: 31px;
	background: url(../images/main_nav_bg.gif) top left repeat-x;
}

#branding #main_navigation ol {
	list-style: none;
}

#branding #main_navigation ol li {
	display: block;
	float: left;
	position: relative;
}

#branding #main_navigation ol li.act span {
	background: url(../images/main_nav_act.gif) top center no-repeat;
	margin: -1px 0 0 0;
	position: absolute;
	display: block;
	width: 14px;
	height: 7px;
	left: 50%;
	z-index: 2;
	margin: -1px 0 0 -7px;
}

#branding #main_navigation ol li a {
	line-height: 2em;
	font-size: 1.4em;
	color: #FFF;
	padding: 0 0.6em 0 0.6em;
	background: url(../images/trenner.gif) right center no-repeat;
	display: block;
}

#branding #main_navigation ol.ol_submenu {
	display: none;
}

#branding #searchbar {
	position: absolute;
	bottom: 5px;
	right: 10px;
	width: 200px;
	height: 22px;
	background-color:#CCCC33;
}

#branding #section_navigation {
	position: absolute;
	z-index: 1;
	bottom: 31px;
	left: 0px;
	width: 100%;
	height: 32px;
	/*background: url(../images/section_nav_bg.gif) bottom left repeat-x;*/
	text-align: right;
}

#branding #section_navigation ol {
	background: url(../images/section_nav_ol_bg.gif) top left repeat-x;
	float: right;
}

#branding #section_navigation ol li {
	float: left;
	position: relative;
	margin: 0 0 0 -4px;
}

#branding #section_navigation ol li a {
	display:block;
	float: left;
	color: #023259;
	font-size: 1.4em;
	padding: 0 1em 0 1em;
	height: 2.3em;
	line-height: 2.3em;
}

#branding #section_navigation ol li.act a {
	float: left;
	color: #FFF;
	background:url(../images/section_nav_act.jpg) top left repeat-x;
}

#branding #section_navigation ol li.act span.shadow_r {
	display: block;
	float: left;
	height: 3.1em;
	width: 0.3em;
	background:url(../images/section_nav_shadow_r.png) bottom left no-repeat;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/section_nav_shadow_r.png', sizingMethod='scale');
}

#branding #section_navigation ol li.act span.shadow_l {
	display: block;
	float: left;
	height: 3.1em;
	width: 0.3em;
	background:url(../images/section_nav_shadow_l.png) bottom left no-repeat;
}

* html #branding #section_navigation ol li.act span.shadow_l, * html #branding #section_navigation ol li.act span.shadow_r {
	behavior: url('script/alpha.htc');
}

/* ------------------------------------- */
/* Hauptbereich fr Inhalt, Navi, etc. */
/* ------------------------------------- */


#main {
	position: relative;
}

#main #teaser {
	height: 184px;
}

#main #teaser img {
	float: left;
}

#main #content_wrapper {
	position: relative;
	min-height: 900px;
	height: auto !important;
	height: 900px;
	background:url(../images/wrapper_bg.gif) top left repeat-y #f7f7f7;
}

#main #content_wrapper #sidebar {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0px;
	width: 210px;
	background-color: #EDF4FB;
}

#main #content_wrapper #sidebar #sidebar_navigation,
#main #content_wrapper #sidebar .sidebar_bluebox {
	background-color:#005fa7;
}

* html #main #content_wrapper #sidebar #sidebar_navigation {
	margin: -10px 0 0 0;
}

*+html #main #content_wrapper #sidebar #sidebar_navigation {
	margin: -10px 0 0 0;
}

#main #content_wrapper #sidebar #sidebar_navigation ol {
	list-style: none;
}

#main #content_wrapper #sidebar #sidebar_navigation ol li {
	height: 3em;
	margin: 0 0 0.1em 0;
	border-bottom: 0.1em solid #00467b;
}

#main #content_wrapper #sidebar #sidebar_navigation ol li.sub {
	height: 2em;
	border-bottom: 0.1em solid #fff;
	margin: 0;
}

#main #content_wrapper #sidebar #sidebar_navigation ol li span {
	display:block;
	height: 3em;
	/*border-left: 1em solid #83bbe6;*/
}

#main #content_wrapper #sidebar #sidebar_navigation ol li.act span	{
	display:block;
	height: 3em;
	/*border-left: 1.8em solid #fff;*/
}

#main #content_wrapper #sidebar #sidebar_navigation ol li.sub span {
	border-left: none;
	height: 2em;
	border-left: 1em solid #fff;
}

#main #content_wrapper #sidebar #sidebar_navigation ol li.act span a {
	background-color: #0065b0;
	color: #FFF;
	padding: 0.5em 0 0 1em;
}

#main #content_wrapper #sidebar #sidebar_navigation ol li.act span.sub a {
	background-color: #D5E8FF !important;
}

#main #content_wrapper #sidebar #sidebar_navigation ol li span a {
	display:block;
	height: 78%;
	border-left: 0.6em solid #00467b;
	padding: 0.5em 0 0 1em;
	line-height: normal;
	text-decoration:none;
	font-size: 1.4em;
	color: #e3e3e3;
}

#main #content_wrapper #sidebar #sidebar_navigation ol li span a:hover,
#main #content_wrapper #sidebar #sidebar_navigation ol li.sub span a:hover {
	background-color: #0065b0;
	color: #FFF;
}

#main #content_wrapper #sidebar #sidebar_navigation ol li.sub span a {
	padding: 0.2em 0 0.2em 1.2em;
	font-size: 1.2em;
	background-color: #83BBE6;
	color: #00467b
}

#main #content_wrapper #sidebar #sidebar_navigation sup {
	line-height: normal !important;
}

#main #content_wrapper #marginal {
	width: 212px;
	background-color:#F7F7F7;
	position: absolute;
	right: 0;
	top: 0px;
	z-index: 2;
	min-height: 120px;
	height: auto !important;
	height: 120px;
	border-left: 2px solid #EAEAEA;
	border-top: 2px solid #EAEAEA;
	overflow-x: hidden;
}

#main #content_wrapper #content {
	margin: 0 0 0 210px;
	width: 520px;
}

/* ------------------------------------- */
/* Contentbereich */
/* ------------------------------------- */

a.metvpdf:hover
{
	color:#656F75;
	font-family:arial;
	font-size:9pt;
	font-style:normal;
	text-decoration:underline;
}
a.metvpdf:visited
{
	color:#656F75;
	font-family:arial;
	font-size:9pt;
	font-style:normal;
	text-decoration:none;
}
.metvpdf
{
	color:#656F75;
	font-family:arial;
	font-size:9pt;
	font-style:normal;
	text-decoration:none;
}

.headerhl2
{
	color: #C50808;
	font-family: arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}

#content a
{
	color: #005fa7;
	text-decoration: none;
	font-family: arial;
	font-size: 9pt;
	font-style: normal;
	text-decoration: none;
}

#content a:hover {
	border-bottom: 1px solid #FE5E00;
	background-color: #ffe0cd;
}

#content a:hover img {
	border: none;
}

#content h3
{
	color: #005fa7;
	padding: 0 0 2em 0;
}

#main #content {

}

#main #content p {
	padding: 0 0 1.4em 0;
}

#main #content ul {
	margin: 0 0 0 15px;
}

#main #content .nobullets ul {
	list-style: none;
	margin: 0;
}

#main #content #col_right {

}

#main #content #col_right {

}

#main #mag_img {
	margin: 0px 5px 5px 0px;
}

/* ------------------------------------- */

/* Marginalspalte */
/* ------------------------------------- */
#main #marginal {

}

/* ------------------------------------- */
/* Navigation */
/* ------------------------------------- */
#main #sidebar {

}

/* ------------------------------------- */
/* Footer */
/* ------------------------------------- */
#informations {
	height: 8.3em;
	background:url(../images/informations.gif) top left repeat-x;
	text-align: center;
	color:#FFFFFF;
	font-size: 1.2em;
	padding: 2em 0 0 0;
}

#informations a {
	color:#FFFFFF;
	font-weight: bold;
	text-decoration:none;
}

#information .vcard {
	display: none;
}


/*Allgemaine Klassen*/

.lostpass {
	font-size: 0.8em;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #606060;
}

.clear {
	height: 0;
	line-height: 0;
	font-size: 0;
	clear: both;
}


.sidebar_block {
	padding: 2em 1.8em 0 1.8em;
}

.sidebar_bluebox {
	padding: 2em 1.8em 0.8em 1.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	background:url(../images/bluebox_bg.gif) top left no-repeat;
	min-height: 120px;
	height: auto !important;
	height: 120px;
}

.withoutbg {
	background: none;
	min-height: 120px;
	height: auto !important;
	height: 120px;
}

.withoutbg h2 {
	background: url(../images/bullet.gif) 0em 0.2em no-repeat !important;
	padding: 0 0 0.6em 1em !important;
	font-size: 1.2em !important;
	color: #FFFFFF !important;
	font-family: Arial, Verdana, Helvetica, sans-serif !important;
}

.sidebar_block h2 {
	background: url(../images/bullet.gif) 0em 0.2em no-repeat;
	padding: 0 0 0.6em 1em;
	font-size: 1.2em;
	color: #005fa7;
}

.sidebar_bluebox h2 {
	padding: 0 0 0.6em 0;
	font-size: 1.2em;
	color: #FFF;
	font-weight: bold;
}

.sidebar_block div.sidebar_block_content {
	padding: 0 0 1em 0;
	font-size: 1.2em;
	line-height: 1.4em;
}

.sidebar_bluebox div.sidebar_bluebox_content {
	padding: 0 0 1em 0;
	font-size: 1.1em;
	line-height: 1.6em;
	color: #FFFFFF;
}

.content_block {
	padding: 2em 2em 2em 2em;
}

.content_block h1 {
	padding: 0 0 0.6em 0;
	font-size: 2em;
	line-height: 1.5em;
	font-weight: normal;
	text-transform: uppercase;
}

.content_block h1:first-letter {
	color: #005fa7;
}

.content_block h2 {
	font-size: 16px;
	color: #005fa7;
	margin-bottom: 10px;
}

.content_block div.content_block_content {
	padding: 0 0 1em 0;
	font-size: 1.2em;
	line-height: 1.7em;
}

.content_block div.content_block_content input,
.content_block div.content_block_content select
{
	border: 1px solid #005FA7;
}

.content_block div.content_block_content input[type="submit"],
.content_block div.content_block_content input[type="button"],
.content_block div.content_block_content input[type="checkbox"]
{	border: 0px;
}

.content_block div.content_block_content p.blue {
	font-weight: bold;
	color: #005fa7;
}

a img {
	border: none;
}

.shortStory_teaser a {
	color: #606060;
	text-decoration: none;
	font-weight: normal;
}

.shortStory_teaser a:hover {
	border-bottom: 1px solid #606060;
}

.shortStory_teaser a:hover img {
	border: none;
}

.shortStory_teaser p {
	font-weight: normal;
	color: #005fa7;
}

table.search_tab {
	border-collapse:collapse;
	border: none;
}

input.text_inp, textarea {
	margin: 0 3px 0 0;
	border: 1px solid #005FA7;
}

input.text_inp_long, .textarea_long {
	width: 280px;
}

* html input.text_inp_long, * html .textarea_long {
	width: 282px;
}

*+html input.text_inp_long, *+html .textarea_long {
	width: 282px;
}

.textarea_long {
	width: 382px;
}

* html .textarea_long {
	width: 380px;
}

*+html .textarea_long {
	width: 380px;
}

table.search_tab tr td input.text_inp {
	width: 120px;
	margin: 0 3px 0 0;
	border: 1px solid #005FA7;
}


*+html table.search_tab tr td input.text_inp {
	width: 110px;
	height: 18px;
}

* html table.search_tab tr td input.text_inp {
	width: 110px;
	height: 18px;
}

.select_container select {
	width: 174px;
}

*+html .select_container select {
	width: 176px;
}

* html .select_container select {
	width: 176px;
}

.small {
	font-size: 0.8em;
}

.grey {
	color: #CCCCCC;
}

.short_news img, .detail_img {
	padding: 0 0 20px 20px;
}

.shortStory-title {
	font-size: 1.2em;
	line-height: 1.4em;
	display: block;
	clear: both;
	font-weight: bold;
	padding: 0 0 20px 0;
}

.sidebar_block .shortStory-title {
	font-size: inherit;
	line-height: inherit;
	display: inline;
	clear: none;
	font-weight: normal;
	padding: 0;
}

table.kmags {
	width: 480px;
	border-collapse: collapse;
	border: none;
}

table.kmags tr.color1 {
	background-color:#EDF4FB;
}

table.kmags td {
	vertical-align: top;
	padding: 10px;
}

.article_font, .article_font p {
	line-height: 15px;
}

.article_font_detail, .article_font_detail p {
	line-height: 15px;
}

.submit {
	background:url(../images/button.gif) top left repeat-x;
	border: none;
	color: #FFFFFF;
}

#setcurspan{
	font-weight:bold;
}

#vvasites {
	width: 176px;
}

#f_119, .contact_form_select, #code_sec_inp {
	border: 1px solid #005FA7;
	width: 150px;
	background-color: #FBFDFF;
}

#f_120, #f_121, #f_122, #f_123, #f_124, #f_138, #f_125, #f_126,
.contact_form_text {
	border: 1px solid #005FA7;
	width: 350px;
	background-color: #FBFDFF;
}

.contact_form_area {
	width: 350px;
	border: 1px solid #005FA7;
	background-color: #FBFDFF;
}

#f_120:focus, #f_121:focus, #f_122:focus, #f_123:focus, #f_124:focus, #f_138:focus, #f_125:focus, #f_126:focus,
.contact_form_text:focus, #code_sec_inp:focus, .contact_form_area:focus {
	background-color:	#FFF;
}

.content_block_content h3 {
	font-size:1em;
	line-height:1em;
	color: #606060 !important;
}

