/* Allgemeine HTML-Tags */
html {
	height:95%;
}
body {
	height:95%;
	font-family:Arial,sans-serif;
	font-size:12px;
	line-height:16px;
	color:#00275A;
	background-color:#d8dadc;
	padding:0;
	margin:0;
}

h1,h2,h3,h4,h5,h6,dl,dt,dd,img,br,div,form,legend,fieldset,legend,input,select,textarea,table,th,td,caption,p,ul,li,ol {
    margin:0;
    padding:0;
    font-family:Arial,sans-serif;
}
h1 {
	font-size:13px;
}
h2 {
	font-size:12px;

}
p {
	padding:5px 0 5px 0;	
}
h3 {
	font-size:9px;
}
marquee {
	padding-left:20px;
}
a {
	color:#00275A;
}
a.active, a:hover {
	color:#d1001a;
}
a img {
	border:none;
}
table.center {
	height:98%;
	width:100%;
}
form br {
	clear:both;
}
fieldset {
	border:none;
}
input,textarea,select {
	border:1px solid #00275A;
	padding:2px;
	font-size:11px;
	margin-bottom:5px;
}
textarea {
	width:350px;
	height:80px;
}
input.normal{
	width:250px;
}
label {
	font-size:11px;
	font-weight:bold;
	float:left;
	width:90px;
	text-align:left;
	margin-right:10px;
}
label.long {
	width:auto;
	float:none;
	display:block;
	margin:0;
}

/* Bereiche */
#main {
	padding:20px;
	background-color:#fff;
	width:920px;
	height:520px;
	text-align:left;
}

/* Kopfzeile */
#header {
	width:920px;
	height:150px;
	background:url(../img/header_bg.jpg) left top no-repeat;
}
#hLeft {
	width:680px;
	height:150px;
	padding-right:20px;
	text-align:right;
}
#hLeft ul {
	margin-top:5px;
	list-style-type:none;
}
#hLeft li {
	padding-top:3px;
}
#hLeft a,#hRight a {
	text-decoration:none;
}
#hRight {
	width:220px;
	height:150px;
}
.infomaterial a {
	margin-top:50px;
	display:block;
	padding:3px 5px;
	border:1px solid #b8080a;
	text-align:left;
}


/* Linke Navigation */
#cLeft {
	width:110px;
	height:310px;
	background:url(../img/cLeft_bg.jpg) left top no-repeat;
	font-weight:bold;
	padding:30px 20px 40px 20px;
}
#cLeft ul {
	list-style-type:none;
}
#cLeft li {
	padding-bottom:7px;
}
#cLeft a {
	text-decoration:none;
}

/* Inhalt */
#cCenter {
	width:550px;
	height:340px;
	padding:30px 0 40px 0;
}
#cCenter div.scroll {
	overflow:auto;
	width:510px;
	padding:0 20px;
	height:300px;
}

/* Rechte Spalte */
#cRight {
	width:220px;
	height:380px;
	background:url(../img/cRight_bg.gif) left bottom no-repeat;
	background-color:#00275A;
	color:#fff;
	font-size:11px;
	overflow:hidden;
}
#cRight div.image {
	width:220px;
	height:190px;
	overflow:hidden;
}
#cRight p {
	padding:10px;
}
#cRight a {
	color:#fff;
}


/* Allgemeine Klassen */
.left {
	float:left;
}
.right {
	float:right;
}
.clearer {
	clear:both;
}
.red {
	color:#b82a20;
}
