/* RESET CSS*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* -- */

body{
	color: white;
	font-family: "Arial", sans-serif;
	width: 100%;
	height: 100%;
	background-color: white;
	overflow-x: hidden; 
}

#header{
	
	width: 100%;
	/*height: 40%;*/
	min-height: 210px;
	float:left;
	background-color: #0a2655;
}

#head_l{

	float: left;
	width: 50%;
	height: 210px;
}

#head_r{

	float: left;
	width: 50%;
	height: 210px;
}


#left{

	width: calc(50% - 30px);
	height: 580px;
	min-height: 450px;
	float:left;
	background-color: #0a2655;
	text-align: right;
	padding-right: 30px;
	padding-top: 15px;
	padding-bottom: 10px;
}

#right{

	width: calc(50% - 30px);
	height: 580px;
	min-height: 450px;
	float:left;
	background-color: #0a2655;
	padding-left: 30px;
	padding-top: 15px;
	padding-bottom: 10px;
}

#footer{
	width:100%;
	height: 5%;
	min-height: 200px;
	color:black;
	float:left;
	background-color: white;
	bottom:0px;
}

h1{

	font-size: 22pt;
	margin-bottom: 10px;

}
h2{

	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 10px;
}
#list_l{
	font-size:24pt;
	font-weight: bold;
	/*list-style: circle;*/
	margin-bottom: 40px;
	list-style-image: url("img/psa_list.png");
}
.list_r{

	margin-bottom: 20px;
	font-size: 8pt;

}
li{
	margin-bottom: 2px;
}

	#img_h{
		
		float: right;
		margin-top: 63px;
		margin-right: 25px;

	}

	#label{

		float: left;
		margin-top: 90px;
		margin-left: 25px;
	}


#img_f{

	margin-top: 20px;

}
.red{

	width:100%;
	height: 8px;
	background-color: red;
	margin-bottom: 8px;
}
#anschrift{

	width: 450px;
	font-size: 10pt;
	line-height: 1.5;
	margin-top: -40px;
	margin-left: 180px;

}
#bold{

	font-weight: bold;

}
.recital{

	font-size: 30pt;
	color: red;
	vertical-align: -5px;
}

#sub_f{

	width: 50%;
	min-width: 500px;
	height: 60px;
	margin-right: auto;
	margin-left: auto;

}