/** allgemeine HTML-Elemente
------------------------------------------------------------------*/
* {
	margin: 0em;
	padding: 0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}

body {
	font-size: 62.5%;
	text-align: center;
	background-color:#fff;
}

h1 {
	margin: 0em 0em 2em 0em;
	font-size: 1.4em;
	/* color: #0099CC; */
	color: #00477C;
}

h2 {
	margin: 0em 0em 1.5em 0em;
	font-size:1.2em;
	/* color:#0099CC; */
	color: #00477C;
}

h3 {
	margin: 0em 0em 1.5em 0em;
	font-size: 1em;
	color:#666;
}

p {
	margin: 0em 0em 1.5em 0em;
	line-height:1.5em;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
}

a img {
	border: none;
}

hr {
	height:1px;
	border:1px dotted #CCC;
}
caption {
	display:none;
}
table {
	margin-bottom:15px;
}
table, td {
	border: 1px solid #CCC;
	border-collapse: collapse;
	font-size:1em;
}
table.breit {
	width:100%;
}
thead td,
thead th, 
tbody th {
	padding: 0.5em;
	border-left:1px solid #CCC;
	/* background:#DBF1F8;
	color:#666; */
	background:#00477C;
	color:#fff;
}
#content table th strong,
#content thead td a,
th,
th div,
th p {
	color:#fff;
}
#content thead td a {
	font-weight:bold;
}

tbody th {
	text-align:left;
}

tbody td {
	padding: 0.7em 0.5em;
	color:#666;
	vertical-align: top;
}


/** verschiedene CSS-Klassen
------------------------------------------------------------------*/
div.clr_left {
	clear: left;
}

div.clr_right {
	clear: right;
}

div.clr_both {
	clear: both;
}

*.hdn {
	position: absolute;
	top: -1000px;
	left: -1000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
}

*.nowrap {
	white-space: nowrap;
}

*.red {
	color:#CC0000;
	font-weight:bold;
}

*.right{
	text-align: right;
}

*.center{
	text-align: center;
}


/** Layoutelemente
------------------------------------------------------------------*/
div#main {
	position: relative;
	width: 88.3em;
	margin: 0em auto;
	font-size: 1.1em;
	text-align: left;
}

div#head {
	height: 10em;
	text-align: right;
}

div#head div#logo {
	position: absolute;
	top: 2.5em; left: 1em;
}

div#sidebar-left {
	width: 19em;
	float: left;
	padding: 3.5em 0em 0em 0em;
}

div#body {
	width: 66.5em;
	float: right;
	background: #FFF;
}

div#content {
	width: 45.6em;
	float: left;
}
div#breadcrumb {
	text-align:right;
	margin-bottom:10px;
}
div#sidebar-right {
	width: 18.5em;
	float: right;
}

div#foot {
	margin: 2em 0em 0em 0em;
	text-align: center;
}


/** Kopfmenue
------------------------------------------------------------------*/
ul#headmenu {
	padding: 0.8em 0em;
}

ul#headmenu li {
	display: inline;
	padding: 0em 0.4em;
}

ul#headmenu li a {
	color: #989898;
}

ul#headmenu li a:hover,
ul#headmenu li a:active,
ul#headmenu li a:focus {
	text-decoration: underline;
}


/** Hauptmenue
------------------------------------------------------------------*/
ul#mainmenu li {
	display: block;
}

ul#mainmenu li a {
	display: block;
	margin: 0em 0em 2px 0em;
	padding: 0.4em 0.4em 0.4em 1.2em;
	background: #87888A;
	color: #FFF;
}

ul#mainmenu li a:hover,
ul#mainmenu li a:active,
ul#mainmenu li a:focus,
ul#mainmenu li a.active {
	/* background: #5DC4ED; */
	background:#00477C;
}

ul#mainmenu li ul li {
	padding: 0em 0em 0em 1.2em;
}

ul#mainmenu li ul li a {
	padding: 0.4em 0.4em 0.4em 0.9em;
	background-color: #FFF !important; /* camino */
	background: #FFF url(../../_Layout/bg_mainmenu_a_02.gif) no-repeat left 0.8em !important;
	color: #464646;
}

ul#mainmenu li ul li a:hover,
ul#mainmenu li ul li a:active,
ul#mainmenu li ul li a:focus,
ul#mainmenu li ul li a.active {
	background: #FFF url(../../_Layout/bg_mainmenu_a_02_active.gif) no-repeat left 0.8em !important;
	/* color: #5DC4ED; */
	color: #00477C;
}


/** Servicemenue
------------------------------------------------------------------*/
div#servicemenu {
	margin: 3em 0em 0em 0em;
	padding: 1em;
	background: #E3E3E5;
}

div#servicemenu div.frm_label {
	padding: 0em 0em 0.5em 0em;
}

div#servicemenu div.frm_label label {
	color: #000;
}

div#servicemenu div.frm_field select {
	width: 100%;
	border: 1px solid #A8A8AA;
	font-size: 1em;
	color: #666;
}


/** Mitglied bei ...
------------------------------------------------------------------*/
div#member-of {
	position: relative;
	margin: 2em 0em 0em 0em;
	padding: 2em 1em;
	color: #858688;
}

div#member-of span{
	position: absolute;
	top: 1.2em; right: 0.5em;
}


