/* Standardelemente */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #003687;}
a:hover {
	color: #ffffff;
	background-color: #6B9C56;
}

body {
	background: #EEEEEE;
	color: #000;
	font: normal 100% Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-bottom: 20px;
}

p,box,ul {padding-bottom: 1.0em;}

li {list-style: none;}

h2 {
	font: 16px Arial, Helvetica, sans-serif;
	margin-bottom: 16px;
	margin-top: 14px;
	color: #000F75;
}
h3 {
	font: bold 13px Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	margin-top: 12px;
	padding: 2px 1px 0px 2px;
	color: #003687;
	border-bottom: 1px dotted #979CA6;
	background-color: #EEEEEE;
}

h4 {font: bold 12px Arial, Helvetica, sans-serif; margin-bottom: 6px; padding-top: 5px; color: #000000;}

.tag2 {
	margin: 12px 0px;
	padding-bottom: 2px;
	border-bottom: 1px dotted gray;
}

form,input {margin: 0; padding: 0; display: inline;}

.box {
	background: #EEEEEE;
	border: 1px solid #045280;
	border-left: 6px solid #045280;
	color: #000;
	display: block;
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	margin-bottom: 30px;
	margin-top: 12px;
	padding: 8px 10px;
	width: 560px;
}

.seminarbox_rubrik {
	margin-bottom: 30px;
	margin-top: 10px;
	padding: 2px;
	border: 1px dotted Gray;
	font-weight: bold;
	background: url('img/seminarbox_headline_back.gif') no-repeat;
}

.seminarboxh1_titel, .seminarboxh1_date, .seminarboxh1_ort{
	float: left;
	margin-bottom: 4px;
	padding-bottom: 2px;
	padding-top: 3px;
	padding-left: 4px;
	padding-right: 4px;
	display: block;
	font-weight: bold;
}

.seminarboxh1_titel {
	width: 390px;
}

.seminarboxh1_date {
	width: 90px;

}

.seminarboxh1_ort {
	width: 80px;

}


.seminarbox_titel, .seminarbox_date, .seminarbox_ort{
	float: left;
	height: 30px;
	line-height: 30px;
	padding: 2px 0px 3px 2px;
	display: block;
}

.seminarbox_titel h3 {
	font: bold 12px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000000;
	line-height: 30px;
	background-color: transparent;
	border: 0px;
}


.seminarbox_titel {
	width: 430px;
}

.seminarbox_date {
	width: 82px;
	font-weight: normal;
}

.seminarbox_ort {
	width: 60px;
	font-weight: normal;
}

.seminare_box {
	float: left;
	margin-bottom: 4px;
	margin-top: 10px;
	margin-right: 14px;
	padding: 0px 4px 8px 4px;
	border: 1px dotted Gray;
	background: url('img/seminare_box_headline_back.gif') no-repeat;
	width: 276px;
	height: 195px;
}

.seminare_box h3 a {
	font: bold 16px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: Black;
	text-decoration: none;
}

.seminare_box h3 a:hover {
	text-decoration: underline;
	background-color: transparent;
}

.seminare_box p {
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	color: #000000;
}

.seminare_box a {
	margin: 0px 10px;


}

/* Seitenkopf für SEO */
.headline{
	width: 780px;
	margin: auto;
	text-align: left;
	margin-top: 2px;
	margin-bottom: 2px;
}

.headline h1 {
	font-size: 11px;
	color: #A3A3A3;
	margin-top: 1px;
	margin-bottom: 2px;
	font-weight: normal;
	border: 0
}

/* allgemein */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}
.rechtsb {
	text-align: right;
}

/* Seitenstruktur */
.container {
	border: 1px solid #D7D7D2;
	background: #fff;
	font-size: 12px;
	margin: 0 auto;
	padding: 10px;
	width: 780px;
}

/* header */
.header {
	background: #222 url('img/kopf.jpg') no-repeat;
	height: 147px;
	margin-bottom: 1px;
	text-align: center;
}


/* Inhaltsbereich */
.main {
	background: url('img/main.gif') repeat-y;
	border-top: 1px solid #FFF;
	padding: 0px 12px 0 0;
}

/* content */
.content {
	float: right;
	width: 590px;
	padding-bottom: 16px;
}

.content li {
	list-style: url(img/li.gif);
	margin-left: 22px;
	margin-bottom: 4px;
}
.content p {font-family: Arial, Helvetica, sans-serif;}

/* hauptnavigation #045280 */
.hauptnavigation {
	height: 26px;
	background: url('img/hauptnavi.gif') repeat-y;
	padding-left: 165px;
}

.hauptnavigation a {
	border-right: 1px dotted #fff;
	color: #fff;
	font: bold 12px Arial, Helvetica, sans-serif;
	line-height: 26px;
	padding: 5px 16px;
	text-decoration: none;
}

.hauptnavigation a:hover {
	background: #578047;
}

#h-ok {
	background: #578047;
}

.ok {
	border-right: 1px solid #fff;
	color: #fff;
	display: block;
	float: left;
	font: bold 12px Arial, Helvetica, sans-serif;
	line-height: 26px;
	background: #578047;
}

/* buttonnavigation */
.button {
	background: url(img/startbutton_back.gif) no-repeat;
	border: 0;
}

.button a {
	font: bold 12px Arial, Helvetica, sans-serif;
	display: block;
	line-height: 19px;
	padding-left: 16px;
	text-decoration: none;
	width: 137;
	height: 19;
	color: #000F75;
}

.button a:hover {
	text-decoration: underline;
	background-color: transparent;
}

/* unternavigation */
.unternavigation {
	float: left;
	width: 165px;
}

.unternavigation ul {
	padding: 0;
}
.unternavigation li {border-bottom: 1px solid #fff;}
.unternavigation li a {
	font-size: 12px;
	color: #000;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.unternavigation li a:hover {
	text-decoration: underline;
	background-color: transparent;
}

/* wo bin ich - unternavigation */
.selected {
	text-decoration: underline;
	font-weight: bold;
}

/* footer */
.footer {
	background: #6DA54B;
	color: #FFF;
	font: normal 12px Arial, Helvetica, sans-serif;
	border-top: 1px solid #fff;
	padding: 4px 6px;
}

.footer h4{
	float: left;
	color: #E8E8E8;
	padding: 0px;
	margin: 0px;
	font: normal 12px Arial, Helvetica, sans-serif;
}

.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {color: #FFf; text-decoration: underline; background-color: transparent;}

.footer2 {
	width: 780px;
	margin: auto;
	text-align: center;
	margin-top: 6px;
	margin-bottom: 2px;
	background: transparent;
	color: #B4B4B0;
	font: normal 11px Arial, Helvetica, sans-serif;
	border: 0px;
}

.footer2 a {
	color: #B4B4B0;
	text-decoration: none;
}

.footer2 a:hover {
	color: #B4B4B0;
	text-decoration: underline;
	background: transparent;
}
