/*
2	Theme Name: schweine_tpl
4	Author: Dirk H
6	*/

body			{color: #333; background: #EBFFC4; font-family: arial; height:auto;}

#wrapper		{width: 827px; height:auto; margin-top:-1px; margin-left: auto; margin-right: auto; text-align: left;}
#header	{
		height: 150px;
		width: 827px;
		margin: -8px -10px 0px 0px;
		z-index: 100;
	}
#main
{
min-height: 550px;
overflow: auto;
width: 825px;
border-left: 1px solid gray;
border-right: 2px solid gray;
border-bottom: 2px solid gray;
background: #fff;
margin-top: 0px;
z-index: 1;
-moz-border-radius-bottomright:10px;
-khtml-border-radius-bottomright:10px;
}

#main_content		{width: 805px; height:auto; float: left; margin-left:10px; margin-top:0px; background-color: #FDFDFD;}
#sidebar		{display: none;}
#footer			{clear: both; height: 30px; text-align: right; font-family: arial; font-size: 11px;}

/*NAVIGATION*/
#nav {
	float: left;
	font-size: 20px;	
	height:25px;
	margin: -5px 0px 0px -39px;
	z-index: 100;
	//background-color: #BDBDBD;
	}

#nav li {
	width:100px;
	height: 14px;
	overflow: show;
	margin-right:1px;
	background-color: #7b5614;
	padding-left: 10px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	z-index: 100;
	}

#nav li, #subnav li {
	float:left;
	list-style:none
	}

#nav a, #nav a:visited {
color:#86B404;	
//color:#b8e63c;
	text-decoration:none;
	font-weight:bold
	}

#nav li:hover
	{
	background-color: #a06f1a;
	}

#nav a:active,
li.current_page_parent a,
li.current_page_parent a:visited,
#nav li.current_page_item a,
#nav li.current_page_item a:visited
        {
	color:gray;
	}

#subnav {
	background:#e6eef7;
	border-top:2px solid #577da2;
	border-bottom:2px solid #cad8e6;
	height:28px;
	}

#subnav li {
	border-right:1px solid #295887;
	padding:0 7px;
	}	

#subnav a, #subnav a:visited {
	color:#295887;
	text-decoration:none;
	font-weight:bold;
	}

#subnav a:hover, #subnav a:active,
#subnav li.current_page_item a,
#subnav li.current_page_item a:visited {
	text-decoration:underline
	}

#pre_bar{
	float: left;
	margin-left: -5px;
	margin-top: -5px; 
	width: 70px; 
	height: 14px; 
	background-color: #7b5614;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	
}

#post_bar{
	float: right;
	margin-right: -5px;
	margin-top: -5px; 
	width: 211px; 
	height: 14px; 
	background-color: #7b5614;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;	
}
/*ENDE NAVIGATION*/