@charset "UTF-8";

*:not(ul){
	margin: 0px;
	padding:0px;
}

/* Code aus Kurs*/
html {
	height: 100%;
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
}

body {
	font-family: Verdana, sans-serif;
	/*background-color: white;*/
	background-color: #c5ccd4;
	width: 100%;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}
img {
	border: none;
}
abbr {
  border-bottom: 1px dotted blue;
}
/*Ende Code aus Kurs*/

strong {
	font-weight: bold;
	font-size: 1em;
}

div.Legende {
	margin: 0 20px 0 5px;
}

p.Legende {
	width: 100%;
}

span.Legende {
	font-size:1em;
	width:100%
}
.Legende_Auf1 , .Legende_Auf2{ /*verwendet bei Handekzem.html*/
	margin:0px;
	margin-left:5px;
	font-size: 9px;
	font-size: 0.9rem;
	margin-top:0px;
	margin-bottom:3px;
}
.Legende_Auf1 {
	padding-left: 0px;
}

.Legende_Auf2 {
	padding-left: 20px;
}



p {
	margin-top:5px;
	line-height: 1.4;
	text-align:justify;
	font-size: 10px;
	font-size: 1rem;
}

.inArtikel {
	margin-top:0px;
	margin-bottom:3px;
	line-height: 1.4;
	text-align:justify;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: normal;
}

.inArtikel2 {
	margin-top:0px;
	margin-bottom:7px;
	line-height: 1.4;
	text-align:justify;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: normal;
}

ul.monographie1, ol.monographie1 {
	margin:0px;
	margin-left:5px;
	padding-left: 15px;
	line-height: 1.3;
	padding-bottom: 3px;
	padding-top: 2px;
	font-size: 11px;
	font-size: 1.1rem;
}
ul.monographie1, ol.monographie1 {
	margin:0px;
	margin-left:5px;
	padding-left: 15px;
	line-height: 1.3;
	padding-bottom: 3px;
	padding-top: 2px;
	font-size: 11px;
	font-size: 1.1rem;
}
ol.monographie1{
	font-weight: bold;
}
ul.monographie2, ol.monographie2, ol.monographie2b{
	margin:0px;
	line-height: 1.4;
	padding-bottom: 3px;
	font-size: 11px;
	font-size: 1.1rem;
}

ul.monographie2 {
	padding-left:12px;
	font-weight: normal;
}

ul.tablist1, ol.tablist1 {
	margin:0px;
	margin-left:5px;
	padding-left: 5px;
	line-height: 1.1;
	padding-bottom: 3px;
	padding-top: 2px;
	font-size: 10px;
	font-size: 1rem;
	
}
ul.monographie3, ol.monographie3{
	margin:0px;
	padding-left:15px;
	line-height: 1.4;
	padding-bottom: 3px;
	font-size: 10px;
	font-size: 1rem;
	font-weight: normal;
}


h1:before {
	display:block;
	content: " ";
	margin-top: -75px;
	height:75px;
	visibility:hidden;
}

sub,
sup {
  font-size: 0.75em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

.clearboth {
	clear: both;
}

/*Headerbereich Anfang*/
	header h1, header h4, header h5, header h6 {
		color: #fff;
		padding: 10px 0 0 0;
		text-shadow:0 -1px 0 rgba(0,0,0,0.5);
		text-align: center;
		font-size: 20px;
		font-size: 2rem;
	}
	header h1:after, header h4:after, header h5:after, header h6:after {
		padding: 15px;
		content: "powered by PharmaHelp®"; 
		font-size: 10px; 
		font-size: 1rem;
		font-weight:normal;
	}

	/*Page Navigation Anfang*/
	#Button_Sextant{
		height: 45px;
		width: auto;
		padding: 2.5px 0px 0 0;
		margin-right: 0px;
		visibility: hidden;
	}
	/*Page Navigation Ende*/
	
	.Strich {
		height:5px;
		border-bottom: 1px solid white;
	}

	/*Site Navigation Anfang*/
	#Button_ship {
		height: 45px;
		width: auto;
		padding: 2.5px 0 0 0;
		visibility: hidden;
	}
	#Button_Symptome_2, #Button_Substanzklasse_2, #Button_Varia_2, #Button_Home_2, .Button_nav_2{
		height: 35px;
		width: auto;
		padding: 2px 0 0 0;
		margin-left: 0px;
		visibility: hidden;
	}
	/*Site Navigation Ende*/

/*Headerbereich Ende*/

/*Section Anfang*/
section h1 {
	color: #000;
	padding: 0 0 0 0px;
	text-shadow:0 0 0 rgba(0,0,0,0.5); /*früher: text-shadow: 0 -1px 0 rgb(0,0,0,0.5);*/
	font-size: 14px;
	font-size: 1.4rem;
}

div#wrapper {
	margin: 0 5px 20px 5px;
}

.Bild_1000, .Bild_750, .Bild_500, .Bild_400 {
	width:100%;
	height: auto;
}

.Bild_1000 {
	max-width: 1000px;
}

.Bild_750 {
	max-width: 750px;
}

.Bild_500 {
	max-width: 500px;
}

.Bild_400{
	max-width: 400px;
}


section.Tab {
	margin: 20px 0px 3px 0px;
	overflow: auto;
	width: 100%;
}

a.text:link    {
	color:blue;
	font-size: 1em;
}
a.text:visited {color:blue;}
a.text:hover   {color:red;}
a.text:active  {color:red;}

/*Section Ende*/


/*Tabellenseite*/
.tabhead {
	display:inline;
	float: left;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	/*border: solid 2px maroon;*/
	padding: 7px 0 0 0px;
	text-align: center;
}

.tabnav {
	display: inline;
	/*border: solid 2px maroon;*/
	float: right;
	margin-right: 5px;
}
/*Ende Tabellenseite*/

/*Drop-down-Menu - Anfang*/
.dropit_site {
    list-style: none;
	padding: 0;
	margin: 0 5px 0 0;
	float: right;
}

.dropit_side {
    list-style: none;
	padding: 0;
	margin: 0 5px 0 0;
	float: left;
	
}
/*Drop-down-Menu - Ende*/

a:link    {
color:white;
text-decoration:none;
}
a:visited {color:white;}
a:hover   {color:white;}
a:active  {color:white;}




