/* Allgemeine Definitionen
----------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
body {
	color: #333;
	background: #e0e0e0 url(gfx/bg.gif) repeat-y center top;
	font-size: 100.01%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}
img,
a img {
	border: 0;
}
.linksbuendig {
	border: 1px solid #ddd;
	background: #fff;	float: left;
	margin: 0 25px 25px 0;
	padding: 3px;
}
.rechtsbuendig {
	border: 1px solid #ddd;
	float: right;
	margin: 0 0 25px 25px;
	padding: 3px;
}
.linksbuendig_ohne {
	background: #fff;
	float: left;
	margin: 0 25px 25px 0;
	padding: 3px;
}
.rechtsbuendig_ohne {
	float: right;
	margin: 0 0 25px 25px;
	padding: 3px;
}
.clear {
	clear: both;
	height: 1%;
}
hr {
	clear: both;
	/*padding: 15px 0;*/
}
/*.hr hr {
	display: none;
}	
.hr {
	background: url(gfx/bg_hr.gif) repeat-x 0 0;
	clear: both;
	height: 1px;
	margin: 0;
	padding: 15px 0 0 0;
}*/
.kleine_schrift {
	font-size: .9em;
}

/* Links
----------------------------------------------- */
a,
a:visited {
	color: #186bbc;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

/* Typo
----------------------------------------------- */
p {
	margin: 0.5em 0;
	padding: 0;
}
ul, ol {
	margin: .5em 0 1em 25px;
	padding: 0;
}
h1, h2, h3 {
	clear: both;
	font-weight: bold;
}	
h1 {
	color: #004b93;
	font-size: 2em;
	margin: 0;
	padding: 0;
}
h2 {
	font-size: 1.5em;
	margin: 1em 0 20px 0;
	padding: 0;
}
h3 {
	font-size: 1.2em;
	margin: 10px 0 8px 0;
	padding: 0;
}
h4 {
	font-size: 1em;
	margin: 1em 0 8px 0;
	padding: 0;
}

/* Layout
----------------------------------------------- */
#container,
#header {
	border: 1px solid #fff;
	border-width: 0 1px;
	font-size: 62.5%;
	margin: 0 auto;
	text-align: left;
	width: 890px;
}
#top {
	background: #004b93 url(gfx/bg_header.jpg) no-repeat 0 0;
	height: 86px;
}
#headline {
	background: url(gfx/bg_headline.gif) repeat-x left bottom;
	width: 100%;
}
#headline div {
	background: #eaedf2 url(gfx/bg_headline_div.gif) no-repeat left bottom;
	border: 1px solid #fff;
	border-width: 0 1px;
	font-size: 62.5%;
	margin: 0 auto;
	text-align: left;
	padding: 20px 0 0 0;
	width: 890px;
}
#headline div h1 {
	padding-left: 205px
}
#start #top {
	height: 200px;
}
#diashow {
	position: relative;
	margin-top: 13px;
	margin-left: 180px;
}
.logo {
	margin: 17px 0 0 17px;
}
#content {
	float: right;
	font-size: 1.2em;
	line-height: 1.5em;
	padding: 15px 25px 50px 25px;
	width: 660px;
}
.anreisser {
	background: url(gfx/bg_anreisser.gif) no-repeat top left;
	float: left;
	margin: 25px 10px 20px 0;
	padding: 10px 10px 0 0;
	width: 300px;

}
.a2 {
	background: url(gfx/bg_anreisser.gif) no-repeat top right;
}
.anreisser h3 {
	clear: none;
	margin: 0;
	padding: 0;

}
.anreisser h3 a,
.anreisser h3 a:visited {
	color: #000;
	/*text-decoration: none;*/
}
.anreisser img {
	background: #fff;
	border: 1px solid #ddd;
	float: left;
	margin: 0 10px 3px 0;
	padding: 3px;
}
#sidebar {
	float: left;
	font-size: 1.2em;
	margin: 0;
	padding: 15px 0 50px 0;
	width: 180px;
}

/* Navigation
----------------------------------------------- */
/* 1. Ebene */
/*ul#navigation li.current {
	border-left: 3px solid #186bbc;
	width: 157px;
}*/
ul#navigation {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#navigation li {
	margin: 0;
	padding: 0;
}
ul#navigation li a,
ul#navigation li a:visited {
	background: #cfd8e1;
	color: #186bbc;
	display: block;
	margin: 0;
	padding: 4px 3px 4px 17px;
	outline: none;
	text-decoration: none;
	width: 160px;
}
ul#navigation li a:hover {
	background: #fff;
	margin: 0;
}
ul#navigation li a.active,
ul#navigation li a:visited.active {
	background: #fff;
	font-weight: bold;
}

