
/*  ---------------- allgemeine Formatierungen ---------------------- */ 

body { font-size: 12px; line-height: 17px; font-family: Verdana, Arial, SunSans-Regular, Sans-Serif; color:#646466; background: #fff;  padding:0; margin:0; 
}

table {text-align: left; font-size: 12px; line-height: 17px; }

p {
padding: 5px 10px;
margin:0px; }


/*  ---------------- links ---------------------- */ 

a { color:#646466; text-decoration: none; }
a:visited { color:#646466; text-decoration: none; }
a:hover { color:#646466; text-decoration: underline; }
a:active { color:#646466; text-decoration: underline; }


a.text2mit:link { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; line-height: 12px; color: #646466; }
a.text2mit:visited { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; line-height: 12px; color: #646466; }
a.text2mit:hover { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; line-height: 12px; color: #646466; text-decoration: none; }
a.text2mit:active { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; line-height: 12px; color: #646466; }
	


/*  ---------------- Textformatierungen ---------------------- */ 

.h1, .h2, .h3, .h4, .h5 { font-weight: normal; margin:0; color: #646466; }
.h1 { color: #9c2f39; font-size: 20px; line-height: 30px; padding: 0 5px; text-transform: uppercase; background-color: #f4e9e6; }
.h2 { font-size: 18px; line-height: 22px; }
.h3 { font-size: 16px; line-height: 20px; }
.h4 { font-size: 13px; line-height: 17px; padding: 0 5px; background-color: #f4e9e6; }
.h5 { font-size: 10px; line-height: 14px; padding: 0 5px; background-color: #f4e9e6; }
.text2 {font-size: 10px; font-family: Verdana, Arial, SunSans-Regular, Sans-Serif; line-height: 12px; }

.contentgross {
 font-size: 14px; font-family: Verdana, Arial, SunSans-Regular, Sans-Serif; line-height: 23px; padding:0; margin:0; }

.abstand {line-height: 5px;}



/* ----------container zentriert das layout-------------- */
#container {
width: 750px;
padding:0px;
margin: 0px;
margin-left: auto;
margin-right: auto;
} 

/* ----------banner for logo-------------- */
#banner { padding-left: 0px; padding-top: 10px; padding-bottom: 10px;
text-align: center;
}



/* -----------------Inhalt--------------------- */ 
#content{ 
position: relative; 
text-align: center;
margin: 0px; 
}
/*  ----------------footer---------------------- */ 
#footer { background-color: #dddddd; border-top: 1px solid white; text-align:center; position: fixed; bottom: 0; width: 750px; height: 30px; padding-top: 5px; } 





