/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	MBS / Print CSS
	Mai 2008 / Alexander Buch / S2 intermedia
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Div // ausblenden
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
div#navigation-wrap,
div#navigation-sub-wrap,
div.service-zone,
div.printlink,
p.searchswitch,
div.tx-indexedsearch-searchbox
{
	display: none;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Basic
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
html, body{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
}

a img{
	border: none;
}

a{
	color: #07294C;
}

h1 {
	color: #0B3864;
	font-size: 16px;
	margin-bottom: 23px;
}

h2 {
	color: #0B3864;
	font-size: 13px;
	margin-bottom: 5px;
}

h3 {
	color: #0B3864;
	font-size: 13px;
	margin: 0px !important;
	margin-top: 5px!important;
}

ul, ol{
	margin-bottom: 10px;
	margin-left: 30px;
	margin-top: 10px;
	padding: 0px;
}

li{
	list-style-image: url(../gfx/bg_li.gif);
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Layout
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
div.logo-zone{
	border-top: 65px solid #07294C;
	border-bottom: 5px solid #F99C1C;
	padding-bottom: 5px;
	position: relative;
}

div.logo-zone img{
	position: absolute;
	top: -65px;
}

div#content-wrap{
	padding-top: 27px;
}

div#footer-wrap{
	border-top: 8px solid #07294C;
	font-size: 10px;
	clear: both;
	padding-top: 5px;
	position: absolute;
	bottom: 50px;
	left: 0px;
	width: 100%;
}

div#footer-wrap *{
	text-decoration: none;
}

div#footer-wrap div.footer-zone{
	padding: 0px 5px;
}

div.footer-zone div.adress{
	float: left;
}

div.footer-zone div.tel{
	float: left;
	margin-left: 30px;
}

div.footer-zone div.links{
	float: right;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Navigation / Content / Inhaltsangabe
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
div#navigation-content-wrap{
	margin-top: 25px;
	margin-bottom: 10px;
}

div.navigation-content-zone{
	background-color: #ecf0f3;
	width: 225px;
	height: 277px;
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
	overflow: hidden;
}

div.navigation-content-zone h1{
	font-size: 12px;	
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px!important;
}
div.navigation-content-zone a{
	text-decoration: none;
}
div.navigation-content-zone a:hover{
	text-decoration: underline;
}

div.navigation-content-image{
	width: 225px;
	height: 140px;
	overflow: hidden;
}

div.navigation-content-text{
	padding: 10px;
	padding-top: 3px;
}

a.navigation-content-more{
	display: block;
	padding-top: 3px;
	font-weight: bold;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Teaserboxen
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
div.teaserboxes-typ-1,
div.teaserboxes-typ-2,
div.teaserboxes-typ-4,
div.teaserboxes-typ-5{

}

div.teaserboxes-typ-3{
	border-top:1px solid #CCCCCC;
	margin-top:10px;
	padding-top:13px;
}



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Allgemeines
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
div.csc-textpic-imagewrap *{
	margin: 0px!important;
} 

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	RTE // Tabellenformatierungen
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
table.contenttable p,
table.rte-table-format p{
	margin-top: 0px;
	margin-bottom: 0px;
}

table.rte-table-format td {
	border-right: 1px solid #c7eafb;
	border-bottom: 1px solid #c7eafb;
}

table.contenttable td {
	border-right: 1px solid #c7eafb;
	border-bottom: 1px solid #c7eafb;
}

td.border-left {
	border-left: 4px solid #c7eafb!important;
}
td.border-left-top {
	border-left: 4px solid #c7eafb!important;
	border-top: 4px solid #c7eafb!important;
}
td.border-left-top-right {
	border-left: 4px solid #c7eafb!important;
	border-top: 4px solid #c7eafb!important;
	border-right: 4px solid #c7eafb!important;
}

td.border-top {
	border-top: 4px solid #c7eafb!important;
}
td.border-top-right {
	border-right: 4px solid #c7eafb!important;
	border-top: 4px solid #c7eafb!important;
}

td.border-right {
	border-right: 4px solid #c7eafb!important;
}
td.border-right-bottom {
	border-bottom: 4px solid #c7eafb!important;
	border-right: 4px solid #c7eafb!important;
}
td.border-right-bottom-left {
	border-right: 4px solid #c7eafb!important;
	border-bottom: 4px solid #c7eafb!important;
	border-left: 4px solid #c7eafb!important;
}

td.border-bottom {
	border-bottom: 4px solid #c7eafb!important;
}
td.border-bottom-left {
	border-bottom: 4px solid #c7eafb!important;
	border-left: 4px solid #c7eafb!important;
}

td.border-none {
	border: none!important;
}

