/**
*	Color Management:
*		Light Gray: EBEBEB
*		Dark Gray: 	B0B6B3
*		Dark Blue:	007093 // Altes Blau: 275A7E
*/

*, html, body {
	font-family: Arial, Helvetica, sans-serif;	
}
html, body {
	text-align: center;	
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #007093;
	margin-bottom: 10px;
}
a:link {   color: black; text-decoration: underline; }
a:visited  { color: black; text-decoration: underline; }
a:focus  { color: black; text-decoration: underline; }
a:hover  { color: #007093; text-decoration: none; }
a:active { color: black; text-decoration: underline; }

/*fieldset {
	padding: 5px;
	border: 1px solid #007093;
	border-top-width: 20px;
}
legend {
	background-color: #007093;
	color: white;
	line-height: 20px;*/
/*	margin-left: -13px;*/
/*	padding: 0 10px;
	margin-bottom: 10px;
}*/


#content h1 {
	font-size: 14px;
}
#content h2 {
	margin-top: 10px;
	margin-bottom: 7px;
	font-size: 12px;
}
#content h3 {
	margin-top: 13px;
	margin-bottom: 3px;
	font-size: 12px;
	color: black;
}

#main {
	width: 950px;
	text-align: left;
	margin: 0 auto;
}
#header {
	height: 157px;
	position: relative;
	background: url('../tpl/header.jpg') top left no-repeat transparent;
}
	#logo a {
		display: block;
		height: 150px;
		width: 190px;
		text-indent: -9999px;
	}
	#topRight {
		background-color: #B0B6B3;
		position: absolute;
		right: 0;
		top: 0;
		height: 157px;
		width: 191px;
		color: #474747;
		text-align: center;
		font-size: 12px;
		line-height: 18px;
	}
		#topRight h1 {
			color: #007093;
			font-size: 12px;
			margin-top: 20px;
			margin-bottom: 8px;
		}
#navigation {
	height: 34px;
	width: 100%;
	text-align: center;
	border-bottom: 2px solid #007093;
	background-color: #EBEBEB;
}
	#navContainer {
		border-top: 2px solid white;
		height: 30px;
		background-color: #007093;
	}
	#navContainer ul {
		width: 564px;
		margin: 0 auto;
		border: 2px solid white;
		border-top: 0 none;
		border-bottom: 0 none;
		height: 30px;
		background-color: #007093;
	}
	#navContainer li {
		float: left;
		list-style-type: none;
		margin: 0;
		padding: 0;
		background-color: white;
	}
	#navContainer li a {
		background-color: #007093;
		color: white;
		text-decoration: none;
		display: block;
		width: 111px;
		text-align: center;
		line-height: 30px;
		font-size: 15px;
		margin: 0 1px;
	}
	#navContainer li a:hover, #navContainer li.active a {
		color: #007093;
		background-color: #EBEBEB;
	}
	#navContainer li a#nav_Home {
		margin-left: 0;
	}
	#navContainer li a#nav_Kontakt {
		margin-right: 0;
		width: 112px;
	}

#container {
	width: 100%;	
}
	#subnavigation {
		background-color: #EBEBEB;	
		width: 191px;
		padding-bottom: 20px;
	}
		#subnavigation ul {
			list-style-type: none;
			list-style-position: outside;
			margin-top: 20px;
			padding: 0;
		}
		#subnavigation li {
			margin: 0;
			padding: 4px 0;
			padding-left: 20px;
		}
		#subnavigation a {
			text-decoration: none;
			color: #3a3a3a;
			font-size: 12px;
		}
		#subnavigation a:hover, #subnavigation li.active a{
			color: #007093;
		}
	#content {
		background-color: white;
		/* width: 564px;*/
		padding-bottom: 30px;
		padding-top: 25px;
		font-size: 12px;
		height: 300px;
	}
	#content img {
		border: 0 none;
		margin: 0;
	}
	#right {
		background-color: #EBEBEB;
		width: 191px;
	}
#footer {
	border-top: 2px solid #EBEBEB;
	width: 550px;
	margin: 0 auto;
	position: relative;
	top: -25px;
	right: 0;
}
	#footer ul {
		float: left;
		list-style-type: none;
		position: absolute;
		right: 0;
	}
	#footer li {
		float: left;
		list-style-type: none;
		margin: 0;
	}
	#footer a {
		display: block;
		padding: 0px 5px;
		color: #B0B6B3;
		text-decoration: none;
	}
	#footer a:hover, #footer li.active a {
		
	}
	#footer #werbeagentur {
		position: absolute;
		top: 5px;
		left: 0;
	}	
	
	
/* Inhaltsspezifische Formate */
ul.referenzen {

}
ul.referenzen li {
	line-height: 20px;
	position: relative;
}
ul.referenzen a {

}
ul.referenzen .loc {
	line-height: 20px;
	position: absolute;
	top: 0px;
	right: 0;
	font-style: italic;
}


.leistungen {
		
}
.leistungen ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.leistungen li {
	padding-left: 12px;
	margin-left: 8px;
	line-height: 20px;
	background: url('../tpl/liste.gif') center left no-repeat transparent;
}
.leistungen img {
	float: right;	
}

.referenz {
	float: left;
	width: 350px;
}
.referenz th, .referenz td {
	padding: 5px 5px;
	text-align: left;
	padding-left: 0;
	padding-right: 10px;
}
.referenzImages {
	float: right;
	width: 170px;
}

.box {
	padding: 5px;
	border: 1px solid #007093;
	border-top-width: 2px;
	padding-top: 5px;
	margin: 10px 0;
	margin-top: 25px;
	position: relative;
	text-align: left;
}
.box h1 {
	position: absolute;
	top: -25px;
	left: -1px;
	width: 100%;
	font-size: 12px !important;
	background-color: #007093;
	color: white;
	line-height: 20px;
	padding: 1px;
	padding-left: 2px;
	padding-right: 0;
}
.box a.block {
	display: block;
	text-align: right;
	font-size: 10px;
}

.left {
	width: 45%;
	float: left;
}
.right {
	width: 45%;
	float: right;
}

.rechteSpalte {
	width: 50%;
	float: right;
}
.linkeSpalte {
	width: 50%;
	float: left;
}

#durchwahlen {
	width: 100%;
	margin-top: 20px;
	clear: both;
}
#durchwahlen th, #durchwahlen td {
	padding: 3px 5px;
}
#durchwahlen th {
	border-bottom: 1px solid #B0B6B3;
}