/* CSS RESET - v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/* Main Sections 
------------------------------------------------------------------------- 
*/
* {
    margin: 0;
    padding: 0;
    
}
body {
    font-family:  Arial, sans-serif;
    color: #333;
    background: #fff;
}

#container{
	margin: 20px auto;
	border: 0px solid red;
	width: 642px;
}

#page {
	float: left;
    width: 642px;
    margin: 0;
    text-align: left;
    background-color: #fff;
    border: 0px solid #35539c;

    position: absolute;
}

#content {
    text-align: left;
    width: 642px;
    margin: 0px 0 0 0px;
    padding: 0;
    font-size: 10px;
    color: #35539C;
    border-top: 4px solid #35539c;
    border-left: 4px solid #35539c;
    border-right: 4px solid #35539c;
    border-bottom: 4px solid #35539c;
    background: #fff url(images/content_bg.gif) repeat-y;
    clear: both;
    float:left;
    }

img {
	padding: 0;
	margin: 0;
	border: 0;
}

a{
	outline: none;
}
/* Text h
------------------------------------------------------------------------- 
*/
h1 {
	font-size: 18px;
}


h2 {
	font-size: 16px;
}


h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
}


/* Header 
------------------------------------------------------------------------- 
*/

#header { 
    /*
    background: #fff url(images/header_bg.jpg) no-repeat top left;
    */
    background: #fff url(images/header/eft01.jpg) no-repeat top left;
    margin: 0 0 0 135px;
    height: 168px;
    width: 507px;
    border-right: 4px solid #35539c;
    border-top: 4px solid #35539c;
    border-left: 4px solid #35539c;}


/* Navigation
------------------------------------------------------------------------------- */
#pfad {
	margin:0px 0 0 0px;
	padding: 1px 0 2px 20px;
	height: 12px;
	font-size: 11px;
	color: #35539c;
	border-bottom: 4px solid #35539c;
	}
	
.B_lastCrumb {
	font-weight: bold;
	padding:0;
	margin:0;
}

.B_crumbBox {
	color: #35539c;
	padding:0 0 0 20px;
	margin:0;
}

#pfad a{
	text-decoration: none;
	color: #35539c;
	padding:0;
}

/* Sidebar 
------------------------------------------------------------------------- 
*/

#sidebar {
	float: left;
    margin: 0px 0 0 0;
    padding: 0;
    width: 131px;
    color: #999;
	font-size: 14px;
	list-style-type: none;
	}
	
#sidebar ul{list-style-type: none;}

#sidebar ul li.ebene1{
	background-color: #cccccc;
	border-bottom: 2px solid #fff;
	padding-top: 0px;
	padding-bottom: 0px;
}

#sidebar ul li.ebene1.active{
	padding-top: 0px;
	padding-bottom: 0px;
}

#sidebar a {
	text-decoration: none;
	color: #35539C;
	font-weight: bold;
	padding-left: 13px;
	display: block;
	margin: 0;
	padding: 4px 0 3px 6px;
	height: 100%;
	}

#sidebar ul li.ebene1.active ul li.ebene2 {
	background-color: #999999;
	border-top: 2px solid #fff;
	padding-top: 0px;
	padding-bottom: 2px;
}

#sidebar ul li.ebene1.active ul li.ebene2.active {
	background-color: #35539c;
	border-top: 2px solid #fff;
	padding-top: 0px;
}

#sidebar ul li.ebene1.active ul li.ebene2.active a{
	color: #fff;
	font-weight: normal;
}

#sidebar ul li.ebene1.active ul li.ebene2 a{
	font-weight: normal;
}

#sidebar ul li.ebene1.active ul li.ebene2.active ul li.ebene3{
	background-color: #fff;
	border-top: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	padding-top: 2px;
	margin-top: 2px;
}

#sidebar ul li.ebene1.active ul li.ebene2.active ul li.ebene3 a{
	color: #999999;
	font-size: 12px;
}


/*
#sidebarcontainer{ float: left; margin: 100px 0 0 0; width: 108px; font: 10pt Arial, Helvetica, sans-serif;	border-top: 0px solid white;}

#sidebar ul a{margin: 0 0 0 -40px; padding: 0.3em; background: #6ABCE3; }

#sidebar a:hover{background: white; color: black;}

#sidebar a:link{color: #ffffff;}

#sidebar a:visited{color: #ffffff;}


#sidebar a#current{font-weight: normal; color: black; background-color: white;}

#sidebar a#subcurrent{font-weight: normal;}
*/


/* INHALTS TEXT
------------------------------------------------------------------------- 
*/
.post {
   padding: 30px 0 20px 20px;
   margin: 0 0 0 131px;
   width: 465px;
   line-height: 1.5em;
   border-left: 0px solid #35539c;
   font-size: 12px;
   min-height: 495px;
  }

.post ul li{
	list-style: square;
}

.post ul {
	padding-left: 15px;
}


