@charset "utf-8";

/*Anzeige der Seiten i auf dem Bildschirm unverändert*/
@media screen, projection {
body {
        height: 100%;
        width: 100%;
        margin:0%;
        padding:0%;
	itop: 0px;
        iposition:absolute;
        background-image: url('/images/gradient_brown.png');
        background-repeat: repeat-x;
        background-color: white;
        font-family: verdana,arial;
        font-size: 12px;
}
.testborder {
	display: block;
        border: 1px solid #5E82AB;
        -moz-border-radius:10px;
        -khtml-border-radius:10px;
        margin-right: 20px;
        padding: 14px;
        background-image: url('/images/mhome/img/test4.png');
        background-repeat: no-repeat;

}
.meditec-info {
	display: block;
        border: 1px solid #CFC4B8;
        -moz-border-radius:10px;
        -khtml-border-radius:10px;
        padding: 10px;
	padding-left: 25px;
        background-color: #ffe4ba;
	margin-right: 20;
	margin-left: 20;
	margin-bottom: 0px;
}
.navigation-rechts {
        border: 1px ridge #5E82AB;
        -moz-border-radius:10px;
        -khtml-border-radius:10px;
        font-family: verdana,arial;
        margin-right: 20px;
        padding: 10px;
        background-image: url('/images/dot_blue10.png');
        background-repeat: repeat;

}
.login {
        position: absolute;
        left: 50%;
        margin-left: -150px;
        width: 300px;
        height: 300px;
        border: 1px solid #5E82AB;
        -moz-border-radius:10px;
        -khtml-border-radius:10px;
        padding: 4px;
        background-color: white;
        background-image: url('/images/bg_lock1.jpg');
}

.mhome-header {
	background-image: url('/images/mhome/header.png');
	background-repeat: no-repeat;
	width: auto;
	height: 200px;
}

.mhome_icon20 {
	vertical-align:middle;
	line-height:20px;
	background-repeat: no-repeat;
	padding-left:25px;
	height:20px;
	margin-left:5px;
	color: #000000;
	text-decoration: none;
}

.mhome_icon20:hover 	{color:#000000;font-weight: bold;}
.mhome_icon20:link  	{color:#000000;text-decoration: none;}
.mhome_icon20:visited	{color:#000000;text-decoration: none;}
.mhome_icon20:active	{color:#000000;text-decoration: none;}


.mhome-center {
	height: 300%;
	width: 100%;
	background-image: url('/images/mhome/menubg.png');
	background-repeat: repeat-y;
}

.mhome-footer {
	position: relative;
	background-image: url('/images/mhome/menubg.png');
	background-repeat: repeat-y;
	bottom: 0px;
	height: 35px;
	width: 100%;
	font-size: 9px;
}
.mhome-footer-neu {
        border: 1px ridge #5E82AB;
        -moz-border-radius:10px;
        -khtml-border-radius:10px;
        font-size: 9px;
        background-image: url('/images/dot_blue10.png');
	background-repeat: repeat;
        margin-top: 40px;
	width:1000px;
        height: 180px;   
	padding-bottom:20px;   

  
}
.begrenzung-fuss {
        width:800px; 
        background-color:green;  
        height:5px;
        margin-left:300px; 
}

.spalte-fuss {
       width: 170px;
       margin-top:10px;
       padding-left:25px;
       padding-top:5px;
      height: 160px;
}

.spalte-1 {
/*	background-color: lightyellow;
        #margin-left: 145px;*/
	float:left;   
        margin-left:20px;
}
.spalte-2 {
/*	background-color: lightgreen;*/
        float:left; 
/*        #margin-left:300px;      */
}

.spalte-3 {
/*	#background-color: lightgrey;*/
        float:left;
	padding-left:5px;
}

.spalte-fuss h1 {
	color:#5E82AB;
	font-weight:bold;
        font-size: 9px;

}


.mhome-footer-neu a:link {
  color:            #0000CC;
  font-style:normal;

}

.mhome-footer-neu a:visited {
  color:            #660066;
  text-decoration:none;
}

.mhome-footer-neu a:hover {
  color:            #5E82AB;
  text-decoration:underline;
}

.mhome-footer-neu a:active {
  text-decoration:none;
  color:            #CC0000;
}

.content-style {
	position:absolute; 
	top:170px; 
	left:210px;
	margin-left:20px; 
	margin-right:20px;
	right: 0px;
}

.printlogo {
	display: none;
}

}
/*Ausdruck der Seite in s/w ohne Navigation, header und footer */
@media print {
* { background: #fff; color: #000; }
html { font: 100%/1.5 georgia, serif; }
.meditec-info, .mhome-footer-neu, .navigation-rechts, .login, .mhome-header, .mhome_icon20,  .mhome-footer, .mhome-footer-neu,  .begrenzung-fuss { display: none; }

.content-style {
	top:0px;
	left:0px;
}

.printlogo {
	display: block;
}
body {
   border: none;
   top:0px; 
   left:0px;
}

}




