/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
                color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}



liste{
	font-family: Arial,sans-serif;

 font-weight: normal;
	color: #ff0000;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}


h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: 555555;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
 font-size:15px;
 font-weight: bold;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#logo{
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border:0;
	width: 20%;
}

#masthead{
	padding: 0px 0px 0px 0px;
	height: 100px;
	width: 100%;
}

#navBar{
	float: left;
	width: 20%;
	margin: 0px;
	padding: 0px;
	background-color:#006633;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#headlines{
    float:right;
	width: 15%;
	height: 450px;
	background-color: #eeeeee;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 10px;
}

#content{
	float: left;
	background-color: #ffffff;
  	width: 55%;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}

#contact{
    padding: 10px 10px 10px 10px;
    margin: 10px 10px 10px 10px;
	background-color:#eeeeee;
	font-size: 75%;
	border: 1px solid #cccccc;
}


/************* #globalNav styles **************/

#globalNav{
	font-weight: bold;
	background-image:url(images/logo2a.jpg);
	background-position:right;
	background-repeat:no-repeat;
	text-align: left;
	height: 100px;
	padding: 0px 0px 0px 0px;
	color: #cccccc;
}

#globalNav #verschoben{
	position:relative;
	top: 75px;
	left: 0px;}
	
#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
	text-decoration: none;
}

#globalNav a.schule{
	color:#62598D;
}

#globalNav a:hover.schule,
#globalNav a:focus.schule,
#globalNav a:active.schule{
	color:#FFF;
	background-color:#006633;
}


#globalNav a.kontakte{
	color:#62598D;
}

#globalNav a:hover.kontakte,
#globalNav a:focus.kontakte,
#globalNav a:active.kontakte{
	color:#FFF;
	background-color:#B21A2F;
}

#globalNav a.angebote{
	color:#62598D;
}

#globalNav a:hover.angebote,
#globalNav a:focus.angebote,
#globalNav a:active.angebote{
	color:#FFF;
	background-color:#ee9700;
}

#globalNav a.service{
	color:#62598D;
}

#globalNav a:hover.service,
#globalNav a:focus.service,
#globalNav a:active.service{
	color:#FFF;
	background-color:#333d77;
}

#globalNav a.fachbereiche{
	color:#62598D;
}

#globalNav a:hover.fachbereiche,
#globalNav a:focus.fachbereiche,
#globalNav a:active.fachbereiche{
	color:#FFF;
	background-color:#880055;
}


/*************** #pageName styles **************/

#pageName{
	text-align: center;
	background-color:#006633;
	color:#eeeeee;
	margin: 0px;
	padding: 5px 0px 5px 10px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 90%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	background-color:#eeeeee;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #999999;
	padding: 10px 10px 10px 30px;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
/*#navBar li {border-bottom: 1px solid #CCC;}*/

/* fix for browsers that don't need the hack */
/*html>body #navBar li {border-bottom: none;}*/


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;	
}

#sectionLinks a {
	display: block;
	border-bottom: 1px solid #cccccc;
	padding: 20px 0px 20px 10px;
	text-decoration: none;
}

#sectionLinks a.link1 {
	font-weight: bold;
	display: block;
	background-color:#007733;
	border-bottom: 1px solid #cccccc;
	padding: 20px 0px 20px 10px;
	text-decoration: none;
}

#sectionLinks a.link2 {
	font-weight: bold;
	display: block;
	background-color:#008833;
	border-bottom: 1px solid #cccccc;
	padding: 20px 0px 20px 10px;
	text-decoration: none;
}

#sectionLinks a.link3 {
	font-weight: bold;
	display: block;
	background-color:#009933;
	border-bottom: 1px solid #cccccc;
	padding: 20px 0px 20px 10px;
	text-decoration: none;
}

#sectionLinks a.link4 {
	font-weight: bold;
	display: block;
	background-color:#00aa33;
	border-bottom: 1px solid #cccccc;
	padding: 20px 0px 20px 10px;
	text-decoration: none;
}

#sectionLinks a.link5 {
	font-weight: bold;
	display: block;
	background-color:#00bb33;
	border-bottom: 1px solid #cccccc;
	padding: 20px 0px 20px 10px;
	text-decoration: none;
}

#sectionLinks a.link6 {
	font-weight: bold;
	display: block;
	background-color:#00cc33;
	border-bottom: 1px solid #cccccc;
	padding: 20px 0px 20px 10px;
	text-decoration: none;
}

