@charset "UTF-8";
/**
 * Cascading Style Sheets for
 * www.richter-pforzheim.de
 * Created: 17.08.09
 * Updated: 21.08.09
 */
 
 
/**
  * generel information
  */
html {
	height:100%;
}
body {
	height:100%;
	color:#000;
	text-align:center;
	background:#dadada url(../images/body-background.jpg) repeat-x left top;
}
body, h1, h2, h3, h4, p, span, input, select, option, a, textarea, ul {
	font-family: "Helvetica", Verdana, Arial, sans-serif;
	font-weight:normal;
}
h1 			{ font-size:20px; color:#333; padding-bottom:20px;}
h2 			{ font-size:15px; color:#333; padding-bottom:7px;}
h3 			{ font-size:15px; color:#333; padding-bottom:7px;}
ul 			{ font-size:13px; color:#333; list-style:none;}
p 			{ font-size:13px; color:#333;}
a 			{ text-decoration:none; color:#db0127; }
a:hover		{ color:#000; }
.clearer	{ clear:both; }
.linear 		{ display:none;}
a img, img 	{ border: none; overflow:hidden; display:inline; float:left; }

/**
  * structure and arrangement
  */
#wep {
	position:relative;
	width:928px;
	height:100%;
	margin:0 auto;
	text-align:left;
	bottom:-1px;
}
	#wup {
		float:left;
		width:928px;
		background:url(../images/shadow.png) repeat-y left top;
	}
	* html #wup {
		background:none;
	}
		
		#nonfooter {
			float:left;
			background:#fff;
			width:900px;
			margin-left:14px;
		}
		* html #nonfooter {
			margin-left:7px;
		}
		
			#Header {
				float:left;
				width:100%;
			}
			#ColLeft {
				float:left;
				width:210px;
			}
				#Mainnav {
					float:left;
					width:210px;
				}
			#ColRight{
				float:left;
				width:690px;
			}
				#Image {
					float:left;
					width:690px;
					background:#dfe2e7;
				}				
				#Content {
					float:left;
					width:630px;
					padding:30px 0 40px 30px;
				}
			#Footer {
				clear:both;
				width:900px;
				margin-left:14px;
				height:90px;
				position: relative;  /* Needed for Safari */
				float:left;
				background:#fff;
				border-bottom:11px solid #afe484;
			}
/**
  * structure: header
  */
#Header .topleft {
	float:left;
	width:210px;
}
#Header .topright {
	float:left;
	background:#fff url(../images/header.jpg) no-repeat left top;
	height:110px;
	width:690px;
}
#Header .topright p{
	line-height:22px;
	padding:25px 0 0 20px;
}

/**
  * structure: image
  */
#Image p{
	font-size:18px;
	font-weight:100 !important;
	letter-spacing:1px;
}
#Image .teaser {
	float:left;
	width:325px;
	height:110px;
}
#Image .teaser p {
	padding:45px 0 0 20px;
}
#Image .service {
	float:left;
	width:325px;
	height:79px;
	background:#bcee93;
	border-top:1px solid #fff;
}
#Image .service p {
	font-size:13px;
	padding:10px 0 0 20px;
	line-height:18px;
	letter-spacing:0px;
}
#Image .service a {
	font-weight:normal;
	color:#333;
	font-size:13px;
	padding-left:13px;
	background:url(../images/arrow.gif) no-repeat left center;
}
#Image .service a:hover {
	font-weight:normal;
	color:#000;
}

/**
  * structure: mainmenu
  */
#Mainnav ul {
	float:left;
	width:100%;
	list-style:none;
	border-top:1px solid #f3f3f3;
	margin-bottom:20px;
}
#Mainnav ul li {
	padding:0;
	margin:0;
	float:left;
	width:100%;
	background:#dfe2e7;
}
#Mainnav ul li a{
	display: block;
	font-weight: 100 !important;
	font-size: 12px;
	text-decoration: none; 
	color:#333;
	line-height:26px;
	padding-left:18px;
	border-bottom:1px solid #f3f3f3;
}
#Mainnav ul li a:hover {
	color:#000;
	background:#cfdeff;
}
#Mainnav ul li.selected a{
	color:#000;
	background:#cfdeff;
	font-weight:bold;
}
#Mainnav p {
	padding-left:18px;
	font-size:0.60em;
}

/**
  * structure: content
  */
#Content p {
	 padding:0 0 15px 0; 
	 line-height:20px;
}
#Content h1 {
	 padding:0 0 35px 0; 
}
#Content ul {
	 list-style:disc;
	 padding:0 0 15px 15px;
}
#Content ul li{
	 line-height:20px;
}
#Content a{
	 color:#609634;
	 text-decoration:underline;
}
#Content a:hover{
	 color:#999;
	 text-decoration:none;
}
.artikel {
	border-bottom:1px dotted #ccc;
	margin-bottom:15px;
}

/**
  * structure: footer
  */
#Footer .copy {
	position:absolute;
	left:20px;
	bottom:5px;
	font-size:11px;
	color:#7d7d7d;
	padding:5px 0 5px 0; 
	line-height:20px;
	width:40%;
}
#Footer ul {
	position:absolute;
	right:0px;
	bottom:5px;
	padding:5px 20px 5px 0; 
	float:left;
}
#Footer ul li{
	float:left;
}
#Footer ul li a{
	display: block;
	font-weight: 100 !important;
	font-size: 11px;
	text-decoration: none; 
	color:#333;
	line-height:26px;
	padding:0 10px 0 15px;
	background:url(../images/arrow.gif) no-repeat left center;
}
#Footer ul li a:hover{
	color:#000;
}
#Footer ul li a.top{
	background:url(../images/arrow-top.gif) no-repeat left center;
}