@import url('http://fonts.googleapis.com/css?family=Kalam');

body {
	text-align:center;
	background-image:url(../images/elegantbg.jpg);
	/*background-color:#E9EBED;
	background:url(../images/bg_schatten.jpg) no-repeat fixed center top #F8F8F8;
	*/
    font-size: 14px;
	font-family: Arial, Helvetica, SunSans-Regular, Sans-Serif;
	color:#000;
	padding:0;
	margin:0;
}

a {color: #000;text-decoration: none;font-weight: bold;}
a:visited {color:#000;}
a:hover {color: #564b47;}
a:active { color:#000000;}

hr{
  height:2px;
  background-color: #554b48; 
  border: #554b48; 
  color: #554b48;
}

h1 {
	font-size:24px;
	font-weight: bold;
	margin:0px;
}

h2 {
	font-size:16px;
	font-weight: normal;
	margin:0px;
	font-weight: bold;
}
	
table{
  border: none;
  border-color: #111;
  /**folgende zwei Zeilen sind f�r die zentrierte Ausrichtung der Tabellen**/
  margin-left:auto; 
  margin-right:auto;
}

.tableborder{
  border: 1px #554b48 solid; 
}

.tableborder tr td{
  border: 1px #554b48 solid; 
  padding: 5px;
}

.button {
	background-color:#A48670;
	font-size:14px;
	border: solid 1px #53829d;
	padding:3px;
	cursor:pointer;
	width: 100px;
	margin-left:auto; 
  margin-right:auto;
}

.button:hover {
	color: #564b47;
}
/*----Bilder----*/
img {border:0px;}
img.download {vertical-align:middle;}

.imgfont{
	font-size:12px;
	font-weight:bold;
  padding-top:0px;
}

.imgfontname{
	font-size:16px;
	font-weight:bold;
}


/* ----------container zentriert das layout-------------- */
#container {
	max-width: 1280px;
	margin-bottom: 10px;
	margin:0 auto;
	background-color:#F9EDE5;
	
}

/* ----------Header Logo-------------- */
#banner {
	text-align: left;
	padding: 0px;
	margin: 0px;
/*	position:fixed;*/
    top:0px;
	background-color:#F9EDE5;

}
/*#banner img {padding:10px 0px;margin:10px 10px 0 10px;}*/

#banner table {
	font-size: 20px;
}

#banner td{
	height: 20px;
}
/* ----------Header Menue-------------- */

#header_menue div {
	font-size: 14px;
    background-color: #a48670;
	border-top:1px solid #554b48;
	border-bottom:1px solid #554b48;
 	margin:0;
 	text-align: center;

}



#header_menue {
	padding: 0px;
	margin: 0px;
}

#header_menue table {
  clear:both; 
  font-size: 16px;
  text-align:center; 
  padding:0; 
  list-style-type:none; 
  height:17px;
  margin-left:auto; 
  margin-right:auto;
  min-width: 800px;
  }

#header_menue td {

    color:#000;
    height:31px;
	line-height:17px;
	padding: 0 9px;
}

.offen {
  background-color:#53829d;
}

/* -----------------Inhalt--------------------- */
#content {
	padding: 0px 50px 5px 50px;
	max-width:1280px;
	/*Margin �ndern um rechte Spalte wieder sichtbar zu machen*/
	margin: 0px 0px 0px 0px;
	
}
div#content { 
	min-height:600px;
	height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
}

p, pre{
	padding: 5px 10px;
	margin:0;
}

#wuerfe{
  text-align:left; vertical-align:top; text-decoration: underline;
}

.datum{
  text-decoration: underline;
}

.titel_name{
  font-weight:bold;
  font-size:16px;
  
}

.titel_daten{
 font-size:14px; 
}

#headline_start a{
	font-size:28px;
	color:#990000;
	font:  normal 38px/150% 'Kalam';
}

#headline_aktuelles a{
	color:#990000;
}



/* -----------footer--------------------------- */
#footer div {
	font-size:16px;
	background-color: #a48670;
	border-top:2px solid #554b48;
	border-bottom:1px solid #554b48;
  	padding: 10px 0 10px 0
  	color:#000;
	text-align: left;
}


#footer {
	clear: both;
	margin: 0px;
	padding: 0px;
}

