/**
 *  
 * Allgemeine Stylevorgaben
 *  
 */

* {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial;
}

body {
	height: 100%;
}

html {
	height: 100%;
}

h1 {
 	margin-top: 15px;
	margin-left: 15px;
	font-size: 1.5em;
	font-weight: bold;
	color: #834D6D;
}
 
h2 {
	margin-top: 2px;
	margin-bottom: 20px;
	margin-left: 15px;
	font-size: 1.2em;
	font-weight: bold;
	color: #834D6D;
}

h3 {
	margin-top: 20px;
	margin-bottom: 5px;
	margin-left: 15px;
	font-size: 1.3em;
	color: #007797;
	font-weight: normal;
}

h4 {
	margin-top: 20px;
	margin-bottom: 5px;
	margin-left: 15px;
	font-size: 1.1em;
	color: #000000;
	font-weight: bold;
}

table {
	font-size: 1em;
}

hr {
	color:#E0E7D5;
	margin-left: 15px;
	margin-right: 8px;
}

ul {
	list-style-type: disc;
}

ul li {
	line-height: 1.5em;
	margin-bottom: 5px;
}

ul li ul {
	margin-top: 5px;
	list-style-type: square;
}

ul li ul li {
	line-height: 1.3em;
}

a:link {
	color: #007797;
	text-decoration: underline;
}

a:visited {
	color: #834D6D;
	text-decoration: underline;
}

a:hover {
	color: #007797;
	background-color: #E0E7D5;
	text-decoration: underline;
}

a:active {
	color: #007797;
	background-color: #E0E7D5;
	text-decoration: underline;
}

select, input {
	font-size: 1.0em;
}

/*
#content {
	padding-bottom: 18px;
	min-height: 100%;
	width: 961px;
}
*/


/*
 * Kopfzeile
 */

.header {
	display:none;
	position: absolute;
	top: 0px;
	left: 19px;
	width: 960px;
	height: 120px;
	background-repeat: no-repeat;
}


/* Hintergrundgrafik bei Standardbreite (außer Startseite) */
.backgroundStandard {
	
	/* background-image: url(../images/header_se.jpg); */
}

/* Hintergrundgrafik bei Startseite */
.backgroundFrontpage {
	
	/* background-image: url(../images/header.jpg); */
}


/*
 * eigentlicher Inhaltsbereich der Seite
 */

.pageContent {
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 0.7em;
}

/* Standardbreite (außer Startseite) */
.widthStandard {
	
	width: 100%;
}

/* geringere Breite bei Startseite */
.widthFrontpage {
	
	width: 100%;
}

/* Absatz im Inhaltsbereich */ 
.pageContent p {
 	margin-top: 5px;
	margin-left: 15px;
	margin-right: 8px;
	margin-bottom: 8px;
	/*line-height: 18px;*/
	line-height: 1.5em;
}

/* Mindesthöhe für Absatz im Inhaltsbereich */
.min-height {

	height: 500px;
    float: right;
    width: 1px;
    /* background-color: #FF00FF; */
}

/* Aufzählungslisten im Inhaltsbereich */
.pageContent ul {
	
	margin-left: 40px;
	margin-right: 8px;
}

.pageContent ul li ul {
	
	margin-left: 30px;
	margin-right: 0px;
}

/* Standard-Formatierung von Tabellen */
/*
.pageContent table {

	background-color: #E0E7D5;
}
*/



/*
 * Navigationspfad
 */

.breadcrumb {
	display:none;
	width: 571px;
	height: 19px;
	position: absolute;
	top: 79px;
	left: 222px;
	color: #007799;
	font-size: 0.7em;
	padding-top: 2px;
	padding-left: 15px;
}

.breadcrumb a, .breadcrumb a:link, .breadcrumb a:visited  {
	color: #007799;
	text-decoration: underline;
}

.breadcrumb a:hover, .breadcrumb a:active {
	 color: #834D6D;
	 background-color: transparent;
}

