@import url(/common/popup.css);
@import url(/css/impressum.css);
@import url(/css/home.css);
@import url(/css/elements.css);


html, body { margin: 0; padding: 0; }

html, body, td, input, textarea, select { font-family: Arial, Verdana, Helvetica, sans-serif; font-size:12px; }
body { background-color: #E5E4E3; margin:0; padding:0;}

img { border-width: 0px }
a { color: #000000; }
a:hover { color:#0033cc; text-decoration:underline; }

h1 { font-size: 13px; color: #000000; margin-top: 0; }
h2 { font-size: 13px; }
h3 { font-size: 12px; }
p { font-size: 12px; }

ul { padding-left: 20px; }

img.plus { margin-left: -10px; }

.clear { clear: both; }

div.element { clear: both; }

body { text-align: center; }
div.page {
    padding: 0; margin: 0;
	background-color:#F0F0F0;
    margin-left: auto; margin-right: auto; text-align: left;
    width: 780px;
	background-image: url(/files/menu_bgcolor.gif);
	background-repeat:repeat-y;
}

div#site-head { }

div#main-menu { 
	float:left;
	height:635px;
	width:190px; 
	background-color: #CDDBE3;
	background-image: url(/files/menu_back.gif);
	background-repeat:no-repeat;
}
/* hack fr nicht-ie */
div#main-menu[id] { height: auto; min-height: 635px; }

div#main-menu a,
div#main-menu a:link,
div#main-menu a:hover,
div#main-menu a:active,
div#main-menu a:visited {color:#5A88A3;text-decoration:none;}
div#main-menu a:hover {text-decoration:underline;}

div#main-menu ul.menu1 { margin: 0; margin-left:71px; margin-top:135px; list-style-type: none; padding: 0; }
div#main-menu ul.menu1 li { margin-bottom:8px; }
div#main-menu ul.menu1 li a {  }
div#main-menu ul.menu1 li.active a { color:#000000; }
div#main-menu ul.menu1 ul.menu2 { margin: 0; margin-left:10px; margin-top:6px; list-style-type: none; padding: 0; }
div#main-menu ul.menu1 ul.menu2 li { font-size:11px; margin-bottom:2px;}
div#main-menu ul.menu1 ul.menu2 li a { color:#5A88A3; }
div#main-menu ul.menu1 li.active ul.menu2 li a {  }
div#main-menu ul.menu1 li.active ul.menu2 li.active a { color:#000000; }

div#bottom-menu {  }
div#bottom-menu ul {  }
div#bottom-menu ul li { }
div#bottom-menu ul li a {  }
div#bottom-menu ul li.last {  }

div#content {
	float:right;
	width:530px;
	margin-right:30px;
	margin-top:40px;
    height: 580px;
	background-image: url(/files/mann_back.jpg);
	background-repeat:no-repeat;
	background-position:250px 0px;
}
/* hack fr nicht-ie */
div#content[id] { height: auto; min-height: 580px; }

div.clearer { height:20px; clear: both; }

table.formular { border-collapse: collapse; }
table.formular td { border: 1px solid white; }
table.formular tr td.name { font-size: 11px; color: black; background-color: #CDDBE3;  text-align: right; font-weight: bold; padding-left: 10px; padding-right: 5px; }
table.formular tr.submit td.name { background-color: white; }
table.formular td.field { padding: 3px; border-left-width: 0; padding-left: 6px; background-color:#E5E4E3; }
table.formular td.color { width: 4px; border-right-width: 0; }
table.formular tr.pflicht td.color { background-color: #5A88A3; }
table.formular tr.error td.field input,
table.formular tr.error td.field textarea { background-color: #FAD7AD; border-color: #FD9921; }
table.formular input,
table.formular textarea { border: 1px solid #B1AA9B; }
table.formular tr.submit input { margin-top: 10px; padding: 0; width: auto; }
table.formular tr.checkbox input,
table.formular tr.multicheckbox input,
table.formular tr.option input{ border-width: 0px; }
table.formular tr.text td.field input { width: 207px; }
table.formular tr.email td.field input { width: 207px; }
table.formular tr.format td.field input { border-width: 0; }
table.formular div.captchafield input { width:140px; margin-top:3px; }
table.formular div.captchafield div { float:left; margin-right:5px; }
table.formular div.captchafield p { font-size:10px; margin:0; padding:0; padding-bottom:6px;}

div.pflicht { margin-bottom: 10px; }
div.pflicht div { background-color: #5A88A3; width: 5px; height: 5px; float: left; margin-top:5px; margin-right:3px; font-size:1px; line-height:1px}
div#fehler { font-size: 11px; width: 175px; background-color: #FAD7AD; border: 1px solid #FD9921; padding: 5px; margin-bottom: 10px; }
div#fehler p { font-size: 11px; margin: 0; }
div#fehler ul { margin: 0; padding: 0; padding-left: 15px; }




