/* CSS Dokument für www.nordchirurgie.de */

/* Farben:

	Hintergrund: 	#faf5f5
	ncm-blau: 		#3388bb
	ncm-hellblau: 	#dbe8f0
	beige:			#e9d2ac
	dunkelblau:		#002241
	
*/

/* hides the second object from all versions of IE */
* html object.mov {
    display: none;
}

/* displays the second object in all versions of IE apart from 5 on PC */
* html object.mov/**/ {
    display: inline;
}

/* hides the second object from all versions of IE >= 5.5 */
* html object.mov {
    display/**/: none;
}

* {
	margin: 0;
	padding: 0;
   	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

html, body {
   	background-color: #faf5f5;
   	font-size: 100.01%;
	text-align: center;
	color: #002241;
}

a {
	text-decoration: none;
}

a:link, a:visited{
	color: #3388bb;	
}

a:hover {
	text-decoration: underline;
}

a img{
	border: none;
}

strong {
   	font-weight: bold;
}

.hidden{
	display: none;
}
.hidden2{
	display: none;
}

.leerraum{
	margin-left: 0.2em;
}

.formbox {
	margin: 20px auto;
  	width: 350px;
	color: #002241;
	padding: 5px;
}

.reihe {
	clear: both;
	padding: 3px 0px;
}

.label {
	float: left;
	width: 70px;
	text-align: right;
	padding-top: 3px;
	padding-right: 5px;
	font-size: 0.76em;
}

.feld {
	float: left;
	width: 190px;
 	text-align: left;
} 

.knopf {
	clear: both;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 15px;
}

.defbreite {
	width: 250px;
}

textarea, input{
	font-size: 0.7em;
}

.neben{
	float: left;
	width: 50%;
}

.neben img{
	margin-right: 85px;
}

#container {
	width: 760px;
	margin: 20px auto;
	text-align: left;
}

#header {
	background-image: url(../bilder/kopf.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 150px;
}

#header2 {
	margin-top: 10px;
	background-image: url(../bilder/kopf2.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 126px;
}

#sur_navi{
	width: 180px;
	background-image:url(../bilder/navi_bot.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #dbe8f0;
	float: left;
}

ul#navi {
	font-size: 0.85em;		
	background-image: url(../bilder/navi.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 45px 0 30px 12px;
	line-height: 1.3em;
	list-style: none;
}

ul#navi li {
	padding-left: 15px;
	width: 150px;
	background-image: url(../bilder/pfeil.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	margin-bottom: 0.8em;
}

ul#navi li:hover {
	background-image: url(../bilder/pfeil_active.gif);
}

ul#navi a {
	display: block;
	width: 100%;
}

ul#navi a:link, ul#navi a:visited {
	color: #002241;
	text-decoration: none;
}

ul#navi a:link.active, ul#navi a:visited.active{
	color: #3388bb;
}

ul#navi a:hover{
	color: #3388bb;
	text-decoration: underline;
}

ul#navi li.current{
	color: #3388bb;	
	background-image: url(../bilder/pfeil_active.gif);
}

#content {
	margin-left: 25px;
	margin-bottom: 20px;
	border: 2px solid #3388bb;
	width: 496px;
	padding: 12px 25px;
	float:left;
	height: 300px;	
}

html>body #content {
	height: auto;
	min-height: 300px;
}

#content h1{
	color: #3388bb;
	font-size: 1.15em;
	font-variant: small-caps;
	font-weight: normal;
	width: 15.5em;
	border-bottom: 1px solid #3388bb;
	margin-bottom: 20px;	
}

#content h2 {
	color: #c50000;
	font-size: 0.86em;
	text-align: center;
}

#content h3 {
	font-size: 0.75em;
	margin: 12px 0 8px 0;	
}

#content p{
	font-size: 0.7em;
	margin-top: 0.5em;
	line-height: 1.5em;
}

#content img{
	margin: 12px 5px 5px 5px;
}

#content ul{
	font-size: 0.76em;
	line-height: 1.2em;
	padding-left: 17px;
	width: 270px;
}

#content ul li{
	width: 100%;
	margin-bottom: 10px;
	list-style-image: url(../bilder/list_style.gif);
	padding-left: 5px;	
}

.right{
	float: right;
}

#content .linkbox{
	border: 1px solid #3388bb;
	background-color: #dbe8f0;
	width: 80%;
	margin: 0.5em auto 1.5em auto;
	padding: 0.5em;
	text-align:center;
}

#content .linkbox a{
	font-size: 0.8em;
	color: #002241;
}
#content .linkbox a img{
	border: 1px solid #002241;
	margin: 5px;
}

#content .box {
	float: left;
	margin: 10px 13px;
	width: 220px;
}

#content .box p{
	font-size: 0.7em;
	text-align: right;
	margin: 0;
}

#footer {
	clear: both;
	text-align: center;
	border-top: 1px solid #e9d2ac;
	position: relative;
}

#footer p {
	font-size: 0.63em;
	color: #3388bb;
}

#footer p.link1{
	position: absolute;
	right: 5px;
}

#footer p.link2{
	position: absolute;
	right: 2.5em;
}

#footer a {	
	text-align: center;
}

.noscript {
	border: 2px solid #900;
	color: #900;
	font-weight: bold;
	padding: 10px;
}
