@charset "utf-8";
/* CSS Document */


body {
	color: #000000;
	background: #FFFFFF;
	background-image:url(../images/body_hint.jpg);
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:130%;
	padding:  0;
	margin: 0;
	text-align: center;   /* Zentrierung fuer alte IEs */
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	
}

a { text-decoration: none;}

a:link    {
	color: #C54200;
	font-family: Arial, Helvetica, sans-serif;
}
a:visited { color: #000000;}
a:focus, a:hover, a:active { color: #9e2948 !important;}



/* Allgemeine Klassen
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

.stopFloat {
  display: block;
  float: none;
  clear: both;
  height: 0px;
  font-size: 0px;
  line-height: 0px;
}



/* Rahmen
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#container {
	
	width: 950px;          /* Zentrierung fuer moderne Browser */
	text-align: left !important;        /* text-align:center (body) "neutralisieren" */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 2px solid #993300;
	background-color: #ffffeb;
}

/*TOP
/*******************************************************/

#top {
	width:950px;
	height: 299px;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	background-image:url(../images/top.jpg);
	border-bottom: 2px solid #FFFFFF;
 
  }

/*  Menueleiste
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#menue {
  background: #ffecec;
  height:30px;
  margin: 0;
  padding: 0;  
  border-bottom: 1px solid #99001A;
  
  
}
 
#menue ul {
  margin: 0px 0px 0px 50px;
  padding: 5px 0px 0px 0px;
  list-style: none;
}

#menue li {
  display: inline;   
}


#menue a {
  font-size: 12px;
  margin-right: 40px;
  font-weight:bold;

}

#menue a.on  {
      color:#000000 !important;
	  border-bottom: 1px solid #003300;
    
}
#menue a:link, #menue a:visited {
  color: #99001A;
  text-decoration: none;
 }

#menue a:focus, #menue a:hover, #menue a:active {
  color:#000000 !important;
  text-decoration: underline;
}


/* Spalte 1
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#spalte1 {

  width: 950px;  
  padding: 0px;
  background-color:#ffffeb; 

 
  }
#spalte1 p {

text-align: justify;
margin: 0px 20px 0px 20px;
}

#spalte1 h1 {
    display:block;
	width:800px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-align: left;
	color: #d64700 !important;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: normal;
	padding:0px;
	margin:20px 0px 0px 20px;
	
        }
		

#spalte1 h2 {
    display:block;
	font-family:Arial, Helvetica, sans-serif;
	text-align: left;
	color: #993300;
	font-size: 14px;
	font-weight: normal;
	padding: 0px;
	margin:10px 0px 0px 20px;
		        }
				
#spalte1 h3 {
    display:block;
	font-family:Arial, Helvetica, sans-serif;
	text-align: left;
	color: #99001A;
	font-size: 14px;
	font-weight: normal;
	padding: 0px;
	margin:10px 0px 0px 20px;
		        }
#spalte1 .box1 {

float:left;
width: 400px;
margin: 20px 20px 10px 40px;

}

#spalte1 .box2 {
 
float:right;
width: 400px;
margin: 20px 40px 0px 20px;

}

 /* Fuss
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#bottom {
	
	height:26px;
	width:950px;
	margin: 0px;
	padding-top:14px;
	background-color:#ffecec !important;
	text-align:center;
    border-top: 1px solid #99001A;
   
    }
	
