body {
	background: transparent url(/images/body_bg.gif);
	margin: 0;
}

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

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #1A5742;
	font-size: 200%;
	font-weight: 200;
	margin: 0 0 15px 0;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #1A5742;
	font-size: 115%;
	line-height: 1.2em;
	margin: 15px 0 10px 0;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #1A5742;
	line-height: 1.2em;
	margin: 3px 0 10px 0;
}
p {
	margin:0px 0px 10px 0px;
}

form {
	margin: 0;
}


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


#global-container {
	background: #FFF;
	padding: 0;
	width: 870px;
	margin: 0 auto;
}
#wrapper {
	background: #FFF;
	margin: 0 10px;
	padding: 0;
	width: 850px;
}
#metax-header {
	background: #FFF;
	white-space: pre-line;
	margin-bottom: 2px;
}
#header {
	background: #FFF;
	white-space: pre-line;
	margin-bottom: 1px;
}
#content {
	float: left;
	width: 575px;
	min-height: 350px;
}
#container {
	clear: both;
}


	/* MENUES
----------------------------------------------------- */
#menue {
	/*background: #257E5E;*/
	background: #19496F;
	font-family: Georgia, "Times New Roman", Times, serif;
	float: left;
	font-weight: bold;
	margin: 0 0 20px 0;
	padding: 0;
	width: 100%;
	/*border-bottom: 5px solid #A8CBBF;*/
	border-bottom: 5px solid #8ca4b7;
}
#menue li {
	text-transform: uppercase;
	display: inline;
}
#menue li a {
	/*color: #A8CBBF;*/
	color: #8ca4b7;
	float: left;
	padding: 7px 14px 5px 14px;
	text-decoration: none;
}
#menue li a:hover, #menue li.active a {
	color: #FFF;
	text-decoration: none;
}

/* SUBMENUES
----------------------------------------------------- */
#submenue {
	float: left;
	margin: 0 20px 0 0;
	width: 230px;
}

ul.list {
	margin: 0 0 20px 0;
	padding: 0;
}
ul.list h3 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #1A5742;
	line-height: 1.2em;
	font-weight: 600;
	margin: 3px 0 3px 0;
}
ul.list li {
	display: inline;
	list-style-type: none;
}
ul.list li a {
	color: #222;
	border-bottom: 1px dotted #AAA;
	text-decoration: none;
	display: block;
	padding: 4px 0 4px 18px;
	background: transparent url(/images/submenue_ul.gif) left center no-repeat;
}
ul.list li a:hover {
	color: #222;
	background: transparent url(/images/submenue_ul_hover.gif) left center no-repeat;
}
ul.list li.active a {
	color: #222;
	font-weight: bold;
	background: #FFF url(/images/submenue_ul_hover.gif) left center no-repeat;
}

	/* FOOTER
----------------------------------------------------- */
#footer {
	background-color: #FFF;
	font-size: 11px;
	width: 850px;
}
#footer ul {
	margin: 0 8px 0 0;
	padding: 6px 0;
}
#footer li {
	display: inline;
}
#footer li a {
	color: #222;
	padding: 4px 7px;
	text-decoration: none;
}
footer li#last a {
	border: 0;
}


/* 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;
}


/* STARSEITE
------------------------------------------------------------ */
.img-team {
	float: right;
	margin: 0 0 10px 10px;
}
.zitat {
	padding: 4px 4px 4px 10px;
}
.author {
	padding: 4px 4px 4px 10px;
}

/* TOOLTIP
------------------------------------------------------------ */
a.info{
	position:relative; /*this is the key*/
	z-index:24;
	text-decoration: none;
}

	a.info:hover{
		z-index:25;
		background-color: #F5F9FD;
	}

	a.info span{display: none}

	a.info:hover span {
		background: #FFF;
		border: 1px solid #bbb;
		display:block;
		padding: 8px;
		position:absolute;
		top: -240px;
		left: 9em;
	}
	a.info:hover span.above {
		//left: -300px;
	}





/* LEISTUNGEN*/
#menueContent {
	margin: 25px 0 0 0;
	padding: 0;
}
#menueContent li {
	display: inline;
	list-style-type: none;
}
#menueContent li a {
	float: left;
	text-decoration: none;
	display: block;
	padding: 0 10px 3px 0;
}
#menueContent li a.back {
	padding-left: 3px;
}
#menueContent li a:hover {
	text-decoration: underline;
}


/* LEISTUNGEN*/
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;
}


/* SONSTIGES
----------------------------------------------------- */
.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;
}
ul.vita {
	margin: 20px 0 0 10px;
	padding: 0 20px 0 30px:
}

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}

#zubreit {
	width: 450px;
}

#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: 13px;
	padding-bottom: 10px;
	padding-right: 12px;
	font-weight: 200;
}
.highlight {
	background: #000;
	color: #FFF;
}
#searchfield {
	border: 1px solid #7199A6;
}


/* 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;
}

/* sonstiges
----------------------------------------------------- */

.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;
}




/* kontakt
----------------------------------------------------- */
#map {
	border: 1px solid #DDDDDD;
	margin-top: 8px;
	display: block;
}
.mapSmall {
	width: 350px;
	height: 205px;
}
.mapBig {
	width: 600px;
	height: 436px;
}