#logo {
	float: left;
	width: 131px;
	height: 168px;
	background: #fff url(images/logo.gif) no-repeat top left;
	border-bottom: 0px solid #35539c;
	border-left: 4px solid #35539c;
    border-top: 4px solid #35539c;
}

.post a {
	color: #35539c;
	text-decoration: underline;
	font-style: italic;
}

/* Footer 
------------------------------------------------------------------------- 
*/
#footer {
 	margin: 0px 0 0 135px;
    padding: 0px;
    font-size: 12px;
    background-color: #fff;
    color: #35539c;
    border-top: 4px solid #35539c;
    border-right: 0px solid #35539c;
    border-bottom: 0px solid #35539c;
    text-align: center;
    padding: 0 0 0px 0;
    width: 507px;
}

#footer p{
    padding: 5px;
}

/* Suche
------------------------------------------------------------------------------- 
*/

#search {
	position: relative;
	margin: 0px 0 0 0;
	width: 131px;
	height: 49px;
}

#suche {
	position: relative;
	margin: 0px 0 2px 0;
	width: 130px;
	background-color: #35539c;
	color: #fff;
	font-size: 10px;
	padding: 5px 0 5px 5px;
	height: 13px;
}

#ajaxSearch_form {
	width: 131px;
	height: 24px;
	border: 0px solid red;
}

form#ajaxSearch_form fieldset label{
	width: 1px;
	height: 1px;
	position: absolute;
	padding: 0px;
	border: 0px solid red;
	}

span.ajaxSearch_highlight.ajaxSearch_highlight1{
	font-weight: normal;
	color: green;
}

#ajaxSearch_input {
	margin: 0 1px 0 1px;
	width: 127px;
	border:1px solid #35539c;
	padding: 0 0 0 0px;
	height: 20px;
	background: #fff;
}


span.ajaxSearch_paging {
	visibility:hidden;
	height: 0px;
	width: 0px;
	position: fixed;
	top: 0;
	left: 0;
}


#sidebar #search p#ajaxSearch_intro.ajaxSearch_intro {
           visibility: hidden;
           height: 1px;
       }
       
#sidebar #search p.ajaxSearch_resultsInfo {
           visibility: hidden;
           height: 1px;
       }
    
#sidebar #search .ajaxSearch_result {
           visibility: hidden;
           height: 1px;
       }
       
#sidebar #ajaxSearch_submit {
	 visibility: hidden;
     height: 1px;
}

/* NEWS */
#news {
	margin: 0px 0px 0 0px;
	color: #fff;
	padding: 10px 7px 5px 7px;
	border-top: 4px solid #35539c;
	border-bottom: 4px solid #35539c;
	background-color: #35539c;
}

#news p{
	padding-top: 5px;
	font-size: 10px;
	color: #fff;
}

#news a{
	font-size: 10px;
	text-align: right;
	color: #fff;
}


#news2 {
	margin: 0px 0px 0 0px;
	color: #fff;
	padding: 10px 7px 5px 7px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	background-color: #780c00;
}

#news2 p{
	padding-top: 5px;
	font-size: 10px;
	color: #fff;
}

#news2 a{
	font-size: 10px;
	text-align: right;
	color: #fff;
}
/* KONTAKTFORMULAR */

.cssform label{
	width: 150px;
	color: #35539c;
	font-weight: bold;
}

input.large{
	color: #000;
	width: 339px;
	border: 1px solid #35539c;
	background-color: #fff;
	margin-bottom: 5px;
}

#submit.button{
	width: 100px;
	margin-left: 92px;
}

.button {
	margin-bottom: 20px;
}

.formMSG{
	color: #fff;
}


.cssform label.small{
	margin-left: 90px;
	width: 50px;
}

select {
	border: 1px solid #fff;
	margin-left: 5px;
}

textarea{
	border: 1px solid #35539c;
	width: 339px;
	height: 100px;
	margin-bottom: 5px;
	background-color: #fff;
	color: #000;
}

.button{
	border: 1px solid #fff;
	background-color: #35539c;
	font-weight: bold;
	color: #fff;
	padding: 3px;
}


.cssform {
	width: 250px;
	margin: 0px 0 0 0;
}

.cssform p.captcha{
	width: 460px;
	margin: 0px 0 0 0;
	padding: 10px 0 10px 0;
}



input.small{
 	margin-right: 80px;
 	font-family: courier new, helvetica,verdana,arial,sans-serif;
 	font-size: 16px;
}

label.small{
 	margin-top: -25px;
 	padding-bottom: 25px;
}

label.checkbox{
	margin-top: -5px;

	width: 200px;
	font-weight: bold;
}

.check {
	width: 25px;
	float: left;
	
}

#footer p a{
	color: #35539c;
}

td img {
	padding-right: 10px;
}

hr {
	border:0;height:1px;color:#35539c;background:#35539c;
}

label input {
	border: 1px solid #35539c;
	background-color: #fff;
}
