
/* GENERAL, TYPO
----------------------------------------------------- */

body {
	margin: 0;
}

body, div, th, select, input {
	font-family: Tahoma, "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	color: #666;
	font-size: 12px;
	line-height: 1.5;
}

h1 {
	color: #003a6f;
	font-size: 17px;
	margin: 0 0 15px 0;
}

h2 {
	color: #003a6f;
	font-size: 14px;
	line-height: 1.2em;
	margin: 15px 0 10px 0;
}

h3 {
	font-size: 100%;
	font-size: 13px;
	line-height: 1.2em;
	margin: 3px 0 10px 0;
}

p {
	margin: 0px 0px 10px 0px;
}

form {
	margin: 0;
}


/* STRUKTUR
----------------------------------------------------- */

#wrapper {
	background: #FFF;
	margin: 0 auto;
	padding: 0;
	width: 900px;
}

#metax-header {
	background: #00305E;
	text-align:right;
}

#header {
	background: #FFF;
	white-space: pre-line;
	margin-bottom: 1px;
}

#content {
	float: left;
	width: 540px;
	min-height: 350px;
	margin-top: 20px;
}

#container {
	clear: both;
	margin-bottom: 50px;
}


/* MENUES
----------------------------------------------------- */
#menue {
	background: url(/images/navi-bg.gif) top left repeat-x;
	height: 38px;
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 0;
	width: 100%;
}
	
	#menue li {
		text-transform: uppercase;
		display: inline;	
		font-size: 13px;
		line-height: 1;
	}
		
		#menue li a {
			color: #666;
			float: left;
			display: block;
			height: 22px;
			text-decoration: none;
			line-height: 1;
			overflow-y: hidden;
			padding: 2px 0 7px 0;
			margin: 7px 0 0 12px !important;
			margin: 7px 0 0 10px;
		}
			
			#menue li.active a {
				color: #FFF;
				padding: 0;
				background: url(/images/navi-active-mid.gif) center top no-repeat;
			}
			
			#menue li.active a span {
				display: block;
				background: transparent url(/images/navi-active-right.gif) right top no-repeat;
			}
			
			#menue li a span span {
				padding: 2px 5px 7px 5px !important;
				padding: 3px 5px 7px 5px;
			}
			
			#menue li.active a span span {
				background: transparent url(/images/navi-active-left.gif) left top no-repeat;
			}
		
		#menue li a:hover {
			color: #000;
		}
		#menue li.active a:hover {
			color: #EEE;
		}

/* SUBMENUES
----------------------------------------------------- */
#submenue {
	float: left;
	margin: 20px 40px 0 30px;
	width: 250px;
	display: inline;
}

	#submenue h3.sub-headline {
		background: url(/images/headline-bg.gif) top left no-repeat;
		padding: 7px 5px 7px 10px;
		color: #999;
		font-size: 14px;
		font-weight: normal;
		text-transform: uppercase;
		margin-bottom: 0;
	}
	
	#submenue ul.list {
		margin: 0 0 20px 0;
		padding: 0;
	}
		
		#submenue ul.list li {
			display: inline;
			list-style-type: none;
		}
			
			#submenue ul.list li a {
				color: #666;
				border-bottom: 1px solid #DDD;
				text-decoration: none;
				display: block;
				padding: 4px 0 4px 16px;
				background: transparent url(/images/green-arrow.gif) left center no-repeat; 
			}
			
			#submenue ul.list li a:hover {
				color: #000;
			}
			
			#submenue ul.list li.active a {
				color: #666;
				font-weight: bold;
			}

/* FOOTER
----------------------------------------------------- */
#footer {
	background-color: #FFF;
	font-size: 11px;
	width: 900px;
	text-align: right;
	padding-bottom: 50px;
}
	
	#footer ul {
		margin: 0 8px 0 0;
		padding: 6px 0;
	}
		
		#footer li {
			display: inline;
		}
		
		#footer li a {
			color: #999;
			padding: 0 7px 0 5px;
			text-decoration: none;
			border-right: 1px solid #999;
		}
		
		#footer li a:hover {
			color: #000;
		}
				
		#footer li#last a {
			border-right: none;
		}


/* STRUKTUR
----------------------------------------------------- */

.container {
	float: left;
	margin: 0 15px 0 0;
	width: 280px;
}

.container a {
	text-decoration: none;
}

