/**************Formatierung der Seite allgemein******
*****************************************************/
html, body{
	margin: 0;
	padding: 0;
	background-image: url(hintergrund.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	text-align: center;
}

/* Formatierung fuer alle Bilder*
*********************************/
img{
border: none;
}

/**************Formatierung der Bereiche**************
*****************************************************/
#header {
	overflow: hidden;
	border-bottom: 3px solid #025936;
	text-align: center;
	width: 670px;
	margin: auto;
	padding:10px 0;	
}

#logoarea{
	width: 130px;
	height: 100px;
	float: right;
	margin: 2px 2px 2px 0;
	background-image:url(../pics/logo.jpg);
	background-repeat:no-repeat;
}

#content{
	width: 670px;
	height: auto;
	margin: auto;
	text-align: left;
	padding: 10px 0 10px 0;
	border-bottom: 3px double #025936;
}

#nav-links{
	margin: auto;
    padding:1px;
	text-align: center;
	border-bottom: 3px double #025936;
	width: 670px;
}

#footer{
	color: #cccccc;
	margin: auto;
	background-color: #FFFFCC;
	text-align: center;
	width: 670px;
}

/* Formatierung fuer die Ueberschriften allgemein*
**************************************************/

/* SiteName für die Formatierung des Untertitels im head 
************************************************************/
#siteNameSmall{
	padding: 0px 0px 10px 0px;
	color: #695234;
}

/* pageName für die Formatierung des jeweiligen Seitennamens*
*************************************************************/
#pageName{
	padding-bottom: 10px;
	padding-left: 10px;
}

/* Formatierung der einzelnen Ueberschriften*
********************************************/
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	color: #513E25;
}

h1{
	font-size: 200%;
	padding: 10px 0px 10px 0px;
	color:#493925;
}

h2{
	font-size: 160%;
}

h3{
	font-size: 120%;
}

h4{
	font-size: 120%;
}

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 {
	text-align : left; 
} 

tbody {
	text-align : left; 
} 

thead {
background-image: url(linie.gif);
background-repeat:repeat-x;
line-height:13px;
}

tfoot {
} 

.table {
	width: 665px;
	height: auto;
}

.table-center {
	text-align : center;
}

.table-right {
	text-align : right;
}

/* Formatierung fuer Links allgemein *
**************************************/
a:link, a:visited {
	color: #025936;
	text-decoration: underline;
}

a:hover {
	color: #025936;
	text-decoration: none;
}

/*********** #nav-links styles ************
*******************************************/
#nav-links ul{
	/*background: #ffffff;  oder background: url(back.jpg) repeat-y;*/
	margin: 5px;
	padding: 6px;
	list-style: none;
	white-space: nowrap;
}

#nav-links li{
	display: inline;
}

#nav-links a{
	background: #FFFFFF;
	padding: 2px 25px;
	border: 1px solid #025936;
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	color:#025936;
	margin: 0 5px;
}

#nav-links a:hover{
	color: #FFFFFF; 
	background: #025936;
}
.actlnk{
	background: #025936;
	padding: 2px 25px;
	border: 1px solid #CCCCCC;
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	display:inline;
	text-decoration: none;
	margin: 0 5px;
}
