/*--------------- RESET CSS ----------------*/
html, body, div, span, applet, object, iframe,
h1, 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;
}
/*--------------- RESET CSS Ende ----------------*/

#startseite{
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
	overflow:hidden;
	font-family:arial;
	font-size:10px;
	color:#2CBF17;
	background-image:url(images/background.png);
	overflow:scroll;
}

#wrapper{
	width:960px;
	height:100%;
	margin:auto;
	/*border: 1px solid black;*/
}

#content{
	width:960px;
	height:300px;
	margin:auto;
}

#schild{
	width:600px;
	height:138px;
	margin:auto;
	margin-top: 80px;
	
}
#text1{
	color:white;
	font-size:32px;
	font-weight: bold;
	margin-left: 150px;
	margin-top: 50px;
}

#text2{
	color:white;
	font-size:32px;
	font-weight: bold;
	margin-left:380px;
	padding-top:10px;
	position:absolute;
}

#slogan1{
	color:white;
	font-size:18px;
	font-weight: bold;
	padding-left:250px;
	margin-top: -40px;
	
}
#t1{
	color:#2CBF17;
	font-size:32px;
	font-weight: bold;
	padding-top:10px;
	position:absolute;
}

#t2{
	color:#2CBF17;
	font-size:32px;
	font-weight: bold;
	margin-left:140px;
	padding-top:40px;
	position:absolute;
}

#t3{
	color:#2CBF17;
	font-size:32px;
	font-weight: bold;
	margin-left:300px;
	padding-top:80px;
	position:absolute;
}
#logo{
	height:203px;
	width:150px;
	background-image:url(images/logo.png);
	margin:auto;
	margin-top: -20px;
	margin-left:700px;
	z-index:200;
}

#footer{
	height:300px;
	width: 960px;
}

#sponsor{
	height:97px;
	width:575px;
	background-image:url(images/sponsor.png);
	margin:auto;
	margin-top:260px;
	z-index:200;
}

#underline{
	height:4px;
	width:506px;
	background-image:url(images/underline.png);
	margin:auto;
	margin-top:50px;
	z-index:200;
}

#copyright{
	height:20px;
	width:600px;
	font-size:10px;
	color:black;
	margin:auto;
	margin-top:10px;
}

#copyright a{
	text-decoration:none;
	color:#a8b508;
}

