body {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #000;
	background-color: #fff;
	background-image: url('/images/page-bg.gif');
	background-repeat: repeat-y;
	background-position: top center;
}

div#pagewrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

div.header div.col1 {
	width: 220px;
	padding-top: 177px;
	background-image: url('/images/logo-balken.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

div.header div.col2 {
	width: 710px;
}

div.content {
	margin-top: 30px;	
}

div.content div.col1 {
	width: 505px;
	text-align: right;
}

div.content div.col2 {
	width: 425px;
	line-height: 14px;
}

div.header div.referenz {
	height: 155px;
	overflow: hidden;
}

div.refpagination {
	height: 35px;
}

div.block {
	padding-bottom: 20px;
}

/******************************
* Sidebar
*******************************/
div.sidebar {
	margin-left: 250px;
	text-align: left;
}

div.sideblock {
	width: 200px;
	text-align: left;
	line-height: 14px;
	padding-bottom: 12px;
	padding-top: 18px;
}

/******************************
* Aktuelles Startseite
*******************************/

div.aktuellesstartblock {
	text-align: left;
	line-height: 14px;
	padding-bottom: 3px;
	padding-top: 3px;
	color: #7f7f7f;
	font-size: 11px;
	background-image: url('/images/star.gif');
	background-position: 0px 2px;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #0081dc;

}

div.aktuellesstartblock a, div.aktuellesstartblock a.normal {
	margin-left: 15px;
	display: block;
	color: #7f7f7f;
	text-decoration: none;	
	background-color: #FFF;
	padding-left: 4px;
	padding-right: 4px;
}

div.aktuellesstartblock a:hover, div.aktuellesstartblock a.active {
	background-color: #ededed;
}

/******************************
* Aktuelles Sidebar
*******************************/

div.aktuellessideblock {
	width: 200px;
	text-align: left;
	line-height: 14px;
	padding-bottom: 3px;
	padding-top: 3px;
	color: #7f7f7f;
	font-size: 11px;
	background-image: url('/images/star.gif');
	background-position: 0px 2px;
	background-repeat: no-repeat;
}

div.aktuellessideblock a, div.aktuellessideblock a.normal {
	margin-left: 15px;
	display: block;
	color: #7f7f7f;
	text-decoration: none;	
	background-color: #FFF;
	padding-left: 4px;
	padding-right: 4px;
}

div.aktuellessideblock a:hover, div.aktuellessideblock a.active {
	background-color: #ededed;
}

.newspagination a{
	font-size: 9px;
	text-decoration: none;
	color: #cccdcd;
}

.newspagination a.normal{
	font-weight: normal;
}

.newspagination a.active{
	font-weight: bold;
	color: #919292;
}

/******************************
* Schriften
*******************************/

h3{
	font-size: 9px;
	color: #919292;
	letter-spacing: 0.3em;
	font-weight: normal;	
	text-transform: uppercase;
	padding-bottom: 3px;
}
h2 {
	font-size: 12px;
	font-family: Georgia, Times New Roman, Serif;
	font-weight: normal;
	font-style: italic;
	color: #0081dc;
	padding-bottom: 13px;
}


h1 {
	font-size: 16px;
	font-family: Georgia, Times New Roman, Serif;
	font-weight: normal;
	font-style: italic;
	color: #0081dc;
	padding-bottom: 20px;
	line-height: 20px;
}

div.sideblock {
	font-family: Georgia, Times New Roman, Serif;
	color: #7f7f7f;
	font-size: 11px;
	font-style: italic;
}


div.block a{
	font-family: Georgia, Times New Roman, Serif;
	color: #0081dc;	
	font-style: italic;
}

div.sideblock a{
	font-family: Georgia, Times New Roman, Serif;
	color: #7f7f7f;	
	font-style: italic;
}
div.sideblock a:hover{
	text-decoration: none;
}

div.block ul {
	color: #9b9b9b;
	padding-top: 14px;	
	padding-bottom: 14px;
}
div.block ul li {
	padding-left: 30px;
	background-image: url('/images/ul-arrow.gif');
	background-repeat: no-repeat;
	background-position: 18px 3px;	

}

blockquote {
	margin-top: 10px;	
	margin-bottom: 10px;
	margin-left: 60px;
	border-left: 8px solid #CCC;
	padding-left: 8px;
	padding-bottom: 8px;
	font-size: 11px;
	font-family: Georgia, Times New Roman, Serif;
	font-weight: normal;
	font-style: italic;
	color: #0081dc;
}

blockquote b,blockquote strong {
	font-size: 9px;
	color: #919292;
	letter-spacing: 0.2em;
	font-weight: bold;	
	font-style: normal;
	text-transform: uppercase;
	padding-bottom: 6px;	
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

div.footer {
	border-top: 1px solid #bdbdbd;
	text-align: right;
	font-size: 9px;
	color: #919292;
}

div.footer a{
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #919292;
	text-decoration: none;
}

/******************************
* Newsletter 
*******************************/

div#newsletterbox {
	background-image: url('/images/newsletter-bg.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
	height: 250px;
	text-align: right;
	display: none;
}
span.newstext a {
	font-family: Georgia, Times New Roman, Serif;
	color: #0081dc;	
	font-style: italic;
	text-decoration: none;
}

a#toggleNewsbox {
	color: #8b8b8b;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	margin-right: 15px;
	line-height: 18px;
}


div#newsform {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

div#newsform form {
	padding-top: 20px;
	text-align: left;
	display: block;
	float: right;
	color: #9b9b9b;
	width: 415px;
	margin-right: 45px;
	line-height: 16px;
}

input.mailfield{
	background-color: #3c3c3c;
	color: #FFF;
	border: 1px solid #3c3c3c;
	width: 280px;

}

form.aboform {
	text-align: right;
	width: 415px;
}

form.aboform label {
	width: 130px;
}

form.aboform .form_string {
	width: 280px;
}
/******************************
* Referenzen
*******************************/

div.referenz {
	padding-top: 25px;
}

div.referenz a, div.refpagination a{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 9px;
	color: #cccdcd;
	text-decoration: none;
}

div.zitatwrapper {
	margin-top: 20px;
	margin-bottom: 25px;
	background-image: url('/images/quote2.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
}

div.zitatbox {
	font-family: Georgia, Times New Roman, Serif;
	font-size: 16px;
	font-style: italic;
	color: #8c8c8c;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 30px;
	background-image: url('/images/quote1.gif');
	background-position: top left;
	background-repeat: no-repeat;
	text-align: center;
	line-height: 20px;
}

div.autor {
	text-align: right;
	font-size: 9px;
	color: #999999;
}


div.zitat {
	font-family: Georgia, Times New Roman, Serif;
	font-size: 12px;
	font-style: italic;
	color: #8c8c8c;
	text-align: center;
}


/******************************
* Bilder
*******************************/


div.blockbild_left {
    float:left;
    margin-right: 16px;
    margin-bottom: 10px;
    margin-top: 3px;    
}

div.blockbild_right {
    float:right;
    margin-left: 16px;
    margin-bottom: 10px;
    margin-top: 3px;        
}

div.blockbild_left_no_float {
	float: left;
    margin-top: 3px;	
}

div.blockbild_right_no_float {
    float: right;
    margin-top: 3px;    
}

div.blockbild_center {
    text-align: center;
    margin-bottom: 18px;
    margin-left: auto;
    margin-right: auto;
}


a.zoomlink {
	display: block;
	padding-bottom: 4px;
}

div.imgcaption  {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;	
	background-color: #e8e8e8;
	color: #5d5d5d;
	font-size: 10px;
	padding: 4px;
	line-height: 15px;
}

/******************************
* Metamen�
*******************************/

div.metamenu {
	text-align: right;
	font-size: 11px;
}

div.metamenu span {
	background-image: url('/images/meta-marker.gif');
	background-repeat: no-repeat;
	background-position: top left;
	margin-left: 10px;
	padding-left: 3px;
	padding-top: 5px;
	display: block;
	float: right;
}

div.metamenu span a {
	color: #676766;
	text-decoration: none;
}

/******************************
* Men� Ebene 1
*******************************/

ul.navi {
	list-style-type: none;
	list-style-image: none;
	height: 36px;
	margin-bottom: 0px;
}

ul.navi li {
	float: right;
	list-style-type: none;
	line-height: 36px;
	margin: 0px;
	padding-left: 14px;
	padding-right: 14px;
	font-family: Arial, Helvetica, Sans-Serif;	
	font-size: 16px;
	font-weight: bold;
}

ul.navi li.trenner {
	font-weight: normal;
	color: #d6d6d6;
	margin: 0px;
	padding: 0px;
	width: 1px;
}

ul.navi li a {
	text-decoration: none;
	color: #0081dc;
	padding-bottom: 7px;
}

ul.navi li a:hover, ul.navi li a.active {
	border-bottom: 2px solid #0081dc;
}

/******************************
* Men� Ebene 2 + 3
*******************************/

ul.submenu {
	margin-left: 250px;
	width: 200px;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 27px;
	margin-right: 55px;
}

ul.submenu li{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	color: #0081dc;
	text-align: right;
	line-height: 28px;
}

ul.submenu li a {
	text-decoration: none;
	color: #0081dc;
	display: block;
	border-top: 1px solid #e0e0e0;
	padding-right: 3px;
}

ul.submenu li a:hover {
	background-color: #ededed;
}

ul.submenu li.expanded a {
	text-decoration: none;
	color: #FFF;
	background-color: #0081dc;
	border-top: 1px solid #FFF;
}



ul.submenu li.children ul {
	padding: 0px;
	margin: 0px;
	width: 200px;
	border-bottom: 0px solid #e0e0e0;
}

ul.submenu li.children ul li{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: #0081dc;
	text-align: right;
	line-height: 25px;
}


ul.submenu li.children ul li.first{
	line-height: 28px;
}

ul.submenu li.children ul li a {
	text-decoration: none;
	color: #0081dc;
	display: block;
	border-top: 1px solid #e0e0e0;
	padding-right: 3px;
	background-color: #F5F5F5;
}

ul.submenu li.children ul li.first a{
	background-image: url('/images/submenubg.gif');
	background-repeat: repeat-x;
	background-position: 0px -1px;
}

ul.submenu li.children ul li.first a:hover{
	background-image: url('/images/submenubg-over.gif');
	background-repeat: repeat-x;
	background-position: 0px -1px;
}

ul.submenu li.children ul li a:hover{
	background-color: #E4E4E4;
}

ul.submenu li.children ul li.expanded a {
	text-decoration: none;
	color: #6b6b6b;
	background-color: #F5F5F5;
}


/******************************
* Sonstiges
*******************************/

a img { border: none; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }



.col {
  float: left;
}


/* muss auf floatholder angewendet werden zum clearen*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
