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

html, body {
	margin: 0;
	padding: 0;
	widht: 100%;
	height: 100%;
	background: #1072d4 url(img/bg.gif) repeat-x;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color: #000066;
	text-align:center;
}

#wrapper {
	width: 955px;
	margin: 0 auto;
	background: url(img/main-bg.jpg) repeat-y;
	text-align:left;
}

#header {
	width: 955px;
	height: 180px;
	margin: 0 auto;
}

#navi{
	float: left;
	width: 180px;
	margin: 25px 0 0 20px;
	overflow:hidden;
}

#content {
	width: 675px;
	float: left;
	margin: 25px 0 0 10px;
	padding:0;
	display: inline;
	overflow:hidden;
}


#unten {
	clear:both;
	width:auto;
	height:auto;
	padding:10px 25px 10px 25px;
}


#ende {
	width:955px;
	height:35px;
	clear:both;
	text-align:center;
	background: #1072d4 url(img/unten.jpg) no-repeat;
	
}


/* Links ------------------------- */

a {
	font-family:"Times New Roman", Times, serif;
	font-size:1.1em;
	}

a:link {
	font-weight: bold;
	color: #c11414;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #c11414;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #1072d4;
	text-decoration: none;
}

a:active {
	font-weight: bold;
	color: #1072d4
	text-decoration: none;
}


a.link-id-schmidt {
	font-family:Arial, Helvetica, sans-serif;
	color:#0099FF;
	font-size:9px;
	}
	
/* Überschriften ---------------------------------- */

h1, .csc-firstHeader {
	font-family:"Times New Roman", Times, serif;
	font-size: 20px;
	color: #1072d4;
	font-weight: bold;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1072d4;
}

/* ------------ TEXT -------- */

.bodytext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
}
	
	
.csc-textpic-caption {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
}