
/* HEADER MIT LOGO */
#header
{
	position: relative;
	height: 100px;
	/*top: 25px;*/
	background: #657EA8 url("../pixel/higrus/bg_header.gif") repeat-x;
	border: 0px solid #5A77A6;
	
}
#siteheader
{
	position: relative;
	height: 92px;	
	/*top: 25px;*/
	border-top: 1px solid #C3C3C3;
	border-left: 1px solid #C3C3C3;
	border-right: 1px solid #C3C3C3;
	background-color: #657EA8;
	background-image: none;
	/*background: #657EA8 url(../pixel/header/klinikbild_head.jpg) no-repeat top right;*/
	overflow: hidden;
}
#header h1
{
	
	height: 92px;	
	background-image: none;
	padding: 0;
   	margin: 0;
   	vertical-align: bottom;
   	border:0px solid red;
}
#siteheader .siteheaderh1
{
	position: absolute;
	float:left;
	color: white;
	font-size: 1.4em; 
	letter-spacing: 0px; 
	text-transform: none;	
	font-weight: normal; 
	width:599px;
	height: 92px;	
	padding: 0;
  background:  url(../pixel/header/klinik_header_plain.png) no-repeat bottom;
  vertical-align: bottom;
  border:0px solid red;
  z-index:9;
}

#siteheader .untertitel
{
	position: absolute;
	left: 12px;
	top: 65px;
	color: white;
	font-size: 1.4em; 
	letter-spacing: 0px; 	
	padding: 0;
  margin: 0;
  border:0px solid red;
  z-index:999;
}
div.bgright { 
height: 92px;
float: right;  
padding: 0px 0px 0px 0px; 
margin: 0px 0px 0px 0px; 
border: 0px solid lime;
z-index:999; 
}
#siteheader p
{
	float:right;
   	border:0px solid red;
}

#portalnav{
	margin: 0px 0px 0px 0px;
	height:30px;
	background:  url("../pixel/higrus/bg_grad_menu.gif") repeat-x;
	width: 100%;
	border: 0px solid red;
	position: absolute;
}
#portal_subnav{
	position: absolute;
	width:100%;
	height:30px;
	left:0px;
	top:140px;
	background: #FBFBF9 url(../pixel/higrus/higru_subnav.png) repeat-x;
	padding: 0px 0px 0px 0px;
	margin: 25px 0px 0px 0px;
	border: 0px solid lime;

}
#site_nav{
	position: absolute;
	width: 100%;
	left: 0px;
	margin: 0px 0px 0px 0px;
	height:30px;
	background:  url("../pixel/higrus/bg_grad_menu.gif") repeat-x;
}

#namebox{
	border: 0px solid #C3C3C3;
	
	/*height:42px;
	background-image: url(../pixel/portalnav/portal_nav_higru.png);
	background-repeat: repeat;
	border-right: 1px solid #C3C3C3;
	background-color: #FFFFFF;*/
	padding: 0;
   margin: 2px 0px 2px 0px;
}
#namebox h1, #namebox h2{
	color: #446396;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 14px;
}
#namebox h1{
	font-size: 1.0em;
}
#namebox h2{
	font-size: 0.9em;
	font-weight: normal;
}
/* Textsize links */
#absoluterechts {
	background: transparent url("../pixel/higrus/bg_textchange.gif") no-repeat  top;
	float:right;
	position: absolute;
	top:0px;
	right: 20px;
	z-index:100;
	width:375px;
	height:25px;
	margin-left:15px;
	/*border: 1px solid white;
	
	*/
}

 #absoluterechts a img, #absoluterechts a:link img, #absoluterechts a:hover img
{
	width: 14px;
	height: 14px;
	float: left;
	border: 0px solid blue;
	margin: 6px 2px 0px 15px;
}

#absoluterechts a:active img,#absoluterechts a:focus img
{
	width: 14px;
	height: 14px;
	margin: 6px 2px 0px 15px;
	float:left;
	border:0px solid white;
}
 FÜR IE 
 * html #absoluterechts a:active img, * html #absoluterechts a:focus img {	
margin: 3px 2px 0px 15px;
float: left;
}

#absoluterechts img.noborder
{
	width: 16px;
	height: 14px;
	float: left;
	border: 0px solid white;
	margin: 6px 2px 0px 15px;
}

#absoluterechts a img.noborder
{
	width: 14px;
	height: 14px;
	float: left;
	border: 0px solid blue;
	margin: 6px 2px 0px 15px;
}
#absoluterechts a img.deutsch,
#absoluterechts a img.deut,
#absoluterechts a img.engl,
#absoluterechts a img.russia,
#absoluterechts a img.russ,
#absoluterechts a img.turkey,
#absoluterechts a img.turk
{
	display: none; 
}
#absoluterechts a img.deutschhigh,
#absoluterechts a img.deuthigh,
#absoluterechts a img.englhigh,
#absoluterechts a img.russiahigh,
#absoluterechts a img.russhigh,
#absoluterechts a img.turkeyhigh,
#absoluterechts a img.turkhigh
{
	display: block;
}
#absoluterechts .language
{
float: right;
border: 0px solid white;
margin: 0px 50px 0px 0px;
}
* html #absoluterechts .language
{
float: right;
border: 0px solid white;
margin: 0px 25px 0px 0px;
}
/* Für Quellcode-Beispiele im Text */
code
{
 font-size:14px;
 color:#0000cc;
 padding:5px;
}

