/* Kurierdienst Borbe CSS-Document 09.03.2008 - www.voss-webdesign.de*/

body {
	margin: 0px;
	padding: 0px;
	font: 85% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #ffffff;
}

img{
  border:0;
}
	
#container {
	width: 934px;
	text-align: left;
	background-color: #ffffff;
	float:left;
}
	
#header	{
	height: 125px;
	background-color: #ffffff;
	background-image: url(../images/header-back.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
	
#header h1 {
	padding-top: 53px;
	padding-left: 144px;
	color: #333333;
	margin: 0px;
	letter-spacing: 0.25px;
	font-size: 28px;
}

#header-nav {
	color: #333333;
	position: absolute;
	padding-left: 525px;
	padding-top: 28px;
	text-align:right;
	font-size: 11px;	
}

#header-nav a {
	text-decoration:none;
	color:#333333;
}
	
#header-nav a:link {
	text-decoration:none;
	color:#333333;
}
	
#header-nav a:visited {
	text-decoration:none;
	color:#333333;
}
	
#header-nav a:hover {
	text-decoration:none;
	color:#94be16;
}
	
#header-nav a:active {
	text-decoration:none;
	color:#333333;
}
	
#header2 {
	margin-top: 21px;
	padding: 0;
	height: 163px;
	background-image: url(../images/header2-back.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
	
#navcontainer ul {
	padding-left: 124px;
	margin-left: 0;
	margin-top: 0;
	color: White;
	float: left;
	width: 580px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px none #FFFFFF;
	border-top: 1px none #FFFFFF;
	border-left: 1px none #FFFFFF;
	background-image: url(../images/navi-back.gif);
	background-repeat: no-repeat;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a {
	padding: 0.3em 2.0em 0.3em 2.0em;
	background-color: #333333;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}

#navcontainer ul li a:hover {
	background-color: #333333;
	color: #9cc818;
}
	
#contents {
	padding-top: 29px;
	padding-left: 144px;
	padding-bottom: 37px;
	padding-right: 230px;
	background-image: url(../images/contents-back.gif);
	background-repeat: repeat-y;
	line-height: 1.4;
	font-size: 80%;
	color:#000e0e;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
	
#contents ul { list-style-type: square; }
	
#contents h2 {
	margin: 0px; /*notwendig*/
	font-size: 21px;
	font-weight: bold;
	color: #333333;
}
	
#contents h3 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;		
}
	
#contents a {
	text-decoration:none;
	color:#8f7c49;
}
	
#contents a:link {
	text-decoration:none;
	color:#8f7c49;
}
	
#contents a:visited {
	text-decoration:none;
	color:#8f7c49;
}
	
#contents a:hover {
	text-decoration:none;
	color:#333333;
}
	
#contents a:active {
	text-decoration:none;
	color:#8f7c49;
}
	
hr {
	margin-top: 50px;
	margin-bottom: 0px;
	padding: 0;
 	border: 0px; /* Für Firefox und Opera */
 	border-top: solid 1px #e6e2d7;
 	border-bottom: none;
}

/*IMPRESSUM HOVER*/
#impressum li{
	list-style: none;
	text-indent: -9999px; /*lässt den Text des Menus verschwinden*/
	float: left;
	margin-left: -40px;
}

#impressum li a{
	display: block;
	height: 31px;
	text-decoration: none;
	outline-style: none; /*gepunkteter Rahmen beim fokussieren*/
	margin-right: 50px;
}

#impressum li a:hover{
	background-position: 0px -31px;
}

#impressum li a:active{
	background-position: 0px -31px;
}

li#xhtml a {
	background: url(../images/valid-xhtml.gif) no-repeat;
	width: 88px;
}

li#css a {
	background: url(../images/valid-css.gif) no-repeat;
	width: 88px;
}