/*** Hintergrundfarbe o. -bild, Schriftgröße ***/
body {
	background: #e8f2f7 url(Rand.png) left top repeat;
	font-size: 14px;
	line-height: 1.4;
	color: 	#000000;
}

p {
	margin: 0 0px 10px 20px;
}

/*** Inhalt ***/

#content {
	padding: 0 0 0 0;
	margin-left: 170px;
	width: 600px;
}

/*** Farbe Ueberschriften ***/
h1, h2, h3 {
	color: 	#004f7d;
	padding: 0px 0 0px 20px;
	line-height: 1.1;
	margin: 10px 0 10px 0;
}

/*** Hauptueberschriften ***/
h1 {
	font-size: 2.5em;
	margin: 10px 0 30px 0;
}

/*** Farbe Links ***/
a {
	color: #b92c2c;
}


/*** Seitenhintergrund  ***/
#wrapper {
	background: #fff url(Inhalt.jpg) left 150px repeat-y;
}


/*** Menue links ***/

#leftside {
	width: 170px;
}

#leftside #submenu {
	width: 155px;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px;
}

#leftside #submenu li a {
	font-size: 12px;
	font-weight: bold;
	color: #004f7d;
	width: 155px;
	text-align: left;
}

#leftside #submenu li a.current {
	color: #b92c2c;
}

#leftside #submenu li a:hover {
	color: white;
}

#leftside #submenu li {
	line-height: 1.3em;
}
#leftside #submenu li ul {
	padding: 0 0px;
	margin: 0px 0 10px 10px;
}

#leftside #submenu li ul li a.current {
	font-weight: normal;
}

#leftside #submenu li a.active {
	font-weight: bold;
}


/*** Bildunterschriften ***/
#content dd.csc-textpic-caption {
	color: #004f7d;
	font-size: 12px;
	line-height: 1.1;
	padding: 8px 0px 15px 0px;	
}
.csc-textpic-border img {
	border: 8px solid white !important;
}



/*** Fileliste ***/
td.csc-uploads-fileName {
	padding: 0px 0px 0px 25px;	
}
td.csc-uploads-fileSize {
	vertical-align: top;
}

/* Formular formatieren */

div.csc-mailform-field {
	clear: both;
	margin-bottom: 5px;
	color: #555;
}

div.csc-mailform-field label {
	float: left; 
	display: block;
	width: 140px;
}

div.csc-mailform-field input {
	background: #dddddd;
	border: 0px;
	display: block;
	width: 300px;
	padding: 2px;
}
div.csc-mailform-field textarea {
	background: #dddddd;
	border: 0px;
	display: block;
	width: 300px;
	padding: 2px;
}

div.csc-mailform-field input[type=submit] {
	margin-left: 0px;
	color: #b20233;
	font-size: 16px;
	width: auto;
	text-align: left;
	background: transparent;
}