/* Der Kasten mit dem Quellcode */
pre
{
 font-size:14px;
 color:#0000cc;
 padding:5px;
}


/* Der Inhalt */
#content {
border:1px solid #C3C3C3;
background-color:#F3F4EB;
margin: 68px 20px 0px 20px;
padding:5px;
clear:right;
}

#content_site {
/*	border:1px solid lime;*/

border:1px solid #C3C3C3;
background-color:#F3F4EB;
margin: 45px 20px 0px 20px;
padding:5px;
clear:right;
}

/* Die BOXEN */
.boxcontainerleft {
	line-height:20px;
	float:left;
		/*border:1px solid lime;

	background-color:#F3F4EB;*/
}
.boxcontainerright{
	float:right;
	margin:0px 0px 5px 5px;	
}

.box, .boxright, .box160 , .box200{
	border:1px solid #BEC39E;
	padding:5px 5px 5px 5px;
	/*background:#F6F7EE url("../pixel/higrus/bg_grad_box.gif") repeat-x;*/
	background-position: 0 1.8em;
}
#boxspacer  {
	width:230px;
	margin:0px 0px 5px 0px;
	background-color:transparent;
	border:0px solid red;
/**/
}
#boxspacerrussia {
	width:1px;
	margin:0px 0px 0px 0px;
	background-color:transparent;
	border:0px solid red;
/**/
}
.box {
	width:220px;
	margin:0px 5px 5px 0px;
	/*border:0px solid green;
	float: none;*/
}
.box160 {
	width:160px;
	margin:0px 5px 5px 0px;
}
.box200 {
	width:201px;
	margin:0px 5px 5px 0px;
}
.box ul, .box li{
	 list-style-type: none; 	
	 padding: 0px 0px 0px 0px;
	 margin: 0px 0px 0px 0px;
}
.boxright {
	width:140px;
	float:right;
	margin:0px 0px 5px 5px;
}
a.menuoverview:link, a.menuoverview:visited, a.menuoverview:active, a.menuoverview:hover
{ 
  font-size: 0.7em;
  text-decoration:none;
  white-space: nowrap;
}


/*--------------------------icons----------------------------*/

form span.icon-germ{

margin-left: 1px;
background:  url("../pixel/icons/icon_map.gif") no-repeat ;
}
span.icon-stethos{

margin-left: 1px;
background:  url("../pixel/icons/icon_stethos.gif") no-repeat;
}
span.icon-fachinfo{

margin-right: 3px;
background:  url("../pixel/icons/icon_info_blau.gif") no-repeat;
}
span.icon-patinfo{

margin-right: 3px;
background: url(../pixel/icons/icon_info_gruen.gif) no-repeat;
}
span.icon-job{

margin-right: 3px;
background:  url("../pixel/icons/icon_job.gif") no-repeat;
}
span.icon-fortbildung{

margin-right: 3px;
background:  url("../pixel/icons/icon_info_blau.gif") no-repeat;
}
span.icon-ambu{

margin-right: 3px;
background:  url("../pixel/icons/icon_info_blau.gif") no-repeat;
}
/*


/*--------------------phil---------------------------------*/
.boxleft1title, .boxleft2title, .boxleft3title, .boxleft4title, .boxright1title, .boxrighttitle
{
	margin:-5px -5px 10px -5px;
	padding: 0px 0px 0px 3px;
	font-weight:bold;
	/*min-height: 24px;*/
	border-bottom:1px solid #C3C3C3;
}
.boxleftbltitle, .boxleftindititle
{
	margin:-5px -5px 10px 0px;
	padding: 0px 0px 0px 3px;
	font-weight:bold;
	/*min-height: 24px;*/
	border-bottom:1px solid #C3C3C3;
}
.searchbox
{
	margin:1px 0px 10px 235px;
	padding: 0px 0px 0px 3px;
	font-weight:bold;
	/*width: 80%;*/
	background-color: yellow;
	border-bottom:1px solid #C3C3C3;
}
.boxleft1title, .boxleft2title, .boxleft3title, .boxleft4title, .boxleftbltitle, .boxleftindititle, .boxright1title, .boxrighttitle, .searchbox
{
background:#EFF1DC  url("../pixel/higrus/bg_grad_box_header.png") repeat-x;
}
.boxrighttitle
{
width: 208px;
}
/*--------------------phil-ende---------------------------------*/


/* PEOPLEBOXEN*/
div.boxrecent img.product {
float:left;
margin-right:4px;
}
/**/
#pano 
{
	float:left;
	width:420px;
	border: 0px solid #000033;
}
		
