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: top;
}


/* remember to define focus styles! */

:focus {
        outline: 0;
}

body {
        line-height: 1;
        color: black;
        background: white;
}

ol, ul {
	padding: 20px;
        font-size: 75%;
        vertical-align: top;
		text-align:left;
}

li {
	text-align: justify;
}


/* 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: "" "";
}

html {
        height:100%;
}

body {
        color:#000;
        font-family:Helvetica, Arial, Tahoma, Verdana, sans-serif;
        font-size:100%;
        line-height:140%;
}

#menu {
  height:36px;
  text-align: left;
  padding-top: 190px;
  padding-left: 20px;
  background-color: #008B00;
  background-image: url(../kopf.jpg);
}

#menu a:link { font-family:arial, helvetica, tahoma, verdana, sans-serif; font-weight:normal; color:white; text-decoration:none; }
#menu a:visited { font-family:arial, helvetica, tahoma, verdana, sans-serif;font-weight:normal; color:white; text-decoration:none; }
#menu a:focus { font-family:arial, helvetica, tahoma, verdana, sans-serif; font-weight:normal; color:white; text-decoration:none; }
#menu a:hover { font-family:arial, helvetica, tahoma, verdana, sans-serif;font-weight:normal; color:#eeeeee; text-decoration:none; text-shadow: 1px 1px 1px #413434;}
#menu a:active { font-family:arial, helvetica, tahoma, verdana, sans-serif;font-weight:normal; color:#cccccc; text-decoration:none; }


* {
        margin:0;
        padding:0;
}

body {
        padding: 0px;
        margin: 0px;
        background-color: #008B00;
}

#inhalt {
        background-color:#008B00;
}

#links {
        height:230px;
        background-color: #008B00;
        background-image: url(../kopf_links.jpg);
        position:absolute;
        top:0;
        left:0;
        width:50%;
}

#mitte {
        height:100%;
        background-color: #FFFFFF;
        width:960px;
        position:relative;
        z-index:2;
}

#rechts {
        height:230px;
        background-image: url(../kopf_rechts.jpg);
        padding: 0px;
        margin: 0px;
        position:absolute;
        top:0;
        right:0;
        width:50%;
}

#content_links {
        width:400px;
        height:100%;
        margin: 20px;
        padding: 0px;
        float:left;
        background-color:#FFFFFF;
        font-family:Helvetica, Nimbus, Arial, Tahoma, Verdana, sans-serif;
}

h1 {
        text-align: left;
        margin-top:10px;
        margin-bottom:10px;
        font-size:140%;
        color:#99cc33;
}

h2 {
        text-align: left;
        margin-top:20px;
        margin-bottom:0px;
        font-size:80%;
        font-weight:bold;
        color:#99cc33;
}

p {
        text-align: left;
        font-size:80%;
        margin-left:0px;
        margin-right:0px;
        margin-bottom:10px;
        text-align: justify;
}

ul {
        text-align: left;
        margin-bottom:5px;
        padding-left:30px;
        font-size: 11pt;
}

#content_rechts {
        width:440px;
        height:100%;
        margin: 20px;
        padding: 0px;
        float:right;
        background-color:#ffffff;
        text-align: left;
}

#content_footer {
        width:940px;
        height:24px;
        margin: 0px;
        padding:10px;
        float:none;
        clear:both;
        background-color:#ffffff;
        font-family:Helvetica, Nimbus, Arial, Tahoma, Verdana, sans-serif;
        font-size:80%;
        color:grey;
}

#content_rechts label {
	float: left;
	font-size: 75%;
	width: 120px;
	text-align: left;
}

#content_rechts input, #content_rechts select {
	border: solid 1px #99cc33;
	text-align: left;
	width: 250px;
	margin: 3px 0px;
}

#content_rechts textarea {
	border: solid 1px #99cc33;
	margin: 3px 0px;
	width: 250px;
	max-width: 250px;
}

#content_rechts button {
	border: solid 1px #8CD150;
	padding: 5px;
	margin: 3px 0px;
	
	background: #008B00;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99cc33', endColorstr='#008B00');
	background: -moz-linear-gradient(top, #99cc33, #008B00);
	background: -webkit-gradient(linear, left top, left bottom, from(#99cc33), to(#EFEFEF));
}

#content_rechts button:hover {
	-moz-box-shadow: inset 0 0 5px #FFFFFF;
	-webkit-box-shadow: inset 0 0 5px #FFFFFF;
	box-shadow: inset 0 0 5px #FFFFFF;
}