#sectionLinks a.link7 {
	font-weight: bold;
	display: block;
	background-color:#00dd33;
	border-bottom: 1px solid #cccccc;
	padding: 20px 0px 20px 10px;
	text-decoration: none;
}

#sectionLinks a:hover{
	display: block;
	background-color: #dddddd;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
	top: 0px;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}


/************************aus style.css kopiert *****************************************************/

#navipath {
	padding:0;
	padding-bottom:10px;
	background-color:#ffffff;
	color:rgb(99,99,99);
	width:388px;
}

.navi{
	width:180px;
       font-size:20px;
       font-color:yellow;
	border-bottom:1px solid rgb(170,170,170);
	background-color:rgb(FF,FF,FF);
}

 

h1 {
	padding-left:2px;
	font-weight:bold;
	font-size:13px;
	color:rgb(217,104,28);
	margin:0;
}

h1.content {
	margin-bottom:12px;
	padding:0;
}

hr { color:rgb(210,210,210); }

a { font-size:14px; color:#383BAE; font-weight:bold; text-decoration:none;text-align: left;
 }

a:hover { text-decoration:underline; }

a.newsheadline { font-weight:bold; } 

a.bottomnavi { color:rgb(160,160,160); font-size:9px; } 

a.additionalnavi { font-size:10px; color: rgb(160,160,160); }

a.navipath { font-size:10px; color: rgb(160,160,160); } 


a.navileft_active {
	display:block;
	background-color:#FFFFFF;
       color:#000000;
	padding-top:3px;
	padding-bottom:3px;
	
}

a.navileft_passive {
	display:block;
	background-color:#BBFE8A;
	padding-top:3px;
	padding-bottom:3px;
	color:#000000;
} 



a.navileft_open {
	padding-left:10px;
	display:block;
	background:url("../images/navi_pfeil.gif") no-repeat;
	background-position:right;
	background-color:#E8E8EE;
	padding-top:3px;
	padding-bottom:3px;
	color:rgb(51,79,119);
} 

a.sitemap_level1 {
	display:block;
	border-bottom:1px solid #b4a8b4;
	color:rgb(217,104,28);
	font-weight:normal;
	padding-bottom:.4em;
	background:url("../images/navi_pfeil_rechts.gif") no-repeat;
	background-position:right;
}

a.sitemap_level2 {
	color:rgb(62,77,116);
	background:url("../images/navi_pfeil_rechts.gif") no-repeat;
	background-position:170px 4px;
	display:block;
}

a.sitemap_level3 {
	color:rgb(190,190,190);
}

.sitemap_level2_container {
	float:left;
	width:50%;
	padding-top:.3em;
}

.sitemap_level3_container {
	float:right;
	width:50%;
	padding-top:.3em;
}

.input_searchbox {
	width:65px;
	vertical-align:middle;
	font-size:11px;
	color: rgb(62,77,116);
}

.input_newsletterselect {
	width:80px;
	vertical-align:middle;
	font-size:11px;
	margin-right: 8px;
	color: rgb(62,77,116);
}

.label_searchbox {
	vertical-align:middle;
	color:#9d9ea2;
	position:relative;
	padding-left:10px;
	/*left:-65px;*/
}

#loginbox {
	background-color:#DFE0E5;
	border-top:1px solid #aeaeae;
	border-bottom:1px solid #aeaeae;
	padding-bottom:.6em;
	padding-top:.6em;
	padding-left:0em;
	padding-right:0em;
	margin-top:1.5em;
	margin-bottom:1.5em;
}

#searchbox {
	background-color:#DFE0E5;
	border-top:1px solid #aeaeae;
	border-bottom:1px solid #aeaeae;
	padding-bottom:.6em;
	padding-top:.6em;
	padding-left:0em;
	padding-right:0em;
	margin-top:1.5em;
	margin-bottom:1.5em;
}

#newsletterbox {
   background-color:#DFE0E5;
   border-top:1px solid #aeaeae;
   border-bottom:1px solid #aeaeae;
   padding-bottom:.6em;
   padding-top:.6em;
   padding-left:.5em;
   padding-right:.5em;
   margin-top:1.5em;
   margin-bottom:1.5em;
}

.hidden {
	display:none;
}

.balken {
	padding-left:0px;
	background-color:rgb(255,110,43);
	background-image:url('../images/bg2.gif');
	background-repeat: repeat-x,repeat-y;
	background-position:2px 0px ;
}

.teaser_img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px; 
}