/* 2. Ebene */
ul#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#navigation ul li {
	margin: 0;
	padding: 0;
}
ul#navigation ul li a,
ul#navigation ul li a:visited {
	background: #eaedf2;
	color: #186bbc;
	display: block;
	margin: 0;
	padding: 2px 3px 2px 27px;
	outline: none;
	text-decoration: none;
	width: 150px;
}
ul#navigation ul li a:hover {
	background: #fff;
}
ul#navigation ul li a.active,
ul#navigation ul li a:visited.active {
	background: #eaedf2;
	font-weight: bold;
}

/* 3. Ebene */
ul#navigation ul ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#navigation ul ul li {
	margin: 0;
	padding: 0;
}
ul#navigation ul ul li a,
ul#navigation ul ul li a:visited {
	background: #dedede;
	color: #186bbc;
	display: block;
	margin: 0;
	padding: 2px 3px 2px 27px;
	outline: none;
	text-decoration: none;
	width: 150px;
}
ul#navigation ul li a:hover {
	background: #fff;
}
ul#navigation ul ul li a.active,
ul#navigation ul ul li a:visited.active {
	background: #dedede;
	font-weight: bold;
}

/*Sprache*/
#language ul {
	margin: 0 0 0 15px;
	padding: 0;
}
#language ul li {
	display: inline;
	margin: 0;
	list-style: none;
	padding: 0 6px 0 0;
}

/* Qualitaetslogos
----------------------------------------------- */
ul#qlogos {
	margin: 50px 0 15px 42px;
	list-style: none;
	padding: 0;
}
ul#qlogos li {
	margin: 0;
	list-style: none;
	padding: 10px 0;
}
#werte_f a,
#werte_f a:visited {
	background: url(gfx/bg_werte_f.gif) no-repeat 0 0;
	display: block;
	height: 95px;
	margin: 0;
	padding: 0;
	text-indent: -5000px;
	width: 95px;
}
#werte_f a:hover {
	background: url(gfx/bg_werte_f.gif) no-repeat 0 -95px;
}
#bdvt_m a,
#bdvt_m a:visited {
	background: url(gfx/bg_bdvt_m.gif) no-repeat 0 0;
	display: block;
	height: 137px;
	margin: 0;
	padding: 0;
	text-indent: -5000px;
	width: 95px;
}
#bdvt_m a:hover {
	background: url(gfx/bg_bdvt_m.gif) no-repeat 0 -137px;
}

/* Tabellen
----------------------------------------------- */
.seminare {
	border: 1px solid #676767;
	color: #000;
}
.seminare th {
	background: #f1f1f1;
	font-weight: bold;
	width: 150px;
	text-align: center;
}
.seminare th,
.seminare td {
	padding: 0 5px;
}

/* Formulare
----------------------------------------------- */
#sidebar form {
	padding: 8px 0 15px 15px;
}
#sidebar form .suchfeld {
	width: 125px;
}
#content form p {
	margin: .2em 0 .1em 0;
}
#content fieldset {
	border: 1px solid #999;
	clear: both;
	display: block;
	font-size: 1em; 
	margin: 15px 0;
	padding: 0 0 15px 20px;
	width: 600px;
}
#content fieldset.kontaktdaten {
	clear: none;
	float: left;
	margin-right: 20px;
	padding-right: 10px;
	width: 330px;
}
#content fieldset.anliegen,
#content fieldset.seminar,
#content fieldset.zahlweise{
	clear: none;
	float: left;
	width: 220px;
}
#content legend {
	border: 1px solid #999;
	color: #999;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 4px;
}
#content label,
#content select,
#content input[type=checkbox],
#content input[type=radio],
#content input[type=button],
#content input[type=submit] {
	cursor: pointer;
}
#content label {
	margin: 5px 0;
}
#content .kontaktdaten label,
#content .anliegen label,
#content .anfrage label,
#content .seminar label,
#content .zahlweise label {
	display: block;
	float: left;
	width: 140px;
}
#content .kontaktdaten label.ckb,
#content .anliegen label.ckb,
#content .anfrage label.ckb,
#content .seminar label.ckb,
#content .zahlweise label.ckb {
	display: inline;
	float: none;
	width: auto;
}
#content input,
#content textarea,
#content select {
	border: 1px solid #999;
	margin: 6px 0;
	padding: 0;
}
#content input[type=checkbox] {
	border: none;
}
#content input[type=text],
#content select{
	width: 150px;
} 
#content textarea {
	width: 380px;
} 
input:active, input:hover, input:focus,
textarea:active, textarea:hover, textarea:focus,
select:active, select:hover, select:focus {
	border-color: #004b93 !important;
}
#content .button {
	margin: 0;
	padding: 3px 8px;
}
