body {
font-family : Verdana, Helvetica, Arial, sans-serif, bold;
background : url(../img/wiese2.jpg);
background-attachment:fixed;
background-color : #333333;
font-size : 10px;
color : white;
margin : 0;
padding: 0; 
line-height : 15px;
text-align: center;
z-index: 1;
}

img, div {
behavior: url(iepngfix.htc);
}

h4 {
margin:0;
margin-bottom:3px;
font-size: 11px;
}

a {
text-decoration: none;
color: #75C3D4;
}

a img{
border: 0;
}

a:hover{
color: white;
}

input {
font-size : 11px;
color: white;
border : 1px dotted #75C3D4;
background : transparent;
font-weight : normal;

}

input[type=text]{
width: 310px;
}
      
textarea {
border : 1px dotted #75C3D4;
background : transparent;
font-size : 11px;
font-weight : normal;
color: white;
width: 310px;
height: 150px;
}

.transparent {
opacity: 0.5;
filter: alpha(opacity = 50);

}

#container{
position: relative;
height: 195px;
width: 400px;
margin:auto;
text-align: left;
}

#stripe{
position: fixed;
top:0;
left: 50%;
margin:auto;
margin-left: -200px;
width: 400px;
height: 100%;
background : black;
/**border-left: 1px solid black;
border-right: 1px solid black;**/
text-align: left;
opacity: 0.75;
filter: alpha(opacity = 75);

}

#top{
position: relative;
height: 45px;
width: 380px;
padding: 10px;

}



#titel{
position: relative;
height: 195px;
width: 100%;

}
.line{
border-bottom: 1px dotted white;
padding-bottom: 4px;
}

#menu{
position: relative;
width: 400px;
text-align: left;
background : black;
padding-top: 5px;
padding-bottom: 7px; 
}

#menu a {
text-decoration: none;
color: white;
}


#menu a:hover{
color: #75C3D4;
}

.menupunkt{
padding:10px;
}


#language{
position: absolute;
right: 12px;
top:10px;
}

#content{
	
position: relative;
text-align: left;
width: 100%;


}

.text{
	padding: 10px;
}
