/* alle Standardabstände der Browser auf 0 setzen */
	* {
		margin:0px;
		padding:0px;
	}

/* im body tag werden die Standard-Einstellungen vorgenommen */
	body {
		color:#000000;
		background-color:#FFFFFF;
		font-size:80%; 
		font-family:Arial, Helvetica, sans-serif;
		padding:10px;
		margin:20px;
	}

/* Klasse um die floats in den Griff zu kriegen */
	.clear {
		clear:both;
		font-size:1px;   /* wegen Opera MUSS mindestens ein pixel Höhe eingegeben sein */
		line-height:0px; /* es ist noch zu prüfen, ob "alle" Browser mit einer 0 klar kommen - zur Sicherheit besser auf 1 stellen */
	}

/* globale Einstellungen für Absätze */
	p {
		margin-bottom:1em;
		line-height:1.2em;
	}

/* Bilder immer ohne Rahmen */
	img {
		border:0px;
	}

/* globale Einstellungen für Links - auf die Reihenfolge achten !! */
	a:link { text-decoration:none; color:#000000; }
	a:visited { text-decoration:none; color:#000000; }
	a:hover { text-decoration:none; color:#000000; }
	a:active { text-decoration:none; color:#000000; }
	a:focus { text-decoration:none; color:#000000; }

	a.active { color:#000000; text-decoration:none; } /* das ist unsere Standardklasse um Menüpunkte als aktiv zu kennzeichnen. 
                                   !Achtung! nicht mit der Pseudoklasse :active verwechseln !Achtung! 
								   Da diese Angabe für alle Menüs gleichermaßen gelten soll setzen wir sie hier */

/* die Einzüge bei ul und ol werden von den Browsern sehr unterschiedlich behandelt
   wenn man eine einheitliche Darstellung erreichen möchte, müssen teilweise spezifische 
   Angaben gemacht werden. */
	ul {
		margin-left:16px; /* passend für IE 7 - was ist mit früheren Versionen? */
		/* firefox:  margin-left:14px; */
		/* opera:    margin-left:12px; */
	}
	
	ol {
		margin-left:24px; /* passend für IE 7 - was ist mit früheren Versionen? */
		/* firefox, opera, safari: margin-left:20px; */
	}

/* die Überschriften */
	h1 {
		font-size:1.4em;
		margin-bottom:5px;
		padding:0px;
		font-weight:bold;
	}

	h1 span {
		font-size:0.9em;
	}

	h2 {
		font-size:1.2em;
		font-weight:bold;
		margin-bottom:5px;
		padding:0px;
	}

	h3 {
		font-size:1.1em;
		font-weight:bold;
		margin-bottom:5px;
		padding:0px;
	}

	h4 {
		font-size:1em;
	}

/* allgemeine Angaben zu Tabellenzellen */
	td {
		vertical-align:top;
	}

/* Einstellungen für den Header Bereich*/
	#header {
		
	}

	#header .textBlock {
		padding-bottom:5px;
		font-size:1em;
		font-family:Arial, Helvetica, sans-serif;
	}

	#header .textBlock div, #header .blendeRechts div {
		background-color:#FFFFFF;
		padding:5px;
		z-index:30;
	}

	#header #logo {
		background-image:url(../uploads/layout/logo_gs-medicalsoftwaresucc.gif);
		height:107px;
		width:216px;
		background-repeat:no-repeat;
	}

	#bildAufHeaderLinks {
		display:none;
	}

	#bildAufHeaderMitte {
		display:none;
	}

	#bildAufHeaderRechts {
		display:none;
	}

	#bildAufHeaderAbschluss {
		display:none;
	}

/* Einstellungen für den content Bereich */
	#content {
		color:#000000;
	}

	.slogan {
		color:#000000;
	}

	#content span.home {
		font-size:1.8em;
	}

	#subHeader {
		display:none;
	}

	#subHeader img {
		border-bottom:2px solid #122759;
		padding-bottom:5px;
	}

	#subHeader img.first {
		margin-right:10px;
	}

	#innerContent {
		
	}

	#innerContent img {
		padding:2px;
		border-right:1px solid #cfcfcf;
		border-bottom:1px solid #707070;
		border-left:1px solid #cfcfcf;
	}

	#innerContent img.rechts {
		float:right;
		margin:0px 0px 10px 10px;
	}

	#innerContent img.links {
		float:left;
		margin:0px 10px 10px 0px;
	}

	#innerContent .kasten {
		border:2px solid #000000;
		padding:10px;
		margin-left:-10px;
	}

/* Einstellungen für den Container "Adresse" */
	#adresse {
		display:none;
	}

	#adresse a {
		color:#9ee8ff;
		text-decoration:none;
	}

	#adresse p span {
		font-size:1.2em;
		font-weight:bold;
	}

/* Einstellungen fuer das obere Menue */
	#menu {
		display:none;
	}

	#menu ul {
		list-style-type:none;
	}

	#menu ul li {
		display:inline; 
	}

	#menu ul li a {
		color:#000000;
		text-decoration:none;
		font-size:1.1em;
		font-weight:bold;
		margin-right:20px;
		position:relative;
	}

	#menu ul li a span {
		display:none;
	}

	#menu ul li a:hover span, #menu ul li a.active span {
		display:none;
	}

/* Einstellungen fuer Formular */
	#content form label {
		float:left;
		width:6em;
		margin:5px 5px 5px 0px;
		padding:5px 5px 5px 0px;
		text-align:left;
	}

	#content input, #content textarea {
		display:block;
		float:left;
		margin:5px;
		padding:2px;
		width:35em;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:0.9em;
	}

	#content textarea {
		height:7em;
	}

	#content form br {
		clear:left;
	}

/* error und succes layer des Kontaktformulars */
	#error {
		color:#f49e00;
		font-weight:bold;
		margin-bottom:20px;
	}

	#success {
		color:#FFFFFF;
		font-weight:bold;
		margin-bottom:20px;
	}

/* Fuß bei Druckversion */
	#footerPrint {
		display:block;
		text-align:center;
		margin-top:20px;
		border-top:1px solid #000000;
		padding-top:10px;
	}