/**************Formatierung der Seite allgemein***********************************************************/
html, body{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #EAD4A2;
}

/* formatierung fuer alle Bilder**********************************/
img{
	border: none;
}

/**************Formatierung der Bereiche*******************************************************************/
#header{
	width: 790px;
	overflow:hidden;
	margin:0;
	background-color: #336666;
	background-image:url(back-top.jpg);
	background-repeat:no-repeat;
	padding: 5px 0 10px 0;
}

#main{
	width: 790px;
	margin:0;
	background-color: #336666;
}

#navigation{
	width: 140px;
	float: left;
	margin: 0;
	padding: 30px 0 0 0;
	text-align:left;
	background-color: #336666;
}

#content{
	width:650px;
	float:right;
	background: #FFFFF3;
	padding: 10px 0;
}

#footer{
	border-top: 3px solid #004040;
	width: 790px;
	padding: 10px 0;
	clear: both;
	text-align: center;
	background-color: #FFFFF3;
}

.abstand12{
	padding:0 12px;
}

.linie{
	width:580px; 
	text-align:center;	
}

/* Formatierung fuer Linkleiste für Regionspfad ***************************************/
.lnkleiste{
	text-align:left;
	padding:10px 0 8px 10px;
	color:#000000;
	background-color: #F9F9F9;
	width: 772px;
	font-size:110%;
	border:4px double #797979;
}
/* SiteName für die Formatierung des Untertitels im head ************************************************************/
#siteNameSmall{
	padding: 0px 0px 10px 10px;
	color: #666666;
	font-size: 12px;
}

/* pageName für die Formatierung des jeweiligen Seitennamens**************************************************************/
#pageName{
	padding: 15px 0 10px 10px;
	text-align:left;	
}

/* Formatierung der einzelnen Ueberschriften*********************************************/
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	color: #666666;
}

h1{
	font-size: 24px;
	padding: 15px 40px 10px 40px;
	color: #FFFF66;
}

h2{
	font-size: 18px;
	text-align: center;
}

h3{
	font-size: 110%;
	color: #666666;
}

h4{
	font-size: 100%;
	color:#666666;
}

h5{
	font-size: 95%;
}

h6{
	font-size: 95%;
	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;
}
li{
}

/* Formatierung der Tabellen******************************/
td {
	text-align:left;
} 

th {
} 

tbody {
} 


thead {
	color : #ffffcc;
	text-align : left;
	background-color : #336666; 
} 

tfoot {
} 

.table {
	width: 620px;
	margin: auto;
	text-align:left;
}

.table-center {
	text-align : center;
}

.table-right {
	text-align : right;
}
.linie{
	border-bottom:2px solid #cccccc;
}
.tablinie{
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
	text-align:center;
}
.tablinie_solo{
	border-bottom:1px solid #cccccc;
}

/* Formatierung fuer Links allgemein ***************************************/

a:link, a:visited {
	color: #666666;
	text-decoration: underline;
}

a:hover {
	color: #666666;
	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 #cccccc;}

/* fix for browsers that don't need the hack */
html>body #navigation li {border-bottom: none;}

/*********** #nav-links styles *******************************************************/
#nav-links{
	position: relative;
	padding: 0px;
	border-bottom: 1px solid #f8f1e7;
	font-weight:bold;
}

#nav-links a:link{
	border-top: 1px solid #f8f1e7;
	padding: 7px 0px 7px 5px;
	TEXT-DECORATION: none;
	color:#FFFFCC;
}

#nav-links a:visited{
	border-top: 1px solid #f8f1e7;
	padding: 7px 0px 7px 5px;
	TEXT-DECORATION: none;
	color:#FFFFCC;
}

#nav-links a:hover{
	border-top: 1px solid #f8f1e7;
	padding: 7px 0px 7px 5px;
	TEXT-DECORATION: none;
	background-color: #004040;
	color:#FFFF66;
}
.actlnk{
	border-top: 1px solid #f8f1e7;
	padding: 7px 0px 7px 5px;
	font-weight:bold;
	TEXT-DECORATION: none;
	display:block;
	background-color: #004040;
	color:#FFFF66;
}
/* Backlink */
.lnkName{
	padding-left:10px;
	text-align:left;
}

.reglnk:link{
	color: #004991;
	text-decoration:none;
}
.reglnk:visited {
	color: #004991;
	text-decoration: none;
}

.reglnk:hover {
	color: #004991;
	text-decoration: none;
}

/*********** relatedLinks styles ***********/


.relatedLinks ul{	
	list-style:none;	
	float:right;
	margin:12px 10px 0 0;
	text-align:right;
}

.relatedLinks li{
	padding:2px 0;
}

.relatedLinks a:link{
    text-decoration:none;
	color:#C36527;
	font-size:90%;
}

.relatedLinks a:visited {
    text-decoration:none;
	color:#C36527;
	font-size:90%;
}

.relatedLinks a:hover{
    text-decoration:underline;
	color:#C36527;
	font-size:90%;
}