/*** Hintergrundfarbe o. -bild, Schriftgröße ***/
body {
	background: #fff url(Rand.jpg) fixed center no-repeat;
	font-size: 14px;
	line-height: 1.4;
	color: 	#000000;
}



/*** Farbe Ueberschriften ***/
h1, h2, h3 {
	color: 	#074f96;
	line-height: 1.1;
}

/*** Hauptueberschriften ***/
h1 {
	font-size: 2.5em;
}

h2 {
	margin: 0 0 10px 0;
}


/*** Farbe Links ***/
a {
	color: #074f96;
}


/*** Seitenhintergrund  ***/
#wrapper {
	background: transparent;
}


/*** Menue links ***/


#leftside #submenu li a {
	font-size: 12px;
	font-weight: bold;
	color: #074f96;
	text-align: left;
}

#leftside #submenu li a.current {
	color: #900000;
}

#leftside #submenu li a:hover {
	color: black;
}

#leftside #submenu li {
	line-height: 1.3em;
}

#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: #074f96;
	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;
}

/* lightbox */

#lbLightbox img {
	border: solid grey;
}