/**************Formatierung der Seite allgemein******
*****************************************************/
html, body{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 9pt; 
}

.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: #FCF8E9;
	border-bottom: 3px solid #7FB8DD;
}
#tab-left{
	float: left;
	margin: 0px;
}
#tab-right{
	float: right;
	margin: 0px;
}
#logo-left{
	width: 102px;
	height: 72px;
	float: left;
	margin: 1px;
}
#logo-right{
	width: 28px;
	height: 40px;
	float: right;
	margin: 1px;
	text-align: right;
}
#main{
	width: 780px;
	margin: 0 0 0 8px;
	border-bottom: 5px solid #7FB8DD;
	border-right: 1px solid #E5E5E5;	
	background: #FCF8E9;
}
#navigation{
	width: 138px;
	float: left;
	background: #FCF8E9;
	border-right: 1px solid #E5E5E5; 	
}
#main-nav{
	color:#fff;
	margin: 0 0 0 0;
	padding:0;
}
#content{
	margin: 0 0 0 140px;
	padding: 5px 5px 0px 10px;
	background: #ffffff;
}
#content-fr{
	margin: 0 0 0 2px;
	padding: 5px 5px 0px 10px;
	background: #ffffff;
	width: 630px
}

#right-bar{
	position: absolute;
	left: 805px;
	top: 11px;
	z-index: 1;
	width: 205px;
	text-align: center;
	background-color: #7FB8DD;
	color: #FFFFFF;
	font-weight: bold;
	border: 2px solid #FFCC99;
}

#right-bar-content{
	background-color: #FCF8E9;	
}

#right-bar-content 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;
}

/* Formatierung fuer die Ueberschriften allgemein*
**************************************************/

/* SiteName für die Formatierung des Untertitels im head 
************************************************************/
#siteNameSmall{
	padding: 0px 0px 10px 10px;
	color: #666666;
}

/* pageName für die Formatierung des jeweiligen Seitennamens*
*************************************************************/
#pageName{
	padding: 10px 0px 10px 6px;
}

/* Formatierung der einzelnen Ueberschriften*
********************************************/
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	color: #971211;
}

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: normal;
}

/* 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 {
} 

th {
	text-align : left; 
} 

tbody {
	text-align : left; 
} 


thead {
	color : #003366;
	text-align : left;
	background-color : #FCF8E9;
} 

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

/* 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 #E5E5E5;
	font-size: 90%;

}

#nav-links a:link{
	border-top: 1px solid #E5E5E5;
	padding: 5px 0px 5px 0px;
	width: auto;
	FONT: bold 9pt verdana, arial, sans-serif;
}

#nav-links a:visited{
	border-top: 1px solid #E5E5E5;
	padding: 5px 0px 5px 0px;
	width: auto;
	FONT: bold 9pt verdana, arial, sans-serif;
}

#nav-links a:hover{
	border-top: 1px solid #E5E5E5;
	padding: 5px 0px 5px 0px;
	width: auto;
	FONT: 9pt verdana, arial, sans-serif;
	font-weight: bold;
	TEXT-DECORATION: none;
	background-color: #7FB8DD;
}

.nav-links2{
		background-color: #7FB8DD;
		color: #FFFFFF;
}

.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: #fff;
	text-decoration: none;background: #7FB8DD url("tab-left.gif") no-repeat;
	padding-left: 10px;
}
#main-navigation a:hover,
#main-navigation a:focus,
#main-navigation a:active{
	color: #000; 
	background-color: #7FB8DD;
}
#main-navigation a span{
	background: #7FB8DD url("tab-right.gif") right top no-repeat;
	padding-right: 10px
}
#main-navigation a:hover span,
#main-navigation a:focus span,
#main-navigation a:active span{
	background-color: #7FB8DD0;
}

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

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

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

.relatedLinks a:hover{
    background-color: #7FB8DD;
}

.relatedLinks a:visited {
}
