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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
body {
	line-height: 18px;
	font-size: 12px;
	font-family:verdana;
	background: #e9e9e9;

}
h1 {
	font-size:25px;
}

h2 {
	font-size:19px;
}

h3 {
	font-size:15px;
}

h4 {
	font-size:12px;
	font-weight:bold;

}

/*--Generics--*/

#container {
	height:665px;
	width:900px;
	background-image:url("/_gfx/content_bg.png");
	background-repeat:no-repeat;
	background-position:top left;
}
a:link {
	color:#00C468;
	text-decoration:none;
}
a:hover {
	color:#00C468;
	text-decoration:underline;
}
a:visited {
	color:#00C468;
	text-decoration:none;
}
a:visited:hover {
	color:#00C468;
	text-decoration:underline;
}
#menu {
	position:absolute;
	top:140px;
	left:115px;
	width:695px;
	text-align:left;
	border:0px solid black;
}
#menu ul li{
	text-align:left;
	display:inline;
	font-size:16px;
	margin-right:16px;
}
#menu ul li a {
	color:#00C468;
	text-decoration:none;
}
#menu ul li a:hover {
	color:#000;
	text-decoration:none;
}
#menu ul li a:visited {
	color:#00C468;
	text-decoration:none;
}
#menu ul li a:visited:hover {
	color:#000;

	text-decoration:none;
}
#menu ul li a.marked {
	color:#000;
	text-decoration:none;
}

#content {
	position:absolute;
	top: 185px;
	left:115px;
	height:386px;
	width:695px;
	overflow:auto;
	padding-right:20px;
}
#content h2 {
	letter-spacing:1px;
	margin-bottom:4px;
	font-family:times;
	margin-bottom:7px;
}

#content .home_div {
	margin-bottom:20px;
	text-align:normal;
}
#content #flugzeugwettbewerb {
	height:75px;
	margin-left:90px;
	background-image:url(/_gfx/home_flug.png);
	background-repeat:no-repeat;
	background-position:top left;
}
#content #baum {
/*border:1px solid black;*/
	height:170px;
	width:380px;
	padding-top:20px;
	padding-left:15px;
	padding-right:90px;
	margin-left:110px;
	background-image:url(/_gfx/home_baum.png);
	background-repeat:no-repeat;
	background-position:top left;
}
#content #oekozentrum {
/*border:1px solid black;*/
	color:#ffffff;
/*	font-weight:bold;*/
	font-size:13px;
	padding-top:40px;
	padding-left:30px;
	height:40px;
	margin-left:80px;
	background-image:url(/_gfx/home_oekozentrum.png);
	background-repeat:no-repeat;
	background-position:top left;
}
#content #scherenschleifer p {
/*border:1px solid black;*/
	height:115px;
	padding-right:110px;
	background-image:url(/_gfx/home_scherenschleifer.png);
	background-repeat:no-repeat;
	background-position:460px 35px;
}
#content #aussteller td p {
	margin-bottom:20px;
}
#bildergalerie img {
	margin-left:10px;
	margin-top:10px;
}