/* Allgemeine Formatierungen 
Farbe der Navigationsfelder: #b3daff
Farbe der Umrandung der Navigationsfelder: #9fbaff
Farbe der Schrift der links: #000080
Farbe der Schrift im Textteil: #000080
Farbe der Schrift im ersten Abschnitt der Mittelspalte auf der STartseite: #000080
Farbe der Schrift im zweiten Abschnitt der Mittelspalte auf der STartseite:#333333
Farbe der senkrechten Trennlinien: #e0e0e0 (dotted)
Farbe der grauen Linie im Kopf und in der Fusszeile: #e0e0e0
*/
/* ################################################################################################################## */

* {
	margin-top: 0px;
	}
* html {
  margin:0;
	height:100%;}

body {
	min-height:101%;
	font-family:arial,helvetica,verdana,sans-serif;
	color:#000000;
	font-weight:normal;
	font-size:12px; /* für IE5/Win */
	voice-family:"\"}\"";
	voice-family:inherit;
	font-size:12px; /*für konforme browser*/	
	background-color:#fff;
}
html>body { /* opera*/
	font-size:12px;
}
a {
	text-decoration: none;
	color:black;
	}

/* ENDE Allgemeine Formatierungen */
/* ################################################################################################################## */
/* Überschriften */
h1 {
	font-size:130%;
	letter-spacing:+1px;
}
h2 {
	font-size:120%;
}
h3 {
	font-size:110%;
}
h4 {
	font-size:100%;
}
p {
	font-size:100%;
}
ul li {
	font-size:100%;
}
/* Ende Überschriften */
/*###################################################################################################################*/

#content {
	width:100%;
}

#sidebar-left {
	display:none;
	}

#sidebar-right {
	display:none;
}

#footer {
	display:none;
	}
#content div  {
	padding: 10px;
	}
	
/* Vorstand */
#table_vorstand {
	width:100%;
	border:0px;
}
#table_vorstand td {
	border:0;
}

/*ENDE Vorstand */

/* Formular */

form {
	width:100%;
	border-top:1px solid #ff0000;
	border-bottom:1px solid #ff0000;
	color:black;
	background-color:#fafafa;
}
#anmelden #spaltelinks {
	display:block;
	width:45%;
	float:left;
}
#anmelden #spalterechts {
	display:block;
	width:45%;
	float:right;
}
#anmelden #unterespalte {
	clear:both;
}
.senden {
	background:#99ff99;
}
.loeschen {
	background:#cccccc;
}

/* ENDE Formular */
/*####################################################################################################################*/
/* Ende Layout */
/*###################################################################################################################*/

/* Klassen */
a:hover     {
         font-weight:bold;
         }
.akbs {
	font-size:130%;
	color:#841838;
	font-weight:bold;
}
.gross {
	font-size:1.2em;
}
#inserate .image {
	display:none;
}
.autonom {
	color:red;
	font-family:serif;
}
.form {
	background:#fff;
}
.redtransp {
	background:transparent;
	border-bottom:1px solid #ff0000;
}

.kursiv {
	font-style:italic;
}
.lightgrey {
	background:#fff;
}

.listeohne {
	list-style-type:none;
	padding:0px;
}
.listeohne li {
	padding-left:3px;
	margin-bottom:5px;
}
.listeohne ul {
	padding:0;
}
.wichtig {
	font-weight:bold;
}
/*#####################################################################################################################*/
/* Bilder */

.image {
	display:none;
	border:none;
}
#bundeshaus {
	display:none;
	float:left;
	padding:0 10px 10px 0;
}
#rothaus {
	display:none;
	float:right;
	padding:0 0 10px 10px;
}
/*####################################################################################################################*/
/* Tabellen */
#inserate .table {
	width:90%;
	margin-left:40px;
	margin-bottom:20px;
	padding:20px 8px;
	text-align:left;
	border:1px solid #b5b5b5;
	background:#f0f0f0;	
}
#inserate .table th,td {
	margin:0;
	border-bottom:1px solid #b5b5b5;
}
/* Ende Tabellen
/*##################################################################################################################*/
/*  IE fixes */

#content, #sidebar-left {
	height: 1%;
	}

/* Hides from IE/Mac \*/

#footer {
	height: 1%;
	}
/* End hide from IE/Mac */
/*###################################################################################################################*/
