
body
{
	margin: 0px;
	height: 100%;
	text-align: center;
	background-color: #9fc7e7;
}
body.start {
	background-color:#fff;
}

font, span, input, textarea, div, td, p
{
	font-family: Lucida Sans Unicode,Lucida Grande,Arial,sans-serif;
	font-size: 12px;
}

td, p {line-height:18px;}
p {margin:0 0 18px 0;}
.noBottomMargin {margin-bottom:0;}
a:visited, a:visited, a:link {
	color:#0A7BC1;
}
a:hover{
	color: red;
}
#content a {
	text-decoration:none;
}
#content li a {
	text-transform:none;
}

h1, h2, h3
{
	color: #0A7BC1;
	font-weight: bold;
	font-size:18px;
	margin: 0 0 18px 0;
	line-height:24px;
	font-weight:normal;
}
h3 {color: #CC0000;}
h4, h5, h6
{
	color: #0A7BC1;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
}
img, a img {
	border:0;
}
img.imgLinks {width:90px; height:35px; float:left; margin-right:10px;}
#content ul {
	margin:0 0 18px 0;
}

.clear {clear:both;	line-height:0;}
.imgRight {float:right;	width:113px; margin:0 0 20px 20px;}
.imgRight p {margin:0;}

#siteContainer
{
	margin:20px auto;
	width: 970px;
	text-align: left;
	position: relative;
	background: #FFFFFF url(images/layout/bg_siteContainer.gif) top left no-repeat;
}
#topContainer {width:775px; height:185px;}

#spaceContainer {
	float: left;
	width: 190px;
	background:transparent url(none) top left repeat-y;
}

#mainContainer {
	float: left;
	width: 775px;
	padding:5px 0;
}

#midContainer #navigation
{
	color: #FFFFFF;
	height:28px;
	background-color: #0A7BC1;
}

#midContainer #navigation ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#midContainer #navigation ul li
{
	float: left;
	font-size: 10pt;
	text-align: center;
	line-height:28px;
	padding:0 55px 0 5px;
}

#midContainer #navigation ul li a
{
	color: #FFFFFF;
	text-decoration: none;
}

#midContainer #contentContainer
{
	margin:0; padding-top:25px;
	background:transparent url(images/layout/bg_contentContainer.gif) top right repeat-y;
	height:100%;
}
.noInfo #midContainer #contentContainer
{
	background:none;
}

#midContainer #contentContainer #vnavigation
{
	float: left;
	width: 145px;
	color: #0A7BC1;
}

#midContainer #contentContainer #vnavigation ul
{
	list-style: none;
	display: block;
	padding: 0px;
	margin: 0px;
	width:125px;
}

#midContainer #contentContainer #vnavigation ul li
{
	font-size: 12px;
}

#midContainer #contentContainer #vnavigation a
{
	display:inline-block;
	line-height:18px;
	color: #0A7BC1;
	text-decoration: none;
	padding:2px 5px;
}
#midContainer #contentContainer #vnavigation a:hover, #midContainer #contentContainer #vnavigation a.active
{
	color: #FFF;
	background-color: #0A7BC1;
	text-decoration: none;
	padding:2px 5px;
}


#midContainer #contentContainer #content
{
	float: left;
	width:400px;
	position: relative;
}
.noInfo #midContainer #contentContainer #content
{
	width:585px;
}

#midContainer #contentContainer #info
{
	float: right;
	width: 185px;
	position: relative;
}
#midContainer #contentContainer #info p {
	margin-right:10px;
}

#bottomContainer
{
	width: 100%;
	background-color: #D8E3F2;
}

#bottomContainer #copyright
{
	float:right;
	padding-top: 10px;
	width:40%;
	background-color: transparent;
	text-align:right;
	background-color: #D8E3F2;

}

#bottomContainer #impressum
{
	padding-left:25px;
	float:left;
	padding-top: 10px;
	width:40%;
	background-color: #D8E3F2;

}
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html>body .clearfix
{
	display: inline-block;
	width: 100%;
}

* html .clearfix
{
	height: 1%;
}
img.headerImg {
	width:775px; height:185px;
}

table, tr, td {
	border:0; padding:0; margin:0;
}
table {
	margin-bottom:18px;
}
td, th {
	vertical-align:top;
	padding:0 5px 2px 0;
	text-align:left;
}
td.ausbildungLeft {
	width:50px;
}
td.workshopsLeft {
	width:120px;
}
.spacingTop th {
	padding-top:18px;
}

.style1 {
	font-family: "Times New Roman";
}
.style2 {
	font-size: 10px;
}
.style3 {
	font-size: 7pt;
	font-family: Tahoma;
}
.style4 {
	color: #0A7BC1;
}
.style5 {
	font-family: "Gill Sans", Tahoma, Arial;
}
.style6 {
	font-size: 8pt;
	font-family: "Gill Sans", Tahoma, Arial;
}
.style7 {
	font-size: small;
}
#flashcontent {border:1px solid #0A7BC1; margin-bottom:18px; display:inline-block;}

.news {
	margin-top: 30px;
	margin-left: 10px;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 130%;
	color: #C00;
	animation: rotate 10s ease 0s infinite;
	-moz-animation: rotate 10s ease 0s 0s infinite;
	-webkit-animation: rotate 10s ease 0s 0s infinite;
}

@keyframes rotate /*W3C and Opera*/
{
		from {transform: rotateY(0deg);}
		to   {transform: rotateY(360deg);}
}

@-moz-keyframes rotate /*Firefox*/
{
		from {-moz-transform: rotateY(0deg);}
		to   {-moz-transform: rotateY(360deg);}
}

@-webkit-keyframes rotate /*Safari and Chrome*/
{
		from {-webkit-transform: rotateY(0deg);}
		to   {-webkit-transform: rotateY(360deg);}
}

@keyframes move /*W3C and Opera*/
{
		from {transform: translateX(0px);}
		to   {transform: translateX(20px);}
}

@-moz-keyframes move /*Firefox*/
{
		from {-moz-transform: translateX(0px);}
		to   {-moz-transform: translateX(20px);}
}

@-webkit-keyframes move /*Safari and Chrome*/
{
		from {-webkit-transform: translateX(0px);}
		to   {-webkit-transform: translateX(20px);}
}
