@charset "UTF-8";
/* CSS Document */

body {
margin:0;
background-color:#dc85b0;
background-image:url(bilder/hg_kachel.jpg);
background-repeat:repeat;
background-position:0 0;
color:#000;
font-family: Georgia, "Times New Roman", Times, serif;
font-size:12px;
font-style:italic;
}

a {
color:#fff;
text-decoration:underline;
padding:1px;
}

a:hover {
color:#fff;
text-decoration:none;
padding:1px;
}

input,textarea {
font-family: Georgia, "Times New Roman", Times, serif;
font-size:12px;
font-style:italic;
padding:3px;
}

h1 {
font-weight:normal;
font-size:16px;
color:#fff;
padding:0;
margin:0;
}

#container {
top:50%;
left:50%;
width:802;
height:602px;
position:absolute;
margin:-301px 0 0 -401px;
border:1px solid #660033;
}

#main {
top:0;
left:50%;
width:800px;
position:absolute;
margin:0 0 0 -400px;
border-left:1px solid #660033;
border-right:1px solid #660033;
background-image:url(bilder/webseite_hg_kachel.jpg);
background-repeat:repeat-y;
background-position:0 0;
}

#header {
width:800px;
min-height:600px;
padding:0 0 20px 0;
float:right;
position:relative;
display:inline;
background-image:url(bilder/profilseite.jpg);
background-repeat:no-repeat;
background-position:0 0;
}

#left {
width:170px;
text-align:right;
padding:230px 0 0 0;
margin:0;
float:left;
display:inline;
}

#right {
width:480px;
float:left;
display:inline;
padding:200px 0 0 150px;
margin:0;
}

#news_left {
width:70px;
height:105px;
margin:0 15px 15px 0;
float:left;
display:inline;
}

#news_right {
width:395px;
height:25px;
padding:80px 0 0 0;
margin:0 0 15px 0;
float:left;
display:inline;
}

#box {
width:460px;
clear:both;
padding:10px 20px 0 0;
}

.gruen {
color:#00FFFF;
}