/* CSS Document */

*{
margin:0px;
padding:0px;
}

body{
font-family:Verdana, Arial, Helvetica, sans-serif;
background-image:url(plebs-images/bg.gif);
padding:0px;
margin:0px;
}

#wrapper{
background-color:#FFFFFF;
min-height:369px;
background-image:url(plebs-images/veer.jpg);
background-position:bottom right;
background-repeat:no-repeat;
}

#bottom{
background-image:url(plebs-images/bgcontent.jpg);
background-position:bottom;
background-repeat:repeat-x;
height:31px;
}

#logo{
padding-top:25px;
}

a{
text-decoration:none;
color:#494949;
}

img{
color:#FFFFFF;
border-bottom-color:#FFFFFF;
border-top-color:#FFFFFF;
border-left-color:#FFFFFF;
border-right-color:#FFFFFF;
}

#contentleft a{
font-size:14px;
}

#contentright a{
border-bottom-color:#CCCCCC;
border-bottom-style:dashed;
border-bottom-width:1px;
padding-bottom:1px;
}

#contentright a:hover{
border-bottom-color:#666666;
border-bottom-style:dashed;
border-bottom-width:1px;
padding-bottom:1px;
}


#contentleft{
float:left;
width:135px;
padding-left:16px;
margin-top:17px;
}

#contentleft ul{
font-size:14px;
text-align:center;
list-style-type:none;
width:135px;
}

#contentleft li{
width:135px;
background-image:url(plebs-images/bg-li-1.jpg);
margin-bottom:2px;
margin-right:2px;
padding-bottom:2px;
color:#494949;
}

#contentleft li:hover{
background-image:url(plebs-images/bg-li-2.jpg);
color:#000000;
}

#contentright{
padding-left:180px;
padding-right:16px;
margin-top:17px;
/*
background-image:url(plebs-images/veer.jpg);
background-position:bottom right;
background-repeat:no-repeat;
*/
}

#contentright h1{
font-size:16px;
background-color:#f5f5f5;
color:#4e4c4c;
padding-left:10px;
padding-bottom:4px;
padding-top:4px;
margin-bottom:10px;
}

#contentright h2{
font-size:14px;
color:#4e4c4c;
/*
padding-left:10px;
*/
padding-bottom:4px;
padding-top:4px;
margin-bottom:4px;
margin-top:4px;
}

#contentright h3{
font-size:12px;
font-weight:bold;
color:#4e4c4c;
padding-bottom:4px;
padding-top:4px;
margin-bottom:4px;
margin-top:4px;
}


#contentright ul{
padding-left:40px;
color:#494949;
margin-top:4px;
margin-bottom:4px;
}

#contentright li{
margin-bottom:10px;
font-size:12px;
color:#494949;
}


#contentright h1:hover{
background-color:#e1e1e1;
}

#contentright p{
font-size:12px;
color:#494949;
padding-top:4px;
padding-bottom:10px;
line-height: 140%;
}

.copyright{
margin-right:10px;

}

.copyright a{
font-size:10px;
color:#666666;
text-decoration:none;
margin-top:8px;
float:right;
}

.bold{
font-weight:bold;
}

.italic{
font-style:italic;
}

.kleinfont{
font-size:8px;
}