/**************Formatierung der Seite allgemein******
*****************************************************/
html, body{
	margin: 0;
	padding: 0;
	background-color: #FFE99E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#660033;
	font-size: 12px; 
}

/* formatierung fuer alle Bilder*
*********************************/
img{
	border: none;
}

/**************Formatierung der Bereiche**************
*****************************************************/
#header{
	width: 790px;
	overflow: hidden;
	border-bottom: 5px solid #693600;
	border-right: 1px solid #693600;
	background-color: #660033;
	height: 130px;
	background-image: url(top1.jpg);
}

#logoarea{
	width: 120px;
	height: 92px;
	float: left;
	background-image:url(../pics/logo.jpg);
	background-repeat:no-repeat;
	margin: 5px 15px 5px 10px;
}

#main{
	width: 790px;
	border-bottom: 5px solid #693600;
	border-right: 1px solid #693600;
	background-color: #FFE895;
}

#navigation{
	width: 138px;
	float: left;
	margin: 0;
	padding: 0;
	background-image: url(left.jpg);
}

#content{
	margin: 0 0 0 140px;
	padding: 10px 0;
	background: #FFF7D5;
}

#footer{
	width: 789px;
	margin-top: 0px;
	padding: 0px;
	clear: both;
	border: 1px solid #693600;
	color: #cccccc;
	background-color: #FFE99E;
	text-align: center;
}

/* Formatierung fuer die Ueberschriften allgemein*
**************************************************/

/* SiteName für die Formatierung des Untertitels im head 
************************************************************/
#siteNameSmall{
	padding: 0px 0px 10px 10px;
	color: #FFD953;
	font-size: 18px;
}

/* 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: 660033;
}

h1{
	font-size: 24pt;
	padding: 10px 0px 10px 10px;
	color: #F9EA80;
	font-variant: small-caps;
}

h2{
	font-size: 130%;
	color: #693600;
	text-align: center;
}

h3{
	font-size: 120%;
	color: #660033;
}

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;
}

/* Formatierung der Tabellen*
*****************************/
td {
} 

th {
} 

tbody {
} 


thead {
background-image:url(linie.gif);
background-repeat:no-repeat;
	/*color : #003366;
	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: #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-size: 90%;
}

#nav-links a:link{
	border-top: 1px solid #693600;
	padding: 7px 0px 7px 10px;
	width: auto;
	FONT: bold 8pt verdana, arial, sans-serif;
	color:#FFF7D5;
	TEXT-DECORATION: none;
}

#nav-links a:visited{
	border-top: 1px solid #693600;
	padding: 7px 0px 7px 10px;
	width: auto;
	FONT: bold 8pt verdana, arial, sans-serif;
	color:#FFF7D5;
	TEXT-DECORATION: none;
}

#nav-links a:hover{
	border-top: 1px solid #693600;
	padding: 7px 0px 7px 10px;
	width: auto;
	FONT: bold 8pt verdana, arial, sans-serif;
	color:#FFD33E;
	TEXT-DECORATION: none;
	background-color: 660033;
}
.actlnk{
	border-top: 1px solid #693600;
	padding: 7px 0px 7px 10px;
	width: auto;
	FONT: bold 8pt verdana, arial, sans-serif;
	color:#FFE27D;
	TEXT-DECORATION: none;
	display:block;
	background-image: url(act-link1.jpg);
}

