/***********************************************/
/* page.css                                    */
/***********************************************/


body{
	font-family: Arial,sans-serif;
	color: #000000;
	line-height: 1.2;
	margin: 0px;
	padding: 0px;
	/* background:url(bg_nav2.jpg);  */
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
 /*   color: #000000;  */
	text-decoration: none;
}

/* a:hover{
	text-decoration: underline;
} */

/************** header tag styles **************/

h1{
 font: bold 180% Arial,sans-serif;
 color: #0000CC;
 margin: 10px;
 padding: 10px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

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

h5{
 font: 70% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding-left: 20px;
 padding-right: 20px;
}

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

#breadCrumb{
	padding: 5px 0px 5px 10px;
	font: small Verdana,sans-serif;
	color: #AAAAAA;
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}



/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}

input{
font-family: Arial,sans-serif;
}

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

#root {
      padding: 2px;
      height:6000px;
      width:99.6%;
      background-color: #0EB5CF;
  /*    background-image: url(bg_grad.jpg); */
}

#navig {
    position: absolute;
   /*  top: 99 px; */
    left: 0 px;
    width: 210px;

    z-index: 2;
    float: left;
    font:normal 14px Verdana;
	color: black;
    padding: 2px;
/*    padding-right: 2px; */
	background-color:  #2400B5;
	/* background-image: url(bg_grad.jpg); */


}

#banner {
    position: absolute;
    left: -1px;
    height: 84px;
    width: 1500px;
    padding-right: 0px;
    background-color: #0EB5CF;
/*    border-bottom-width: 2px;
	border-bottom-style: solid; */
	border-width: 2px;
	border-style: solid;
	border-color:#2400B5; */

}

#mitte {
    position: absolute;
    z-index: 1;
    top: 91px;
    left: 217px;
    min-width: 740px;
/*    height:600px; */
   overflow: visible;
/*  	background-color: #FFEDB3; */
  	background-color: #FFFBD8;
    padding: 22px;
    float:left;
/*    width: 74%;   */
 /*    border-color: #2400B5;
    border-width: 2px;   */

}


#bottom {
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 178px;
	border-left: 1px solid #ccd2d2;
}


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

#sectionLinks{
    font:normal 15px Verdana;
	color:black;
	margin: 0px;
	padding: 0px;
	height:1000px;
	background-image: url(bg_grad.jpg);
    z-index: 3;
}

#sectionLinks h3{
    font-weight: normal;
	color:black;
	padding: 0px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #2400B5;
	background-image: url(bg_grad.jpg);
	font-weight: normal;
	color:black;
	padding: 0px 0px 3px 10px;
	color: #2400B5;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #FFEB69;
	background-image: none;
	font-weight: normal;
	color:black;
	text-decoration: none;
}


#sectionLinks a:focus {
        font-weight: normal;
        display: block;
        color:black;
        background-image: url(bg_button2.jpg);
        text-decoration:  none;
}

/******** for IE ********/
#sectionLinks a:active {
        font-weight: normal;
        color:black;
        background-image: url(bg_button2.jpg);
        text-decoration:  none;
}
/********************* end **********************/

