/* Wichtige Farben
grün = #006666 - 0 102 102
beige = #E6E6CC - 230 230 204
hellgrau = #EAEAEA - 234 234 234
braun = #605840
*/

/**************** Body and tag styles ****************/

*{margin:0; padding:0;}

body{
font:76% arial,helvetica,sans-serif;
line-height:1.4em;
text-align:center;
color:#000000;
background:white;
scrollbar-arrow-color:#006666;
scrollbar-base-color:#E6E5CB;
scrollbar-face-color:white;
scrollbar-highlight-color:white;
scrollbar-shadow-color:#E6E5CB;
scrollbar-3dlight-color:#E6E5CB;
scrollbar-darkshadow-color:#E6E5CB;
scrollbar-track-color:white;
overflow:auto;
margin:0;
padding:0;
}

a{
color:#006666;
font-weight:bold;
text-decoration:none;
background-color:inherit;
}

a:hover{color:#808080; text-decoration:none; background-color:inherit;}
a img{border:none;}

p {padding:0 0 0 0;}
p form{margin-top:0; margin-bottom:20px;}

img {padding:5px;border:none;}



/**************** Content styles ****************/

#content{
width:672px;
height:360px;
min-height:360px;
margin:0 143px 0 140px;
}

#content a {color:#006666;}
#content a:link {text-decoration:none;}
#content a:visited {text-decoration:none;}
#content a:hover {text-decoration:underline;}
#content a:active {text-decoration:underline;}

#content input {border:none;background-color:#E6E5CB;height:16px;}
#content .textfield {width:230px;}
#content .email {width:230px;}
#content .textarea {border:none;background-color:#E6E5CB;width:230px;}

