body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,figure{ margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{ border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{ content:''}abbr,acronym{border:0}


html, body{
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:14px;
	line-height:1.4em;
}

h1, h2{
	color:#ff3e00;
	margin-bottom:0.5em;
}
h1{
	font-size:18px;
}
p,ul,ol{
	color:#111111;
	margin-bottom:1em;
}

strong{font-weight:bold;}
em{font-style:italic;}
.clear{clear:both;}

/*
 * Main Layout
 */
#left{
	margin-bottom:40px;
}
#header,#left,#footer{
	display:none;
}



/**
 * 	Main Content
 */
#main p{
	text-indent:20px;
}
#main li{
	background: transparent url(../img/li_bullet.png) no-repeat 0 7px;
	padding-left:12px;
}

/*
 * Kontakt
 */
#kontakt .block {overflow:visible;}
#f1 label {
	display:block;
	font-size:14px;
	margin-bottom:4px;
}
#f1 input, #f1 textarea{
	border:1px solid #DBD8D8;
	font-size:12px;
	margin-bottom:18px;
	padding:8px;	
}
#f1 input:focus, #f1 textarea:focus{border:1px solid #669933;}
#f1 input{width:180px;}
#f1 input.submit{cursor:pointer;}
#f1 input.submit:hover{background:#ddd;border:1px solid #bbb;}
#f1 textarea {width:480px;}
.captcha_text{margin-left:6px;font-size:14px;font-style:italic;}
.mod_form, .mod_search, #suche{
	overflow:visible!important;
}
