/* ------------------------------------ */
/* Hauptbereiche                        */
/* ------------------------------------ */
body { margin:0px; padding:0px; border:0px;
 font-family:Verdana,sans-serif;
 font-size:11px; background-color: #ffffff;
 }

/*-----------------------------------------------*/
/*   header                 |header-logo |       */
/*-----------------------------------------------*/
/*  navi  |    content                           */
/*        |                                      */
/*        |                                      */
/*        |                                      */
/*        |                                      */
/*-----------------------------------------------*/
/*   footer                                      */
/*-----------------------------------------------*/
div, img { margin:0px; padding:0px; border:0px;}
#header {display:none;}
#header-logo{display:none;}

#navi{display:none;}

#main {	float:right; width:99%;
  	background-color: #ffffff;
	line-height:1.5em;
}

#footer {clear: both;
	width: 100%;
 	height:61px;
 	text-align:center;
}
#footer_text {
 color:#000;
 padding-top:15px;
}

/*-----------------------------------------------*/
/*  Klassen zur Textformatierungen               */
/*-----------------------------------------------*/
.logoschrift {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  line-height:3em;
}
.justprint{display:block; font-weight:bold;}

.mini {font-size:10px;}
.gross {font-size:20px; line-height:28px;}
.mittel {font-size:16px;}
.normal {font-size:12px; margin-top:0; padding-top:0; line-height:1em; display:inline;} /* für Überschriften, die wie Text aussehen sollen */
.fett {font-weight:bold;}

.mittig {text-align:center;}

p {width:90%; text-align:left; margin-top:20px; margin-bottom:0px; padding-bottom:0px;}
.ohne {margin-top:0px;padding-top:0px; line-height:1.7em;}
p a {text-decoration:underline;}
.spalte {float:left; width:48%;}
.spalte_sub {float:left; width:49%; text-indent:3em;}

h1 		{font-size:20px; margin-top:20px; line-height:2em;}
.wie_h1 {font-size:20px; margin-top:20px; line-height:2em;}
h2 		{font-size:16px; margin-top:20px; line-height:1.5em;}
.wie_h2 {font-size:16px; margin-top:20px; line-height:1.5em;}
h3 		{font-size:14px; margin-top:10px; line-height:1.5em;}
.wie_h3 {font-size:14px; margin-top:10px; line-height:1.5em;}

/*-----------------------------------------------*/
/*  Listen                                       */
/*-----------------------------------------------*/

.ul-blau {list-style-image: url(../img/blau12.gif); list-style-position:outside;}
.ul-grau {list-style-image: url(../img/grau12.gif); list-style-position:outside;}
.ul-sblau {list-style-image: url(../img/sblau12.gif); list-style-position:outside;}
.ul-sgrau {list-style-image: url(../img/sgrau12.gif); list-style-position:outside;}
.ul-tblau {list-style-image: url(../img/tblau12.gif); list-style-position:outside;}
/*-----------------------------------------------*/
