@charset "utf-8";
/* CSS Document */

:root {
  --PageWidth: 996px;
  --MainColor: #7f0961;
}

* {
margin: 0;
padding: 0;
}

html {
	font: 80%/1.1 Arial, Verdana, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	color: #000;
	background-color:#f9f9f9;
}

.site-container {
	width: 100%;
	background-color:#f9f9f9;
}

/* ~~ TextStyle~~ */

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
}
h1 {
	font-size: 30px;
	text-decoration:none;
	font-weight: normal;
	color: #393939;
	margin-bottom:10px;
}

h2 {
	font-size: 18px;
	text-decoration:none;
	font-weight: normal;
	text-align: left;
	color: #9b0000;
	margin:12px 0px 10px 38px;
}

h3 {
	font-size: 14px;
	text-decoration:none;
	font-weight: normal;
	text-align: left;
	color: #9b0000;
	margin:0px 0px 5px 0px;
}

p {
	font-size: 14px;
	color: #000;
	line-height: 1.5;
	text-align: left;
	text-align:justify;
}

#pleft {
	font-size: 14px;
	color: #000;
	line-height: 1.5;
	text-align: left;
}

#p11 {
	font-size: 11px;
	line-height: 1.5;
}

#p_footeritem a {
	color:#333;
	font-weight:normal;
}

hr { 
    width: 100%; 
    color: #7f0961;
	background-color:#7f0961;
	height:1px;
	border: none;
	margin:5px 0px 8px 0px;
}

/* ~~ LinkStyle~~ */

a:link {
	color: #9b0000;
	text-decoration:none; 
}
a:visited {
	color: #9b0000;
	text-decoration: none;
}
a:hover{
	color: #9b0000;
	text-decoration: underline;
}

/* ~~ NaviListStyle~~ */

.navcontainer {
	height:86px;
	width: 996px;
	margin-left: auto;
	margin-right: auto;
}

.logo {
	margin: 28px 0px 0px 0px;
	float:left;
}

.pcnav {
	float:left;
	height:20px;
	margin: 35px 0px 0px 185px;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}

ul{
list-style-type: disc;
margin-left:0;
padding-left:0px;
font-size: 14px;
}

ul#navigation{
list-style-type:none;
margin-left:0;
padding-left:0;
}
ul#navigation li{
float:left;
}
ul#navigation li a{
margin-left: 24px;
margin-right: 24px;
font-size:18px;
color:#333;
}
ul#navigation li a:hover{
	color:#9b0000;
	text-decoration:none;
}

/* ~~ SubNav~~ */

ul#subnavi{
list-style-type:none;
margin-left:0;
padding-left:0;
}
ul#subnavi li{
float:left;
}
ul#subnavi li a{
margin: 0 13px;
font-size:16px;
color:#333;
}
ul#subnavi li a:hover{
color: #9b0000;
text-decoration:none;
}

.subnavi-courses {
	margin-top: 5px;
	margin-left: 200px;
	height: 15px;
	float: left;
	width: 400px;
}

/* ~~ ImageStyle~~ */

a img { /* blauen Rahmen entfernen */
	border: none;
}

.img100{
	width:100%;
	max-width:100%;
}

.imgleft{
	float:right;
	width:18%;
	display:block;
	margin: 5px 0px 10px 10px;
}

/* ~~ ContentStyle~~ */

.header {
	position:fixed; 
	top:0px;
	background-image:url(../layout/bg_header.jpg);
	background-repeat:repeat-x;
	width:100%; 
	height:86px;
	z-index:10;
}

.sepLine {
	position:fixed; 
	background-color:#e0bebf;
	height:1px;
	width:100%; 
}

.content {
	width: 996px;
	margin-top:80px;
	margin-bottom:90px;
	margin-left: auto;
	margin-right: auto;
}

.footer {
	position:fixed;
	bottom:0px;
	background-image:url(../layout/bg_footer.jpg);
	background-repeat:repeat-x;
	width:100%; 
	height:41px;
}

.footer-nav {
	width: 996px;
	margin-top:5px;
	margin-left: auto;
	margin-right: auto;
}

.footer-item{
	float:left;
	margin:6px 0px 0px 38px;
}

/* ~~ div-Inhalt in Content umschließen ~~ */

#clearfix:after {
content:".";
display:block;
height:0;
font-size:0;
clear:both;
visibility:hidden;
}
 
#clearfix {display:inline-block;}
 
/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
#clearfix {display:block;}
/* End hide from IE-mac */

/* Mail verstecken robot */

input#email_address, label[for="email_address"] {
    display:none;
}