﻿html, body {
	width: 100%; height: 100%;
	margin: 0; padding: 0;
}
body {
	min-height: 615px;
	font-family: Arial;
	font-size: 13px;
	line-height: 1.4;
	color: Black;
}
img { border: none; }

#centerHelper {
	position: relative;
	width: 1025px; height: 100%;
	min-height: 615px;
	margin: auto;
	z-index: 1;
}
#siteContainer {
	position: absolute;
	top: 7%;
	bottom: 0px; right: 0px;
	width: 836px;
	background: transparent url('/Images/bg.png') no-repeat center top;
}

#header {
	position: relative;
	width: 800px; height: 300px;
	margin: 18px;
	overflow: hidden;
}
#rotator_Header {
	width: 800px; height: 300px;
}
#logo {
	position: absolute;
	top: 30px; right: 818px;
	z-index: 3;
}
#contentContainer {
	position: absolute;
	left: 18px; top: 318px;
	bottom: 0px;
	width: 734px;
	padding: 25px 33px;
	overflow: auto;
}
#content {
	padding-bottom: 20px;
}
#footer {
	position: absolute;
	bottom: 0px;
	width: 718px;
	margin: 0px 18px;
	padding: 8px 33px;
	font-size: 12px;
	background-color: White;
	z-index: 2;
}
#generatedbackground {
	position: absolute;
	top: 0px; left: 0px;
	width: 100%; height: 100%;
	z-index: 0;
}

#navigation, #navigation ul {
	padding: 0; margin: 0;
	margin-left: 12px;
	list-style: none;
	line-height: 1.2;
}
#navigation {
	position: absolute;
	top: 340px; right: 818px;
	width: 206px;
}
#navigation > li {
	width: 202px; min-height: 44px;
	padding: 4px 0px 4px 4px;
	background: transparent url('/Images/bg_nav.png') no-repeat;
}
#navigation > li > a {
	display: block;
	width: 162px; height: 24px;
	padding: 10px 20px;
	background-position: 12px 7px;
	background-repeat: no-repeat;
	text-indent: -9999em;
}

#navigation .menuShadowHelper {
	display: block;
	height: 4px;
	margin-left: 18px;
	background: transparent url('/Images/shadow_menu_bottom.gif') repeat-x;
}
#navigation > li > ul {
	padding: 4px 0px 12px 16px;
	background: transparent url('/Images/bg_subnav.png') no-repeat bottom right;
	list-style-type: none;
}
#navigation ul ul {
	margin-left: 0px;
}
#navigation li li {
	padding: 1px 6px 1px 11px;
	text-indent: -11px;
}
#navigation li li a {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}

#navigation li.active > a {
	color: #f7ae08;
	margin-left: 0px;
	font-weight: bold;
}

/* navigation image spec */
#navigation #ausbildungen {
	background-image: url('/Images/navigation/ausbildungen.gif');
}
#navigation #kurse {
	background-image: url('/Images/navigation/kurse.gif');
}
#navigation #anisana {
	background-image: url('/Images/navigation/AniSana.gif');
}
#navigation #kontakt {
	background-image: url('/Images/navigation/kontakt.gif');
}

/* home */
body#home {
	overflow: hidden;
}
#home #logo {
	position: absolute;
	top: 0px; left: 22%;
	z-index: 1;
}

/* home navigation */
#home #navigation {
	position: absolute;
	left: 22%; bottom: 0px;
	top: auto; right: auto;
	width: 240px; height: 240px;
	margin: 0;
	background: transparent url('/Images/navigation_home.png') no-repeat;
	z-index: 1;
}

#home #navigation > li {
	float: left;
	width: 51px; height: 237px;
	padding: 0;
	margin: 3px 5px 0px 4px;
	background: none;
}
#home #navigation > li > a {
	display: block;
	width: 51px; height: 237px;
	padding: 0;
	text-indent: -9999em;
	overflow: hidden;
	background: none;
}

#home #generatedbackground {
	background: url('/Images/background/kontakt.jpg') no-repeat center;
}


p, table {
	margin: 0px 0px 10px 0px;
}
h1 {
	margin: 0; padding: 0;
	margin-bottom: 20px;
	font-family: Arial;
	font-size: 30px;
	font-weight: bold;
	color: #f7ae08;
}
h2 {
	margin: 20px 0 0 0;
	font-size: 20px;
	line-height: 1.2;
	color: #f7ae08;
}
h3 {
	margin-bottom: 0;
	color: #f7ae08;
}
ul {
	padding: 0px 0px 0px 20px; margin: 10px 0px;
	list-style-image: url('/Images/marker.png');
}

#quickfacts {
	position: relative;
	float: right;
	width: 247px;
	margin: 5px -33px 30px 30px;
	padding: 0px 20px 16px 20px;
	background-color: #eeeeee;
	z-index: 3;
}
#quickfacts #topEdge {
	position: absolute;
	top: 0px; left: 0px;
	width: 287px; height: 4px;
	background: url('/Images/quickfacts_edge.gif') no-repeat top;
}
#quickfacts #bottomEdge {
	position: absolute;
	bottom: 0px; left: 0px;
	width: 287px; height: 4px;
	background: url('/Images/quickfacts_edge.gif') no-repeat bottom;
}
#quickfacts h2 {
	position: absolute;
	right: 0px; top: -40px;
	width: 127px; height: 21px;
	background: url('/Images/quickfacts_title.gif') no-repeat;
	text-indent: -9999em;
}
#quickfacts h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
	color: #f7ae08;
}
#quickfacts ul {
	margin: 0; padding: 0;
	padding-left: 12px;
}

/* forms */
form {
	width: 420px;
}
fieldset {
	margin: 10px 0px;
	padding: 15px 5px;
	border: none;
	background: #eeeeee;
}
label {
	display: block;
	float: left;
	width: 120px;
	clear: left;
	text-align: right;
	margin-top: 6px;
}
input, select {
	float: left;
	width: 260px;
	padding: 4px 2px;
	margin: 2px 0 5px 10px;
	border: 1px solid #cccccc;
	font-weight: bold;
}
textarea {
	float: left;
	clear: both;
	width: 380px; height: 100px;
	margin: 10px;
}
input[type=submit] {
	float: right;
}
.required {
	font-weight: bold;
}

#content img {
	float: left;
	margin: 3px 10px 10px 0;
}
#content.hasQuickfacts img {
	max-width: 420px;
}
