/* medinet Druckversion-Styles */

/*
-----------------------------------------------------
General styles for print media
Filename:    medinet_druck.css
Version:     2006, Feb 29
-----------------------------------------------------
*/

/* ALLGEMEINES */

body {
        padding: 0;
        margin: 0;
        background: white;
        color: black;
        top: 0;
        left: 0;
		font: Times,Times New Roman,Serif;
		font-size:medium;
        }
a img {
        border-style:none;
           border-width:0px;
        }
img   {
        border-style:none;
                border-width:0px;
        }
form {
        margin: 0;
        display: inline;
}
label, input {
        color: black;
}
/* FONTS */
/* headlines */

h1, h2, h3 {
	font-family:Arial Narrow, Arial, Sans-Serif;
   margin: 1em 0 0.2em 0;
   color: black;
}


h1 {
	font-size: 130%;
	font-weight: bold;
	}
	
h2 {
	font-size: 120%;
	font-weight:bold;
	}
	
h3 {
	font-size: 110%; 
	clear: both;
   	color: #00A88E;
   }

/* h4: nur fett, mit zeilenumbruch */
h4 {
	font-size: 100%;
	font-weight:bold;
	margin-bottom:0px;
	}

/* h5: nur fett, kein zeilenumbruch */
h5 {
	color:black; 
	font-weight:bold;
	clear:none;
	float:left;
	font-size: 100%;
	margin-top:auto;
	margin-bottom:0px;
	margin-right:5px;
	}


p  {
	font-size:medium;
	font-family: Times,Times New Roman,Serif;
	}


/* LINKS */

 a{
  color:blue;
  text-decoration:underline;
  }
 
.parent{
        font-size:small;
        text-align:right;
        position:relative;
        right:0px;
        }
		
/* bread crumbs ...
...die Anzeigen, wo man sich gerade befindet */
.bread {
        font-size:small;
        text-align:left;
		margin-bottom:15px;
		margin-top:15px;
        }



/* LOGO */
.home_img {
	border-width:0px;
	padding:0px;
	border-style:none;
	margin-bottom:10px;
	text-align:left;
	vertical-align:top;
   }
   
img.logo {
   width:200px;
   height:130px;
   border-width:0px;
   border-style:none;
   }
   
/* ARTIKEL */
h1.artikel {}
h2.artikel {}
h3.artikel {}
h4.artikel {}
h5.artikel {}
.artikel_img_titel{
   font-size:x-small;
   }
.artikel_author        {
   margin-top:0.3em;
   }
p.artikel_short_text{
   margin-top:1em;
   }
p.artikel_long_text        {
   margin-top:1em;
   }
.artikel_modify_date{
        text-align:right;
        position:relative;
        right:0px;
        }
.artikel_page{
        text-align:left;
        }
/* *********************************** */
/* PAGES */
h1.page {}
h2.page {}
h3.page {}
h4.page {}
h5.page {}
.page_img_titel        {
   font-size:small;
   }
.page_img_big        {
   border-style:none;
   border-width:0px;
}
p.page_short_text{
   margin-top:1em;
   }
p.page_long_text{
   margin-top:1em;
   }
.page_modify_date                {
   text-align:right;
   position:relative;
   right:0px;
}
.page_artikel_headline {
   margin-top: 1em;
   font-size: 100%;
   color: black;
   font-weight: bold;
   }
.page_artikel_sub_headline  {
   color: black;
   color:black;
   }
p.page_artikel_short_text {
   margin-top:0.3em;
   }
.page_artikel_autor {
   margin-top:0.3em;
   }
.page_artikel_publish_date{
   }
.page_artikel_url{

}



/* BILDER */
.name{font-size:x-small;}
.text{font-size:x-small;}
.desc_short{font-size:x-small;}

/* *********************************** */



/* termine */
.calender{
   width:200px;
   text-align:left;
   vertical-align:top;
}
.calender_prev{
  border-color:#00A88E;
  color:#000000;
  border:1px solid #000000;
  text-align:left;
}
.calender_next{
  border-color:#00A88E;
  color:#000000;
  border:1px solid #000000;
  text-align:right;
}
.calender_month{
  border-color:#00A88E;
  color:#000000;
  border:1px solid #000000;
  text-align:center;
}
.calender_week{
  border-color:#00A88E;
  color:#000000;
  background-color:#EEEEEE;
  border:1px solid #000000;
  text-align:center;
}
.calender_day{
  border-color:#00A88E;
  color:#000000;
  border:1px solid #000000;
  text-align:center;
}
.calender_week_akt{
  border-color:#00A88E;
  color:#ffffff;
  border:1px solid #000000;
  text-align:center;
  background-color:#00a88e;
}
.calender_day_akt{
  border-color:#00A88E;
  color:#ffffff;
  border:1px solid #000000;
  text-align:center;
  background-color:#00a88e;
}
/*font des links im aktiven kalenderfeld */
/* .a_cal_akt */
.calender_week_akt a
	{
	color:#ffffff;
	}
	
.calender_day_akt a
	{
	color:#ffffff;
	}