html, * {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	background-color: #9a9a9a;
	padding-top: 18px;
	font-size: 11px;
	font-family: Verdana, sans-serif;
	padding-bottom: 2em;
}

img {
	border: none;	
}

a {
	color: #ee7900;
}

hr {
	border-top: 1px solid #ddd;
	height: 1px;
	color: #ddd;
	margin: 2em 0;
	padding: 0;
	font-size: 1px;
	display: block;
}

div.hr {
	height: 1px;
	margin: 2em 0;
	background-color: #ddd;
	width: 100%;
}

div.big {
	background-color: #eee;
	height: 10px;
	position: relative;
	left: -10px;
	width: 650px;
}

ul.navigational {
	list-style: none;	
}

ul.navigational li {
	float: left;
	color: #fff;
	margin-right: 2.2px;
}

ul.navigational li.disabled {
	color: #ee9233;	
}

ul.navigational li a {
	color: #fff;
	text-decoration: none;
}



ul.navigational li a.current {
	color: #444;
}

#wrapper {
	background-color: #eee;
	width: 790px;
	margin: auto;
	text-align: left;
	overflow: auto;
}

/* HEADER */

#header {
	background-color: #fff;
	height: 164px;
}

#header #banner {
	height: 112px;
	position: relative;
}


#header #banner #kommunenliste {
	position: absolute;
	left: 270px;
	top: 60px;
	font-size: 0.8em;
}

#header #banner #kommunenliste a {
	color: #9a9a9a;
	text-decoration: none;
}

#header #banner #actionbox {
	position: absolute;
	top: 15px;
	right: 15px;
}

#header #banner #actionbox img {
	position: relative;
	top: 4px;
}

#header #banner #suchbegriff {
	width: 110px;
	font-size: 0.9em;
	color: #999;
}

#header #nav {
	height: 52px;
	background-image:url(../img/layout/header_nav_rows_bg.gif);
	position: relative;
}

#header #nav #row1 {
	position: absolute;
	top: 5px;
	left: 10px;
}

#header #nav #row2 {
	position: absolute;
	top: 32px;
	left: 10px;
}

/* CONTENT */

#content {	
	width: 790px;
}

#content #colL {
	width: 656px;
	float: left;
	padding-bottom: 1em;
	margin: 0;
}

#content #colR {
	width: 118px;
	background-color: #ffffff;
	float: right;
	margin-right: 8px;
	display: inline;
	margin-bottom: 2em;
}

#content p, #content h4, #content h5 {
	margin-bottom: 1em;
}

#content h4 {
	font-size: 1.1em;	
}

#content h5 {
	font-size: 1em; 	
}

#content .box {
	background-color: #fff;
	padding-bottom: 2px;
	margin-left: 8px;
	margin-bottom: 8px;
	float: left;
	position: relative;
	padding-bottom: 2em;
	line-height: 1.5em;
}

#content .box img {
	/*
	float: left;
	margin: 0 8px 8px 0;
	*/
	margin: 0 0 8px 0;
}

#content .box img.more {
	position: absolute;
	right: 10px;
	bottom: 0;
}

#content .box h3 {
	width: 100%;
	background-color: #ee7900;
	color: #fff;
	font-weight: bold;
	text-indent: 8px;
	padding: 2px 0;
	font-size: 1em;
}

#content .box .boxcontent {
	margin: 8px;
}

#content .box .short {
	width: 90%;
}

#content #colL .box .boxcontent img {
	float: right;
	margin-right: 0;
	padding-left: 20px;
}

#content #colL .box .boxcontent img.simple {
	float: none;
	display: inline;
	margin: 0;
	padding: 0;
	margin-bottom: 8px;
}

#content .imagestack {
	width: 230px;
	float: right;
}

#content .imagestack img {
	margin-right: 0;
}

div.w100 {
	width: 648px;
}

div.w75 {
	width: 75%;	
}

div.w66 {
	width: 428px;	
}

div.w50 {
	width: 320px;
}

div.w33 {
	width: 210.6px;
}

div.w25 {
	width: 156px;
}

div.h1 {
	height: 64px;
}

div.h2 {
	height: 98px;
}

div.h3 {
	height: 128px;	
}

div.h4 {
	height: 145px;	
}

div.h5 {
	height: 160px;	
}

div.h6 {
	height: 192px;	
}

div.h7 {
	height: 256px;	
}

div.h8 {
	height: 288px;	
}

div.h9 {
	height: 320px;	
}

div.h10 {
	height: 352px;	
}

div.h11 {
	height: 380px;	
}

div.h12 {
	height: 420px;		
}


#content #breadcrumb {
	padding: 10px;
	padding-left: 6px;
}

#content #breadcrumb a {
	font-weight: bold;
	color: #444;
	text-decoration: none;
	padding: 0 4px;
}

#content #colL ul {
	list-style: outside;
	margin-bottom: 1em;
}

#content #colL ul li {
	margin-left: 30px;	
}

#content #colL table {
	width: 67%;
	margin-bottom: 1em;
	border-collapse: collapse;
}

#content #colL table td {
	border-bottom: 1px solid #CCC; 
	padding: 2px;
	text-indent: 4px;
	border: 1px solid #ccc;
}

/* SIDEBAR */  

#colR .box {
	margin-left: 0;
	width: 100%;
}

#content #colR .box {
	padding-bottom: 0;	
}

#content #colR .box h3 {
	text-indent: 0;
	width: 110px;
	padding-left: 8px;
}


#content #colR h4 {
	color: #ee7901;
	font-size: 1em;
	margin-bottom: 0.3em;
}

#content #colR .sidebarpod {
	position: relative;
	padding-bottom: 1em;
	padding-top: 0.3em;
	margin-bottom: 0.5em;
	
	background-image: url(/app/webroot/img/line_dash_xrepeat.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	
}

#content #colR #last {
	background-image: none;	
}


#content #colR .sidebarpod img {
	float: none;
	display: inline;
	
}

#content #colR .sidebarpod .more {
	right: 0;
	margin: 0;
	padding: 0;
	bottom: 1em;
}

#footer {
	background-color: #ee7901;
	height: 25px;
	position: relative;
	font-size: 0.8em;
	clear: both;
}

#footer ul {
	position: absolute;
	top: 8px;
	left: 10px;
}

