/* Gesundheitsholding Schwaebisch Hall gGmbH
   main print stylesheet
   01 2009 erik wunderlich */

* {
	margin:0px;
	padding:0px;
	border:0px;
}

body {
	background:#FFF url(../gfx/bg_main.gif) repeat-y;
}

body {
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size:100%;
	color:#000;
}

h2 {
	font-weight:normal;
	font-size:0.8125em;
	line-height:1em;
	margin-bottom:1em;
}
h3, p, li, a#impressumlink {
	font-size:0.6875em;
	font-weight:normal;
	line-height:1.2727em;
	margin-bottom:1em;
}
h2, h3 {
	color:#0E519A;
}

a:link, a:visited, a:active {
	color:#0E519A;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

/* @group content elements */

div#mainstage {
	width:1024px;
	background-repeat:no-repeat;
	background-position:193px 0px;
}

h1#mainlogo {
	width:193px;
	height:143px;
	background:url(../gfx/bg_mainlogo_s.gif) no-repeat;
}

h1#mainlogo a {
	display:block;
	width:100%;
	height:100%;
	text-indent:-9999px;
}

div#maincontent {
	margin-top:16px;
	margin-left:223px;
	width:520px;
}

div#randspalte {
	position:absolute;
	left:844px;
	top:163px;
	width:150px;
}

div#mainnavi {
	position:absolute;
	left:24px;
	top:162px;
	width:160px;
}

div#mainnavi ul {
	margin-bottom:2.1em;
}

div#mainnavi li {
	color:#FFF;
	margin-bottom:0.9em;
	font-weight:bold;
	list-style-type:none;
	background:url(../gfx/mn_bullet_ebene1.gif) 0px 5px no-repeat;
	padding-left:9px;
}

div#mainnavi a {
	display:block;
	color:#FFF;
	font-weight:bold;
}

div#mainnavi a#impressumlink {
	color:#6F6F6F;
	font-weight:bold;
	padding-left:9px;
}



/* @end */

/* @group service classes */

.al {
	text-align:left;
}
.ac {
	text-align:center;
}
.ar {
	text-align:right;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.cl {
	clear:left;
}
.cr {
	clear:right;
}
.cb {
	clear:both;
}
.screen, .visOn {
  visibility:visible;
}
.print, .visOff {
  display:none;
}
:focus {
	outline:none;
}

/* @end */

