* {
	margin:0;
	padding:0;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}

BODY {
	background-image: url(../img/left_bg.gif);
	background-repeat: repeat-y;
}
h1 {
	color: #cc3333;
	font-size: 18px;
	margin-bottom:12px;
}
h2 {
	color: #cc3333;
	font-size: 16px;
	margin-bottom:12px;
}
h3 {
	color: black;
	font-size: 14px;
	margin: 5px 0;
}
h3 a:link, h3 a:visited {
	color: #649ccc;
	font-size: 14px;
	margin-bottom: 15px;
}
h4 {
	color: black;
	font-size: 13px;
	font-weight: bold;
}
a:link, a:visited{
	color: #649ccc;
	font-size : 12px;
	font-weight : bold;
	text-decoration: underline;	
}
a:active {
	color: #cc3333;
	font-size : 12px;
	font-weight : bold;
	text-decoration: underline;	
}
a:hover {
	color: #000000;
	font-size : 12px;
	font-weight : bold;
	text-decoration: underline;	
}
a.nav_act {
	color: #FFFFFF;
}

#top {
	width: 100%;
	height: 65px;
	background-image: url(../img/top_bg.gif);
	background-repeat: repeat-x;
}
#top_left {
	width: 312px;
	height: 65px;
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
}
#content {
	margin: 25px;
}
#content2 {
	margin-bottom: 50px;
}
p.bodytext {
	margin-bottom: 12px;
}
p.align-center {
	margin-bottom: 12px;
	text-align: center;
}
.csc-textpic-caption {
	padding-top: 3px;
}
.csc-textpic-caption, .csc-textpic-caption em {
	font-size: 11px;
	font-weight: bold;
}
#content2 ul, #content2 ol {
	margin: 0 0 20px 25px;
}
#content2 ul li, #content2 ol li {
	padding-top: 2px;
}
#left {
	width: 150px;
	padding: 10px;
	float: left;
}
#right {
	padding: 10px;
	position: absolute;
	left: 250px;
	width: 650px;
}
#footer {
	position: absolute;
	margin-top: 50px;
	padding-bottom: 15px;
	left: 0px; /* nur beim IE nötig */
	text-align: center;
	width: 100%;
}
#menu {
	color: #00FFFF;
}
#login {
	margin-top: 20px;
}
#kontakt {
	width: 200px;
	margin-top: 50px;
}
#subtitle {
	margin-bottom: 40px;
}
ul#menu1 {
	margin-top: 3px;
}
ul#menu1 {
	color: #9FC2DF;
	list-style-type : none;
}
li.list {
	line-height:18px;
}
li.list_act {
	background-color: #649CCC;
	line-height:18px;
}
.list a:link, .list a:visited, .list_act a:link, .list_act a:visited {
	font-size: 14px;
	text-decoration: none;	
	margin: 0 5px;
}
.list_act a:link, .list_act a:visited {
	color: white;
}
ul#menu2 {
	background-color: #fff;
}
li.list2 {
	list-style-image:url(../img/eckebl.gif);
	list-style-position:inside;
}
li.list2_act {
	background-color: #EEEEEE;
	list-style-image:url(../img/eckerot.gif);
	list-style-position:inside;
}
.list2 a:link, .list2 a:visited, .list2_act a:link, .list2_act a:visited {
	font-size: 10px;
	color: #666666;
	text-decoration: none;	

}
.list2_act a:link, .list2_act a:visited {
	color: black;
}

.csc-menu dd {
	font-weight:bold;
}

.csc-uploads-fileSize {
	font-weight:bold;
	padding-left:20px;
	width:50px;
}

/* Rahmen */
.content_center {
text-align:center;
}

/* formular styling */
.csc-mailform {
border:none;
padding:10px;
}
.csc-mailform-field label {
display:block;
float:left;
font-size:11px;
text-align:left;
width:120px;
}
.csc-mailform-field input {
font-size:11px;
font-weight:bold;
margin-bottom:5px;
}
.csc-mailform-field textarea {
font-size: 11px;
font-weight:bold;
margin-bottom:5px;
}
.csc-mailform-field select {
font-size:11px;
font-weight:bold;
margin-bottom:5px;
}
.csc-mailform-check {
margin-left:20px;
}
.csc-mailform-radio {
display:block;
font-size:11px;
float:left;
}
.csc-mailform-radio legend {
color:#FFFFFF;
}
.csc-mailform-label {
font-size: 10px;
margin-bottom:30px;
}
.csc-mailform-submit {
margin:10px 0px 0px 120px;
}