/* Print-Stylesheet: www.kogel-orthopaedie.de */

/* * * * * * * * * * * * * * * * * * */
/* Allgemeine Definitionen * * * * * */
/* * * * * * * * * * * * * * * * * * */
*{
	margin: 0;
	padding: 0;
}

html { height:101%; }

body  { 
	min-height: 101%;
  font-size: 100.01%;
	background:#ffffff url(../grafiken/bg_body.gif);
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	background-color:#ffffff;
	color:#0EA4A8;
	font-size:15px;
	font-weight:bold;
	margin-bottom:1em;
}
h2 {
	background-color:#ffffff;
	color:#4F51A2;
	font-size:13px;
	font-weight:bold;
	margin-bottom:1em;
}
h3 {}
h4 {}

p {
	color:#3B3D86;
	font-size:12px;
	margin:1em 0;
}

a:link,
a:visited,
a:focus,
a:hover,
a:active {

}
a:visited {

}
a:focus,
a:hover,
a:active {

}

img, a img {
	border: 0;
}

/* * * * * * * * * * * * * * * * * * */
/* * Allgemeine Klassen  * * * * * * */
/* * * * * * * * * * * * * * * * * * */
.unsichtbar {
  display: block;
  position: absolute !important;
  top: -6000px !important;
  left: -6000px !important;
  height: 1px !important;
  width: 1px !important;
}
.stopFloat{
  display: block;
  clear: both;
  float: none;
  height: 1px;
  font-size: 1px;
  line-height: 1px;
  overflow: hidden;
}
.rightFloat {
	float:right;
	margin:0 0 0 0.5em;
}
.leftFloat {
	float:left;
	margin:0 0.5em 0 0;
}
.rightAlign {
	text-align:right;
}
.leftAlign {
	text-align:left;
}
.center {
	text-align:center;
}
img.zertifikat {
	margin-top:2em;
}
p.zertifikat {
	text-align:center;
	margin:1em 1em 1em 1em;
	font-size:0.7em;
}
p.zertifikat strong {
	font-weight:normal;
}
/* * * * * * * * * * * * * * * * * * */
/* * Ebenen  * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * */
#wrapper {
	border:1px solid #000000;
	text-align:left;
}

#header {
	position:relative;
	background:#ffffff url(../grafiken/bg_header.gif) repeat-x;
	height:150px;
}
	.skiplinks p,
	p.skip {
		display:none;
	}

	img#logo {
	}
	img#slogan {
		position:absolute;
		left:190px;
		top:0;
	}
	
	/* Servicenavigation */
	#servicenav {
		display:none;
	}
		#navigation {
		display:none;
	}
	#inhalt {
		margin:0 50px;
	}
	
		#inhalt ul {
			font-size:12px;
			font-weight:normal;
			margin:1em 2em;
		}
		#inhalt li {
			color:#3B3D86;
		}
		#inhalt a:link,
		#inhalt a:visited,
		#inhalt a:focus,
		#inhalt a:hover,
		#inhalt a:active {
			background-color:#ffffff;
			color:#3B3D86;
			text-decoration:underline;
		}
		#inhalt a:focus,
		#inhalt a:hover,
		#inhalt a:active {
			background-color:#627FBC;
			color:#ffffff;
			text-decoration:none;
		}
		
		/* Inhalte in der Seitenspalte */
		#seitenspalte {
			float:right;
			width:180px;
			margin:0 0 10px 10px;
		}
		#seitenspalte img {
			float:right;
			padding:3px;
			margin:0 0 5px 10px;
			border:1px solid #AEBFE2;
		}
		#seitenspalte p {
			float:right;
			width:156px;
			margin:0 0 5px 0;
			padding:5px 15px 5px 5px;
			text-align:right;
			font-size:10px;
		}

#footer {
	clear:both;
	background-color:#627FBC;
	padding:10px 15px;
}
	#footer p {
		margin:0;
		color:#ffffff;
		font-size:0.7em;
		text-align:center;
		line-height:1.5em;
	}
	#footer a:link,
	#footer a:visited,
	#footer a:focus,
	#footer a:hover,
	#footer a:active {
		background-color:#627FBC;
		color:#ffffff;
	}
	#footer a:focus,
	#footer a:hover,
	#footer a:active {
		background-color:#ffffff;
		color:#627FBC;
	}
#footer2{
	display:none;
}
