html {
	min-height: 100.05%;
}
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}


/* Styles für die Unterseiten */


#page {
	background: #FFF;
	width: 40em;
	margin-right: auto;
	margin-left: auto;
}
#head {
	height: 10em;
	text-align: right;
	font-size: 0.8em;
}
#logo {
	padding-top: 1em;
	padding-right: 1em;
}
#direktnavi {
	display: none;
}
#service {
	display: none;
}
#navi {
	display: none;
}
#main {
	padding-right: 1em;
	clear: both;
}
* html #main {
	padding-top: 0em;
}
#menu {
	display: none;
}

/* Inhalte */

#content {
	margin-left: 12.5em;
	background: #FFF url(../_images/back/back_content.gif) repeat-y left;
	padding-top: 2em;
	padding-left: 2em;
	padding-bottom: 1em;
}
#content h1 {
	font-size: 1em;
	margin: 0em 0em 1em;
	font-weight: bold;
	line-height: 1.5em;
}
#content h2 {
	font-size: 0.875em;
	margin: 0em 0em 1em;
	font-weight: bold;
	color: #A0AAB9;
	border-bottom: 2px solid #A0AAB9;
	line-height: 1.5em;
}
#content h2 a {
	display: block;
	margin-top: 3em;
}
#content h2 a.frei {
	background: url(../_images/elem/elem_seminar_frei.gif) no-repeat right 0.5em;
}
#content h2 a.anfrage {
	background: url(../_images/elem/elem_seminar_anfrage.gif) no-repeat right 0.5em;
}
#content h2 a.belegt {
	background: url(../_images/elem/elem_seminar_belegt.gif) no-repeat right 0.5em;
}
#content h3 {
	font-size: 0.81em;
	font-weight: bold;
	margin: 0px 0px 0.5em;
	line-height: 1.5em;
}
#content h4 {
	margin: 0em;
	font-size: 0.75em;
	font-weight: bold;
}
#content p {
	font-size: 0.75em;
	margin: 0em 0em 1em;
	line-height: 1.5em;
}
#content p.right {
	text-align: right;
}
#content p.smaller {
	font-size: 0.7em;
}
#content ul {
	color: #647186;
	margin: 1em 0em;
	padding: 0em;
}
#content ul ul {
	margin: 1em 0em 1.5em;
	padding: 0em;
}
#content li {
	font-size: 0.75em;
	line-height: 1.5em;
	list-style: square;
	margin: 0.5em 0em 0.5em 2em;
	padding: 0em 0em 0em 1em;
}
#content li li {
	padding: 0em 0em 0em 1em;
	font-size: 1em;
	margin-right: 0em;
	margin-left: 1.5em;
}
#content  li.link {
	list-style: url(../_images/elem/elem_arrow-more.gif);
}
#content a {
	color: #039;
	text-decoration: none;
}
#content a:hover {
	color: #C00;
	text-decoration: none;
}
#content a.more {
	padding-right: 15px;
	background: url(../_images/elem/elem_arrow-more.gif) no-repeat right center;
	font-weight: bold;
	margin-right: 1em;
}
#content a.more:hover {
	background: url(../_images/elem/elem_arrow-more_over.gif) no-repeat right center;
}
#content img.left {
	margin: 0em 2em 1em 0em;
	float: left;
	border-style: none;
}
#content hr {
	height: 2px;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	border-top: 2px solid #A0AAB9;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
* html #content hr {
	margin-top: 0em;
	margin-bottom: 0.5em;
}


/* Formulare */

#content form {
	line-height: 1.5em;
}
#content fieldset {
	margin: 0em 0em 2em;
	border-top: 1px solid #A0AAB9;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-indent: 0em;
	padding: 0em;
}
#content fieldset.right {
	text-align: right;
	border-top-style: none;
}
#content legend {
	font-size: 0.8em;
	font-weight: bold;
	color: #A0AAB9;
	padding: 0em 0.5em 0em 0em;
	margin: 0em;
	line-height: 3em;
}
#content label {
	font-size: 0.75em;
	line-height: 1.9em;
}
#content label.left {
	float: left;
	width: 14em;
	margin-right: 1em;
}
#content label.wide {
	width: 24em;
	margin-right: 1em;
	float: left;
}
#content label.none {
	float: left;
	margin-right: 0em;
	width: 0em;
}
#content input {
	font: 0.75em Arial, Helvetica, sans-serif;
}
#content input.right {
	margin-left: 15em;
	margin-right: 0.5em;
	clear: both;
	width: auto;
}
#content input.button {
	color: #FFF;
	background: #A0AAB9;
	font-size: 0.75em;
	font-weight: bold;
	padding-right: 2em;
	padding-left: 2em;
}
#content textarea {
	font: 0.75em Arial, Helvetica, sans-serif;
}
#content form abbr {
	border-style: none;
	color: #C00;
	font-weight: bold;
	display: inline;
	cursor: default;
}
#content form br {
	clear: both;
}
#content form span.error {
	color: #C00;
}


