/**************Formatierung der Seite allgemein******
*****************************************************/
html, body{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #3241A7;
	background-image: url(hintergrund1.jpg);
	background-repeat: repeat;
	text-align:center;
}

/* formatierung fuer alle Bilder*
*********************************/
img{
	border: none;
}

/**************Formatierung der Bereiche**************
*****************************************************/
#header{
	width: 790px;
	overflow:hidden;
	background-image:url(hintergrund1.jpg);
	background-repeat:repeat-x;
	border-top: 1px none;
	border-bottom: 5px none;
	border-right: 1px none;
	text-align: center;
	margin:auto;
	border-left-style: none;
}

#logoarea{
	width: 89px;
	height: 90px;
	float: right;
	margin: 0px;
	background-image: url(../pics/logo.jpg);
	background-repeat:no-repeat;
}

#main{
	width: 790px;
	border-bottom: 0px solid #3241A7;
	border-right: 0px solid #3241A7;
	background-image:url(hintergrund1.jpg);
	background-repeat:repeat-y;
	margin:auto;
}

#navigation{
	width: 140px;
	float: left;
	margin: 0;
	padding: 40px 0 0 0;
	background-image:url(hintergrund1.jpg);
	background-repeat:repeat;
	text-align: left;
}

#content{
	margin: 0 0 0 140px;
	padding: 10px 0;
	background: #ffffff url(hintergrund1.jpg);
}

#footer{
	width: 789px;
	margin-top: 0px;
	padding: 5px 0px;
	clear: both;
	border: 1px none #965200;
	color: #cccccc;
	text-align: center;
	margin:auto;
}

/* Formatierung fuer die Ueberschriften allgemein*
**************************************************/

/* SiteName für die Formatierung des Untertitels im head 
************************************************************/
#siteNameSmall{
	padding: 0px 0px 10px 10px;
	color: #666666;
}

/* pageName für die Formatierung des jeweiligen Seitennamens*
*************************************************************/
#pageName{
	padding: 20px 0 10px 10px;
}

/* Formatierung der einzelnen Ueberschriften*
********************************************/
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

h1{
	font-size: 32pt;
	padding: 10px 0px 10px 10px;
	color: #333333;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}

h2{
	font-size: 24pt;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	color: #333333;
	font-style: italic;
}

h3{
	font-size: 18pt;
	font-family: "Times New Roman", Times, serif;
	color: 333333;
	font-style: italic;
}

h4{
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h5{
	font-size: 100%;
	color:#664300;
}

h6{
	font-size: 7pt;
	font-weight: normal;
	color: #FFFFCC;
}

/* 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 {
text-align:left;
} 

th {
} 

tbody {
} 


thead {
	background-image:url(linie.gif);
	background-repeat:no-repeat;
} 

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: #3241A7;
	text-decoration: underline;
}

a:hover {
	color: #3241A7;
	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;
	padding: 0px;
	border-bottom: 1px solid #3241A7;
	font-size: 90%;
}

#nav-links a:link{
	border-top: 1px solid #3241A7;
	padding: 7px 0px 7px 10px;
	width: auto;
	FONT: bold 8pt verdana, arial, sans-serif;
	TEXT-DECORATION: none;
	color:#333333;
}

#nav-links a:visited{
	border-top: 1px solid #3241A7;
	padding: 7px 0px 7px 10px;
	width: auto;
	FONT: bold 8pt verdana, arial, sans-serif;
	TEXT-DECORATION: none;
	color:#333333;
}

#nav-links a:hover{
	border-top: 1px solid #3241A7;
	padding: 7px 0px 7px 10px;
	width: auto;
	FONT: 8pt verdana, arial, sans-serif;
	font-weight: bold;
	TEXT-DECORATION: none;
	background-repeat:no-repeat;
	overflow:hidden;
	color:#FFFFFF;
	background-color: #3241A7;
}
.actlnk{
	border-top: 1px solid #3241A7;
	padding: 7px 0px 7px 10px;
	width: auto;
	FONT: 8pt verdana, arial, sans-serif;
	font-weight: bold;
	TEXT-DECORATION: none;
	background-repeat:no-repeat;
	overflow:hidden;
	color:#FFFFFF;
	display:block;
	background-color: #3241A7;
}

