/* Layout */
* {	margin:0; padding:0; }
img {border:0;}
body { background-image:url(img/bg.png); background-repeat:repeat-x; }
#allSiteWrapper { position:relative; width:1020px; margin-left:-510px; left:50%; top:18px; }
#colR { width:10px; background-image:url(img/bg_wrapper_r_bottom.png); }
#colL { width:10px; background-image:url(img/bg_wrapper_l_bottom.png); }
#bg_wrapper_l, #bg_wrapper_r {position:relative;top:37px;}
#colC { width:1000px; background-color:#fff; }
td.innerTblL {	width:790px; }
td.innerTblR {	width:210px; }
#content {border-top:3px solid #194069;padding:20px;}
td.submenu {background-color:#dfe8eb;}
#head, #addr {height:240px;}
#addr div { padding:5px;padding-top:19px;text-align:center; }


/* Schrift */
* {
	font-family:verdana, arial;
	font-size:12px;
}

/* Fließtext */
#addr p,
#footer p,
#content p, 
#content ul {
	line-height:19px;
	color:#605e5c;
	margin-bottom:19px;
}

#content ul {margin-left:20px;}

/* Bildunterschriften */
dl.csc-textpic-image dd {
	line-height:17px;
	color:#605e5c;
	font-size:11px;
}

/* Überschriften */
h1, h2, h3, h4 {
	color:#194069;
}
h1 {font-size:12px;}
h2 {font-size:10px;}
h3 {font-size:10px;}
h4 {font-size:10px;}


/* Links */
a:link,
a:hover,
a:visited,
a:active {
	color:#194069;
	text-decoration:none;
}

/* Footer */
#footer {
	text-align:center;
}
#footer h1 {display:none;}
#footer * {font-size:10px;}

table.startseite * {font-size:10px;line-height:12px;text-align:center;}
table.startseite h2 {font-size:12px;padding-bottom:2px;}
table.startseite div.o {margin:10px;}
table.startseite div.i {border:1px solid #bbb;width:160px;padding:10px;height:240px;}

/* FORMULAR ========================================= */


fieldset.csc-mailform {
	border:0px;
}

div.csc-mailform-field {
	border:0px solid #eee;
	padding:4px;
}
div.csc-mailform-field input, textarea {
	border-top:   1px solid #555;
	border-left:  1px solid #555;
	border-right: 1px solid #bbb;
	border-bottom:1px solid #bbb;
	color:#333;
}
div.csc-mailform-field label {
 	width:150px;
 	float:left;
	border:0px;
}
