/**************Formatierung der Seite allgemein******
*****************************************************/
html, body{
	margin: 5px 0;
	padding: 0;
	background-image: url(hintergrund.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align:center;
	color: #006666;
}

/* Formatierung fuer alle Bilder*
*********************************/
img{
border: none;
}

/**************Formatierung der Bereiche**************
*****************************************************/
#header {
	width: 720px;
	margin: auto;
	padding: 25px 0;
	overflow: hidden;
	border-top: 1px solid #006666;
	border-right: 1px solid #006666;
	border-left: 1px solid #006666;
	border-bottom: 3px solid #006666;
	background-color:#FFFDD3;
	background-image:url(back_top.jpg);
	background-repeat:no-repeat;
}

#language{
	float:right;
	margin:5px 10px;
	width:25px;
	height:15px;
}

#content{
	width: 720px;
	height: auto;
	margin: auto;
	padding: 20px 0;
	border: 1px solid #006666;
	text-align:center;
	padding:0;
	background-color:#FFFDEE;
}

#footer{
	width: 720px;
	margin: auto;
	color: #cccccc;
	background-color: #FFFDEE;
	padding:10px 0;
	border:1px solid #006666;
}

/* Formatierung fuer die Ueberschriften allgemein*
**************************************************/

/* SiteName für die Formatierung des Untertitels im head 
************************************************************/
#subtitel{
	padding: 0px 0px 10px 10px;
	color: #666666;
}

/* pageName für die Formatierung des jeweiligen Seitennamens*
*************************************************************/
#pageName{
	padding-bottom: 10px;
	padding-left: 10px;
}

/* Formatierung der einzelnen Ueberschriften*
********************************************/
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	color: #006666;
	font-family: Arial, Helvetica, sans-serif;
}

h1{
	font-size: 200%;
	padding: 10px 0px ;
	color:#155352;
}

h2{
	font-size: 140%;
}

h3{
	font-size: 120%;
}

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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

ul ul{
	list-style-type: disc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

ul ul ul{
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

/* Formatierung der Tabellen*
*****************************/
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align:left;
} 

th {color : #FFFFFF;
	text-align : left;
	background-color : #006666;
	font-size:95%; 
} 

tbody {
} 

thead {
} 

tfoot {
} 

.table {
	width: 680px;
	margin: auto;
}

.table-center {
	text-align : center;
}

.table-right {
	text-align : right;
}

/* Formatierung fuer Links allgemein *
**************************************/
a.norm:link, a.norm:visited {
	color: #003333;
	text-decoration: underline;
}

a.norm:hover {
	color: #003333;
	text-decoration: none;
}


a.contact:link, a.contact:visited {
	color: #9A0027;
	text-decoration: underline;
}

a.contact:hover {
	color: #9A0027;
	text-decoration: none;
}

