/*
Theme Name: picoCMS
Theme URI: http://stereophone.de/
Description: Klassisches CMS Template mit Page/Subpage Navigation
Author: stereophone
Author URI: http://stereophone.de/
*/

body {
background: #e0e0e0;
margin: 0px; 
padding: 10px 0 10px; 0;
font-family: Arial, Geneva, Helvetica, Verdana, 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
text-align:center;
font-size: 13px;
line-height: 1.4em;
}

a {
font-weight: normal;
text-decoration:none;
color: #CC0000; 
}

a:hover {
font-weight: normal;
text-decoration:none;
color: #336699;
}

h1 {margin:0px;}
h2 {margin: 0;border-bottom: solid 1px #ccc;}

#interface {
width: 800px;
margin: 0 auto;
text-align:left;
padding:0;
}

#head {
width: 800px;
height: 80px;
background: #fff;
margin: 0px;
padding: 0px;
}

#head h1 {
color: #CC0000;
padding-top: 20px;
text-align: center;
} .description {text-align: center;}

#menu {
width: 800px;
height: 30px;
background: #990000;

}

#menu a{
color: #FFFFFF;
font-size: 13px;
} 

#menu a:hover {color:#FFB6C1;}

#menu ul{margin: 0; padding: 0;
}

#menu li{
float:left;
list-style: none;
padding: 0;
margin: 6px 9px 0 8px;
}

#container {
width: 800px;
padding-top:10px;
background: #FFFFFF;
}

#navi {
float:right;
width: 220px;
background: #fff;
}

#navibox {
width: 210px;
background: #EEE8AA;
margin-top: 0px;
margin-left: 10px;
margin-bottom: 15px;
}

#navibox ul{margin: 0; padding: 0;
}

#navibox li{
width: 200px;
background: #fff;
margin-bottom: 2px;
margin-top: 2px;
padding-top: 1px;
padding-bottom: 1px;
border-left: solid 5px #fff;
padding-left: 5px;
list-style: none;
}

#navibox li:hover{
border-left: solid 5px #CC0000;
}

#content {
float:left;
width: 570px;
background: #fff;
margin-bottom:38px;
margin-top: 4px;
}

#contentbox {
width: 520px;
background: #fff;
margin-left: 10px;
margin-bottom: 10px;
margin-top: 4px;
}

#footer {
clear:both;
width: 800px;
height: 30px;
background: #ccc;
}

#footerlink{
float:right;
margin: 5px 20px 0 5px;
color: #006699;
}