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, font, 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 {
	border: 0 none;
	font-size: 100%;
	margin: 0;
	outline: 0 none;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none outside none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: none;
}
:focus {
	outline: 0 none;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	-webkit-text-size-adjust: none;
}
section, article, aside, hgroup, header, footer, nav {
	display: block;
}


/*##################################################
 * ################ Start  #########################
 * ############################################### */

body {
	font-family: "Open Sans Condensed", sans-serif;
	font-weight: 300;
	min-width: 1000px;
}

body a {
	color: #c4000c;
	font-style: italic;
}
body a:hover {
	text-decoration: none;
}
h1 {
	font-size: 23px;
	color: #c4000c;
	font-weight: 500;
	line-height: 150%;
}

h2 {
	font-size: 18px;
	color: #727272;
	font-weight: 500;
	line-height: 150%;
}

#globalWrapper {
	background-image: url(back.jpg);
	background-position: center top;
	
}

#wrapper {
	width: 1000px;
	margin: auto;
	position: relative;
	height: 1250px;
}

#txt1 {
	position: absolute;
	width: 300px;
	top: 110px;
	padding: 20px;
}

#txt2 {
	position: absolute;
	width: 300px;
	top: 160px;
	left: 385px;
	padding: 20px;
}

#info {
	position: absolute;
	left: 768px;
	top: 158px;
	color: White;
	font-size: 15px;
	font-weight: bold;
	line-height: 150%;
}

	#info a {
		color: White;
		font-style: normal;
		text-decoration: none;
	}
	
#impressum {
	position: absolute;
	font-size: 13px;
	color: White;
	width: 210px;
	left: 768px;
	top: 980px;	
	line-height: 130%;
}	

p {
	margin-bottom: 20px;
	line-height: 150%;
}

hr {
	border: 0px;
	border-bottom: 5px solid #d7d7d7;
	margin-bottom: 20px;
	margin-top: 20px;
}

ul {
	margin: 0;
	padding: 0;
}

ul li {
	margin: 0px 0 0px 20px;
	list-style-type: square;
	line-height: 150%;
}