/**************Formatierung der Seite allgemein***********************************************************/
html, body{
	margin: 10px 0;
	padding: 0;
	background-color: #FFF9E0;
	font-family: Arial, Helvetica, sans-serif;
	color:#693600;
	font-size: 12px;
	text-align:center; 
}

/* formatierung fuer alle Bilder**********************************/
img{
	border: none;
}

/**************Formatierung der Bereiche*******************************************************************/
#header{
	width: 790px;
	overflow: hidden;
	background-color: #FFAD5A;
	border-bottom: 5px solid #693600;	
	border-top: 1px solid #693600;	
	border-left: 1px solid #693600;	
	border-right: 1px solid #693600;
	margin:auto;
	padding:10px 0;
}

#logoarea{
	width: 119px;
	height: 100px;
	float: right;
	background-image:url(../pics/logo.jpg);
	background-repeat:no-repeat;
	margin:6px 5px 3px 5px;
}

#main{
	width: 790px;
	border-bottom: 3px solid #693600;
	border-right: 1px solid #693600;	
	border-left: 1px solid #693600;	
	background-color: #FFAD5A;
	margin:auto;
}

#navigation{
	width: 140px;
	float: left;
	margin: 30px 0 0 0;
	padding: 0;
	background-color: #FFAD5A;
	text-align:left;
}

#content{
	margin: 0 0 0 140px;
	padding: 10px 0;
	background: #FFFEF9;
	text-align:left;
}

#footer{
	width: 790px;
	padding: 10px 0;
	clear: both;
	border: 1px solid #693600;
	color: #cccccc;
	background-color: #FFF1B9;
	text-align: center;
	margin:auto;
}

/* Formatierung fuer die Ueberschriften allgemein***************************************************/

/* SiteName für die Formatierung des Untertitels im head ************************************************************/
#siteNameSmall{
	padding: 0px 0px 15px 15px;
	color: #6B4B00;
}

/* pageName für die Formatierung des jeweiligen Seitennamens**************************************************************/
#pageName{
	padding: 10px 0 10px 10px;
}

/* Formatierung der einzelnen Ueberschriften*********************************************/
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

h1{
	font-size: 180%;
	padding: 15px 80px 10px 80px;
	color: #FFFEF9;
	text-align:left;
}

h2{
	font-size: 140%;
	color: #693600;
}

h3{
	font-size: 120%;
	color: #693600;
}

h4{
	font-size: 100%;
	color: #693600;
}

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 : #3A422B;
	text-align : left;
	background-color : #FFDFB9;
} 

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: #693600;
	text-decoration: underline;
}

a:hover {
	color: #693600;
	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;
	border-bottom: 1px solid #693600;
	font-weight:bold;
	
}

#nav-links a:link{
	border-top: 1px solid #693600;
	padding: 7px 0px 7px 8px;
	color:#FFFEF9;
	TEXT-DECORATION: none;
}

#nav-links a:visited{
	border-top: 1px solid #693600;
	padding: 7px 0px 7px 8px;
	color:#FFFEF9;
	TEXT-DECORATION: none;
}

#nav-links a:hover{
	border-top: 1px solid #693600;
	padding: 7px 0px 7px 8px;
	color:#FFFEF9;
	font-weight: bold; 
	TEXT-DECORATION: none;
	background-color: #693600;
}
.actlnk{
	border-top: 1px solid #693600;
	padding: 7px 0px 7px 8px; 
	color:#FFFEF9; 
	TEXT-DECORATION: none;
	background-color: #693600;
	display:block;
}

