/*=============================================================
Stylesheet für Homepage COM
Datei: com.css
Datum: 01.09.2010

Aufbau: 1. Kalibrierung und Restauration
		2. Allgemeine Styles
		3. Styles für Layoutbereiche
		4. Sonstige Styles
=============================================================*/

/*=============================================================
1. Kalibrierung und Restauration
=============================================================*/

@import url("norm.css");

/*=============================================================
2. Allgemeine Styles
=============================================================*/

body {
	background-color: #b5ab9c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4f4839;
}

h1 {
	font-size: 16px; text-transform: uppercase;
	font-weight: bold;
	}
	
a {
	/* text-decoration: none; */
	outline: none;
	font-weight: normal;
}
a:link, a:visited {
	color: #4f4839;
}
a:hover, a:focus {
	color: #b5ab9c;
}
a:active {
	color: #b5ab9c;
} /* Verbindliche Reihenfolge für Hyperlinks */


/*=============================================================
3. Styles für Layoutbereiche
=============================================================*/	

#wrapper {
	background-color: #fff; /*weiss*/
	width: 959px;
	height: auto;
	margin: 50px auto auto auto;
}

#header {
	clear: both;
	width: 959px;
	height: 127px;
}

#bildoben {
	clear: both;
	width: 931px;
	height: 212px;
}

#content {
	width: 931px;
	height: 438px;
	margin: 0px 14px 0px 14px;
}

#bildlinks {
	float: left;
	width: 367px;
	height: 213px;
	margin: 13px 7px 0px 0px;
}
#bildlinks_gross {
	float: left;
	width: 367px;
	height: 438px;
	margin-right: 7px;
}

#textfeld {
	float: left;
	height: 193px;
	width: 530px;
	padding: 10px;
	margin: 13px 0px 0px 7px;
	background-color: #e0dad4;
	overflow: auto;
}
#textfeld_gross {
	float: left;
	height: 418px;
	width: 530px;
	padding: 10px;
	margin-left: 7px;
	background-color: #e0dad4;
}
	
#navi {
	clear: both;
	height: 56px;
	width: 931px;
	margin-right: 14px;
	margin-left: 14px;
}
	
#counter {
	margin-top: 30px;
}

/*=============================*/

#textfeld .presse img {
	padding-bottom: 10px;
}
#textfeld .presse a {
	text-decoration: none;
}

