/* CSS Document */

a:focus { 
	  color: #414B69;  
	 }

a:link {
	    text-decoration: none;
	    color: #3F74AA;
	   }

a:visited {

	    text-decoration: none;
	    color: #3F74AA;
	   }
	   
a:active { 
    text-decoration: underline; 
    
	 }
	 
a:hover { 
    text-decoration: underline;   
	 }

a img {
  border:none;
}

body {	background: #C0BEBE url(background.jpg) repeat-x top; 
		text-align:center;
		font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    }




/*BORDER*/
table#master {
	color: #666666;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	width:960px;
	padding-left:20px;
	padding-right:20px;
	border-width: 1px;
	border-style: solid;
	border-color: gray;
	background-color: #fff;
}

/*HEADER IMAGES*/
.logoxx{
	text-align:left;
	padding-left:20px
}
.logo-diverse {
	text-align:right;
	padding-right:20px
}

/*###################################### HAUPTNAVIGATION ####################################*/
div#menu {
	float: left;
	width: 120%;
	height:26px;
	
	position:relative; 
}



#menu {
	float: left;
	margin-top: -25px;
	margin-bottom: 8px;
	margin-left: -20px;
	height:26px;
	width:900px;
	

}


ul.menu, ul.menu ul {
    list-style-type: none;
}

ul.menu a {
color:#726C6C;
	font-weight:bold;
	font-size:13px;
	display: block;
	float: left;
	padding: 2px 10px 0px 10px;	
	margin-right: 1px;
	margin-left: 0px;
	border-color:#000000;
	border-style:solid;
	border-width:0px 1px 0px 0px;
	height:24px;
	text-decoration: none;
	text-align: center;
	background:#ffffff url(images/navi/bg_navi.jpg) top;	
	
}

ul.menu a:hover {
  color: #ffffff;
	background:url(images/navi/bg_on.gif) repeat-x top;	
	text-decoration: none;
	
}

ul.menu a:active { 
    text-decoration: none; 
	 }

ul.menu ul a {
  padding: 0 10px;
  color:#726C6C;
 	font-weight:bold;
 	display: block;
 	float: left;
 	padding: 2px 10px 0px 10px;	
	border: none;
	margin-right: 1px;
	margin-left: 0px;
	height:18px;
	width: 140px;
 	text-decoration: none;
	text-align: left;
 	background:none;
    
}

ul.menu ul a:hover {
     color: #00458F;
   background-image:none;
}

ul.menu li {
    padding:0;
    margin:0;
    background-image: none;
    background-color: #FFF9E4;
    float:left;
	
	height:26px;
}

ul.menu ul {
    margin-left: 0;
    margin-top: 25px;
    padding: 0 0 5px 0;
    position: absolute;
   background-color: #ffffff;
    border:1px solid #000000;
    display:none;
    min-width:170px;
	
}

/* IE-Hack für die Breite */
*html ul.menu ul {
    width:170px;
}

/* Dies sind die Klassenstile für das Untermenü wenn sich die Maus */
/* über der Liste  befindet (.hover siehe JavaScript oben) */
ul.menu ul.hover, ul.menu li.hover ul, ul.menu li:hover ul  {
    display:block;
	
}

ul.menu ul li {
    float:none;
    background-color: transparent;
}




/*############################################ HAUPTNAVIGATION ENDE ###############################*/


#nav_left {
	display: block;
	float: left;
	padding: 0px 0px 0px 0px;	
	margin-top: 0px;
	margin-right: 1px;
	margin-left: 43px;	
	height:25px;
	text-decoration: none;
	background:#FFFFFF  top;
	font-size:20px;
	}

#nav_left li {
   	display: inline;
}


#nav_left li.home {
    background: url(images/navi/home.gif);
    background-repeat: no-repeat;
}

#nav_left li.home:hover {
    background: url(images/navi/home_on.gif);
    background-repeat: no-repeat;
}

#nav_left li.kontakt {
    background: url(images/navi/kontakt.gif);
    background-repeat: no-repeat;
}

#nav_left li.kontakt:hover {
    background: url(images/navi/kontakt_on.gif);
    background-repeat: no-repeat;
}

#nav_left li.impressum {
    background: url(images/navi/impressum.gif);
    background-repeat:no-repeat;
}

