/* Basic Config */
*{ margin: 0px; padding: 0px; }
body{ font-family: Arial, Helvetica, sans-serif; font-size: 70%; color: #333; background-color: #8ABE01; line-height: 1.4em; text-align: center; margin: 10px;}
ul,li,ol{ list-style: none; }

/* Page Layout */
#wrap{
	width: 760px;
	margin: 0 auto;
	text-align: left;
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 560px;
	margin-top: 40px;
}
#content{
	margin-left: 260px;
	padding-top: 100px;
}
#content fieldset{
	border: none;
	padding: 20px;
}
#content label{
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	color: black;
	margin-top: 10px;
	margin-bottom: 2px;
}
#content h2{
	margin-top: 5px;
	margin-left: 20px;
	letter-spacing: 1px;
	font-size: 1.6em;
}
#content select{
         width: 88px;
         text-align: center;
         height: 32px;
         margin: 0px;
         padding: 0px;
         font-size: 1.3em;
         font-weight: bold;
         border: none;
         float: left;
	border: 1px solid #336600;
	margin-right: 10px;
	background-color: #FFF;
	color: #666;


}
#content option{
         line-height: 36px;
         padding-top: 3px;
         padding-bottom: 3px;
	background-image: url(t/txt.jpg);
	border-bottom: 1px solid #336600;
       	color: #666;
}
#content input.txt{
	width: 300px;
	height: 36px;
	border: 1px solid #336600;
	font-size: 1.3em;
	color: #666;
	padding: 6px;
	font-weight: bold;
	background-color: #FFF;
	background-image: url(txt.jpg);
}
#content textarea.msgbox{
	width: 400px;
	height: 110px;
	border: 1px solid #336600;
	font-size: 1.3em;
	color: #666;
	padding: 6px;
	font-weight: bold;
	background-color: #FFF;
	background-image: url(txt.jpg);
	background-repeat: repeat-x;
}
#content p{
         margin-left: 20px;
         margin-top: 10px;
         font-size: 1.8em;
         font-weight: bold;
         color: white;
         line-height: 1.4em;
}
#content input.txt:focus{
	background-image: url(txt_focus.jpg);
}
#content textarea.msgbox:focus{
	background-image: url(txt_focus.jpg);
}
#flot label{
	display: inline;
}
#flot input{
	margin-right: 20px;
}
#flot a{
	color: white;
}
input.btn{
	float: left;
	margin-left: 80px;
}
#links{
       position: absolute;
       left: 20px;
       top: 20px;
}
#rechts{
        position: absolute;
        right: 20px;
        top: 20px;
}


