/*Überschriften*/
h1 {
	font-family: times New Roman;
	font-size: 20px;
	font-weight : bold;
	font-style : italic;
	color: #000066;
	padding: 0;
	margin: 20px 0 0 60px;
	text-align: left;
}

h2 {
	font-family: times New Roman;
	font-size: 16px;
	font-weight : bold;
	font-style : normal;
	color: #000066;
	margin: 10px 0 0 10px;
}

h3 {
	font-family: times New Roman;
	font-size: 14px;
	font-weight : bold;
	font-style : normal;
	color: #000066;
	margin: 10px 0 0 10px;
}
.h3_info {
	font-family: times New Roman;
	font-size: 14px;
	font-weight : bold;
	font-style : normal;
	color: #000066;
/*	margin: 10px 0 15px 10px;
	padding: 5px 5px 5px 5px;
	text-align: center;  */
}


/*Bilder*/
.picture {
	margin: 10px 0 0 0;
	text-align: center;
	padding: 0;
}

.portrait {
	position: absolute;
	margin: 0 0 0 420px;
}

/*Absätze*/
.paragraph {
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color: #000066;
	text-align: justify;
	margin: 10px 10px 10px 10px;
}

.paragraph_info {
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color: #000066;
	text-align: center;
	vertical-align: middle;
	margin: 10px 0 15px  0;
	width: 80%;
	height: auto;
	padding: 10px 5px 10px 5px;
	border-top:2px solid #e4d9c0;
	border-right:2px solid #837c6b;
	border-bottom:2px solid #837c6b;
	border-left:2px solid #e4d9c0;
}

.paragraph_error {
	border-top:2px solid #e4d9c0;
	border-right:2px solid #837c6b;
	border-bottom:2px solid #837c6b;
	border-left:2px solid #e4d9c0;
	color: red;
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	height: auto;
	margin: 0 115px 10px 115px;
	padding: 5px 5px 5px 5px;
	text-align: center;
	vertical-align: middle;
	width: 450px;
}

/*Listen*/
.ul_1 {
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	margin-bottom: 10px;
	padding: 0 0 5px 0;
	vertical-align: top;
	text-align: justify;
}
.ul_1 li {
	list-style: outside square;
	margin: 0 20px 0 30px;
}

.ul_2 {
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	margin-bottom: 10px;
	padding: 0 0 5px 0;
	vertical-align: top;
	text-align: justify;
	font-weight: normal;
}
.ul_2 li {
	list-style: outside disc;
	margin: 0 20px 0 30px;
}

.ul_3 {
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	margin-bottom: 10px;
	padding: 0 0 5px 0; 
	vertical-align: top;
	text-align: justify;
}
.ul_3 li {
	list-style: outside square; 
	margin: 0 20px 0 30px;
}

.sublist {
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	font-weight: normal;
	margin-bottom: 10px;
	padding: 5px 0 0 0;
}
.sublist li {
	list-style-type: none;
	vertical-align: top;
	margin: 0 20px 0 30px;
}

.listtext {
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	font-weight:normal;
	text-align: justify;
	margin: 10px 10px 10px 10px;
}

/*Sonstige Ausgaben*/
.warning {
	padding: 0;
	margin: 0 0 0 120px; 
	font-family : "Century Gothic";
	font-size : 18px;
	font-weight : bold;
	color : #CC3333;
	width: 500px;
}

.info {
	font-size : 12px;
	font-weight : bold;
	color: #FFA500;
	vertical-align: top;
}

.button {
	margin: 0;
	padding: 0;
	font:normal 12px verdana, sans-serif;
	color: blue;
	font-weight: normal;
	width: 150px;
	border-top:2px solid #e4d9c0;
	border-right:2px solid #837c6b;
	border-bottom:2px solid #837c6b;
	border-left:2px solid #e4d9c0;
	text-align: center;
	vertical-align: middle;
}

.videogalerie {
	background: #F0E68C;
	margin: 10px 0 0 60px;
	padding: 0;
	width: 580px;
}
.videogalerie_rubrik {
	background: Navy;
	border-top: 1px solid Gray;
	color: white;
	font-weight: bold;
	padding: 0 2px 0 2px;
}
.videogalerie_infotext {
	border-top: 1px solid Gray;
	color: #000066;
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	text-align: justify;
	padding: 5px 2px 0 5px;
}
.videogalerie_links {
	text-align: right;
	padding: 0 2px 5px 2px;
}
.videogalerie_vidinfo {
	background: white;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 0 2px 0;
	text-align: center;
	width: 320px;
}
.videogalerie_thumbs {
	position: absolute;
	margin: 0 0 0 450px;
}
.videogalerie_button1 {
	font:normal 10px verdana, sans-serif;
	color: blue;
	font-weight: normal;
	margin: 10px 0 0 0;
	padding: 0;
	width: 100px;
	border-top:1px solid #e4d9c0;
	border-right:1px solid #e4d9c0;
	border-bottom:1px solid #837c6b;
	border-left:1px solid #837c6b;
	text-align: center;
	vertical-align: middle;
}