/* Style sheet layout */

body{
margin-top:0;
padding-top:0;
background-color:#ffffff;
}

#wrapper{
width:950px;
margin-right:auto;
margin-left:auto;
background-color:#FFF;
}

#header{
height:141px;
clear:both;
background-image:url("/assets/images/layout/header.png");
}

#pwbheader{
width:650px;
height:141px;
display:block;
margin-left:150px;
}

#content{
width:610px;
}

#main{
padding:20px;
font-family:Verdana, Geneva, sans-serif;
font-size:12px;
line-height:1.7em;
margin-left:170px; 
margin-right:170px;
}

#container{
background-image:url("/assets/images/layout/container_bg.gif");
background-repeat:repeat-y;
}

#left{
width:170px;
margin-left:1px;
padding-top:50px;
float:left;
}

#right{
width:170px;
margin-right:1px;
padding-top:50px;
float:right;
}

#left,#right{
background-image:url("/assets/images/layout/column_bg.jpg");
background-repeat:repeat-x;
min-height:500px;
}

#bibliothek{
padding-right:5px;
padding-left:5px;
}

#right p{
margin:0;
padding:0;
}

#footer{
height:20px;
clear:both;
padding-right:5px;
padding-left:5px;
background-image:url("/assets/images/layout/footer_bg.jpg");
background-repeat:repeat-x;
font-family:Verdana, Geneva, sans-serif;
font-size:11px;color:#FFF;
line-height:20px;
}

#copyright{
width:300px;
float:left;
}

#konzept{
width:390px;
float:right;
text-align:right;
}

#clear, .clear {
  clear:both;
}