/*
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: #fdf7b5;
margin: 0px;
padding: 0px 0 10px; 0;
font-family: Arial, Tahoma, Helvetica, sans-serif;
text-align:center;
font-size: 14px;
}

a {
font-weight: bold;
text-decoration:none;
color: #ffffff;
}

h1 {margin:0px;}
h2 {margin: 0px 0px 50px; 
border-bottom: solid 2px #414141;
}

#interface {
width: 778px;
margin: 0px auto;
text-align:left;
padding:0;
}

#header {
	background:  #373f42 url(pics/header_schrift_weiss.png) no-repeat;

	width: 960px;
	height: 100px;
	margin: 0px auto 0px ;
	padding: 10px;
	overflow: hidden;
	}

#head {
width: 778px;
height: 325px;
background: #fff url(pics/header_index.jpg);
margin: 0px;
padding: 0px;
}

.breadcrumb {
	/* This is the outer 'div' you can style */
	padding-top: 0px;
	padding-left: 62px;
	font-size: 10px;
	}

.breadcrumb-trail {
	/* This is the inner 'div' you can style */
	}


#head h1 {
color: #eaeaea;
padding-top: 20px;
text-align: center;
} .description {text-align: center;}

#menu {
width: 778px;
height: 30px;
border-bottom: solid 1px #ccc;
border-top: solid 1px #ccc;
background: #333333;
}

#menu a{
color: #fff;
font-size: 12px;
} #menu a:hover {color:#BBCB2E;}

#menu ul{margin: 0; padding: 0;
}

#menu li{
float:left;
list-style: none;
padding: 0;
margin: 6px 0px 0px 20px;
}

#container {
width: 778px;
padding-top:10px;
background: #cfbb6d;
}


#navi {
float:right;
width: 300px;
background: #cfbb6d;
}

#navibox {
width: 210px;
background: #cfbb6d;
margin-left: 10px;
margin-bottom: 10px;
}

#navibox ul{margin: 0; padding: 0;
}

#navibox li{
width: 250px;
height: 22px;
background: #333333;
margin-bottom: 5px;
border-left: solid 10px #414141;
padding-left: 5px;
padding-top: 5px;
list-style: none;

}

#navibox li:hover{
background: #777777;
border-left: solid 10px #333333;
} 


#content {
float:left;
width: 670px;
color: #414141;
background: #cfbb6d;
}

#contentbox {
width: 670px;
background: #cfbb6d;
margin-left: 60px;      /*Abstand der Textbox vom linken Rand*/
margin-bottom: 40px;    /*Abstand der Textbox vom Footer */
margin-top: 30px;
}

#footer {
clear:both;
width: 778px;
height: 30px;
background: #333333;
}

#footerlink{
float:right;
margin: 6px 10px 0 10px;
}
