/* ================================
 ALLGEMEIN + LAYOUT 
 ================================ */
 
 * {
	margin: 0;
	padding: 0;
 }
 
 
* html div.wrapperinhalt {
	height: 1%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11pt;
	line-height: 1.2em;
	background-color: #FFFFFF;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	width: 540px;
}

#header {
	width: 530px;
	float: left;
	display: none;
}

#header img {
	padding-right: 20px;
}

#logo {
	width: 192px;
	float: right;
}

#wrapperinhalt {
	width: 540px;
	border: 1pt solid #999999;
	padding: 5mm 0px 5mm 0px;
	background-color: #FFFFFF;
	overflow: hidden;
}

#kastenlinks {
	width: 480px;
	padding-bottom: 20px;
}

.kastenlinksabstand {
	padding-left: 30px;
}

#kasteninhalt {
	width: 480px;
	overflow: hidden;
	padding-left: 30px;
}

#kastenfuss {
	clear: both;
	margin-bottom: 10px;
	text-align: center;
	font-size: 0.7em;
	line-height: 1.4em;
	padding-top: 6px;
	display: none;
}

#kastenfussprint {
	clear: both;
	margin-bottom: 10px;
	text-align: center;
	font-size: 0.7em;
	line-height: 1.4em;
	padding-top: 2mm;
}

.klearer {
	clear: both;
}

#portraet {
	width: 100px;
	float: left;
	margin-top: 4px;
}

#biokurz {
	width: 350px;
	float: right;
	font-size: 0.7em;
	line-height: 1.5em;
}

#trenner {
	height: 20px;
	width: 480px;
	clear: both;
	margin: 0px 0px 15px 0px;
	border-bottom: 1px solid #CCCCCC;
}

.fotoliste {
	width: 154px;
	float: left;
	margin-right: 7px;
	margin-top: 10px;
	font-size: 0.65em;
	line-height: 1.2em;
}

.fotolisterechts {
	width: 154px;
	float: right;
	margin-top: 10px;
	font-size: 0.65em;
	line-height: 1.2em;
}

.fotolisteinnen {
	background-color: #F0F0F0;
	height: 154px;
	margin-bottom: 3px;
}




 
 /* ================================
 SCHRIFT 
 ================================ */
 
h1 {
	font-size: 2em;
}

h2 {
	font-size: 0.85em;
	color: #000000;
	margin-bottom: 10px;
}

h3 {
	font-size: 0.8em;
	margin-bottom: 7px;
}

ul {
	list-style: square inside;
}

#kastenlinks h2 {
	background: url(grafik/quadrat.gif) no-repeat left center;
	padding-left: 30px;
}
  
#kastenlinks p {
	font-size: 0.8em;
	line-height: 1.2em;
}

.kastenlinkseinzelbild {
	font-size: 0.8em;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCCCCC;
	margin-left: 30px;
	padding-top: 5px;
}

.mittlereschriftgross {
	font-size: 0.8em;
	line-height: 1.6em
}

.legende {
	font-size: 0.8em;
	line-height: 1.2em;
	margin: 7px 5px 7px 5px;
}

.kleineschrift {
	font-size: 0.65em;
	color: #000000;
}

.dunkleschrift {
	color: #000000;
}

.fett {
	font-weight: bold;
}

.geringerzeilenabstand {
	line-height: 1.4em;
}

 
  /* ================================
 LINKS
 ================================ */

a:link {
	color: #000000;
	text-decoration: underline;
}

a:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

a:active {
	color: #000000;
	text-decoration: underline;
}

#kastenlinks a {
	text-decoration: none;
}

.fotoliste a {
	font-weight: bold;
	text-decoration: none;

}

.fotolisterechts a {
	font-weight: bold;
	text-decoration: none;
}	

#kastenfuss a {
	text-decoration: none;
}


/* ================================
 HOME
 ================================ */


/* bilddivs im inhaltkasten */
#home_links {
	width: 170px;
	float: left;
}

#home_rechts {
	width: 280px;
	float: right;
}

/* bildunterschrift bilddivs */
#home_links p, #home_rechts p {
	font-size: 0.7em;
	line-height: 1.2em;
	margin-top: 5px;
}

#trennerganzebreite {
	height: 20px;
	width: 480px;
	clear: both;
	margin: 0px 0px 20px 30px;
	border-bottom: 1px solid #CCCCCC;
}

/* divs für news wie inhalt: kastenlinks etc. */
#kastenlinksnews {
	width: 240px;
}

#kastenlinksnews h2 {
	background: url(grafik/quadrat.gif) no-repeat left center;
	padding-left: 30px;
}

#kasteninhaltnews {
	width: 480px;
	padding-left: 30px;
}

/*#home_linksnews {
	width: 225px;
	float: left;
}

#home_rechtsnews {
	width: 225px;
	float: right;
}*/

#home_linksnews {
	width: 150px;
	float: left;
}

#home_mittenews {
	width: 150px;
	float: left;
}

#home_rechtsnews {
	width: 150px;
	float: left;
}

/* newsheadline selbe größe wie kastenlinks (0.8em) 1em / 0.7em * 1.2em */
.newsheadline {
	font-size: 1.2em;
	color: #000000;
}


/* news text */
#kasteninhaltnews p {
	font-size: 0.7em;
	line-height: 1.5em;
}
