body {
	font: 100%/1.5 Verdana, Arial, Helvetica, sans-serif;
	background: #DFE3ED url(/img/bg-body.gif) repeat-y;
	color: #2D3862;
	margin: 0; 
	padding: 0;
}


/* Headmast Styles 
-----------------------------------------------------*/
div#headmast {
	height: 115px;
	background: #8087A1 url(/img/bg-headmast.jpg) repeat-y;
	font-size: 0.8em;
	border-bottom: 1px solid #2D3862;
}


div#headmast div#sitenavigation {
	margin: 0 0 0 189px;
}

div#sitenavigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#sitenavigation li {
	display: inline;
	list-style: none;
}

div#sitenavigation a {
	display: block;
	width: 10em;
	height: 30px;
	padding-top: 85px;
	float: left;
	text-align: center;
	text-decoration: none;
	background-color: #969DB6;
	color: #fff;
	border-right: 1px solid #fff;
}

div#sitenavigation a:hover, div#sitenavigation a:focus, div#sitenavigation a:active  {
	background-color: #B4B9C8;
}

div#sitenavigation a#active {
	background-color: #BE905A;
}




div#sitenavigation a#active:hover, div#sitenavigation a#active:focus, div#sitenavigation a#active:active {
	background-color: #CCAE88;
}

/*Skiplinks
-----------------------------*/
div#headmast ul.skiplink {
   position: absolute;
   left: -10000px;
   font-size: 80%;
   margin: 0;
   padding: 0;
}

div#headmast ul.skiplink a:focus {
   position: absolute;
   left: 10000px;
   width: 187px;
   padding: 2px;
   display: block;
   background-color: #2D3862;
   color: #fff;
}
/*Content Styles
------------------------------------*/

div#content {
	position: relative;
	width: 780px; 
	padding-top: 1px;
}

div#pagecontent {
   margin-left: 190px;
   font-size: 80%;
}

div.inner {
   margin: 20px;
   padding-top: 1px;
   color: #6E7594;
   clear: both;
}

/* ContentNavigation
------------------------------------*/
div#pagenavigation {
	position: absolute;
	width: 189px;
	left: 0;
	top: 0;
	padding-top: 140px;
	background: #2D3862 url(/img/bohrer.jpg) no-repeat;
   font-size: 80%;
}

div#pagenavigation ul {
   margin: 0;
   padding: 0;
   list-style: none;
}

div#pagenavigation li {
   display: inline;
   margin: 0;
   padding: 0;
   list-style: none;
}

div#pagenavigation a {
   display: block;
   padding: 5px 5px 5px 20px;
   margin: 5px 16px 0 0;
   background: #465177 url(/img/hover-pagenavigation.jpg) no-repeat 0 -100px;
   color: #fff;
   text-decoration: none;
}

div#pagenavigation a:hover, div#pagenavigation a:focus, div#pagenavigation a:active {
   background: url(/img/hover-pagenavigation.jpg) no-repeat right top ;
}

div#pagenavigation a#active {
   background: #B26509 url(/img/hover-pagenavigation-active.jpg) no-repeat 0 -100px;
}

div#pagenavigation a#aktuell {
   font-weight:bold;
   background: #8087A1 url(/img/hover-pagenavigation-active.jpg) no-repeat 0 -100px;
}


div#pagenavigation a#active:hover, div#pagenavigation a#active:focus, div#pagenavigation a#active:active {
   background: url(/img/hover-pagenavigation-active.jpg) no-repeat right top ;
}



/*Allgemeingültige ContentStyles
-----------------------------------------------*/

div#body *.header {
	display: none;
}

div#body *.emphasized {
   color: #B26509;
}

div#body *.hcenter {
   text-align: center;
}

div#body *.clear {
   clear: both;
}

acronym, abbr {
   border: none;
}

div.rightfloater {
   float: right;
   margin-left: 10px;
   position: relative;
}

div#pagecontent {
   position: relative;
}

div#pagecontent .btnimg {
   border: none;
}

div#pagecontent h1, div#pagecontent h2 {
   margin-top: 10px;
   color: #A45D03;
   font-size: 160%;
   letter-spacing: 1px;
   font-weight: normal;
}

div#pagecontent a {
   color: #2D3862;
}

