﻿@font-face {
    font-family: 'open_sansregular';
    src: url('OpenSans-Regular-webfont.eot');
    src: url('OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('OpenSans-Regular-webfont.woff') format('woff'),
         url('OpenSans-Regular-webfont.ttf') format('truetype'),
         url('OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    text-align:center;
	background-color: #666666;
	font-family: 'open_sansregular';
	font-size: 14px;
}

#website {
    width:900px;
    margin:auto;
    text-align:left;
	-ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

#top{
	background-image: url(../images/header.png);
	background-color: white;
	width: 900px;
	height: 220px;
	margin-top: 30px;
	position: relative;
	webkit-border-top-right-radius:30px;
	moz-border-top-right-radius:30px;
	border-top-right-radius:30px;
	webkit-border-top-left-radius:30px;
	moz-border-top-left-radius:30px;
	border-top-left-radius:30px;
	}
#wave{
	background-image: url(../images/wave.png);
	background-repeat:no-repeat;
	width: 100%;
	height: 110px;
	position: absolute;
	bottom: 0;
	}

#active_site { 
	text-decoration:none; 
	font-weight:bold; 
	color:#000000; 
	background-color: #e5e5e5;
}

.menu{
	background-color: #26907c;
	width:820px;
	height: 40px;
	padding: 0px 40px 0px 40px;
	font-size: 18px;
	}
.menu a{
	display: block;
	float: left;
	height: 100%;
	vertical-align:middle;
	padding: 10px 10px 0px 10px;
}
.menu a:link { text-decoration:none; font-weight:bold; color:#FFFFFF; }
.menu a:visited { text-decoration:none; font-weight:bold; color:#FFFFFF; }
.menu a:hover { text-decoration:none; font-weight:bold; color:#000000; background-color: #e5e5e5;}
.menu a:active { text-decoration:none; font-weight:bold; color:#FFFFFF; }
.menu a:focus { text-decoration:none; font-weight:bold; color:#FFFFFF; }
	
#main{
	background-color: white;
	width: 900px;
	height: auto;
	text-align:center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#content{
	background-color: #e5e5e5;
	width: 820px;
	height: auto;
	margin: 0px 40px 20px 40px;
}

#layout {
	padding: 20px 20px 20px 20px;
}

.text-area {
	text-align: left;
	line-height: 1.8;
	display: table-cell;
}

.text-area img{
	margin-top: 5px;
}

.sidebar {
	width: 150px;
	height: 100%;
	float: left;
	display: table-cell;
	margin-right: 20px;
}

h1 {
	font-size: 20px;
	font-weight:bold;
	color: #26907c;
}

h2 {
	font-size: 17px;
	font-weight:bold;
	color: #333333;
}
h3 {
	font-size: 17px;
	font-weight:bold;
	color: #333333;
	text-align: center;
}
ul {
	list-style-type:disc;
	list-style-position:outside;
}
li {
	margin-left: 20px;
	}
	
.kursiv {
	margin: 10px;
	font-style:italic;
	color: #444444;
}
.bold {
	font-weight:bold;
}
#foot{
	background-color: #26907c;
	width: 900px;
	margin-top: 10px;
	margin-bottom: 20px;
	height: 40px;
	webkit-border-bottom-right-radius:30px;
	moz-border-bottom-right-radius:30px;
	border-bottom-right-radius:30px;
	webkit-border-bottom-left-radius:30px;
	moz-border-bottom-left-radius:30px;
	border-bottom-left-radius:30px;
	text-align: center;
}
	
#logo{
	padding: 30px 0px 0px 30px;
	font-size: 25px;
	color: white;
	}
	
#logo a:link { text-decoration:none; font-weight:bold; color:#FFFFFF; }
#logo a:visited { text-decoration:none; font-weight:bold; color:#FFFFFF; }
#logo a:hover { text-decoration:none; font-weight:bold; color:#FFFFFF; }
#logo a:active { text-decoration:none; font-weight:bold; color:#FFFFFF; }
#logo a:focus { text-decoration:none; font-weight:bold; color:#FFFFFF; }

#logo_index{
	padding: 20px 0px 0px 0px;
	font-size: 25px;
	color: #333333;
	font-weight:bold;
	}

#impressum {
	padding: 10px 0px 0px 0px;
	font-size: 12px;
	color: #FFFFFF;
}

#impressum a:link { text-decoration:none; font-weight:bold; color:#FFFFFF; }
#impressum a:visited { text-decoration:none; font-weight:bold; color:#FFFFFF; }
#impressum a:hover { text-decoration:none; font-weight:bold; color:#FFFFFF; }
#impressum a:active { text-decoration:none; font-weight:bold; color:#FFFFFF; }
#impressum a:focus { text-decoration:none; font-weight:bold; color:#FFFFFF; }

#impressum p{
	margin-top: 3px;
	font-size: 8px;
}

.trainings{
	text-align: center;
	padding-left: 60px;
	padding-right: 60px;
}

.trainings a{
	color:white;
	background-color:#666666;
	float: left;
	width: 210px;
	height: 28px;
	text-align:center;
	font-weight:bold;
	margin: 5px 5px 5px 5px;
}
.trainings a:link { text-decoration:none; font-weight:bold; color:#FFFFFF; }
.trainings a:visited { text-decoration:none; font-weight:bold; color:#FFFFFF; }
.trainings a:hover { text-decoration:none; font-weight:bold; color:#FFFFFF; background-color: #26907c;}
.trainings a:active { text-decoration:none; font-weight:bold; color:#FFFFFF; }
.trainings a:focus { text-decoration:none; font-weight:bold; color:#FFFFFF; }

#active_training{
	background-color:#26907c;
}

#detail{
	text-align: center;
	padding-top: 10px;
}

#detail_img{
	width: 90%;
	}
#detail_img_small{
	width: 70%;
	}
	
.pos1{
	width: 780px;
	text-align:center;
}

#pos2{
	width: 390px;
	float:left;
	text-align:center;
	margin-top:30px;
}

#pos3{
	margin-top:30px;
	width: 390px;
	float:right;
	text-align:center;
}