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

/* * * * * * * * * * * * * * * * * * */
/* FARBEN  * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * */
/*  Header-blau: #627FBC             */
/*  Text-blau: #4F51A2               */
/*  Text-dunkelblau: #3B3D86         */
/*  Text-tuerkis: #0EA4A8            */
/*                                   */
/* * * * * * * * * * * * * * * * * * */


/* * * * * * * * * * * * * * * * * * */
/* 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:0.9em;
	font-weight:bold;
	margin-bottom:1em;
}
h2 {
	background-color:#ffffff;
	color:#4F51A2;
	font-size:0.85em;
	font-weight:bold;
	margin:2em 0 1em 0;
}
h3 {
	background-color:#ffffff;
	color:#4F51A2;
	font-size:0.8em;
	font-weight:bold;
	margin:2em 0 1em 0;
}
h4 {}

p {
	color:#3B3D86;
	font-size:0.8em;
	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 !important;
}
.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;
}
.klein {
	font-size:0.7em;
}
.wichtig {
	color:#cc0000;
}
/* * * * * * * * * * * * * * * * * * */
/* * Ebenen  * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * */
#wrapper {
	background-color:#ffffff;
	border:1px solid #000000;
	margin:0 auto;
	width:48em;
	text-align:left;
}

#header {
	position:relative;
	background:#ffffff url(../grafiken/bg_header.gif) repeat-x;
	height:160px;
}
	.skiplinks p,
	p.skip {
		position:absolute;
		top:120px;
		left:-3000px;
	}
	.skiplinks p a,
	p.skip a {
		position: absolute;
		width: 12em;
	}
	.skiplinks p a:focus,
	.skiplinks p a:active,
	p.skip a:focus,
	p.skip a:active {
		left: 3015px;
		background-color:#ffffff;
		color:#0EA4A8;
		font-weight:normal;
		text-decoration:none;
	}
	p.skip a:focus,
	p.skip a:active {
		left: 3120px;
		top:-5px;
	}

	img#logo {
		float:left;
		margin-left:5px;
		margin-top:3px;
	}
	img#slogan {
		position:absolute;
		left:12.75em;
		top:55px;
	}
	
	/* Servicenavigation */
	#servicenav {
		position:absolute;
		right:15px;
		top:100px;
	}
		#servicenav ul {
			list-style:none;
			font-size:0.8em;
			font-weight:bold;
		}
		#servicenav li {
			float:left;
			margin-left:30px;
			display:inline;
		}
		#servicenav li.aktiv {
			color:#0EA4A8;
		}
		#servicenav a {
			display:block;
		}
	
	#servicenav a:link,
	#servicenav a:visited,
	#servicenav a:focus,
	#servicenav a:hover,
	#servicenav a:active {
		color:#4F51A2;
		text-decoration:none;
	}
	#servicenav a:focus, 
	#servicenav a:hover,
	#servicenav a:active {
		color:#0EA4A8;
	}
	
