/**************Formatierung der Seite allgemein***********************************************************/
html, body {
	margin: 5px 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align:center;
	background-image: url(background.gif);
	background-repeat: repeat;
}
/* formatierung fuer alle Bilder**********************************/
img {
	border: none;
}
/**************Formatierung der Bereiche*******************************************************************/
#header {
	width: 790px;
	overflow:hidden;
	margin:auto;
	padding:10px 0;
	background-image: url(back-top.jpg);
	border-bottom: 5px solid #003366;
}

#main {
	width: 788px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 5px groove #003399;
	background-color:#0076B0;
	margin:auto;
}
#navigation {
	width: 138px;
	float: left;
	margin: 0;
	padding: 30px 0 0 0;
	text-align:left;
	background-color:#0076B0;
}
#content {
	margin: 0 0 0 140px;
	background-color: #EEEEEE;
}
#footer {
	width: 788px;
	margin: auto;
	padding: 10px 0;
	clear: both;
	border: 1px solid #cccccc;
	text-align: center;
	background-color:#F2F2F2;
}
/* Formatierung fuer die Ueberschriften allgemein***************************************************/

/* SiteName für die Formatierung des Untertitels im head ************************************************************/
#siteNameSmall {
	padding: 0px 0px 10px 10px;
	color: #666666;
	font-size: 10pt;
}
/* pageName für die Formatierung des jeweiligen Seitennamens**************************************************************/
#pageName {
	padding: 15px 0 10px 10px;
	text-align:left;
}
/* Formatierung der einzelnen Ueberschriften*********************************************/
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	color: #000066;
}
h1 {
	font-size: 28px;
	padding: 10px 30px 10px 30px;
	font-style: italic;
	color: #FFFF66;
}
h2 {
	font-size: 18px;
	text-align: center;
}
h3 {
	font-size: 110%;
}
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 {
}
tbody {
}
thead {
	color : #003366;
	text-align : left;
	background-color : #cccccc;
}
tfoot {
}
.table {
	width: 620px;
	margin: auto;
	text-align:left;
}
.table-center {
	text-align : center;
}
.table-right {
	text-align : right;
}
/* Formatierung fuer Links allgemein ***************************************/

a:link, a:visited {
	color: #003366;
	text-decoration: underline;
}
a:hover {
	color: #003366;
	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 #cccccc;}

/* fix for browsers that don't need the hack */
html>body #navigation li {border-bottom: none;}

/*********** #nav-links styles *******************************************************/
#nav-links{
	position: relative;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-weight:bold;
	
}
#nav-links a:link {
	border-top: 1px solid #cccccc;
	padding: 7px 0px 7px 10px;
	TEXT-DECORATION: none;
	color:#FFFFFF;
}
#nav-links a:visited {
	border-top: 1px solid #cccccc;
	padding: 7px 0px 7px 10px;
	TEXT-DECORATION: none;
	color:#FFFFFF;
}
#nav-links a:hover {
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;	
	padding: 7px 0px 7px 10px;
	TEXT-DECORATION: none;
	background-color: #ffff66;
	color:#003366;
}
.actlnk {
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding: 7px 0px 7px 10px;
	TEXT-DECORATION: none;
	background-color: #ffff66;
	color:#003366;
	display:block;
}