#hasi1, #hasi0
{
border:0px solid #FF0033;
width: 420px;
/*clear:both;*/
}
div.boxrecent {
	font-size: 0.85em;
	margin: 0em 0em 0.5em 0em; 
	padding:4px;
	float: left;
	border: 0px dashed red;
	border-bottom:0px solid #C3C3C3;
	min-height: 155px;
}

div.boxwb {
	font-size: 0.85em;
	margin: 0em 0em 0.5em 0em; 
	padding:4px;
	float: none;
	border: 0px dashed red;
	border-bottom:0px solid #C3C3C3;
}
/*
div.boxrecentpartner {
	font-size: 0.85em;
	margin: 0em 0em 0.5em 0em; 
	padding:4px;
	float: left;
	border: 0px dashed red;
	border-bottom:0px solid #C3C3C3;
	min-height: 155px;
}*/
div.boxrecent a.email { 
color: #BF310A;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
text-decoration: none;
border: 0px solid green;
}
div.boxrecenta:hover.email { 
color: #FFA309; 
border-color: #FFA309; 
padding: 0px 0px 0px 0px;
margin: 0px 0px 21px 0px;
border: 0px solid silver;
}

div.boxpartner {
	font-size: 0.85em;
	border-bottom:1px solid #C3C3C3;
	margin: 0.5em 0em 0.5em 0em; 
	padding:0px 0px 0px 0px;
	float: none;
	height: 175px;
	min-height: 225px;
	border-bottom: 1px dashed #C3C3C3;
	border: 0px dashed lime;
}

/* Elements ------------------------------------------*/
#content div.boxrecent ul,  div.boxrecent ul.liste,.left ul .liste{
	display: block;
   padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	/**/float: left;
	border-bottom: 1px solid black;
	list-style: none;
}
#content div.boxrecent li, #content_site .boxrecent ul.liste li.liste{
        list-style: none;
        text-decoration: none; 
        padding: 0px 0px 0px 15px;
		margin: 0px 0px 0px 0px;
        background: url(../pixel/icons/document_icon.gif) no-repeat;
        background-position:  3px top ;
		border: 0px solid red;
		
		  /*color: #666666;float: right;display: block;
		  */
}
div.boxliste {
	font-size: 0.85em;
	border-bottom:1px solid #C3C3C3;
	margin: 0.5em 0em 0.5em 0em; 
	padding:0px 0px 0px 0px;
	float: none;
	height: auto;
	border: 0px dashed black;/**/
}
/* ul.liste{
	 border-bottom: 1px solid blue;
	 padding: 0px 3px 0px 15px;
	 margin: 0px 0px 0px 0px;
	 float: left;
}
.liste li{
        list-style: none;
        text-decoration: none; 
        padding: 0px 3px 0px 15px;
		margin: 0px 0px 0px 0px;
        background: url(../pixel/icons/document_icon.gif) no-repeat;
        background-position:  3px top ;
		border: 0px solid red;
}*/
div.boxrecent h1 { 	
margin: 0em 0em 0em 0em; 
color: #304D7D;
font-size: 1.0em; 
font-weight: bold;   
background:#F6F7EE url("../pixel/higrus/bg_grad_box.gif") repeat-x;
/*background:#EFF1DC  url("../pixel/higrus/bg_grad_box_header.png") repeat-x;*/
border: 0px solid blue; 
}
div.boxrecent h2 { 	
margin: 0em 0em 0.2em 0em; 
font-size: 1.0em; 
font-weight: bold;   
border: 0px solid blue; 
}
div.boxrecent h3 { 	
margin: 0em 0em 0.2em 0em; 
font-size: 1.0em; 
font-weight: bold;   
border: 0px solid blue; 
}

div.boxrecent img.left {
	margin: 0.5em 4px 0em 0em;
	padding: 0em 0em 0px 0em; 
	border:1px solid #C3C3C3;
	float:left;
}
div.boxpartner img.product {
float:left;
margin-right:4px;
}
div.boxrecent img {
	margin: 7px 0em 0em 0em;
	padding: 0.2em 0.2em 0.2em 0.2em; 
	border: 1px solid #C3C3C3;
/*	border: 0px solid red;*/
	float:left;
	vertical-align: middle;
	text-align: center;
}

#indika{
width: 100%;
margin: 7px 0em 0em 0em;
padding: 0.2em 0.2em 0.2em 0.2em;
border: 1px solid red;
}
/* BOX AKUTHAEUSER */


.akuthaus, .klinik {
/**/	height: 200px;
	max-height: 200px;
	margin: 0.3em 0em 0.4em 0em; 
	padding: 0em 0em 0em 0em; 
	clear:right;
	float: left;
	border: 1px solid #F5A407;
}
.siteklinik {
	/*height: 200px;
	max-height: 200px;*/
	margin: 0.3em 0em 0.4em 0em; 
	padding: 0em 0em 0em 0em; 
	clear:right;
	float: none;
	border: 0px solid #F5A407;
}