#inhaltsbox {
	background:#ffffff url(../grafiken/1px_tuerkis.gif) repeat-y 12em 0;
}
* html #inhaltsbox { /* fuer IE only */
	background:#ffffff url(../grafiken/1px_tuerkis.gif) repeat-y 12.2em 0;
}

	#navigation {
		background-color:#ffffff;
		float:left;
		width:12em;
	}
		#navigation ul {
			list-style:none;
			font-size:0.8em;
			font-weight:bold;
		}
		#navigation li {
			margin:4px 0;
			padding-left:15px;
			color:#0EA4A8;
		}
		#navigation li a:link,
		#navigation li a:visited,
		#navigation li a:focus,
		#navigation li a:hover,
		#navigation li a:active {
			color:#4F51A2;
			text-decoration:none;
		}
		#navigation li a:focus, 
		#navigation li a:hover,
		#navigation li a:active {
			color:#0EA4A8;
		}
			#navigation ul ul {
				margin:1em 0;
				font-size:1em;
				font-weight:bold;
			}
			#navigation ul ul li {
				display:inline;
				color:#0EA4A8;
				padding-left:0;
				margin-bottom:0;
			}
			#navigation ul li.aktiv a {
				color:#0EA4A8;
			}			
			#navigation ul ul li.aktiv {
				display:block;
				padding:0 10px 0.25em 15px;
				background:#ffffff url(../grafiken/raquo_gruen.gif) no-repeat 2px 50%;
				border-bottom:1px solid #00B9BE;
				font-size:0.85em;
			}
			#navigation ul ul li a:link,
			#navigation ul ul li a:visited,
			#navigation ul ul li a:focus,
			#navigation ul ul li a:hover,
			#navigation ul ul li a:active {
				color:#3B3D86;
				display:block;
				padding:0.25em 10px 0.25em 15px;
				font-weight:normal;
				font-size:0.85em;
				background:#ffffff url(../grafiken/bg_weiss_10x10.gif) no-repeat 0 50%;
				border-bottom:1px solid #00B9BE;
			}
			#navigation ul ul li a:focus,
			#navigation ul ul li a:hover,
			#navigation ul ul li a:active {
				color:#4F51A2;
				background:#ffffff url(../grafiken/raquo_duenn_blau.gif) no-repeat 0 50%;
			}
	
	#inhalt {
		float:right;
		display:inline;
		margin-right:15px;
		width:34em;
	}
	
		#inhalt ul {
			font-size:0.8em;
			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 h1.news {
			margin:0 0 5px 12px;
			padding:0.5em;
			font-size:0.8em;
			background-color:#E82A8C;
			color:#ffffff;
			text-align:center;
		}
		#seitenspalte p {
			float:right;
			width:156px;
			margin:0 0 5px 0;
			padding:5px;
			text-align:right;
			font-size:0.7em;
			border:1px solid #AEBFE2;
		}
		#seitenspalte.news p {
			padding:10px 5px;
			text-align:left;
			font-size:0.7em;
			border-color:#E82A8C;
		}
		#seitenspalte.news p strong {
			color:#E82A8C;
		}
		#seitenspalte.news img {
			background-color:#ffffff;
			border-color:#E82A8C;
		}
		#seitenspalte.news span.newsdate {
			font-weight:bold;
		}

#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;
	}
	#footer strong {
		font-weight:normal;
	}
#footer2 {
	padding:0;
}
	#footer2 p {
		margin:0.5em;
		padding:0;	
		font-size:0.7em;
	}
	#footer2 a {
		text-decoration:none;
		color:#627FBC;
	}

/* CMS-Bereiche */
#stellenanzeigen label,
#termine label { 
	display:block;
	float:left;
	width:6em;
	text-align:right;
}
#stellenanzeigen textarea,
#stellenanzeigen input,
#termine textarea,
#termine input {
	width:30em;
	margin-left:1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
}
#stellenanzeigen input[type=submit],
#termine input[type=submit] {
	margin-left:7em;
	width:10em;
}
input#datum {
	width:7em;
}

div.stellenanzeige,
div.termin {
	padding:0.5em 1em;
	border:1px dashed #BBCDF4;
	border-width:1px 0 0 0;
}
div.terminuebersicht {
	padding:0.5em 1em;
}
p.termin_datum {
	background:#ffffff url(../grafiken/inhalte/admin/termin.gif) no-repeat 0 0;
	padding-left:21px;
}

a.neu {
	background:#ffffff url(../grafiken/inhalte/admin/neu.gif) no-repeat 0 0;
	padding:2px 0 2px 21px;
	font-size:0.85em;
}
a.bearbeiten {
	background:#ffffff url(../grafiken/inhalte/admin/bearbeiten.gif) no-repeat 0 0;
	padding:2px 0 2px 21px;
	font-size:0.85em;
}
a.loeschen {
	background:#ffffff url(../grafiken/inhalte/admin/loeschen.gif) no-repeat 0 0;
	padding:2px 0 2px 19px;
	font-size:0.85em;
}
a.details {
	font-size:0.85em;
}

/* Kontaktformular */ 

#kontaktformular label {
	display:block;
	float:left;
	text-align:right;
	width:11em;
	/* font-size:0.85em; */
}

#kontaktformular input.text,
#kontaktformular textarea {
	width:20em;
	margin-left:1em;
	margin-top:1px;
	padding:0 0.5em;
	font-family: "Courier New", Courier, mono;
	color:#3B3D86;
	font-size:1.2em;
	letter-spacing:-1px;
	font-weight:bold;
}
#kontaktformular input.text {
	border:1px solid #C3DBF0;
	border-width:0 0 1px 0;
}
#kontaktformular input#user_plz {
	width:3em;
}
#kontaktformular input[type=submit] {
	margin-left:12em;
}
#kontaktformular textarea {
	border:1px solid #C3DBF0;
	background-image:url(../grafiken/inhalte/bg-kontaktformular.gif);
	line-height:1.3em;
}
.fehler {
	color:#cc0000;
}
.bild {
	padding:3px;
	border:1px solid #ddd;
	}
