/**************Formatierung der Seite allgemein***********************************************************/
html, body{
	margin: 0;
	padding: 0;
	background-image: url(hintergrund.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

/**************Formatierung der Bereiche*******************************************************************/
#header {
	width: 780px;
	margin: auto;
	padding: 10px 0;
	overflow: hidden;
	border-bottom: 5px solid #666666;
	text-align: center;
	background-repeat: no-repeat;
	background-color: #C5EBEB;

}

#logoarea{
	width: 121px;
	height: 100px;
	float: right;
	margin: 2px;
}

#content{
	width: 780px;
	height: auto;
	margin: auto;
	padding: 10px 0 10px 0;
	text-align: center;
	border-bottom: 5px solid #666666;
	background-color: #ffffcc;
}

#nav-links{
	width: 780px;
	margin: auto;
	padding:3px 0;
	text-align: center;
	border-bottom: 5px solid #666666;
	background-color: #C5EBEB;
}


#footer{
	width: 780px;
	margin: auto;
	color: #cccccc;
	text-align: center;
	padding:5px 0;
	background-color: #FFFFCC;
	
}

/* Formatierung fuer die Ueberschriften allgemein***************************************************/

/* SiteName für die Formatierung des Untertitels im head ************************************************************/
#siteNameSmall{
	padding: 0px 0px 10px 10px;
	color: #FFFFCC;
}

/* 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: #666666;
}

h1{
	font-size: 180%;
	padding: 10px;
	color: #4F7575;
}

/* Formatierung fuer alle Bilder**********************************/
img{
border: none;
}

h2{
	font-size: 140%;
}

h3{
	font-size: 115%;
	color: #4f7575;
}

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;
}
li{

}
/* Formatierung der Tabellen******************************/
td {
	text-align:left;
} 

th {
	color : #FFCC66;
	text-align : center;
	background-color : #666666;
	font-style: normal;
	font-variant: normal;
	font-size: 110%;
} 

tbody {

} 

thead {
}

tfoot {
} 

.table {
	width: 640px;
	margin: auto;
}

.table-center {
	text-align : center;
}

.table-right {
	text-align : right;
}

/* Formatierung fuer Links allgemein ***************************************/
a:link, a:visited {
	color: #666666;
	text-decoration: underline;
}

a:hover {
	color: #666666;
	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: 12px;
	font-weight: bold;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#nav-links a:hover{
	color: #FFFFCC;
	background: #4f7575;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.actlnk{
	background: #4f7575;
	padding: 2px 3px;
	border: 1px solid #003366;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFCC;
	display:inline;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

