/* '*' ist universalselector. Damit wird fuer Tags alle eine 
   Vorgabe eingestellt! */
/* Einstellungen fuer alle Tags: */
*{
	font-family:Helvetica,Arial,Verdana,sans-serif;
}


/* '* html' gilt fuer alle unter-Tags 'html' */
  * html {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
    margin-bottom: 0;
  }

html{
	min-height: 101%; /* Damit vertikaler Scrollbalken immer angezeigt wird */
				/* 100 % reicht für MOZ aus, Opera will 101% */
}


body{
    background-color: white;
    font-style: normal;
	padding: 0;
    margin: 0; 
	font-size: 1.01em;	 /* Krumme Grösse fuer IE und Opera */
	/*padding: 1em 0;*/
    text-align: center;  /* Zentrierung im Internet Explorer */

/*	border: 1px solid lime;*/
}

#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    padding: 0;
	margin 0;
    margin: 30px auto;      /* standardkonforme horizontale Zentrierung */
    width: 760px;			/* Seitenbreite */
    line-height: 1.5em;		/* Zeilenöhe fuer Schrift */		
	font-size: 0.83em;		/* Defaultschriftgröße */
border: 1px solid #cccccc;	/* wird border auf 0px gesetzt, so zeigt moz den Background nicht mehr an -:(( */
background-color: white;
}



a {
 color: #CC0000;
 text-decoration: none;
}



/*a:link { color: 990000; text-decoration: none;} */
/*a:visited { color: 990000; } */

a:hover{
	text-decoration: underline;
}

a:active {
	font-weight: bold;
}



.clrboth{		/* Hebt float-Umgebung auf */
	clear: both;
	height: 0;
	display: block;
}

/*       Individualformate:      */



#header {
	margin: 0;
	padding: 0;
	height: 120px;
	background-color: #f0f0f0;
	background-image: url("farben.gif");
	background-position: bottom;
}

#header h1{
	text-align: left;
    font-size: 1.45em;
	font-weight: bold;
	color: black;
	margin: 0px 0 0 10px;
	padding: 30px 0 0 20px;
	width: 450px;
}

#header p{
	text-align: left;
    font-size: 1.45em;
	font-weight: bold;
	margin: 0px 0 0 20px;
	padding: 5px 20px 0 0;
	float: left;
}



#mlogo{	/* AAA-Logo im Header */
	margin: 0;
	padding: 0;
	float: right;
	margin-right: 35px;
	margin-top: 5px;
	width: 112px;
}

/* das Logo oben rechts:  */
#header #logo, #header span#logo {
    margin: 0; padding: 0.3em;
    text-align: right;
	width:200px;
    float: left; 
/*border:1px solid blue;*/
    }

/* Der Kopftext oben links: */
#header #htxt, #header span#htxt {
	font-weight:bold;
	margin: 10px 10px 0px 0px;
	padding: 0px 20px;
	width:420px;
    text-align: left;
    float: left; 
/*border:1px solid yellow;*/
    }



div#Menu {
	overflow: hidden;	/* neu Do. 08.06.2006 14:51:23 */
    clear: both;
    font-color: black;
	font-size: 1.0em;
	font-weight:bold;
	margin: 40px 0 0 0;
	border: 0;
	line-height: 1.7em;
    padding: 0.1em;
    float: left; 
	width: 150px;
    /*border-right: 1px solid black;*/
/*border: 1px solid green;*/
	}

div#Inhalt  {
	float: left;  width: 570px;
    margin: 40px 0;	/* oberer,unterer Rand Abstand=40px  ; rechts,links = 0*/
	padding: 0 0 0 15px;
/*border: 1px solid red;*/
  }

div#Inhalt h2 {
	margin: 0 0 -10px 0;
	padding: 0 0 5px 15px;
	font-size: 1.1em;
	background-image: url(../bild/winkel.png);
	background-repeat: no-repeat;
	/*border: 1px solid blue;*/
	
}
div#Inhalt h3 {
	margin: 0 0 -6px 0;
	padding: 4px 0 0 0;
	font-size: 1.0em;
	/*border: 1px solid blue;*/
	
}
/* Vorher stand hier div#Bild p */
div#Bildh2{
   float: right;  
  /*text-align: right;
   font-size: 0.75em;
   width: 200px;*/
   margin: 0 0 0 8px;
border: 1px solid grey;*/
}



div#AbsatzBild  {
	clear: both;
    width: 555px;
    margin: 0; padding: 0;
    border:0px solid black;
}


div#Absatz  {
    float: left;
    width: 350px;
    margin: 0;
    padding:0;
    border: 0px solid blue;
}

div#Absatz ul{
	margin-top: 0;
	padding-top: 0;
}




/* Vorher stand hier div#Bild p */
div#Bild{
   float: right;  
   text-align: right;
   font-size: 0.75em;
   width: 200px;
   margin: 0; padding: 0;

border:0px solid green;
}


div#Absatzl  {
    float: right;
    width: 350px;
    margin: 0;
    padding:0;
    border: 0px solid blue;
}

div#Absatzl ul{
	margin-top: 0;
	padding-top: 0;
}




/* Vorher stand hier div#Bild p */
div#Bildl{
   float: left;  
   text-align: left;
   font-size: 0.75em;
   width: 200px;
   margin: 0; padding: 0;
}


	
div#umenue  {
    text-align: left;
    text-indent:0px;
    line-height: 1.2em;
border:0px solid green;
}

/* Untermenue */
.ul2{
	margin: 0; padding: 0;
	margin-left: 10px;	/* Einzug */
	list-style: none;	/* keine Marker */
	line-height: 1.2em;
}

/* Diverses: */

h1 {
    margin: 0; padding: 0.3em;
    text-align: right;
border:0px solid blue;
}
    
h4 {
    font-size: 1.5em;
/*    margin: -60px 10px 1em -10px;*/
	margin: 0px 10px;
	width:450px;
    text-align: left;
border:0px solid yellow;
	}

h7 {
    font-size: 0.7em;
/*    margin: -60px 10px 1em -10px;*/
	line-height:90%;
	width:450px;
    text-align: left;
border:0px solid yellow;
	}	

     

table {
 font-family: VERDANA,ARIAL,HELVETICA;
 font-size: 0.9em;
}
td {
 font-family: VERDANA,ARIAL,HELVETICA;
 font-size: 0.9em;
}




ul.maroon{
	color:  #990000;
}
ul.maroon div{
	color: black;
}


.liMaroon{
}

ul.rotePunkte{
	color: #CC0000;
}
ul.rotePunkte div{
    color: black;
}



</style>
