/* ==========================
CSS kreiselternrat-peine.de
=============================*/

*{margin:0; padding:0;}

body{
font-family: Verdana, Arial, Helvetica, Sans;
background: #ffffff;
font-size: 15px;
}

div#left {
width: 185px;
height:400px;
float: left;
}

div#logo {
background-image: url(../images/logo.png);
width: 122px;
height: 135px;
margin-top: 25px;
margin-left: 25px;
margin-right: 25px;

}

div#banner {
background-image: url(../images/banner.png);
width:372px;
height:32px;
float: left;
margin-left: 60px;
margin-bottom: 20px;
margin-top: 30px;
}

div#main {
 float: left;
 width: 770px;
 }

div#navi {
margin:5px;
margin-left:30px; 
margin-top: 55px;
width: 140px;
height:300px;

}

div#navi a{
display: block;
color: #000000;
margin-top: 5px;
margin-bottom: 5px;
}

div#navi a:visited{
color: #7e5805;
}

div#navi a:hover {
color: #edcc33;
font-weight: bold;
}

div#navi .currentparent ,
div#navi .currentparent:visited
{
color: #cf3535;
font-weight: bold;
background-image: url(../images/current.png);
background-repeat: no-repeat;
background-position: left;
margin-left: -15px;
padding-left: 15px;
}

div#content{
width: 750px;
height: 800px;
border-left: 4px solid #cf3535;
border-top: 4px solid #edcc33;
border-right: 4px solid #cf3535;
border-bottom: 4px solid #edcc33;
margin-top:0px;
margin-bottom: 0px;
float: left;
}

div#headline {
background-image: url(../images/headline.png);
background-repeat: no-repeat;
background-position: bottom left;
width: 150px;
height: 25px;
font-size: 20px;
padding-left: 20px;
padding-bottom: 6px;
font-family: Arial;
margin-top: 35px;
margin-left: 35px;
float: left;
}

div#important {
width: 270px;
height: 70px;
border: 4px solid #edcc33;
float: right;
margin-right: 35px;
margin-top: 25px;
padding: 7px;
text-align: center;
font-size: 18px;
}

div#important span {
color:#cf3535;
}

div#text {
font-size: 13px;
width: 300px;
height: auto;
margin-top: 130px;
margin-left: 35px;
text-align: left;
}

div#image {
float: right;
margin-top: -90px;
margin-right: 35px;
}

div#cardname,
div#cardname span {
color: #cf3535;
font-size: 17px;
margin-top: -35px;
margin-left: -90px;
}
