/* ======== Grundgerüst ====== */

body {
	font-size: 11px;
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 120%;
	color: #8B8B8B;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #007B8B;
	font-weight: bold;
}
	

a:link, a:visited {
	color: #007B8B;
	text-decoration: none;
}


/* ======== Allgemeine Definitionen ===== */

.template {	
	width: 650px;	
	}

.verlauf {
	display: none;
	} 

.template-aussen {
	text-align: left;
}

.clear {
	clear: both;
	}
	
	
.clear-klein {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	background: white;
}

.clear-fest {
	clear: both;
	height: 15px;
	font-size: 15px;
	line-height: 15px;
}
/* ======= Header-Links ========== */

.header-links {
	display: none;
	}

/* ======= Header-Rechts ========== */

.header-rechts {
	display: none;	
	}
	


/* ======= NAVI ========== */

.navi {
	display: none;
}



/* ======= Content ========== */

.content-container {
	border-bottom: 4px solid #007294;
	width: 650px;
}

.content {
	padding: 20px 0 20px 0;
	width: 475px;
	float: left;
	}
	
.content-start {
	padding: 20px 20px 20px 0;
	width: 361px;
	float: left;
	}
	
.content-spalte-links {
	width: 230px;
	float: left;
}


.content-spalte-rechts {
	width: 230px;
	float: right;
}
/* ======= News ========== */


.news-container { 
	display: none;
	}

.news-inhalt {
	 display: none;
}



.news {
	display: none;

	}
	
.news-bild {
	padding: 20px 0 0 0;
	width: 94px;
	float: left;

	}

.news-image {
	border-left: 2px solid #007294;
	border-bottom: 4px solid #007294;
	padding: 0 0 1px 1px;
	margin: 0 0 6px 0;
	width: 93px;
	}

.news-container-inhalt{
	 display: none;
}

.news-container-inhalt-start {
	display: none;
}

.news-folge {
	display: none;
	}

/* ======= Footer ========== */

.footer {
	padding: 0 0 0 42px;
	}

.footer-box {
	float: left;
	width: 650px;
	margin: 6px 5px 0 5px;
	font-size: 9px;
	}



/* ======= Kontakt ========== */ 

.bezeichnung {
	width: 100px;
	float: left;
	margin:4px 0 0 0;
	font-size: 10px;
	}

.feld {
	border: 1px solid #ADB6BD;
	width: 170px;
	margin: 0 0 5px 0;
	color: #313431;
	font-size: 11px;
	}

.inputselected {
	border: 1px solid #ADB6BD;
	width: 170px;
	margin: 0 0 5px 0;
	background-color: #E1E8EE;
	color: #313431;
	font-size: 11px;
	}

.textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #ADB6BD;
	width: 170px;
	height: 150px;
	color: #313431;
	margin: 0 0 5px 0;
	}

.textareaselected {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #ADB6BD;
	width: 170px;
	height: 150px;
	color: #313431;
	background-color: #E1E8EE;
	margin: 0 0 5px 0;
	}

/* ======= News-Detail ========== */ 	 	

.news-detail-box {
	float: left;
	width: 460px;
	margin: 20px 0 0 0;
	border-bottom: 1px solid #007294;
	border-left: 1px solid #007294;
	}
	
.news-detail-links {
	float: left;
	width: 159px;
	padding: 42px 0 10px 8px;
	border-top: 1px solid #007294;
	}
	
.news-detail-rechts {
	float: left;
	padding: 0 0 10px 15px;
	width: 275px;
	}
	
.zurueck-button {
	padding: 4px 0 0 183px;
}


/* ======= News-Listing ========== */ 

.news-listing-links {
	float: left;
	width: 100px;
	padding: 42px 0 10px 8px;
	border-top: 1px solid #007294;
}

.news-listing-rechts {
	float: left;
	width: 339px;
	padding: 0 0 10px 10px;
}

.mehr-button {
	margin: 4px 0 0 118px;
}

.mehr {
	padding: 4px 0 0 118px;
}

.mehr-incl {
	padding: 4px 0 0 0;
}
.mehr-pfeil {
	padding: 4px 0 0 4px;
}


