body{
	font-family: Arial,sans-serif;
	color: #FF9F00;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background: #cccccc url(../images/bg_grad.jpg) fixed;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #FF9F00;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
	font: bold 100% Arial,sans-serif;
	color: #FF9900;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

h2{
 font: bold 80% Arial,sans-serif;
 color: #FF9900;
 margin: 0px;
 padding: 0px;
 text-align: left;
}
h2.abstand{
 font: bold 80% Arial,sans-serif;
 color: #FF9900;
 margin: 0px;
 padding: 0px;
 text-align: left;
 margin-top:4px;
 margin-bottom:4px;
}

h3{
	font: 80% Arial;
	color: #FF9900;
	margin: 0px;
	padding: 0px;
	font-weight: lighter;
}

h4{
 font: 100% Arial,sans-serif;
 color: #FF9F00;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #FF9F00;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 5px;
	left: 29px;
	right: 2%;
	width:755px;
	background-color: #ffffff;
}


#pageNav{
	float: right;
	width:178px;
	padding: 0px;
	background-color: #F5f7f7;
	border-left: 0px solid #cccccc;
	border-bottom: 0px solid #cccccc;
	font: small Verdana,sans-serif;
}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 178px 0px 0px;
	border-right: 0px solid #ccd2d2;
}

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}


/************* globalNav styles ****************/

#globalNav{
	position:absolute;
	top: 5px;
	left: 29px;
	width:755px;
	height: 32px;
	color: #FFBF00;
	background-image:  url(../images/glbnav_background.jpg);

}

#globalNav img{
	margin-bottom: -4px;

}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 5px;
	height: 22px;
	left: 0px;
	width: 750px;
}


a.glink, a.glink:visited{
  	font-size: small;
  	color: #FF9F00;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	background-image:  url(../images/glblnav_selected.jpg);
	text-decoration: none;
}

.skipLinks {display: none;}



/********************* end **********************/