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

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

body{
	font-family: Verdana,Arial,sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 19px;	
	margin: 0px;
	padding: 0px;
	background-image:url(../images/bkg.jpg);
}

a:link, a:visited, a:hover {
	color: #326496;
	text-decoration: none;
}

a:hover {
	/*text-decoration: underline;*/
	color:#999999;
	text-decoration: none;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6,p {
	font-family: Verdana,Arial,sans-serif;
	margin: 0px;
	margin-bottom:3px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #000000;
}

h2{
 font-size: 114%;
 color: #000000;
}

h3{
 font-size: 100%;
 color: #000000;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #000000;
}

h5{
 font-size: 100%;
 color: #000000;
}

ul{
 list-style-type: square;
}

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

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

label{
/* font: bold 100% Arial,sans-serif;
 color: #000000;*/
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#titelblatt{
	position:absolute;
	left: 0px;
	top: 0px;
	z-index:0;
	visibility: visible;
}

#inhaltblatt{
	position:absolute;
	left: 0px;
	top: 0px;
/*	background-image:url(images/inhaltsblatt_raster.gif);*/
	z-index:0;
	visibility: visible;
}

#navBar{
	position:absolute;
	left: 107px;
	top: 165px;
	width: 116px;
	margin: 0 0 0 0;
	padding: 0px;
	z-index:1;
}

#BildFeld{
	position:absolute;
	left: 293px;
	top: 100px;
	width: 580px;
	height:290px;
	z-index:1;
}

#BildFeld p{
	padding: 0px 0px 0px 10px;
}

#BildFeld td{
	vertical-align:top;
}

#content{
	position:absolute;
	left: 293px;
	top: 402px;
	width: 510px;
	margin: 0;
	padding: 0 0 0 0;
	z-index:1;
}

#zusatzinfo{
	position:absolute;
	left: 873px;
	top: 402px;
	width: 50px;
	margin: 0;
	padding: 0 0 0 0;
	z-index:1;
}

#seitennummer{
	position:absolute;
	left: 723px;
	top: 535px;
	width: 152px;
	height: 21px;
	margin: 0;
	padding: 0px 0px 0px 0px;
	z-index:1;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	letter-spacing:3px;

}

#seitennummer a:link{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}

#seitennummer a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}

#seitennummer a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}

/*********** #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 #EEE;}

/* 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: 11px;
}

#sectionLinks p{
	padding: 2px 0px 0px 0px;
	font-weight:bold;
}

#sectionLinks h3{
	padding: 0px 0px 0px 10px;
}

#sectionLinks a:link{
	/*border-top: 1px solid #cccccc;*/
	padding: 0px 0px 0px 0px;
	width: 100%;
    voice-family: "\"}\""; 
    voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	/*border-top: 1px solid #cccccc;*/
	padding: 0px 0px 0px 0px;
}

#sectionLinks a:hover{
	/*border-top: 1px solid #cccccc;*/
	/*background-color: #dddddd;*/
	padding: 0px 0px 0px 0px;
	color:#999999;
	text-decoration: none;
	font-weight:bold;
}

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

span.PFett{
	font-weight:bold;
}
