@charset "utf-8";
/* 

----------------------------------------------------------------------
Mobilfunk-Aerzteinitiative
Start: 15.09.2007
Letzte Aenderung: 18.09.2007
Autor: wilhelm hochrein  www.edv-hochrein.de
----------------------------------------------------------------------
*/

/* Allgemeine Einstellungen */

* {
	margin: 0;
	padding: 0;
} 

body  {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #DDDDDD;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	color: #000000;
} 

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
} 
/* end hiding */
.Stil64 {	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #000000;
} 
.Stil67 {font-size: 16px}
.Stil68 {color: #000000}
.Stil69 {
	font-size: 14px;
} 
.Stil70 {font-size: medium}
.Stil71 {
	font-family: Georgia, "Times New Roman", Times, serif;
} 
.Stil72 {font-size: medium; font-family: Georgia, "Times New Roman", Times, serif; }

a {
	color: #c00;
	text-decoration: none;
} 
a:hover {
	text-decoration: underline;
} 
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
} 

/* Layout- und Typo-	Einstellungen */

#container {
	width: 950px;
	margin: 0;
	border: 2px solid #6f6f6f;
	background: #fff;
	text-align: left;
} 

#header {
	height: 60px;
	background-repeat: no-repeat;
	background-color: #99ccff;
	color: #000000;
	bottom: 15px;
} 
	#header h1 {
	display: none;
	}

#navigation {
	background-repeat: no-repeat;
	height: 22px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 45px;
	background-image: url(../Bilder/navigation.gif);
}
	#navigation ul {
	list-style-type: none;
	}

	#navigation li {
	font-size: 16px;
	display: inline;
	line-height: 16px;
	font-weight: bold;
	}
	#navigation a {
	float: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 19px;
	color: #FFFFFF;
	}
	#navigation a:hover {
	background-position: 0px 11px;
	color: #CCCCCC;
	}
.Stil73 {color: #3366ff}


#mainContent {
	margin: 0 0px 0 0px;
	padding: 0 70px;
}
	#mainContent h1 {
	font-size: medium;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-weight: bold;
	font: Georgia, Times New Roman, Times, serif;
	}

