* {
margin: 0;
padding: 0;
}

body {
margin: 0;
padding: 0;
font-family: Georgia, "Times New Roman", serif;
font-size: 100.01%;
background: url(grafiken/bgmain.jpg) repeat-x top left #fff;
color: #000;
text-align: center;
}

#container {
width: 99%;
margin: 10px auto 14px auto;
color: #202020;
line-height: 1.3em;
text-align: left;
background-color: #fff;
position: relative;
border: 2px outset #000099;
}

#top {
padding: 34px 0 0 6px;
height: 120px;
color: #000;
position: relative;
background: url(grafiken/werkzeuge.jpg) no-repeat top right #fff;
}

#bar {
height: 2em;
background-color: #000066;
}

#content {
margin-left: 0;
position: relative;
}

.contentin {
padding: 1.6em 1.4em 1em 1.1em;
min-height: 360px;
height:auto !important;  /* für fast alle Browser */
height:360px;  /*für den alten IE */
}

#content h2 {
margin-bottom: 0.7em;
}

#content ul, #content ol {
margin-left: 1.8em;
margin-bottom: 1.4em;
color: #000;
}

#content li {
list-style-type: disc;
}

#content ul li {
margin-bottom: 0.5em;
}

#content ul.mind li {
margin-bottom: 0.4em;
}

#linksnav {
display: none;
}

#menue {
display: none;
}


.floatre {
float:right;
margin: 0.2em 0em 0.5em 2em;
}

.floatli {
float:left;
margin: 0.2em 0em 0.5em 1.5em;
}

dl {
line-height: 1.2em;
width: 99%;
font-size: 0.8em;
padding-top: 0;
padding-bottom: 26px;
}

dt {
margin-top: 1em;
}

dd {
padding-left: 200px;
margin-top: -1.2em;
text-align: right;
width: 110px;
}

.breaker {
clear: both;
height: 1px;
}

#footer {
clear: both;
width: 100%;
margin: 0;
color: #fff;
height: 3.5em;
text-align: center;
background-color: #000066;
}

#footer p {
padding-top: 6px;
line-height: 1.6em;
}

#footer a {
text-decoration: underline;
background-color: transparent;
color: #fff;
}

#footer a:hover {
background-color: transparent;
color: #cbd8fe;
}

#aussen {
width: 820px;
margin: 24px auto 0px auto;
clear: both;
color:#333;
margin-top: 2px;
margin-bottom: 10px;
text-align: right;
font-size: 0.7em;
}

#aussen a {
text-decoration: none;
background-color: transparent;
color: #303437;
border: 0 none;
}

#aussen a:hover {
background-color: transparent;
color: #000099;
}

form {
width: 420px;
margin-left: 0;
padding: 4px 4px 20px 2px;
background-color: #fff;
}

label {
float: left;
clear: both;
display: block;
width: 130px;
text-align: left;
margin-top: 5px;
padding: 0;
font-size: 0.8em; 
color: #000066;
}

input, textarea, select {
float: left;
display: block;
width: 260px;
color: #000;
font-size: 0.8em;
margin-left: 10px;
margin-top: 2px;
margin-bottom: 4px;
padding: 1px 1px 1px 4px;
border-top: 0;
border-right: 0;
border-bottom: 1px dotted #000066;
border-left: 0;
background-color: transparent;
}

textarea {
border: 1px dotted #006;
}

.abstta {
margin-top: 10px;
}

.senden {
margin-top: 16px;
margin-left: 280px!important;
margin-left: 140px; /*fix ie6 position*/
width: 126px;
clear: both;
background-color: #f4f4f4;
color: #006;
font-weight: normal;
border-top: 2px solid #dadada;
border-right: 2px solid #006;
border-bottom: 2px solid #006;
border-left: 2px solid #dadada;
}

input:focus, textarea:focus, select:focus {
background: #f4f4f4!important;
color: #333;
}

