@charset "utf-8";
body {
	background-color: #dfe6cf;
	margin: 0px;
	padding: 0px;
	font: 13px verdana, arial, sans-serif;
	line-height: 140%;
}

a {
	color: black;
}

a:hover {
	color: #90b82c;
}

a img {
	border-width: 0px;
}

.small {
	font-size: 11px;
}



#inhalt {
	width: 525px;
	position: absolute;
	margin-left: 50%;
	left: -150px;
	top: 130px;
	text-align: justify;
}

#inhalt h2 {
	font-size: 100%;
	margin: 2em 0px 1em 0px;
	text-align: left;
}

#inhalt h2.erster {
	margin-top: 0px;
}

#inhalt p {
	margin: 1em 0px;
}

#inhalt p.fehler {
	border: 1px solid #cc0000;
	color: #cc0000;
	padding: 0.5em;
	font-weight: bold;
}

#inhalt p.copyright {
	font-size: 9px;
	color: #6f7367;
}

#inhalt p.copyright a {
	color: #6f7367;
	text-decoration: none;
}
	
#inhalt table.seminare {
	border-collapse: collapse;
}

#inhalt table.seminare td {
	padding: 0px 1em 1em 0px;
	vertical-align: top;
	text-align: left;
}

#inhalt table.seminare td.titel {
	padding-right: 0px;
	font-weight: bold;
}

#inhalt table.anmeldung {
	border-collapse: collapse;
}

#inhalt table.anmeldung th {
	text-align: right;
	padding-right: 0.5em;
	vertical-align: top;
	padding-top: 3px;
	font-weight: normal;
}

#inhalt table.anmeldung th.pflicht {
	font-weight: bold;
}

#inhalt table.anmeldung input.text {
	width: 350px;
	border: 1px solid #6f7367;
}

#inhalt table.anmeldung textarea {
	width: 350px;
	height: 100px;
	border: 1px solid #6f7367;
}

#inhalt table.anmeldung input.submit {
	width: 350px;
	font-weight: bold;
}

#inhalt table.anmeldung input.submit:hover {
	color: #90b82c;
}

#inhalt table.anmeldung div.radio {
	border: 1px solid transparent;
}

#inhalt table.anmeldung .fehler {
	background-color: #ffcccc;
	border-color: #cc0000 !important;
}

#inhalt img.seminarbild {
	float: left;
	margin: 0px 1.5em 0px 0px;
	border: 1px solid #bbd186;
}



#inhalt table.admin {
	border-collapse: collapse;
	border-bottom: 1px solid black;
	margin-top: 1em;
}

#inhalt table.admin a {
	text-decoration: none;	
}

#inhalt table.admin a:hover {
	text-decoration: underline;	
}

#inhalt table.admin td {
	vertical-align: top;
	padding: 3px 1em 3px 0px;
}

#inhalt table.admin tr.seminar td {
	border-top: 1px solid black;
}

#inhalt table.admin tr.termin td {
	padding-left: 2em;
}



#nav {
	position: absolute;
	margin-left: 50%;
	left: -363px;
	top: 130px;
	width: 220px;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-image: url(img/nav-bullet.gif);
	font-weight: bold;
	line-height: 150%;
}

#nav a {
	color: black;
	text-decoration: none;
}

#nav a:hover {
	color: #90b82c;
}



#logo {
	position: absolute;
	margin-left: 50%;
	left: -380px;
	top: 25px;
}

#kopfbild {
	position: absolute;
	margin-left: 50%;
	left: 0px;
	top: 0px;
}

#bg {
	background-image: url(img/bg.gif);
	background-repeat: no-repeat;
	width: 900px;
	margin: 0px auto;
	min-height: 400px;
}