#nav_left li.impressum:hover {
    background: url(images/navi/impressum_on.gif);
    background-repeat:no-repeat;
}

#nav_left li.sitemap {
    background: url(images/navi/sitemap.gif);
    background-repeat:no-repeat;
}

#nav_left li.sitemap:hover {
    background: url(images/navi/sitemap_on.gif);
    background-repeat:no-repeat;
}


/* NEWS-BEREICH BOX*/

/*Überschrift BOX*/
.news-titel{
	width:213px;
	text-align:left;
}
/*Überschrift*/
.news-titel .titel-top {
	border-color:#E0E0E2;
	border-style:solid;
	border-width:1px 1px 0px 1px;
	font-size:10pt;
	font-weight:bold;
	margin:0px;
	text-align:center;
	padding: 7px 0px 2px 0px;	
	width:212px;
	
}


/* images_unten*/
.news-titel .titel-bottom {
	background:transparent url(borderbox_bottom.gif) no-repeat scroll center top;
	height:15px;
	line-height:1px;
	margin-left: 0px;
	
}


/* News BOX*/
.news-content{
	width:213px;
	text-align:left;
}
/*News Überschrift*/
.news-content .content-top {
	border-color:#E0E0E2;
	border-style:solid;
	border-width:1px 1px 0px 1px; 
	color:#252F47;
	margin:0px;
	height:1px;
	text-align:left;
	padding:7px 0px 0px 12px;
	width:200px;
}
/*News Inhalt*/
.news-content .content-topic {
	background:transparent url(borderbox_middle.gif) repeat-x scroll center bottom ;
	border-color:#E0E0E2;
	border-style:solid;
	border-width:0px 1px;
	font-size:12px;
	font-weight:bold;
	padding: 1px 0px 2px 12px;
	margin:0px;
	margin-top: -9px;
	vertical-align:top;
	width:200px;
	color:#555555;
}
/* images_unten*/
.news-content .content-bottom {
	background:transparent url(borderbox_bottom.gif) no-repeat scroll center top;
	height:30px;
	line-height:10px;
	
}



/*QMEDIXX-NAVI*/
.news-content .content-topic-navi {
	background:transparent url(borderbox_middle.gif) repeat-x scroll center bottom ;
	border-color:#E0E0E2;
	padding: 4px 0px 6px 20px;
	border-style:solid;
	border-width:0px 1px;
	margin:0px;
	vertical-align:top;
	width:192px;
	color:#252F47;
	font-size:12px;
	font-weight:bold;
	text-align:left;
}
.content-topic-navi a:link {
  color: #252F47;
}
.content-topic-navi a:visited {
  color: #252F47;
}



div#test {
}


/*Legende*/
div#legende {
	font-size:11px;
	color:#555555;
	padding:0px 23px 10px;
	vertical-align:top;
	width:600px;
}



/*Überschrift Content*/
.news-single-item .news-single-header {
  color: #00458F;
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size:8px;
  margin-top:8px;
}


div#ueberschrift {
	font-size:13px;
	font-weight: bold;
	color:#00458F;
	padding:12px 23px 8px;
	vertical-align:top;
	width:600px;
}

/* CONTENT*/
div#content {
	font-size:10pt;
	color:#555555;
	padding:4px 23px 60px;
	vertical-align:top;
	width:640px;
}

div#qmedixx {
  padding:0px 23px 0px;
  width:630px;
  margin-top: 31px;
  height: 280px;
  background:transparent url(qmedixx_produkt.jpg) no-repeat scroll center top;
}
hr {
 height: 0;
 border-bottom: 1px solid #898788;
 border-top: 0px;
}

/* FUSSZEILE*/
.fusszeile {
	padding:2px 0px 2px 0px;
	width:480px;
}

.fusszeile .navi  {
	color:#565454;
	font-size:11px;
	margin-left:0px;
	padding:0px 0px 2px 0px;
	text-align:left;
}

.fusszeile .navi a  {
	text-decoration:none;
	color:#565454;
	font-size:11px;
	margin-left:0px;
	padding:0px 0px 2px 0px;
	text-align:left;
}

.fusszeile .navi a:hover {
	text-decoration:underline;
}



.fusszeile .copyright {
	color:#565454;
	font-size:11px;
	padding:0px 0px 2px 0px;
	text-align:right;
}	
