html { height:101%; }

body {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 140%;
  background-color: #999999;
  color: #000000;
  text-align: center; }

h1, h2, h3, h4, h5 {
 	font-size: 16px;
 	font-weight: normal;
 	color: #666666;
 	margin: 10px 0px 5px 0px;
 	text-decoration:underline; }

p     { margin: 10px 0px 0px 0px;}
table { border-collapse:collapse; border-spacing:0; }
.important { color: #5B000B; font-weight: bold; font-size: 13px; }
.detail { color: #1E779F; font-weight: bold; font-size: 12px; }
.name-of-person { color:#1E779F; font-weight:normal; font-style:italic; font-size:16px; }
.csc-linkToTop { text-align: center; padding-top: 8px; font-style: italic; }
.csc-textpic-caption { color: #7D7D7D; font-size: 10px; }

#main     { margin:0px auto; width:850px; text-align:left; margin-bottom: 20px; }
#menue    { background-color: #e5b86a; padding: 0px; margin: 0px; }
#topmenu  { background-color: #bbbbbb; }
#teaser   { background-color: #ffffff; padding: 0px; }
#content  { background-color: #ffffff; padding: 10px 15px 10px 15px; vertical-align: top; }
#flashslideshow { background-color: #ffffff; padding: 10px 10px 0px 5px; vertical-align: top; }
#footer   { background-color: #ffffff; padding: 0px; }

.c2l1-left { padding-right:10px; white-space:normal; width:50%; }
.c2l1-middle { padding-left:10px; white-space:normal; width:50%; }

#content a:link, #footer a:link
	{ color:#5B000B; text-decoration: none; border-bottom: 1px #5B000B dotted; }
#content a:visited, #footer1 a:visited
	{ color:#5B000B; text-decoration: none; }
#content a:hover, #footer1 a:hover
	{ color:#000000; text-decoration: none; border-bottom: 1px #5B000B solid; }
#content a:active, #footer1 a:active
	{ color:#5B000B; text-decoration: none; }
	
#content .csc-textpic-image a { border: none; }
#content .csc-textpic-image a img { border: 1px #ffffff solid; }
#content .csc-textpic-image a:hover img { border: 1px #999999 solid; }

/* ---- Formular ---- */
.csc-mailform { border:0px; padding: 20px 0px  0px  0px; }
div.csc-mailform-field { clear:both; margin-bottom:5px; }
div.csc-mailform-field label { width:60px; float:left; display:block; }
.csc-form-fieldcell input, .csc-mailform-field input, 
.csc-mailform-field textarea, .csc-mailform-field select
	    { border: 1px solid #7D7D7D; font-size:11px; color:#0F2860; background-color:#E3F0F6; padding:3px; }
input:focus, select:focus, textarea:focus { background-color:#FFFFFF; }
.csc-mailform-field select { width:90px; }
.csc-mailform-submit { margin-left: 60px; }

