/**************Formatierung der Seite allgemein***********************************************************/
html, body{
	margin: 0;
	padding: 0;
	background: url(backgrnd.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #FFFFCC;
}

/* Formatierung fuer alle Bilder**********************************/
img{
border: none;
}

/**************Formatierung der Bereiche*******************************************************************/

#header {
	overflow: hidden;
	border-bottom: 2px solid #FFFFCC;
	width: 780px;
	margin: auto;
	padding:10px 0;
}

#logoarea{
	width: 121px;
	height: 80px;
	float: right;
	margin: 2px;
}

#content{
	width: 780px;
	padding: 10px 0;
	border-bottom: 2px solid #FFFFCC;
	margin: auto;
	text-align:center; 
}
#nav-links{
	width: 780px;
	margin: auto;
    padding:3px 0 5px 0;
	text-align: center;
	border-bottom: 2px solid #FFFFCC;
}

#footer{
	width: 780px;
	clear: both;
	border: 1px solid #E5E5E5;
	color: #cccccc;
	padding: 10px 0;
	margin: auto;
	background-color: #FFFFCC;
	padding:5px 0;
}

/* Formatierung fuer die Ueberschriften allgemein***************************************************/

/* SiteName für die Formatierung des Untertitels im head ************************************************************/
#subtitel{
	padding: 0px 0px 10px 10px;
	color: #CCCCCC;
}

/* pageName für die Formatierung des jeweiligen Seitennamens**************************************************************/
#pageName{
	padding: 10px 0 10px 25px;
	text-align:left;
}

/* Formatierung der einzelnen Ueberschriften*********************************************/
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	color: #FFFFCC;
}

h1{
	font-size: 180%;
	padding: 10px 0px;
}

h2{
	font-size: 140%;
}

h3{
	font-size: 120%;
}

h4{
	font-size: 100%;
}

h5{
	font-size: 110%;
	color:#000033;
}

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 {
	text-align : center;
	background-color: #FFFFCC;
	color: #000033;
} 

tbody {
	text-align : left; 
} 

thead {
	color : #C1D9CE;
	text-align : left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 

tfoot {
} 

.table {
	width: 640px;
	margin: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.table-center {
	text-align : center;
}

.table-right {
	text-align : right;
}

/* Formatierung fuer Links allgemein **************************************/

a:link, a:visited {
	color: #FFFFCC;
	text-decoration: underline;
}

a:hover {
	color: #FFFFCC;
	text-decoration: none;
}


/*********** #nav-links styles *******************************************************/
#nav-links ul{
	margin: 5px 0;
	padding: 5px 0;
	list-style: none;
	white-space: nowrap;
}

#nav-links li{
	display: inline;
}

#nav-links a{
	background: #FFFFCC;
	padding: 2px 3px;
	border: 1px solid #003366;
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	text-decoration:none;
	color:#003535;
}

#nav-links a:hover{
	color: #003535; 
	background: #FFFF86;
}
.actlnk{
	background: #FFFF86;
	padding: 2px 3px;
	border: 1px solid #003366;
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	color: #003535;
	display:inline;
	text-decoration: none;
}

