/**************Formatierung der Seite allgemein***********************************************************/
html, body {
	margin: 0;
	padding: 5px 0;
	background-image:url(hintergrund.jpg);
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 12px;
	text-align:center;
}
/* formatierung fuer alle Bilder**********************************/
img {
	border: none;
}
/**************Formatierung der Bereiche*******************************************************************/
#header {
	width: 790px;
	overflow: hidden;
	background-image: url(back-top.jpg);
	background-repeat:no-repeat;
	background-color:#7C96E3;
	border-bottom: 5px solid #293C88;
	margin:auto;
	padding:15px 0;
}
#sprache {
	width:25px;
	height:14px;
	float:right;
	margin:2px;
}
#main {
	width: 790px;
	border-bottom: 5px solid #293C88;
	background-color: #6B85DA;
	background-image: url(back-left.jpg);
	background-repeat: repeat-y;
	margin:auto;
}
#navigation {
	width: 140px;
	float: left;
	margin: 0;
	padding: 30px 0 0 0;
	background-image: url(back-left.jpg);
	background-repeat: repeat-y;
	background-color: #6B85DA;
	text-align:left;
}
#content {
	margin: 0 0 0 140px;
	padding: 10px 0;
	background: #FFFFFF;
}
#footer {
	width: 788px;
	margin:auto;
	padding: 10px 0;
	clear: both;
	color: #cccccc;
	background-color: #FFF7DA;
	text-align: center;
	border-right: thin solid #FFCC00;
	border-bottom: thin solid #FFCC00;
	border-left: thin solid #FFCC00;
}
/* Formatierung fuer die Ueberschriften allgemein***************************************************/

/* SiteName für die Formatierung des Untertitels im head ************************************************************/
#siteNameSmall {
	padding: 0px 0px 10px 0px;
	color: #DCDAD4;
}
/* pageName für die Formatierung des jeweiligen Seitennamens**************************************************************/
#pageName {
	padding:15px 0 20px 10px;
	text-align:left;
}
/* Formatierung der einzelnen Ueberschriften*********************************************/
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 200%;
	padding: 10px 90px 5px 30px;
	color: #293C88;
	text-align:left;
}
h2 {
	font-size: 140%;
	color: #1B295D;
}
h3 {
	font-size: 105%;
	color: #1B295D;
}
h4 {
	font-size: 100%;
	color: #1B295D;
}
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 : #3A422B;
	text-align : left;
	background-color : #C4CEF3;
}
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: #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 #293C88;
	font-weight:bold;
}
#nav-links a:link {
	border-top: 1px solid #293C88;
	padding: 7px 0px 7px 10px;
	color:#293C88;
	TEXT-DECORATION: none;
}
#nav-links a:visited {
	border-top: 1px solid #293C88;
	padding: 7px 0px 7px 10px;
	color:#293C88;
	TEXT-DECORATION: none;
}
#nav-links a:hover {
	border-top: 1px solid #293C88;
	padding: 7px 0px 7px 10px;
	color:#FFFFFF;
	TEXT-DECORATION: none;
	background-color: #293C88;
}
.actlnk {
	border-top: 1px solid #293C88;
	padding: 7px 0px 7px 10px;
	color:#FFFFFF;
	TEXT-DECORATION: none;
	background-color: #293C88;
	display:block;
}