div#pagecontent a:hover, div#pagecontent a:focus, div#pagecontent a:active {
   color: #B26509;
   text-decoration: none;
}

div#pagecontent a[rel=newwindow]:after {
   content: " " "\2197";
}

div.inner ul, div.inner ol, div#body ul.faq {
   list-style: none;
   margin: 10px;
   padding: 0;
}

div.inner li {
   background: url(/img/list-image.jpg) no-repeat 0 2px;
   padding-left: 20px; 
}

div#body ul.faq li {
   background: url(/img/list-image-faq.gif) no-repeat 0 2px;
   padding-left: 20px; 
}



/* Special ContentFeatures
-----------------------------------------------*/

div.ad {
   background: #DADCE6;
   border: 1px solid #C6CBD9;
   border-width: 1px 0;
   padding: 5px 20px;
   clear: both;
}

div.adInterviewWhite {
	background: White;
	border-width: 1px 0;
	padding: 5px 20px;
	clear: both;
}

p.insidead {
   background-color: #EFF1F5;
   border: 1px solid #A1A6B9;
   padding: 2px 5px;
   width: 70%;
}

p.insideadInterview {
	background-color: #EEE8AA;
	border: 1px solid #A1A6B9;
	padding: 2px 5px 5px 15px;
	width: 90%;
	margin-left : 20px;
}

div#body ol.agb {
   list-style: upper-roman;
   margin: auto 40px;
}

div#body ol.agb li {
   background-image: none;
   padding-left: 5px;
}

div#body ol.agb ol {
   list-style: decimal;
   margin: 25px;
}

*.length, *.size {
   padding-left: 20px;
   background: url(/img/time.gif) no-repeat;
} 

*.size {
   background-image: url(/img/saveexe.gif);
}

div#start {
   clear: both;
   text-align: center;
}

div#start ol {
    margin: 0;
    padding: 0;
}

div#start li {
   background: #B3B9CC url(/img/li-one.jpg) no-repeat left bottom;
   border-top: 1px solid #fff;
   border-bottom: 1px solid #fff;
   margin: 0;
   padding: 0;
   display: block;
   height: 100%;
}

div#start li.two {
   background-image: url(/img/li-two.jpg);
}

div#start li.three {
   background-image: url(/img/li-three.jpg);
}

div#start li p {
   margin: 20px 20px 20px 138px;
   padding: 5px 10px;
   background: transparent url(/img/bg-intro-p.jpg) no-repeat; 
   color: #fff;
   font-size: 110%;
   line-height: 1.8;
   text-align: left;
}

div#start li.one p, div#start li.three p {
   padding: 2em 10px;
}


div#start a:hover, div#start a:focus, div#start a:active {
   color: #FCE4C6;
   text-decoration: none;
}

/* Temporäre Formular Styles
---------------------------------------------------------*/
table table {
   border-left: 1px solid;
   background: url(/img/bg-form-table.jpg) repeat-x;
   font-size: 85%;
}
.ueberschrift {
   color: #fff;
   background-color: #8087A1;
   font-size: 110%;
}

.leerzeile {
   height: 15px;
}

.pflichtfeld {
   color: #B26509;
   font-weight: bold;
}

.reduced {
   font-size: 0.75em;
}

.error {
	color: #d90000;
	
}

fieldset {
   background: url(/img/bg-form-table.jpg) repeat-x;
   border: none;
   padding: 2px 5px;
   margin-top: 10px;
}

* html fieldset.contactinfo {
   background-position: 0 20px;
}

form#contact legend {
   padding: 0 15px;
   color: #fff;
   background-color: #8087A1;
   font-size: 110%;
   margin-left: 20px;
   margin-bottom: 20px;
}

form#contact label {
   float: left;
   display: inline;
}

form#contact input, form#contact textarea {
   margin: 0 0 10px 100px;
   display: block;
   width: 300px;
   font: 90% Arial, sans-serif;
   color: #2D3862;
}

* html form#contact input, * html form#contact textarea {
   margin-left: -70px;
}

form br {
   display: none;
}

input, textarea {
   border: 1px solid #8087A1;
}

input:focus, textarea:focus {
   background-color: #FDE7CC;
}

div#body div.inner input.button {
   width: 220px;
   height: 33px;
   border: 1px solid #B26509;
}

* html form#contact input.button {
   margin-left: 143px;
}