/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('./open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('./open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('./open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('./open-sans-v34-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./open-sans-v34-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./open-sans-v34-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('./open-sans-v34-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('./open-sans-v34-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./open-sans-v34-latin-italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* gulzar-regular - latin */
@font-face {
  font-family: 'Gulzar';
  font-style: normal;
  font-weight: 400;
  src: url('./gulzar-v5-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./gulzar-v5-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./gulzar-v5-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('./gulzar-v5-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('./gulzar-v5-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./gulzar-v5-latin-regular.svg#Gulzar') format('svg'); /* Legacy iOS */
}


* {
	font-family: Open Sans;
	font-size: 1.0em;
	font-style: normal;
	line-height:160%;
}

#wrapper {
	margin-left: 45px;
	margin-right: 45px;
	padding-bottom: 50px;
}

/* h1, h2, h3 {
margin-top: 1.3em;	
} */

body {
	margin: 45px;
}
		
div#zurueck {	
	position: fixed;
	top: 25px;
	right: 25px;
	padding:10px 25px;
	background-color:DeepSkyBlue;
	font-weight:bold;
	font-size:120%;
	border-radius:10px;
}

div#zurueck a {
	color:GhostWhite;
	text-decoration:none;
}

div#kopfzeile {
	border-bottom: 5px solid silver;
}

div#kopfzeile img {
	height:50px;
	padding-right:50px;
}

p.typ {
	font-size:120%;
	color:Indigo;
	text-transform:uppercase;
	font-weight:bold;
	padding-top:20px;"
}



h1 {
	font: 50px Gulzar, Times, serif;
	border-bottom: 1px solid silver;
	padding: 0px 0px 20px 10px;
	font-weight: bold;
	margin:0 0 20px 0;
	line-height:100%;
}


h2 {
	font: 24px Gulzar, Times, serif;
	font-weight: bold;
	border-bottom: 1px dotted silver;
	margin: 60px 0 20px 0;
	line-height:100%;
}

h3 {
	font: 18px Open Sans, Verdana, non-serif;
	font-weight: bold;
	margin: 30px 0 20px 0;
	line-height:100%;
	color: #363636;
}

td {
	padding: 4px;
	border-bottom: 1px solid silver;
	vertical-align: top;
}
table {
	border-top: 1px solid silver;
}
table[border="1"] {
	border-collapse:collapse;
}
table[border="1"] td {
	width:50%;
	border:1px solid silver;
}
td img {
	max-width:400px;
	height:auto;
	display:block;
	margin:0px auto;
}
td p {
	margin:0px;
}
.zweispaltig, .dreispaltig, .vierspaltig {
	table-layout:fixed;
	width:100%;
}
table[border="1"].dreispaltig td, table.dreispaltig td {
	width:33%;
}
table[border="1"].dreispaltig td[colspan="2"] {
	width:66%;
}
table[border="1"].vierspaltig td, table.vierspaltig td {
	width:25%;
}
table[border="1"].vierspaltig td[colspan="4"] {
	width:100	%;
}

ul li {
	padding-bottom: 20px;
}


ul.plus li {
	list-style-image: url(lesekarten/plus_alt_12x12.png);
	padding-bottom: 0px;
}

ul.minus li {
	list-style-image: url(lesekarten/minus_alt_12x12.png);
	padding-bottom: 0px;
}

strong {
	font-weight: bold;
}


em {
	font-style: italic;
}


#infok_wrapper {
	float: right;
	border-left: 15px solid white;
	border-right: 15px solid white;
	width: 400px;

}
#infokarte {
	padding: 10px 15px 25px;
	background-color: #eee;
	-moz-border-radius:10px; /* Firefox */
	-webkit-border-radius:35px; /* Safari, Chrome */
	border-radius:10px; /* CSS3 */
}

#infokarte p {
	font-size: 24px;
	text-align: right;
	
}
