/**************Formatierung der Seite allgemein***********************************************************/
html, body{
	margin: 0;
	padding:10px  0;
	background-image: url(hintergrund1.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	text-align:center; 
}

/* Formatierung fuer alle Bilder**********************************/
img{
border: none;
}

/**************Formatierung der Bereiche*******************************************************************/
#header {
	overflow: hidden;
	border-bottom: 5px solid #990000;
	width: 640px;
	margin: auto;
	background-image: url(hintergrund2.jpg);
	background-repeat: repeat;
}

#language{
	float:right;
	margin:5px 10px;
	width:25px;
	height:15px;
}

#content{
	width: 640px;
	height: auto;
	margin: auto;
	text-align:center;
	padding: 10px 0 10px 0;
	border-bottom: 5px solid #990000;
	background-color: #F5F1E6;
}

#footer{
	color: #cccccc;
	margin: auto;
	background-color: #FFFFCC;
	width: 640px;
	border:1px solid #990000;
	padding:10px 0;
}

/* 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: #990000;
}

h1{
	font-size: 180%;
	padding: 10px 0px ;
}

h2{
	font-size: 140%;
}

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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
}

ul ul{
	list-style-type: disc;
}

ul ul ul{
	list-style-type: none;
}
li{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Formatierung der Tabellen******************************/
td {
	text-align:left;
} 

th {
	color : #FFFFFF;
	background-color: #990000;
} 

tbody {
} 

thead {

} 

tfoot {
} 

.table {
	width: 620px;
	height: auto;
	margin:auto;
}

.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;
}