a.navipath {
	color: #007799;
	font-size: 1.0em;
	text-decoration: none;
}

/*
 * linker Bereich mit Hauptnavigation, Suche & Logos
 */

.leftNavigation {
	display:none;
	position: relative;
	top: 120px;
	left: 19px;
	float: left;
	width: 206px;	
}

/* Suchfeld links unter der Hauptnavigation */
.search {
	
	font-size: 0.6em;
	margin-top: 30px;
	padding: 5px 0px 5px 15px;
	background-color: #F4F5EF;
}

/* Bereich für die Logos (HON-Code, UKT, etc.) */
.img_logo {
	
	text-align: center;
	margin-top: 50px;
}


/*
 * Hauptnavigation (links)
 */

.menu {
	margin-top: 12px;
}

.menu a {
	color: #000000;
	text-decoration: none;
}

/* erste Ebene */

.navfirst {
	width: 207px;
	border-top: 3px solid #FFFFFF;
	font-size: 0.7em;
}

a.navfirst_passive, a:link.navfirst_passive, a:visited.navfirst_passive {
	display:block;
	background-color: #F4F5EF;
	padding-top:3px;
	padding-bottom:3px;
	color: #000000;
	text-decoration: none;
	width: 197px;
}

a:hover.navfirst_passive {
	background-color: #E0E7D5;
}

a.navfirst_active, a:link.navfirst_active, a:visited.navfirst_active {
	display:block;
	background-color: #E0E7D5;
	padding-top:3px;
	padding-bottom:3px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	width: 197px;
} 

a.navfirst_open, a:link.navfirst_open, a:visited.navfirst_open {
	display:block;
	background-position:right;
	background-color: #E0E7D5;
	padding-top:3px;
	padding-bottom:3px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	width: 197px;
}


/* zweite Ebene */

.navsecond {
	width: 207px;
	font-size: 0.7em;
}

a.navsecond_active, a:link.navsecond_active, a:visited.navsecond_active {
	display:block;
	background-color: #E0E7D5;
	padding-top:3px;
	padding-bottom:3px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	padding-left: 15px;
} 

a.navsecond_passive, a:link.navsecond_passive, a:visited.navsecond_passive {
	display:block;
	background-position:right;
	background-color: #E0E7D5;
	padding-top:3px;
	padding-bottom:3px;
	color: #000000;
	text-decoration: none;
	padding-left: 15px;
}


/* dritte Ebene */

.navthird {
	width: 207px;
	font-size: 0.6em;
	font-family: Arial;
}

a.navthird_active, a:link.navthird_active, a:visited.navthird_active {
	display:block;
	background-color: #E0E7D5;
	padding-top:3px;
	padding-bottom:3px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	padding-left: 25px;
} 

a.navthird_passive, a:link.navthird_passive, a:visited.navthird_passive {
	display:block;
	background-position:right;
	background-color: #E0E7D5;
	padding-top:3px;
	padding-bottom:3px;
	color: #000000;
	text-decoration: none;
	padding-left: 25px;
}


/*
 * Fusszeile
 */

.footer {
	display: none;
	font-size: 0.8em;
	background-color: #FFFFFF !important;
	color: #989E90 !important;
	clear: both;
	height: 2.2em !important;
	width: 100%;
	
 	margin-top: 0px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
}

p.footerMenu {

	background-color: #FFFFFF;
	float: left;
 	margin-top: 2px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
}

p.footerCopyright {
	
	background-color: #FFFFFF;
	float: right;
 	margin-top: 2px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
}

a.additionalnavi,  a:visited.additionalnavi {

	color: #989E90;
	font-size: 1.1em;	
	text-decoration: none;
}

a:hover.additionalnavi {
	
	color: #007797;
	background-color: #FFFFFF;
	text-decoration: underline;
	
}


/*
 * Teaser-Blöcke rechts
 */

.teaserBlock {
	position: absolute;
	top: 120px;
	left: 830px;
	width: 150px;
	min-height: 80%;
}

