/*
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: #ffffff;
margin: 0px;
padding: 10px 0 10px; 0;
font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
text-align:center;
font-size: 12px;
}

a {
font-weight: bold;
text-decoration:none;
color: #676767;
}

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

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

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

#headline {
width: 580px;
height: 80px;
margin: 0px;
padding: 0px;
float: left;
}

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

#logo {
width: 220px;
height: 70px;
margin-top: 10px;
padding: 0px;
float:right;
}

#logo a{
color: white;
background-color: white;
text-decoration: none;
border-color:white;
border: 0;
}

#menu {
width: 800px;
height: 30px;
background: #EBF2F8;
}

#menu a{
color: #676767;
font-size: 14px;
} #menu a:hover {color:#FF8F35;}

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

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

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

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

#navibox {
width: 210px;
background: #ff;
margin-left: 10px;
margin-bottom: 10px;
}

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

#navibox li{
width: 200px;
height: 22px;
background: #EBF2F8;
margin-bottom: 5px;
border-left: solid 5px #7791AA;
padding-left: 5px;
padding-top: 5px;
list-style: none;

}

#navibox li:hover{
background: #FF8F35;
border-left: solid 5px #676767;
}

#content {
float:left;
width: 570px;
background: #fff;
}

#contentbox {
width: 550px;
background: #fff;
margin-left: 10px;
margin-bottom: 10px;
}

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

#footerlink{
float:right;
margin: 6px 10px 0 10px;
}

#footernavi{
float:left;
margin: 6px 10px 0 10px;
}