/*
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: #fff;
margin: 0px;
padding: 10px 0 10px; 0;
font: 120%/1.7em verdana, tahoma, arial, sans-serif; 
text-align:center;
font-size: 12px;
}

a:link {
text-decoration:underline;
color: #006EBA;
}

a:hover {
text-decoration:none;
color: #000;
}

a:visited {
color: #186FAA;
}

h1 {
margin:0;
color: #06c;
font-family: 'times new roman', serif; 
font-weight: normal;
font-size: 2.6em;
}

h2 {
font-family: 'times new roman', serif; 
font-weight: normal;
font-size: 1.9em;
margin: 20px 0 0 0;
}

h1 a:link, h1 a:visited {
color: #000;
}


h2 a:link, h2 a:visited {
color: #000;
}

h3 {
font-size: 110%;
font-weight: bold;
}

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

#head {
width: 800px;
height: 80px;
margin: 0px;
padding: 0px;
text-align: center;
}

#head h1 {
color: #5A7800;
padding: 10px 0 10px 0;
} 

.description {
text-align: center;
}

#menu {
width:800px;
height: 30px;
background: #E12D3F;
border-bottom: 5px solid #EE8791;
}

#menu a{
color: #fff;
font-size: 14px;
font-weight: bold;
text-decoration:none;
}

#menu a:hover {
color:#FFEE7D;
text-decoration:underline;
}

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

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

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

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

#navi a{
text-decoration: none;
display: block;
}


#navibox li{
list-style: none;
background: #F8F1DA;
margin-bottom: 9px;
padding: 5px 0px 5px 5px;
border-left: 3px solid #EE8791;
}

#navibox li:hover{
background: #F3EAC5;
border-left: 3px solid #E12D3F;
}

.current_page_item {
font-weight: bold;
color: #468F00;
}

#content {
float:left;
width: 570px;
background: #fff;
text-align: justify;
}

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

#footer {
clear:both;
width: 800px;
height: 30px;
border-top: 5px solid #EE8791;
}

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

#suche {
	text-align:right;
}

#searchform {
	display: inline;
}

#searchform input {
	color: #333;
	border: 1px solid #dedede;
	padding: 4px 5px;
	background: white;
	margin-right: 3px;
}

#s {
	width: 115px;
}

#searchsubmit {
	width: 55px;
}


table {
	font-size: 0.9em;
	text-align: left;
}

th {
	background: #D9D9D9;
	color: #000;
	padding: 10px 5px 10px 5px;
}

td {
	background: #F2F2F2;
	padding: 10px 5px 10px 10px;
}

