/* Farbtoene
 * CSU Blau: #0081c7
 * Hintergrund Grau: #e3e4e6
 * Dunkleres Grau: #b0b1b3
 */
@CHARSET "UTF-8";
body {
	background-color:#e3e4e6;
	font-family:Arial, sans-serif;
	font-size:12px;
	text-align: center;
}
a img {
	border:none;
}
#bodyWrapper {
	background-color:white;
	margin:10px auto auto auto;
	width:730px;
	padding:10px;
	text-align:left;
}

* html #bodyWrapper {
	width: 750px;	
}

#headerNavigation {
	float:right;	
}

#headerNavigation, #headerNavigation a {
	color: #b0b1b3;
}

#headerNavigation a {
	text-decoration:none;
}

#navigation {
	margin:10px 0 0 0;
	padding:0;
	width:740px;
	height:30px;
}

.naviElement {
	width:182px;
	height:30px;
	line-height:30px;
	border-left:1px solid #b0b1b3;
	float:left;
}

.naviElement:hover {
	
}

.naviElement a {
	color:black;
	text-decoration:none;
	font-size:14px;
	margin-left: 5px;
}

#banner {
	margin-top:10px;
}

#content {
	margin-top:20px;
	padding:0 5px;
}

#rightCol {
	/*width:178px;*/
	width:185px;
	float:right;
}

#leftCol {
	width:510px;
	float:left;
}

/**************
 * Allgemeine Textformatierung
 **************/
 
#content h1 {
	font-size: 14px;
	border-bottom:1px solid #0081c7;
	color:#0081c7;
}
#content h2 {
	font-size:14px;
	text-decoration:none;
	color:#0081c7;
}
#content a {
	font-weight:bold;
	text-decoration:none;
	color:#0081c7;
}

.contentUl {
	list-style-image:url("../grafiken/arrow.jpg");
	overflow:auto; /* TODO: IE Kompatibilitaet pruefgen. */
}
#content hr {
	border:0;
	background-color:#b0b1b3;
	height:1px;
	width:100%;
}
.clearBoth {
	clear:both;
	overflow:auto;
}

/**************
 * Termine, News und Attachements
 **************/
 
.newsItem {
 	clear: both;
 	margin-bottom:10px;
 	overflow:auto;
}
.newsItem h2 {
	margin-top:0;	
}
.newsImage {
	float:left;
	margin-right:12px;
}
.date {
	/*color:#b0b1b3;*/
	font-size:11px;
}
.termin {
	margin-bottom:10px;
	clear:both;
	overflow:auto
}
.termin h2 {
	margin:0;
	padding:0;
}
.termin p {
	margin:0;
	padding:0;
}
ul.attachements {
	margin:0 0 0 10px;
	padding:0;
}
.attachements li {
	list-style:none;
	margin:0 0 10px 0;
	padding:0;
	height:24px;
	line-height:24px;
}
.attachements img {
	float:left;
	margin-right:5px;	
}
/*.attachement {
	height:24px;
	line-height:24px;
	margin-bottom:10px;
}
.attachement img {
	float:left;
	margin-right:5px;
}*/

.article {
	margin-top:20px;
}
.article img {
	float: left;
}

/**************
 * BGM Kandidat
 **************/
 
#bgm {
	background-color:#e3e4e6;
	border:2px solid #0081c7;
	padding:10px 14px;
	-moz-border-radius:20px;
	-khtml-border-radius:20px;
	-webkit-border-radius:20px;
	-o-border-radius:20px;
	border-radius:20px;
}
#bgm h1 {
	border:none;
	margin:0;
}
#bgm p {
	margin:0;
}

/**************
 * Kontaktformular
 **************/

.contactForm label {
	font-size:11px;
	display:block;
}
.contactForm input, .contactForm textarea {
	border:1px solid #b0b1b3;
	/*border: 1px solid #0081c7;*/
	margin-bottom:10px;
}
.contactFormInput {
	width:300px;
}
.contactFormTextarea {
	width:400px;
	height:200px;	
}
.contactFormButton {

}

/**************
 * Meldungen
 **************/ 
 
.errors {
	color:red;
	list-style-image:url("../grafiken/error.gif");
}
.errors li {
	margin:0;
	padding:0;
}
.confirms {
	color:#009932;
	list-style-image:url("../grafiken/confirm.gif");
	padding-left:25px;
}
.confirms li {
	margin:0;
	padding:0;
}

/**************
 * Sitemap
 **************/ 

.sitemap {
	list-style:none;
	padding:0;
	margin:0;
}
.sitemap li {
	margin-bottom:5px;
}

