/* Allgemeines ------------------------------------------------------------------- */

html,body,span,form,img,h1,h2,h3,h4,h5,h6,ul,ol,li,div,td,th,address,blockquote,table,a,p { 
	margin:0; 
	padding:0; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:black;
	letter-spacing:0; 
	line-height:18px; 
	}
	
	
body {
	background:#F9F9E7;
	margin:0;
	padding:0;
	}

h1 {
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:24px;
	color:#336633;
	}
	
h2 {
	font-weight:bold;
	margin-bottom:14px;
	}

h3 {
	font-family:Tahoma; 
	font-size:20px;
	font-weight:bold;
	color:#336633;
	}

p {
	margin-bottom:14px;
	}

ul {
	margin-left:15px;
	}

li {
	margin:3px 0px;
	}



/* Formular-Elemente -------------------------------------------------------------------------------------------------------------------------------------------------------------- */


.input_text {
	border:solid 1px #033c1b;
	background:#fff;
	height:22px;
	padding-top:1px;
	}
	
.input_text_S {
	width:100%;
	height:22px;
	border:solid 1px #999;
	background:#fff;
	vertical-align:1px;
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
	}
	
.input_text_M {
	width:100%;
	height:100px;
	border:solid 1px #999;
	background:#fff;
	vertical-align:1px;
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
	}

.input_text_L {
	width:100%;
	height:150px;
	border:solid 1px #999;
	background:#fff;
	vertical-align:1px;
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
	}

.input_text_XL {
	width:100%;
	height:500px;
	border:solid 1px #999;
	background:#fff;
	vertical-align:1px;
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
	}

.input_button {
	border:solid 1px #333333;
	height:22px;
	background:#ebebeb;
	}

.input_radio {
	vertical-align:-3px;
	}
	
.input_checkbox {
	vertical-align:-3px;
	margin:0px;
	padding:0px;
	margin-right:5px;
	}

.input_select {
	width:100%;
	height:20px;
	border:solid 1px #999;
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
	}




/* Layout-Boxen ------------------------------------------------------------------- */

	
#menu a:hover {
	color:#ffffff;
	background: #339933;
	}

#uncenterbox {
	position:relative;
	top:0px;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	}

#pagebox {
	position:relative;
	top:0px;
	left:0px;
	right:0px;
	width:95%;
	border:solid 1px black;
	border-top:0;
	background:#FFFFCC;
	}
	
#contentbox {
	position:relative;
	margin-left:20px;
	width:90%;
	margin-bottom:5px;
	overflow:hidden;
	}