/** Signet (Headerbild)
------------------------------------------------------------------*/
div#signet {
	height: 14.5em;
	margin: 0em 0em 2.5em 0em;
}

div#signet h1 {
	width: 14em;
	padding: 1.5em 0em 0em 0.1em;
	font-size: 2.3em;
	font-weight: normal;
	/* color: #5FC7EE; */
	color: #00477C;
}


/** rechte Spalte im Inhaltsbereich / Boxen auf der Startseite
------------------------------------------------------------------*/
div#sidebar-right div.box,
div#box-wrapper div.box {
	margin: -1em 0em 1.2em 0em;
}

div#sidebar-right div.box h2,
div#box-wrapper div.box h2 {
	margin: 1em 0em 1px 0em;
	padding: 0.2em 0.8em;
	font-size: 1.2em;
	font-weight: bold;
	/*
	border-top: 1px dashed #61C4EE;
	border-bottom: 1px dashed #61C4EE;
	color: #61C4EE;
	*/
	border-top: 1px dashed #00477C;
	border-bottom: 1px dashed #00477C;
	color:#00477C;
}

div#sidebar-right div.box p,
div#box-wrapper div.box p {
	margin: 0em 0em 0.2em 0em;
	padding:  0.9em 0em 0.9em 0.9em;
	background: #E3E3E5;
	line-height: 1.3em;
}

div#sidebar-right div.box p img,
div#box-wrapper div.box p img {
	width: 18.5em;
	display: block;
	margin: 0em 0em 0em -0.9em;
}

div#sidebar-right div.box p a,
div#box-wrapper div.box p a {
	padding: 0em 1em 0em 0em;
	background: url(../../_Layout/bg_box_a.gif) no-repeat right bottom;
}

div#sidebar-right div.box p a.more,
div#box-wrapper div.box p a.more {
	/* color: #61C4EE; */
	color: #00477C;
	
}

div#sidebar-right div.box span.date,
div#box-wrapper div.box span.date {
	display: block;
	margin: 0em 0em 0.2em 0em;
}


/** Fussmenue
------------------------------------------------------------------*/
ul#footmenu {
	padding: 0.8em 0em;
}

ul#footmenu li {
	display: inline;
	padding: 0em 0.4em;
}

ul#footmenu li a {
	color: #989898;
}

ul#footmenu li a:hover,
ul#footmenu li a:active,
ul#footmenu li a:focus {
	text-decoration: underline;
}


/** spezielle Styles nur fuer den Inhaltsbereich
------------------------------------------------------------------*/
div#content ul {
	margin: 0em 0em 1em 0em;
}
div#content ol {
	margin: 0em 0em 1em 2em;
}

div#content ul li {
	margin: 0em 0em 0.8em 0em;
	padding: 0em 0em 0em 1.4em;
	background: url(../../_Layout/bg_li.gif) no-repeat 0em 0.4em;
	line-height: 1.5em;
}

div#content a {
	/*
	border-bottom:1px dotted #0099CC;
	color:#0099CC;
	*/
	border-bottom:1px dotted #00477C;
	color:#00477C;
}

div#content div.news-single-backlink a {
	padding: 0em 0em 0em 1.7em;
	background: url(../../_Layout/icn_back.gif) no-repeat 0em 0em;
}
div#content a.intern-link,
div#content div.news-list-morelink  a {
	padding: 0em 0em 0em 1.7em;
	background: url(../../_Layout/icn_intern.gif) no-repeat 0em 0em;
}

div#content a.extern-link-new-window {
	padding: 0em 0em 0em 1.7em;
	background: url(../../_Layout/icn_extern.gif) no-repeat 0em 0em;
}

div#content a.pdf {
	padding: 0em 0em 0em 1.7em;
	background: url(../../_Layout/icn_pdf.gif) no-repeat 0em 0em;
}

div#content a.email {
	padding: 0em 0em 0em 1.7em;
	background: url(../../_Layout/icn_mail.gif) no-repeat 0em 0em;
}

div#content a.file-download {
	padding: 0em 0em 0em 1.7em;
	background: url(../../_Layout/icn_download.gif) no-repeat 0em 0em;
}
div#content a.top {
	padding: 0em 0em 0em 1.7em;
	background: url(../../_Layout/icn_top.gif) no-repeat 0em 0em;
}
div#content a.back {
	padding: 0em 0em 0em 1.7em;
	background: url(../../_Layout/icn_back.gif) no-repeat 0em 0em;
}
div#content a.video {
	padding: 0em 0em 0em 1.7em;
	background: url(../../_Layout/icn_video.gif) no-repeat 0em 0em;
}
div#content a.sound {
	padding: 0em 0em 0em 1.7em;
	background: url(../../_Layout/icn_sound.gif) no-repeat 0em 0em;
}

div#content strong {
	color:#666;
}

/* div#content img, .csc-textpic { */
/* .csc-textpic */
.csc-textpic-image {
	padding-bottom:20px;
}


/** Bilder im Inhaltsbereich
------------------------------------------------------------------*/
div#content div.news-single-img {
	width: 18em;
	float: left;
	margin: 0em 2em 0em 0em;
	font-size:0.9em;
}

div#content div.news-single-img a {
	border: none;
}