/* Tabellen */

#content table {
	margin: 0em 0em 1em;
	padding: 0em;
	border-spacing: 0em;
	border-style: none;
	width: 34em;
}
#content th {
	font-size: 0.75em;
	font-weight: bold;
	text-align: left;
	padding: 0em;
}
#content td {
	font-size: 0.75em;
	line-height: 1.5em;
	padding: 0em;
	vertical-align: top;
}
#content td p {
	font-size: 1em;
	margin-bottom: 0em;
}
#content table.seminare {
	border: 2px solid #A0AAB9;
}
#content table.seminare th {
	font-size: 0.8em;
	padding: 0.5em;
	border-right: 2px solid #A0AAB9;
}
#content table.seminare th.last {
	border-right-style: none;
}
#content table.seminare td {
	font-size: 0.8em;
	padding: 0.5em;
	border-top: 2px solid #A0AAB9;
	border-right: 2px solid #A0AAB9;
}
#content table.seminare td.last {
	border-right-style: none;
}
#content table.facts td {
	vertical-align: top;
	padding: 0.2em 0.5em;
	border-bottom: 1px solid #FFFFFF;
	background: #F0F1F4;
}
#content table.facts td.left {
	background: #DCDFE4;
	border-right: 1px solid #FFF;
}
#content table.facts td.technical {
	width: 10em;
	background: #DCDFE4;
	border-right: 1px solid #FFF;
}
#content table.adresse {
	margin: 0em 0em 1em;
	padding: 0em;
	border-spacing: 0em;
	border-style: none;
	width: 16em;
}


/* Aktuelles */

#news {
	float: left;
	margin-bottom: 1em;
	width: 34em;
}
#news img {
	float: left;
	margin-right: 3em;
	margin-bottom: 1em;
	border-style: none;
}
#news h2 {
	clear: both;
	margin-bottom: 2em;

}
#news hr {
	clear: both;
	margin-top: 0em;
}
#images {
	float: right;
}
#images img {
	display: block;
	margin: 0em 0em 1em 2em;
}



/* Downloadbereich */

#downloads ul {
	margin: 0em;
	padding: 0em;
}
#downloads ul li {
	list-style: url(none) none;
	margin: 0em 0em 1em;
	font-size: 0.75em;
	line-height: 2em;
	width: 46em;
	display: block;
	padding: 0em;
}
#downloads ul li a {
	background: url(../_images/icon/icon_folder-plus.gif) no-repeat left center;
	display: block;
	font-weight: bold;
	color: #A0AAB9;
	border-bottom: 1px solid #A0AAB9;
}
#downloads ul li a:hover {
	color: #C00;
	background: url(../_images/icon/icon_folder-plus_over.gif) no-repeat left center;
	border-bottom-color: #C00;
}
#downloads ul li a.active {
	background: url(../_images/icon/icon_folder-minus.gif) no-repeat left center;
	color: #000;
	border-bottom-color: #000;
}
#downloads ul li a.active:hover {
	background: url(../_images/icon/icon_folder-minus_over.gif) no-repeat left center;
	color: #C00;
	border-bottom-color: #C00;
}
#downloads ul li a span {
	margin-left: 2em;
}
#downloads ul ul {
	margin: 0em 0em 0em 2em;
	padding: 0em;
}
#downloads ul ul li {
	margin: 0em;
	padding: 0em;
	font-size: 1em;
	width: 44em;
}
#downloads ul ul a {
	border-bottom-style: none;
}
#downloads ul ul table {
	width: 44em;
	margin: 1em 0em;
	padding: 0em;
}
#downloads ul ul table td {
	line-height: 1.5em;
	padding-bottom: 0.5em;
	font-size: 0.92em;
}
#downloads ul ul table a {
	color: #000;
	font-weight: normal;
	background: url(none);
}
#downloads ul ul table a:hover {
	background: url(none);
}
#downloads ul ul ul table {
	width: 42em;
}
#downloads td.date {
	width: 6em;
	vertical-align: bottom;
}
#downloads td.file {
	width: 3em;
	vertical-align: bottom;
}
#downloads td.size {
	width: 5em;
	text-align: right;
	vertical-align: bottom;
}


/* Fußbereich */

#foot {
	display: none;
}
