@import url("nav.css");

html {
padding: 0px;
margin: 0px;
width:100%;
height: 100%;
background: url(../images/bg_body.gif) repeat-x;
background-color: #ffffff;
text-align: left;
*margin-top:-1px; /* problem ie scrollbalken nach popup-aufruf */
}

body {
width: 1000px;
height: 100%;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #444444;  
margin: 0px;
padding: 0px;
text-align: left;
}
td {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #444444; 
}

#container { 
min-height:100%;
/*  *height:100%;  ie7 footerproblem, siehe auch footer-styles und container-styles für ie6*/
text-align: left;
vertical-align: middle;	
margin: 0px auto;
padding: 0px;
width: 1000px;
}

#header {
margin: 0px auto;
padding: 0px;
width: 1000px;
height: 126px;
text-align: left;
}
#logo { 
float: left;
width: 161px;
height: 126px;
text-align: left;
}
#slogan { 
float: left;
width: 839px;
height: 126px;
text-align: right;
color: #ffffff;
background: url(../images/bg_slogan.jpg) repeat-x;
}
#linktop { 
position:absolute;
top:12px;
left:861px;
width:139px;
height: 114px;
z-index:33;
color:#ffffff;
}
a.linktop, a.linktop:link, a.linktop:visited, a.linktop:hover, a.linktop:active {
margin: 0px; font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-size: 11px; text-decoration:none; font-style: normal; color: #ffffff;
}

#content_wrapper {
text-align: left;	
margin: 0px auto;
padding: 0px;
width: 1000px;
}
#menu {
width: 161px;
margin: 0px;
float: left; 
display: inline;
color: #000000;
font-size: 12px;
}
#content {
text-align: left;
width: 420px;
float: left;
margin-left:20px;
margin-top:32px;
background: url(../images/bg_content.jpg) no-repeat;
}
p.fliess {
font-size: 12px;
line-height: 18px;
margin: 0px;
margin-top:13px;
margin-right:10px;
margin-bottom:30px;
margin-left:10px;
padding-bottom:10px;
background: url(../images/bg_text.jpg) no-repeat;
background-position:bottom right;
}	
a.fliess, a.fliess:link, a.fliess:visited, a.fliess:active {
margin: 0px; 
font-family: Arial, Helvetica, sans-serif; 
font-weight: normal; 
font-size: 12px; 
text-decoration:none; 
font-style: normal; 
color: #000000;
background-color:#efefef;
cursor:pointer;
}
a.fliess:hover {
background-color:transparent; 
color: #C10000;
}

span.sprachen1 {
width:120px;
display:block;
float:left;
border-left:1px solid #c10000;
border-top:1px solid #c10000;
background-color:transparent; 
color: #000000;
padding:5px;
}
span.sprachen2 {
width:120px;
display:block;
float:left;
border-left:1px solid #c10000;
border-right:1px solid #c10000;
border-top:1px solid #c10000;
background-color:transparent; 
color: #000000;
padding:5px;
}
span.sprachen3 {
width:120px;
display:block;
float:left;
border-left:1px solid #c10000;
border-top:1px solid #c10000;
border-bottom:1px solid #c10000;
background-color:transparent; 
color: #000000;
padding:5px;
}
span.sprachen3 {
width:120px;
display:block;
float:left;
border-left:1px solid #c10000;
border-top:1px solid #c10000;
border-bottom:1px solid #c10000;
background-color:transparent; 
color: #000000;
padding:5px;
}
span.sprachen4 {
width:120px;
display:block;
float:left;
border-left:1px solid #c10000;
border-right:1px solid #c10000;
border-top:1px solid #c10000;
border-bottom:1px solid #c10000;
background-color:transparent; 
color: #000000;
padding:5px;
}
span.fin{
clear:both;
}

#footer {
position: relative;
margin: 0px auto;
vertical-align: top;	
text-align:right;
width: 1000px;
margin-top: -40px;
height: 40px;
}	
.footer {
font-size: 11px;
line-height: 40px;
color: #C10000;
margin: 0px;
margin-right:10px;
}

.clear{
clear:both;
padding-top:40px;
}

input{
display: block;
font-family: Georgia, serif;
border:0px;
border-bottom: 1px dotted #000;
background-color: #fff;
height:15px;
color:#c10000;
padding: 2px 5px 2px 0px;
width: 300px;
margin-bottom: 10px;
*margin-left:-10px;
}

input#button{
background-color: #fff;
color: #000;
width: 60px;
height: 26px;
line-height: 12px;
font-size: 12px;
border: 1px dotted #000;
padding: 0px;
cursor: pointer;
margin-top: 10px;
}
input#button:hover{
background-color: #c10000;
color: #fff;
border: 1px dotted #fff;

}

textarea#Nachricht{
font-family: Georgia, serif;
border:0px;
border: 1px dotted #000;
background-color: #fff;
height: 100px;
color:#c10000;
padding: 2px 2px 2px 2px;
width: 295px;
font-size: 12px;
*margin-left:-10px;
}

input:focus, input#Nachricht:focus{
background-color:#f0f0f0;
}

form{
float:left;
margin-left:10px;
}
