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


html, body { margin: 0; padding: 0; height:100%;}





html, body, td, input, textarea { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11px; }
img { border-width: 0px }
a { color: #000000; }
a:link, a:visited, a:active { color:#000000; text-decoration:underline; }
a:hover { color:#000000; text-decoration:underline; }

h1 { font-size: 20px; color: #4a3012; font-weight:normal; margin-top: 0; }
h2 { font-size: 14px; }
h3 { font-size: 12px; }
p { font-size: 11px; }

body { 
	text-align: center; 
	background-color: #43a9cc; 
	background-image:url(/files/top_color.gif); 
	background-repeat:repeat-x;
}

div.page {
    position: relative;
	min-height: 100%;
	padding: 0; margin: 0;
    margin-left: auto; margin-right: auto; text-align: left;
    width: 785px;
}

div#site-head { height: 155px; background-color: #4a3012; }
div#site-head img#logo { top: 122px; left: 44px; position: absolute; }

div#main-menu {  }
div#main-menu ul { margin: 0; padding: 0; list-style-type: none; position: absolute; right: 0; top: 138px; }
div#main-menu ul li {
    margin: 0; padding: 0;
    float: left;
    width: 82px;
    position: relative;
    height: 17px;
}    
div#main-menu ul li.last {  }
div#main-menu ul li a:hover,
div#main-menu ul li.active a { color: white; }
div#main-menu ul li a { color: #42a8cc; text-decoration: none; }

div#main-menu ul div.submenu {
    position: absolute; top: 17px; left: 0;
    width: 110px;
}
div#main-menu ul li ul { border-top: 1px solid white; position: static; top: auto; left: auto; display: none; }
div#main-menu ul li:hover ul,
div#main-menu ul li.hover ul { display: block; }
div#main-menu ul ul li { float: none; padding: 0px; position: static; width: auto; }
div#main-menu ul li ul li a { display: block; color: white; padding: 0px; margin: 0; position: relative; z-index: 3; width: 100%; height: 19px; }
div#main-menu ul li ul li a span { display: block; padding: 3px; }
div#main-menu ul li ul li a:hover,
div#main-menu ul li ul li.active a { color: #4a3112; }
div#main-menu div.back {
    opacity: 0.4; filter: alpha(opacity=40); background-color: white;
    position: absolute;
    float: left; width: 100%; height: 19px;
    z-index: 1;
}

div.impressum-link { 
	position:absolute;
	bottom:10px;
	width:785px;
	background-color: #43a9cc;
}
div.impressum-link p { text-align:right; font-size: 10px; margin:0px; padding:0px; margin-right:36px;}


div#content {
    padding: 45px;
	padding-left:0px;
	padding-right:38px;
	padding-bottom:40px;
}
/* hack fr nicht-ie */
div#content[id] { height: auto; min-height: 150px; }

div#content div.innerContent { 
	margin-left:275px;
}

div.label div#content div.innerContent { 
	margin-left:50px;
}

table.formular { border-collapse: collapse; }
table.formular td { border: 1px solid #43a9cc; }
table.formular tr td.name { font-size: 11px; color: white; background-color: #4a3012;  text-align: right; font-weight: bold; padding-left: 10px; padding-right: 5px; }
table.formular tr.submit td.name { background-color: #43a9cc; }
table.formular td.field { padding: 3px; border-left-width: 0; padding-left: 6px; }
table.formular td.color { width: 4px; border-right-width: 0; }
table.formular tr.pflicht td.color { background-color: #faaf3a; }
table.formular tr.error td.field input,
table.formular tr.error td.field textarea { background-color: #faaf3a; }
table.formular input,
table.formular textarea { border: 1px solid #4a3012; }
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; }

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

div.element { clear: both; }
div.element img { padding-bottom:6px;}