h2.box-head {
	border-bottom: 1px solid #AAA;
	background: #FFF url(/images/box-head_bg.gif) repeat-x;
	color: #555;
	font-size: 100%;
	padding: 7px 5px;
	margin: 0;
}
.container h3 {
	font-size: 13px;
	font-weight: bold;
	display: block;
	padding: 5px 10px 3px 0;
	margin: 0;
}
.container ul.list li a {
	background: transparent;
	display: inline;
	border: 0;
	padding-left: 0;
}
.container ul.list li {
	display: block;
	border-bottom: 1px dotted #AAA;
	xborder-bottom: 0;
}
.container ul.list li:hover {
}
.container ul.list li a:hover {
	background: transparent;
}


/* HOME
----------------------------------------------------- */
#home-content {
}

	#welcome {
		padding: 20px 0 10px 0;
		border-bottom: 1px solid #CCC;
	}
	
	#welcome h1 {
		width: 520px;
		margin: 0 auto;
	}
	
	#welcome #home-quote {
		width: 520px;
		margin: 10px auto 0 auto;
		background: url(/images/quote-sign.gif) top left no-repeat;
	}
	
		#welcome #home-quote p.zitat {
			padding: 5px 35px;
		}
	
		#welcome #home-quote p.author {
			text-align: right;
			font-style: italic;
			font-size: 11px;
			padding: 0 35px;
		}
	
#home-main {
	padding: 20px 0 10px 0;
	border-bottom: 1px solid #CCC;
}
		
	#home-contact {
		float: left;
		width: 320px;
	}
	
		#home-address {
			margin-top: 15px;
		}

	#home-services {
		float: left;
		width: 280px;
	}
	
		#home-services ul {
			list-style: none;
			padding: 0;
			margin: 0;
		}
			#home-services ul li {
				padding-left: 16px;
				font-size: 12px;
				background: url(/images/arrow-blue-whitebg.gif) 1px 5px no-repeat;
			}
			#home-services ul li a {
				color: #666;
				text-decoration: none;
			}
			#home-services ul li a:hover {
				color: #000;
			}
		
	#home-news {
		float: left;
		width: 300px;
		}
	
		#home-news h2 {
		}
	
		#home-news ul {
			margin: 0;
			padding: 0;
			list-style: none;
		}
		
			#home-news ul li {
				border-bottom: 1px solid #CCC;
			}
			
				#home-news ul li h3 {
					margin-bottom: 6px;
					margin-top: 7px;
					font-size: 12px;
				}
				
					#home-news ul li h3 a {
						color: #666;
						text-decoration: none;
					}
					#home-news ul li h3 a:hover {
						color: #000;
						text-decoration: underline;
					}
			
				#home-news ul li p.date-line {
					font-size: 10px;
					font-style: italic;
					margin-top: -7px;
					text-align: right;
					margin-bottom: 0px;
				}
	
		#home-news p.more {
			text-align: right;
			padding-top: 3px;
		}
	
		#home-news p.more a {
			background: url(/images/arrow-green-small-whitebg.gif) 0 5px no-repeat;
			color: #003a6f;
			font-size: 11px;
			padding-left: 8px;
			text-decoration: none;
		}
	
		#home-news p.more a:hover {
			text-decoration: underline;
		}
			
#home-certificate {
	margin: 20px 0;
}
			
#certificate {
	text-align: right;
}
			
	
/* SITEMAP
----------------------------------------------------- */

ul.sitemap {
	background: #F3F8FC;
	margin: 0 15px 20px 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 30%;
}
	
	ul.sitemap li {
		list-style: none;
	}
	
		ul.sitemap ul {
			list-style: none;
			margin: 0;
		}
			
			ul.sitemap a {
				display: block;
				padding: 3px 6px;
				margin: 0;
			}

ul.sitemap h2 {
	background: #E0ECF9;
	color: #2268AF;
	font-size: 120%;
	padding: 6px;
	margin: 0;
}

.container li {
	border-bottom: 2px solid #E0ECF9;
	list-style: none;
	padding: 5px 10px;
}


/* ADDITIONAL ELEMENTS
----------------------------------------------------- */
.imgLeft {
	float: left; /* oder right*/
	padding: 0 10px 10px 0;
}

.imgRight {
	float: right; /* oder right*/
	padding: 0 0 10px 10px;
}

.clear {
	clear: both
}

.clear strong {
	display: block;
	font-size: 15px;
}

img {
	border: 0;
}

