/*Der Aufbau der Website wird mit einzelligen Tabellen Tabellen gelöst. 
Alles wird in der Tabelle "#aussen" zusammengehalten. 
Für die Startseite gibt es anstelle des Standard Aufbaus eine Start-Tabelle ohne weitere Aufgliederung.
*/

#Layer2 {
	position:absolute;
	left:863px;
	top:222px;
	width:94px;
	height:85px;
	z-index:1;
}



#start p {
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#start .Stil7 {
	color: #FF0000;
	font-size: 20px;
}

/*Hier sind die global gültigen Angaben*/

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #666666;
	background-image: url(images/streifli_grau_grau.jpg);
	font-size: 10pt;
}
a {color: #FFFFFF;
	text-decoration: none;}

a:hover {color: #FF0000;}

.big {font-size: 16pt;font-weight: bold;}
.Stil5 {color: #9BCDFF}
.Stil6 {color: #FE7A7D}
.Stil7 {color: #FFFF8C}
.akzent {
	color: #29efea;
	width: 350px;
	background-color: #000000;
}

/*Jetzt folgen die Tabellenspezifischen Angaben für Aussen, Kopf, Trenner, Menu, Content und Fuss Mit der Tabelle "#aussen" wird die Grösse der nutzbaren Fläche festgelgt, die weiteren Tabellen sind innerhalb*/

#Aussen {
	background-color: #000000;
	border: medium solid #000000;
	width: 806px;
}

/*Die Tabelle "#Kopf" schafft Raum für den Header*/

#Aussen #Kopf {
	background-color: #000000;
	width: 100%;
	background-image: url(images/mic_back.jpg.jpg);
}

/*Die Tabelle "#Trenner" liegt unterhalb vom Kopf. Hier wird sie für einen Scrolltext genutzt. Sie kann auch als Menuzeile dienen*/

#Aussen #Trenner {
	background-color: #000000;
	width: 100%;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
}


/*Die Tabelle "#Menu" schafft Raum für die Haupt Navigation. Sie kann links oder rechts angeordnet werden*/

#Aussen #menu {
	color: #000000;
	width: 150px;
}
#Aussen #menu li {
	list-style-type: none;
	font-weight: bold;
	color: #999999;
	width: 100%;
	border: thin solid #999999;
	background-color: #666666;
	text-indent: 10px;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 10px;
	background-position: left;
	left: -20px;
	margin-left: -23px;
}

#Aussen #menu a {
	color: #CCCCCC;
	display: list-item;
}
#Aussen #menu a:hover, #Aussen #menu span {
	color: #ffff00;
    background-color: #333333;
}


/*Die Tabelle "#Content" schafft Raum für den eigentlichen Inhalt der Webseite*/

#Aussen #Content {
	background-color: #222222;
	height: 450px;
	width: 650px;
	background-image: url(images/mic_back_neg.jpg);
}
#Aussen #Content td {
	vertical-align: top;
	cursor: text;
}

#Aussen #Content a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#Aussen #Content #gallerie {
	background-position: center center;
}

#Aussen #Content input {
	font-size: 10pt;
}

#Aussen #Content titel {
	font-size: large;
	font-weight: bold;
}


/*Die Tabelle "#Fuss" schliesst die Webseite ab */

#Aussen #Fuss {
	background-color: #222222;
	color: #CCCCCC;
	width: 100%;
}
#Aussen #Fuss td {
	text-indent: 15px;
}
#Aussen #Fuss a:hover {
	color: #ff0000;
}


#Aussen #menu_avm li {
	display: inline;
	list-style-type: none;
	margin-right: 10px;
	}
	
	
#Aussen #menu_avm li a {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
	
#Aussen #menu_avm li a:hover, #Aussen #menu_avm li span {
	color: #ffffff;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #FFff00;
}
p {
	width: 560px;
}
#Aussen tr td #Content tr td table tr td {
	font-size: 9pt;
}

