/**************Formatierung der Seite allgemein******
*****************************************************/
html, body{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 9pt;
	background-image: url(lines.jpg);
	background-repeat: repeat;	
}

/* versteckter Text*
*********************************/
.hidden{
	font-size: 6px;
	color: #CCCCCC;
}

/* Formatierung fuer alle Bilder*
*********************************/
img{
	border: none;
}

/**************Formatierung der Bereiche**************
*****************************************************/
#header{
	width: 780px;
	margin: 8px 0px 0px 8px;
	overflow: hidden;
	background-color: #003366;
	border-bottom: 3px solid #003366;
	color: #FFFFFF;	
}

#tab-left{
	float: left;
	margin: 0px;
}

#tab-right{
	float: right;
	margin: 0px;
}

#logo-left{
	width: 120px;
	height: 72px;
	float: left;
	margin: 5px 3px 0px 10px;
}

#logo-right{
	width: 28px;
	height: 40px;
	float: right;
	margin: 5px 10px 0px 2px;
	text-align: right;
}

#main{
	width: 780px;
	margin: 0 0 0 8px;
	border-bottom: 5px solid #003366;
	border-right: 1px solid #E5E5E5;
	background-color: #003366;
}

#navigation{
	width: 138px;
	float: left;
	background-color: #003366;
	color: #FFFFFF;		
}

#main-nav{
	color: #ffffff;
	margin: 0;
	padding: 0;
}

#content{
	margin: 0 0 0 140px;
	padding: 5px 5px 0px 10px;
	background-color: #ffffff;
}

#content-fr{
	margin: 0 0 0 2px;
	padding: 5px 5px 0px 10px;
	background-color: #ffffff;
	width: 630px;
}

#right-bar{
	position: absolute;
	left: 825px;
	top: 11px;
	z-index: 1;
	width: 145px;
	text-align: center;
	background-color: #003366;
	color: #FFFFFF;
	font-weight: bold;
	border: 2px solid #FFCC99;
}

#right-bar-content{
	background-color: #ebebeb;	
}

#right-bar-content p{
	margin:0;
	padding: 8px 0px 8px 0px;
	font: bold 11px verdana, sans-serif;
	border-bottom: 2px solid #FFCC99;
}

#right-bar-fr{
	position: absolute;
	left: 660px;
	top: 11px;
	z-index: 1;
	width: 145px;
	text-align: center;
	background-color: #003366;
	color: #FFFFFF;
	font-weight: bold;
	border: 2px solid #FFCC99;
}

#right-bar-content-fr{
	background-color: #ebebeb;	
}

#right-bar-content-fr p{
	margin:0;
	padding: 8px 0px 8px 0px;
	font: bold 11px verdana, sans-serif;
	border-bottom: 2px solid #FFCC99;
}

#foot1{
	float: left;
	width: 780px;
	margin: 20px 0px 0px;
	border: 5px double #E5E5E5;
	color: #cccccc;
	padding: 0px;
	background-color: #FFFFCC;
	text-align: center;
}

#foot2{
	float: left;
	width: 780px;
	margin: 20px 0px 0px 0px;
	clear: both;
	border: 5px double #E5E5E5;
	color: #cccccc;
	background-color: #FFFFCC;
}

#foot3{
	float: left;
	width: 780px;
	margin: 200px 0px 0px;
	clear: both;
}
/* SiteName für die Formatierung des Untertitels im head 
************************************************************/
#siteName{
	padding: 0px 0px 10px 10px;
	color: #ffffff;
}

/* SiteName für die Formatierung des Untertitels im head 
************************************************************/
#siteNameSmall{
	padding: 0px 0px 10px 10px;
	color: #CCCCCC;
}

/* pageName für die Formatierung des jeweiligen Seitennamens*
*************************************************************/
#pageName{
	padding: 10px 0px 10px 5px;
	color: #003366;
}

