/**************Formatierung der Seite allgemein******
*****************************************************/
html, body{
	margin: 0;
	padding: 0;
	background-image: url(hintergrund.jpg);
	background-repeat:repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000000;
}

/* formatierung fuer alle Bilder*
*********************************/
img{
	border: none;
}

/**************Formatierung der Bereiche**************
*****************************************************/
#header{
	width: 790px;
	overflow: hidden;
	background-image: url(back-top.jpg);
	background-repeat: repeat-y;
	border-bottom: 5px solid #E5E5E5;	
	border-right: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
	margin:auto;
}


#content{
	width: 790px;
	background-color: #FFFFFF;
	border-right: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
	margin:auto;
	padding:20px 0px;
}

#footer{
	width: 790px;
	margin-top: 0px;
	padding: 0px;
	clear: both;
	border: 1px solid #E5E5E5;
	color: #cccccc;
	background-color: #FFFFE0;
	text-align: center;
	margin:auto;
}

/* Formatierung fuer die Ueberschriften allgemein*
**************************************************/

/* SiteName für die Formatierung des Untertitels im head 
************************************************************/
#siteNameSmall{
	padding: 0px 0px 20px 10px;
	color: #666666;
	text-align:center;
}

/* pageName für die Formatierung des jeweiligen Seitennamens*
*************************************************************/
#pageName{
	padding-bottom: 20px;
	padding-left: 90px;
}

/* Formatierung der einzelnen Ueberschriften*
********************************************/
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	color: #06632C;
}

h1{
	font-size: 160%;
	padding: 20px 0px 10px 0px;
	text-align:center;
}

h2{
	font-size: 140%;
}

h3{
	font-size: 130%;
}

h4{
	font-size: 100%;
}

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;
}

/* Formatierung der Tabellen*
*****************************/
td {
} 

th {
} 

tbody {
} 


thead {	
	color : #06632C;
	text-align : left;
	background-color : #E5E5E5;
} 

tfoot {
} 

.table {
	width: 620px;
	margin: auto;
}

.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 ***********/
#nav-links ul{
	/*background: #ffffff;  oder background: url(back.jpg) repeat-y;*/
	margin: auto;
	padding: 25px 0px;
	list-style: none;
	white-space: nowrap;
	width:790px;
	text-align:center;
	border-right: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
	background-color:#FFFFFF;
}

#nav-links li{
	display: inline;
}

#nav-links a{
	background: #E5E5E5;
	padding: 2px 15px;
	border: 1px solid #378251;
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	text-decoration:none;
	color: #06632C;
}

#nav-links a:hover{
	color: #FFFFFF; 
	background: #378251;
}
.actlnk{
	background: #378251;
	padding: 2px 15px;
	border: 1px solid #378251;
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	text-decoration:none;
	color: #FFFFFF;
	display: inline;
}
