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


/* @import url(/css/topmenu1.css); */
@import url(topmenu2.css);
@import url(mainmenu.css);
@import url(header.css);
@import url(infoboxes.css);
@import url(mailform.css);
@import url(bottom.css);
@import url(galerie.css);


body {
	background-color: #30628f;
	font-family:Arial, Helvetica, sans-serif, abc;
	margin: 50px auto;
}

a {
	color: #E68A1E;
}

img {
	border: none;
}

.page {
	margin: 0 auto;
	width: 60em;
	background-color: #fff;
}

.container {
	width: 100%;
/*	background-color: #fff;*/
}



#maincontainer {
}

#maincontainer .page {
	padding: 30px 0 0 0;
}



/* --------------------------------------------- Main Area ------------------------------------------------------------- */

#mainarea {
	margin: 0 auto;
	padding: 25px 0 0 0;
	background: url(/css/theme01/images/mainarea_vert_line.gif) 13em repeat-y #fff;
	
}

#mainareabottom {
	clear:both;
}


#leftcol {
	float: left;
	width: 12.5em;
	margin-right: 2em;
}



/* --------------------------------------------- Content  ------------------------------------------------------------- */

#headlinearea {
	float: left;
/*	margin-left: 2em;*/
	width: 25em;
	margin-bottom: 2em;
}

#headlinearea h1 {
/*	margin: 0 0 3em 0;*/
margin: 0;
}

#headlinearea h2 {
	margin: .5em 0 0 0;
}


#contentarea {
	float: left;
	width: 44.5em;
/*	margin-left: 2em;*/
	background-color: fff;
}

#contentarea.wide .content {
	width: 50em;
	float: left;
	margin-top:20px;
}



.content {
/*	width: 31.25em;*/
width: 32em;
	float: left;
	font-size: .8em;
	line-height: 1.4em;
}


.content h1, .content h2, .content h3, #headlinearea h1 {
/*	font-family: Arial, Helvetica, sans-serif;
	color: #666;*/
}



#headlinearea {
	font-size: .8em;
}

.content h1, #headlinearea h1 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 1.7em;
	line-height: 1.2em;
	color: #e68a1e;
}

.content h2, #headlinearea h2 {
	font-size: 1.7em;
	color: #666666;
	font-weight: normal;
}

#headlinearea h2 {
}


.content h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #4486c0;
/*	padding-left: 10px;
	background:url(/themes/0801/mainmenu_icon2_2.gif) 0 6px no-repeat; */
}

.content p, .content li, .content td {
/*
	font-size: .8em;
	line-height: 1.4em;
*/	
}

.content li {
	list-style-type: square;
	list-style-image: url(/css/theme01/images/list_item.gif);
	margin-bottom: .5em;
}

.content a {
	color: #E68A1E;
}

.teaser {
	color: #666;
	font-weight: bold;
}

.teaser p {
	line-height: 1.5em;

}

.teaser strong {
	color: #000;
}

.content {
	background-color: #fff;
}


/* --------------------------------------------- Tabellen  ---------------------------------------------------------- */

.content table {
	border: none;
}

.content td, .content th {
	padding: 0 3px 0 3px;
	border-bottom: 1px solid #999;
	vertical-align: top;
	
}

.content th {
	text-align: left;
	padding: 3px 3px 3px 3px;
	border-top: 1px solid #999;
	background-color: #eee;
	
}

.content tr {
}

.content table ul {
	margin-top: 0;
	margin-bottom: 0;
}

.content table ul li {

}

/* --------------------------------------------- Team  ---------------------------------------------------------- */

.content table.team td {
	padding: 0 20px 0 0;
	border: none;
	padding-bottom: 20px;
	
}



/* --------------------------------------------- Fotos  ---------------------------------------------------------- */


.content p img.left, .content img.left {
	float: left;
	margin: .3em 15px 0 0;
}

.content p img.right, .content img.right{
	float: right;
	margin: .3em 0 0 15px;
}

.content p img {
	float: left;
	margin-top: .3em;
	margin-bottom: 1em;
}



/* --------------------------------------------- Aktuell  ---------------------------------------------------------- */

.AktuellDatum {
	text-align: right;
	font-size: .8em;
	border-bottom: 1px dotted #333;
}


/* --------------------------------------------- Special  ---------------------------------------------------------- */

span.fontreha {
	font-weight: bold;
	color: #4486c0;
}

span.fontaktiv {
	font-weight: bold;
	font-style: italic;
	color: #e68a1e;
}

.container_float_left {
	float:left;
	margin: 0.2em 15px 0.5em 0em;
}



.untertitel_links {
	display:block;
	float: left;
	clear: left;
	width: 300px;
	margin: 0 15px 1em 0;
	font-size: .8em;
}




/* --------------------------------------------- Special  ------------------------------------------------------------- */


.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 */