/* Formatierung der einzelnen Ueberschriften*
********************************************/
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	color: #003366;
}

h1{
	font-size: 16pt;
	padding: 10px 0px 10px 3px;
}

h2{
	font-size: 14pt;
}

h3{
	font-size: 12pt;
}

h4{
	font-size: 10pt;
}

h5{
	font-size: 9pt;
}

h6{
	font-size: 9pt;
	font-weight: bold;
}

/* Formatierung fuer Listen*
****************************/
ul{
	list-style-type: disc;
	text-indent: 0px;
	list-style-position: outside;
}

ul ul{
	list-style-type: disc;
}

ul ul ul{
	list-style-type: none;
}

/* Formatierung der Tabellen*
*****************************/
td {
	font-size: 9pt;
} 

th {
	text-align : left; 
} 

tbody {
	text-align : left; 
} 

thead {
	color : #003366;
	text-align : left;
	background-color : #E5E5E5;
} 

tfoot {
} 

.table-center {
	text-align : center;
}

.table-right {
	text-align : right;
}

/* Formatierung fuer Links allgemein *
**************************************/
a:link, a:visited {
	color: #003366;
	text-decoration: underline;
}

a:hover {
	color: #003366;
	text-decoration: none;
}

/*********** #navigation link styles ***********
************************************************/
#navigation ul a:link, #navigation ul a:visited {display: block;}
#navigation ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navigation li {border-bottom: 1px solid #0033CC;}

/* fix for browsers that don't need the hack */
html>body #navigation li {border-bottom: none;}

/*********** #nav-links styles ************
*******************************************/
#nav-links{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 8px;
	border-bottom: 1px solid #0033CC;
	font-size: 90%;
} 

#nav-links a:link,
#nav-links a:visited{
	border-top: 1px solid #0033CC;
	padding: 5px 0px 5px 0px;
	width: auto;
	FONT: bold 9pt verdana, arial, sans-serif;
	color: #FFFFFF;
}

#nav-links a:hover{
	border-top: 1px solid #E5E5E5;
	padding: 5px 0px 5px 0px;
	width: auto;
	FONT: bold 9pt verdana, arial, sans-serif;
	TEXT-DECORATION: none;
	background-color: #006699;
	color: #000066;
}

.nav-links2{
	background-color: #999999;
}

.nav-links2 a:hover{
	background-color: #FF0000;
}

/*********** .main-nav styles ***********/
#main-navigation{
	list-style:none;
	padding:0;
	margin:0;
}
#main-navigation li{
	float: right;
	padding: 0 1px 0 0;
	line-height:1.3em;
}
#main-navigation a{
	font-weight: bold;
	color: #999999;
	text-decoration: none; 
	background: #FFFFFF url("tab-left.gif") no-repeat;
	padding-left: 10px;
}
#main-navigation a:hover,
#main-navigation a:focus,
#main-navigation a:active{
	font-weight: bold;
	color: #000000;
	background: #DBDBDB url("tab-left.gif") no-repeat;
}
#main-navigation a span{
	background: #FFFFFF url("tab-right.gif") right top no-repeat;
	padding-right: 10px;
	font-weight: bold;
	color: #000066;
}
#main-navigation a:hover span,
#main-navigation a:focus span,
#main-navigation a:active span{
	background: #DBDBDB url("tab-right.gif") no-repeat right top;
	font-weight: bold;
	color: #000000;
}
/*********** .relatedLinks styles ***********/

.relatedLinks{
	padding: 0px 0px 10px 8px;
	font-size: 90%;
	color: #FFFFFF;
	background: #999999;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
	color: #FFFFFF;
}

.relatedLinks a:link{
	color: #FFFFFF;
}
.relatedLinks a:hover{
    background-color: #0066FF;
}.marker1 {
	color: #FFFFFF;
	background-color: #003366;
	font-size: 14px;
	font-weight: lighter;
}
