@charset "utf-8";
/* CSS Document */
*{
margin:0px;
padding:0px;
}

body {
background-color:#db3aa0;
}

img{
border:0px;
}

img.small{
border:#F39;
border:solid 2px;
}

img.floatleft{
margin-top:5px;
margin-right:10px;
margin-bottom:2px;
float:left;
}

img.floatright{
margin-top:5px;
margin-left:15px;
margin-bottom:2px;
float:right;
}

#main{
z-index:10;
float:left;
position:absolute;
background-image:url(../bilder/back.png);
margin-top:0px;
margin-left:0px;
width:1300px;
padding-bottom:100px;
}

#header{
z-index:20;
float:left;
position:absolute;
width:900px;
margin-left:260px;
margin-top:10px;
}

#links{
z-index:30;
width:900px;
float:left;
margin-top:260px;
margin-left:225px;
position:absolute;
}

#start_text{
width:500px;
float:left;
margin-top:310px;
margin-left:410px;
position:relative;
text-align:justify;
}

#pres_text{
width:500px;
float:left;
margin-top:70px;
margin-left:100px;
position:relative;
text-align:justify;
}

#ranka{
background-image:url(../bilder/textback.jpg);
width:700px;
float:left;
margin-top:310px;
margin-left:300px;
position:relative;
text-align:justify;
}

#startbild.floatleft{
width:250px;
margin-top:0px;
margin-left:0px;
position:relative;
float:left;
}

#title{
width:100px;
position:absolute;
margin-top:10px;
float:left;
margin-left:270px;
}

#title2{
width:100px;
position:absolute;
margin-top:10px;
float:left;
margin-left:230px;
}

h1 {
font: normal normal normal 24px/250% Georgia, serif;
color:#F9C;
text-align:center;
}

h2 {
font: normal normal bold 14px/200% Arial, sans-serif;
color:#000;
}

p {
font: normal normal normal 14px/160% Arial, sans-serif;
color:#000;
}

p.bold {
font-weight:bold;
}

a{
color:#F9C;
text-decoration:none;
}

a:hover{
cursor:pointer;
}

a.textlink{
color:#C39;
text-decoration:none;
text-decoration:underline;
}

a.textlink:hover {
color:#F9C;
cursor:pointer;
}

a.menu{
font: normal normal normal 16px/150% Garamond, serif;
color:#C39;
text-decoration:none;
}

a.menu:hover {
color:#F9C;
cursor:pointer;
}

a.menu.current{
color:#F9C;
}

ol{
list-style:none;
}

#entries{
width:500px;
float:left;
margin-left:50px;
margin-top:40px;
position:relative;
}

.name{
width:200px;
float:left;
position:relative;
font: normal normal bold 12px/160% Arial, sans-serif;
color:#C39;
font-weight:bold;
}

.date{
width:300px;
float:right;
position:relative;
font: normal normal normal 12px/160% Arial, sans-serif;
color:#666;
font-weight:bold;
}

.commentbody{
width:350px;
float:left;
position:relative;
margin-top:20px;
margin-bottom:20px;
font: normal normal normal 14px/160% Arial, sans-serif;
}


#form{
width:350px;
float:left;
margin-left:50px;
margin-top:20px;
position:relative;
}