#stbverband {
    margin: 10px 0 0 0;
	border: 1px solid #ddd;
}

ul {
	margin: 5px 0 20px 10px;
	padding: 0 0 0 15px;
	list-style-type:square;
}

li {
	padding:0 0 0.4em 0;
}

#back {
	text-align: right
}

#modul, #submodul {
	font-size: 13px;
	color:#143046;
	font-weight:bold;
	padding: 4px 0 6px 7px;
	background-color: white;
	border: 1px solid #FFFFFF;
	width: 250px;
}

#submodul {
	width: 230px;
}
.callback {
	margin: 20px 35px;
	
}
.formular {
	color: #002459;
}
.date {
	margin: 10px 0 0 0;
	padding-bottom: 0;
}
.date a {
	font-weight: normal;
	text-decoration: none;
}
.news {
	border-bottom: 1px dotted #AAA;
	margin: 0;
	font-size: 12px;
	padding-bottom: 10px;
	padding-right: 12px;
	font-weight: 200;
}
.highlight {
	background: #000;
	color: #FFF;
}

#searchfield {
	border: 1px solid #7199A6;
	padding: 3px;
	height: 18px;
}


/* TABLES
----------------------------------------------------- */
table {
	border: 0;
	margin: 0 0 15px 0;
}

table.services {
	border: 1px solid #F3F3F3;
	border-width: 0 1px 1px 0;
	margin: 0 0 15px 0;
}

th {
	background: #F3F3F3;
	text-align: left;
}

td, th {
	padding: 5px 35px 5px 5px;
	vertical-align: top;
}

table.services th,
table.services td {
	border: 1px solid #F3F3F3;
	border-width: 1px 0 0 1px;
}

td.streifen {
	background: #F5F9FD;
}


/* EXTRA
----------------------------------------------------- */

.hl_table_weiss11punkt {
	font-size: 13px;
	line-height: 14px;
	font-weight:bold;
	color: #FFFFFF;
}
.news {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
	color: #222222;
}
.weiter {
	
}
.subhead2 {
	font-size: 12px;
	color: #143046;
}
.parahalf {
	line-height: 0px;
}
.modul13fett {
	font-size: 13px;
	font-weight:bold;
	padding-left: 9px;
}
a {
	color: #000;
}

.error {
	font-weight: bold;
	color: #FF0000;
}

.success {
	font-weight: bold;
	color: green;
}

/* FORMS
----------------------------------------------------- */
form label { 
	cursor: pointer;
	float: left;
	padding: 0.3em 7px 0 5px;
	text-align: right;
	width: 120px;
	color: #888;
}
form ul {
	margin: 0 0 20px 0.5em;
	list-style: none;
}
form li {
	padding: 0 0 0.5em 0;
}
form li.space {
	padding: 0 0 1.5em 0;
}
form label.checkbox {
	float: none;
	padding: 0.3em 1em 0 0.3em;
	text-align: left;
	width: auto;
}
input[type="text"]:focus, 
textarea:focus {
	background: #EFF3F5; 
	border: 1px solid #7199A6;
}
input[type="text"]:hover, 
textarea:hover {
	border: 1px solid #30464E;
}
#vorname,
#nachname,
#beruf,
#firma,
#strasse,
#telefon,
#fax,
#email,
#kammer,
#ort,
#plz,
textarea {
	border: 1px solid #7199A6;
	padding: 4px;
	width: 270px;
}

input#plz {
	width: 40px;
}
input#ort {
	margin: 0 0 0 4px;
	width: 216px;
}


/* CONTACT
----------------------------------------------------- */
#map {
	width: 450px; 
	height: 320px; 
	margin-bottom: 20px;
}


/* TEAM
----------------------------------------------------- */

.team-item {
	background-position: bottom left;
	background-repeat: no-repeat;
	height: auto !important; 
	height: 210px;
	min-height: 210px;
}
	
	.team-item-inner {
		padding: 25px 10px 10px 175px;
	}
	
	.team-item h3 {
		margin-bottom: 2px;
	}
	
	.team-item p.subline {
	}
	
	.team-item p.vita {
		font-style: italic;
	}
	
	.team-item p.contact {
	}


/* INFOBRIEF
----------------------------------------------------- */

#download-archive {
}

#download-archive-intime {
	float: left;
	width: 250px;
	margin-right: 20px;
}

#download-archive-infobrief {
	float: left;
	width: 250px;
}
