@charset "utf-8";
body {
	background: url("files/bg.png") repeat-x #D2D4D5;
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: #000;
}

/* Theme colors
Dark blue: 315379
Orange: E67E04
Light grey: D2D4D5
*/

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}

h1{
	font-size: 22px;
	color: #E67E04;
	padding: 0 30px;
}

h2{
	font-size: 16px;
	color: #E67E04;
}

h3, h4, h5, h6{
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
}
a img { 
	border: none;
}

a:link, a:visited {
	color: #42413C;
	text-decoration: none;
}

a:hover, a:active, a:focus { 
	text-decoration: none;
	color: #315379;
}

/* ~~this fixed width container surrounds the other divs~~ */
.container {
	width: 980px;
	margin: 0 auto;
	padding-top: 10px;
}

.subcontainer{
	background: url("files/faux-bg.png") repeat-y;
	overflow: hidden;
}

.sidebar-end{
	border-top: 1px solid #666;
	width: 222px;
}

div{
	display: block;
}

.header {
	height: 110px;
}

#logo{
	background: #FFF;
	border: 1px solid #666;
	float: left;
	padding: 10px;
	padding-bottom: 14px;
	width: 200px;
}

#header-text{
	color: white;
	float: left;
	font-size: 22px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	width: 758px;
}

#header-text p{
	position: relative;
	top: 30%;
}

/* ~~ These are the columns for the layout. ~~ 
*/
.sidebar1 {
	border-top: 1px solid #666;
	float: left;
	width: 222px;
}
.content {
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	float: left;
	margin-left: 10px;
	min-height: 393px; /* at least as long as the sidebar */
	padding: 30px;
	width: 688px;
}

/* Images for each page. image-top appears on home, image-side on other pages.*/

.image-top{
	margin-bottom: 30px;
	text-align: center;
}

.image-top img{
	height: 162px;
}

.image-side{
	float: right;
	margin: 0 0 20px 10px;
	width: 380px;
}

.image-small{
	float: right;
	margin: 0 0 20px 10px;
	width: auto;
}

.image-small.image-bochum img{
	float: right;
	height: 350px;
	width: auto;
}

.image-text{
	border: 1px solid #666;
	clear: both;
	float: left;
	text-decoration: underline;
	width: 248px;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 30px; 
}

.sidebar-nav{
	margin: 30px 0;
}

ul.nav {
	list-style: none; 
	padding: 0 15px 0 15px;
}
ul.nav li {
	border-bottom: 1px solid #666; 
}
ul.nav a, ul.nav a:visited { 
	padding: 5px 0 5px 5px;
	display: block;
	text-decoration: none;
}
.sidebar-nav a:hover, .sidebar-nav a:active, .sidebar-nav a:focus {
	background: #315379;
	color: #FFF;
}

/* Dropdown menu */

ul.dropdown{
	background: white;
	border: 1px solid #999;
	border-bottom: 0;
	display: none;
	left: 189px;
	list-style: none;
	position: absolute;
	top: 0;
	width: 200px;
}

#menu-leistungen{
	top: -44px;
}

ul.dropdown li{
	/*height: 42px;*/
}

li:hover ul.dropdown{
	display: block;
}

.ddcontainer{
	position: relative;
}

.dropdown li:hover{
	background:  #315379;
}

/* ~~ The footer ~~ */
.footer {
	background: #FFF;
	border: 1pt solid #999;
	clear: both;
	color: #6B6B6B;
	line-height: 22px;
	padding: 10px 0;
	position: relative;
	text-align: center;
	top: 10px;
}

.footer a:link, .footer a:visited{
	color: #6B6B6B;
}

.footer a:hover, .footer a:active, .footer a:focus{
	color: #315379;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.footer p{
	margin: 0;
}

/*
Style for the left sidebar
*/

.sidebar-content{
	padding: 0 15px;
}

/*
Project links in the sidebar
*/
#projekte img{
	width: 66px;
	height: 66px;
	float: left;
	clear: both;
}

#projekte li{
	border: 0;
	height: 66px;
	padding: 15px 0;
}

#projekte li.last{
	border: 0;
}

#projekte ul.nav{
	padding: 0;
}

.projekt-text{
	width: 90px;
	float: left;
	padding-top: 5px;
}

/*
Style for tables in homepage with links to the site areas
*/

.areas-table{
	width: 216px;
	float: left;
	padding: 0;
	border: 1px solid #666;
	margin-right: 19px;
	background: #E7E9EA;
	border-spacing: 0;
}

.areas-table-last{
	margin-right: 0;
}

.areas-table td{
	list-style: none;
	text-align: center;
}

.areas-table td{
	padding: 4px 0;
}

.areas-table .sep{
	padding: 0;
	height: 0;
}

.areas-table td.first{
	padding-top: 10px; /*Compensates for the line separator*/
}

.areas-table td.last{
	border-bottom: 0;
	padding-bottom: 10px;
}

.areas-table hr{
	border: 0;
	border-top: 1px solid #666;
	width: 196px;
}

.areas-table td{
	height: 48px;
}

.areas-table th{
	background: #315379;
	color: #fff;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
}

.pdf-table td{
	background: #E7E9EA;
	border: 2px white;
	height: 58px;
	padding: 5px;
	text-align: center;
	width: 228px;
}

.pdf-table{
	clear: both;
}

.pdf-table td.empty{
	background: white;
}

.pdf-table th{
	background: #315379;
	border: 2px white;
	color: white;
	font-size: 14px;
}

.content-text img{
	width: 100%;
	/*padding-bottom: 20px;*/
}

.impressum-content p{
	margin-left: 20px;
}

.haftungsausschluss-content p{
	margin-left: 15px;
}

.haftungsausschluss-content li{
	margin-top: 25px;
}

.haftungsausschluss-content ol{
	padding-bottom: 0;
}

/* header for the project list */
.year-header{
	border-bottom: 2px solid #315379;
	font-size: 16px;
	margin: 10px 0;
	padding-left: 5px;
}

.project-list{
	list-style: none;
}

.project-list li{
	margin-bottom: 10px;
}

.newsletter-list{
	list-style: none;
}