.lila {
	margin-top: 12px;
	padding: 1px;
	border: 1px solid #804E69;
}
 
.lila h1 {
	font-size: 0.7em;
	background-color: #804E69;
	color: #FFFFFF;
	padding-left: 8px;
	padding-bottom: 3px;
	padding-top: 2px;
	font-weight: normal;

 	margin-top: 0px;
	margin-left: 0px;
}

.teaserBlock .lila p {
	font-size: 0.55em;
	background-color: #E0D3DA;
	padding-left: 8px;
	padding-right: 8px;
	line-height: 1.5em;
	margin-top: 2px;
	padding-bottom: 5px;
}

.lila .more {
	padding-top: 5px;
	width: 146px;
	background-color: #E0D3DA;
	padding-bottom: 5px;
}

.lila .more a {
	padding-left: 10px;
	font-size: 0.55em;
	text-decoration: none;
	font-weight: bold;
	color: #804E69;	
	margin-left: 8px;
	background-image: url(../images/arrow_lila.gif);
	background-repeat: no-repeat;
	background-position: left; 
}

.blue {
	padding: 1px;
	border: 1px solid #007797;
	margin-top: 12px;
}

.blue h1 {
	font-size: 0.7em;
	background-color: #007797;
	color: #FFFFFF;
	padding-left: 8px;
	padding-bottom: 3px;
	padding-top: 2px;
	font-weight: normal;

 	margin-top: 0px;
	margin-left: 0px;
}

.teaserBlock .blue p {
	font-size: 0.55em;
	background-color: #8DC2D0;
	padding-left: 8px;
	padding-right: 8px;
	line-height: 1.5em;
	margin-top: 2px;
	color: #000000;
	padding-bottom: 5px;
}

.blue .more {
	padding-top: 5px;
	width: 150px;
	background-color: #8DC2D0;
	padding-bottom: 5px;
}

.blue .more a {
	padding-left: 10px;
	font-size: 0.55em;
	text-decoration: none;
	font-weight: bold;
	color: #007797;	
	margin-left: 8px;
	background-image: url(../images/arrow_blue.gif);
	background-repeat: no-repeat;
	background-position: left; 
}


/*
 * Tabelle für die Auflistung neuer Arzneistoffe 
 */
 
table.list {
	
	table-layout: fixed;
	margin-left: 11px;
	margin-right: 8px;
	margin-bottom: 10px;
	width: 715px;
}

table.list th {
	
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #E0E7D5;
}

table.list td {
	
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #E0E7D5;
}


/*
 * Detailansicht eines Medikaments
 */

p.med_detail_heading {
	
	font-size: 1.5em;
	color: #007797;
}

table.med_detail {
	margin-right: 7px;
}

table.med_detail th {
	
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #E0E7D5;
	border-width: 0px 5px 5px 0px;
	border-style:solid;
	border-color: #F4F5EF;
	vertical-align:top;
}

table.med_detail td {
	
	background-color: #E0E7D5;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border-width: 0px 0px 5px 0px;
	border-style:solid;
	border-color: #F4F5EF;
	vertical-align:top;
}



/* Tabelle in Tabelle */
table.med_detail table {
	background-color: #000000;
	margin-right: 7px;
	margin-bottom: 15px;
}

table.med_detail table td {
	
	background-color: #E0E7D5;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border-width: 1px 1px 1px 1px;
	border-style:solid;
	vertical-align:bottom;
}


/*
 * Tabelle quer für die Auflistung neuer Arzneistoffe 
 */

table.med_detail_cross {
	margin-right: 5px;
}

table.med_detail_cross th {
	
	text-align: left;
	padding: 5px;
	border-width: 2px 2px 2px 2px;
	background-color: #E0E7D5;
	border-style:solid;
	border-color: #F4F5EF;
	vertical-align:top;
}

table.med_detail_cross td {
	
	background-color: #E0E7D5;
	padding: 5px;
	border-width: 2px 2px 2px 2px;
	border-style:solid;
	border-color: #F4F5EF;
	vertical-align:top;
}