@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%;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}
img {
	border: none;
}
abbr {
  border-bottom: 1px dotted blue;
}
/*Ende Code aus Kurs*/

/*
img {
	vertical-align: center;
}
form {
	vertical align: middle;	
	}
.pagesize {
	vertical-align: middle;
}
.pagedisplay {
	vertical-align: middle;
}
*/

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;
}
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.monographie3, ol.monographie3{
	margin:0px;
	padding-left:15px;
	line-height: 1.4;
	padding-bottom: 3px;
	font-size: 10px;
	font-size: 1rem;
	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;
	
}



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 {
		position:fixed;
		width:100%;
		top:0px;
		left: 0px;
		height: 50px;
		padding: 5px 0px 5px 0px;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #000;
		background-image: -webkit-linear-gradient(top,
			rgba(255,255,255,0.5)0%,
			rgba(255,255,255,0.1) 100%);
		background-image: -moz-linear-gradient(top,
			rgba(255,255,255,0.5)0%,
			rgba(255,255,255,0.1) 100%);
		background-image: -ms-linear-gradient(top,
			rgba(255,255,255,0.5)0%,
			rgba(255,255,255,0.1) 100%);
		background-image: linear-gradient(top,
			rgba(255,255,255,0.5)0%,
			rgba(255,255,255,0.1) 100%);
	}

	header#symptome {
		background-color: #3611A3;
		z-index:1;
	}
	#varia {
		background-color: #027F91;
		z-index:1;
	}
	#substanzklasse {
		background-color: #10379f;
		z-index:1;
	}
	#home {
		background-color: #009733;
		z-index:1;
	}


	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;
	}


	/*Page Navigation Anfang*/
	div#side_nav {
		float: left;
		width: 45px;
		/*border: solid 1px #fff;*/
		margin-left: 5px;
	}

	#Button_Sextant{
		height: 45px;
		width: auto;
		padding: 2.5px 0px 0 0;
		margin-right: 0px;
	}
	/*Page Navigation Ende*/
	
	.Strich {
		height:5px;
		border-bottom: 1px solid white;
	}

	/*Site Navigation Anfang*/

	div#site_nav {
		float: right;
		width: 45px;
		/*border: solid 1px #fff;*/
	}

	#Button_ship {
		height: 45px;
		width: auto;
		padding: 2.5px 0 0 0;
	}
	#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;
	}
	/*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_600, .Bild_500, .Bild_400 {
	width:100%;
	height: auto;
}

.Bild_1000 {
	max-width: 1000px;
}

.Bild_750 {
	max-width: 750px;
}

.Bild_600 {
	max-width: 600px;
}

.Bild_500 {
	max-width: 500px;
}

.Bild_400{
	max-width: 400px;
}



section.Tab {
	padding-top: 70px;
	margin-right: auto;
	margin-left: auto;
	widtH: 100%;

	/*alte Formatierung => es gab immer eine scrollbar, obwohl die Seite leer war
	margin: 70px 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;
	height: 19px;
	/*border: solid 2px maroon;*/
	padding: 3px 0 0 0px;
	text-align: center;
	vertical-align: middle;
}

.tabnav {
	display: inline;
	/*border: solid 2px maroon;*/
	float: right;
	margin-right: 5px;
}
/*Ende Tabellenseite*/

.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;
	
}

.dropit .dropit-trigger { position: relative}
.dropit_site .dropit-submenu {
    margin: 0;
	margin-top: 10px;
	position: absolute;
    top: 100%;
	text-align: center;
	background: #333333;
	opacity: 0.92;
    right: 0; /* dropdown left or right */
    display: none;
    min-width: 50px;
    list-style: none;
	padding:3px;
	padding-top: 7px;
	box-shadow: 0 1px 0 #fff;
	border-radius: 10px;
	border: 1px solid #a1a7ae;
	
}
.dropit_side .dropit-submenu {
    margin: 0;
	margin-top: 10px;
	position: absolute;
    top: 100%;
	background: #333333;
	opacity: 0.92;
    left: 0; /* dropdown left or right */
    display: none;
	line-height: 1.4;
	font-size: 14px;
	font-size: 1.4rem;
    min-width: 200px;
    list-style: none;
	padding: 10px 7px;
	box-shadow: 0 1px 0 #fff;
	border-radius: 10px;
	border: 1px solid #a1a7ae;
	
	
}
.dropit .dropit-open .dropit-submenu { display: block }

a:link    {
color:white;
text-decoration:none;
}
a:visited {color:white;}
a:hover   {color:white;}
a:active  {color:white;}




/*Media Queries - Anfang*/
@media only screen and (max-width:430px) {
	header h6 {
		font-size: 17px;
		font-size: 1.7rem;
		padding: 15px 0 0 0;
		
	}	

}

	
@media only screen and (max-width:390px) {
	header h6 {
		font-size: 16px;
		font-size: 1.6rem;
		padding: 15px 0 0 0;
		
	}	

	header h5 {
		font-size: 18px;
		font-size: 1.8rem;
		padding: 15px 0 0 0;
		
	}	

}

@media only screen and (max-width:360px) {
	header h4 {
		font-size: 16px;
		font-size: 1.6rem;
		padding: 15px 0 0 0;
	}	
	header h5 {
		font-size: 15px;
		font-size: 1.5rem;
		padding: 15px 0 0 0;
	}	
	header h6{
		font-size: 14px;
		font-size: 1.4rem;
		padding: 15px 0 0 0;
	}	

}

/*Media Queries - Ende*/


