@CHARSET "utf-8";
html, body
{
	margin: 0;
	padding: 0;
	background: #8DCBF2 url(../gfx/background.jpg) repeat-x;
	font-family: arial;
	font-size: 14px;
}

body
{
	text-align: center;
}

#mybody
{
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background: #FFFFFF;
}

#header
{
	height: 110px;
}

#schule
{
	float: right;
	width: 370px;
	text-align: right;
}

#schule img
{
	float: right;
	margin: 20px;
}

#schule h1
{
	margin-top: 20px;
}

#header_leiste
{
	height: 10px;
	background: transparent url(../gfx/kopf_leiste.jpg) no-repeat;
}

#picture
{
	height: 238px;
	background: transparent url(../gfx/bild.jpg) no-repeat;
}

#picture a
{
	top: 150px;
	left: 600px;
	position: relative;
}

#leiste
{
	height: 8px;
	background: transparent url(../gfx/leiste.jpg) no-repeat;
}

#nav
{
	margin: 15px;
	height: 30px;
	background: #B5D2E0;
}

#nav_1
{
	height: 30px;
	width: 60px;
	float: left;
	background: #076E99;
	border-right: 1px solid #FFFFFF;
}

#nav_2
{
	height: 30px;
	width: 20px;
	float: left;
	background: #388BAD;
	border-right: 1px solid #FFFFFF;
}

#nav_3
{
	height: 30px;
	width: 10px;
	float: left;
	background: #82B6CC;
	border-right: 5px solid #FFFFFF;
}

#nav ul
{
	float: right;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav ul li
{
	float: left;
}

#nav a
{
	display: block;
	padding: 0 20px;
	line-height: 30px;
	text-decoration: none;
	font-size: 14px;
	color: #388BAD;
}

#nav a.active
{
	background: #076E99;
	color: #FFFFFF;
}

#nav a:hover
{
	background: #076E99;
	color: #FFFFFF;
}

#content
{
	margin: 15px;
	text-align: justify;
}

#footer
{
	color: #C0C0C0;
	text-align: center;
	padding: 10px;
}

#footer a
{
	color: #8DCBF2;
	text-decoration: none;
}

img
{
	border: 0;
}

a:focus { 
  outline: none; 
}

h1,h2,h3,h4,h5,h6
{
	font-family: verdana;
	margin: 0;
	padding: 5px 0;
}

h1
{
	font-size: 20px;
}

h2
{
	font-size: 15px;
}

h3
{
	font-size: 13px;
}

a
{
	color: #076E99;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

ul.groups
{
	list-style-type: none;
}

ul.groups li
{
	margin: 5px;
	float: left;
}

table.books
{
	width: 100%;
	border-collapse: collapse;
}

table.books td
{
	border-top: 1px solid #C0C0C0;
	padding: 10px 0px;
	vertical-align: top;
}

table.books .price
{
	text-align: right;
}

ul.faq li
{
	margin: 5px;
}

a.anker, a.anker:hover
{
	text-decoration: none;
	cursor: default;
}

.question
{
	margin: 10px 0;
	padding: 10px 0;
	font-size: 14px;
	border-top: 1px dashed #C0C0C0;
}

table.record_column_wrapper {
	width: 100%;
	border-collapse: collapse;
	text-align: center;
	table-layout:fixed;
}

* html table.record_column_wrapper {
	width: auto;
}

table.record_column_wrapper td {
	width: 50%;
}

table.record {
	width: 100%;
	border-collapse: collapse;
	text-align: left;
	table-layout: fixed;
}

* html table.record {
	width: auto;
}

table.record td {
	width: 75%;
	padding: 2px 0;
	vertical-align: top;
	line-height: 20px;
}

table.record td.title {
	width: 25%;
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
	line-height: 20px;
}

span.mceEditor td {
	width: auto;
}

table.record input {

}

table.record input:not([type="checkbox"]) {
	border: 1px solid #999999;
	background-color: #FFFFFF;
	padding: 2px;
	color: #0066FF;
	width: 98%;
}

table.record input[type="checkbox"] {
	margin-left: 50%;
}

table.record textarea {
	border: 1px solid #999999;
	background-color: #FFFFFF;
	padding: 2px;
	color: #0066FF;
	width: 98%;
	height: 200px;
}

table.record .headline {
	background:#555;
}

table.record .headline td {

	color: #ff6600;
	font-weight:bold;
}

fieldset.record {
	-moz-border-radius: 5px;
	margin: 10px 10px;
	padding: 10px;
}

fieldset[class="record"] {
	background-color: #F4F4F4;
}

div.record_actions {
	text-align: center;
}

div.record_actions input {
	margin: 3px 10px;
	border: 1px solid #999999;
	background: #FFFFFF;
	font-weight: bold;
	font-family: verdana;
	font-size: 10pt;
	padding: 0 5px;
}

div.record_actions input:hover {
	border: 1px solid #FF9900;
	background: #F4F4F4;
	cursor: pointer;
}

fieldset legend {
	font-weight:bold;
	font-size:8pt;
	color: #000000;
}
table tr td{
	vertical-align:top;
}
label {
	cursor:pointer;
}

div.hints_notices {
	margin: 5px;
	border: 2px solid #00FF00;
	padding: 3px;
	background: #CCFFCC;
	font-size: 0.9em;
	font-weight: bold;
}

div.hints_notices ul {
	margin: 0;
}

div.hints_errors {
	margin: 10px;
	border: 2px solid #FF0000;
	padding: 3px;
	background: #FFCCCC;
	font-size: 0.9em;
	font-weight: bold;	
}

div.hints_errors ul {
	margin: 0;
}