* { 
   margin : 0;
   padding : 0;
}
body {
	margin: 0;
	padding: 0;
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	letter-spacing: 0.05em;
	line-height: 110%;
	color: #4C4C4C;
}
h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}
h1 {
	font-size: 1.7em;
	text-align: left;
	color: #F4F82A;
}
h2 {
	font-size: 1.5em;
	color: #8A8D18;
}
h3 {
	font-size: 1.3em;
	color: #58590F;
}
h3.details {
	padding-left: 20px;
	font-size: 1.1em;
}
h4 {
	padding-left: 20px;
	font-size: 1.0em;
	color:#9FA04B;
	padding-top: 10px;
}

p {
	text-align: justify;
}
div.clear {
	clear: both;
	height: 0px;
}

/* HEADER  */
div.header {
	width: 100%;
	height: 150px;
	background: #FFFFFF url("../images/headerbg.jpg") repeat-x top left;
}
div.header h1 {
	padding-left: 150px;
	padding-top: 50px;
	font-size: 1.9em;
	background: transparent url("../images/headerbg_left.jpg") no-repeat top left;
	height: 150px;
}
div.header h2 {
	padding-left: 200px;
	margin-top: -130px;
}

/* WRAPPER */
div.wrapper {
	width: 800px;
	float: left;
	padding: 5px 0px 15px 45px;
}

/* INFOTEXT */
span.menInfo {
	display: block;
	font-size: 0.9em;
	letter-spacing: 0.05em;
	color: #58590F;
	margin-bottom: 15px;
	padding: 5px;
	width: 785px;
	text-align: justify;
	border: 1px solid #58590F;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-topright: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
}
span.small {
	display: inline-block;
	float: left;
	background-color: #CAD247;
	width: 145px;
	padding: 5px;
}
span.small p {
	font-size: 0.8em;
	color: #58590F;	
	text-align: left;
	padding-top: 10px;
}
/* LI MENUES */
div.wrapper ul {
	list-style: none;
	float: left;
	width: 640px;
}

div.wrapper li {
	display: inline-block;
	float: left;
	height: 200px;
	width: 200px;
	margin: 0px 10px 10px 0px;
	border: 1px solid #58590F;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-topright: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
}
div.wrapper li a {
	display: inline-block;
	margin-top: 130px;
	text-decoration: none;
	color: #58590F;
}
div.wrapper li a:hover {
}
div.wrapper li.button {
	color: #58590F;
}
div.wrapper li.button:hover {
	background-color: #CAD247;
}
div.wrapper li.fhour {
	background: transparent url("../images/fhour.png") no-repeat center 25px;
}
div.wrapper li.webprj {
	background: transparent url("../images/webprj.png") no-repeat center 25px;
}
div.wrapper li.umsatz {
	background: transparent url("../images/umsatz.png") no-repeat center 25px;
}
div.wrapper li.inseratCoffee {
	background: transparent url("../images/coffee.png") no-repeat center 0px;
}
div.wrapper li.kennzahlen {
	background: transparent url("../images/kennzahlen.png") no-repeat center 25px;
}
div.wrapper li.checklisten {
	background: transparent url("../images/checklisten.png") no-repeat center 25px;
}
div.wrapper li.profile {
	background: transparent url("../images/profile.png") no-repeat center 25px;
}

/* DIV MENUES */
div#wndError {
	height: 0px;
	width:35%;
	bottom:24px;
	right: 30px;
	position: absolute;
	overflow:hidden;
	background-color: #FF3030;
	border-color: #999999;
	border-style: solid;
	border-width: 1px 1px 0px 1px;
	font-size: 0.8em;
	color: #303030;
}
div#wndError h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #999999;
	background: transparent url("../images/exclamation.png") no-repeat 5px center;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 1px 1px 0px 1px;
	border-bottom: 1px solid #999999;
}
div#wndError div#errMessage {
	width: 100%;
	height: 100%;
	background-color:#E5E5E5;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 1px 1px 0px 1px;
	padding: 5px;	
}
div#wndError div#errMessage ul#liError {
	padding-top: 10px;
	padding-bottom: 10px;
}
div#wndError div#errMessage ul#liError li {
	padding: 2px 10px 2px 10px;
}
div#menue_steps_div, 
div#menue_tools_div, 
div#menue_email_div {
	height: 0px;
	width: 192px;
	bottom: 24px;
	left: 23%;
	position: absolute;
	background-color: #E5E5E5;
	border-color: #999999;
	border-style: solid;
	border-width: 1px 1px 0px 1px;
	font-size: 0.8em;
	color: #303030;
	overflow: hidden;
}
div#menue_tools_div {
	width: 272px;
}
div#menue_email_div {
	width: 372px;
}
div#menue_steps_div h2,
div#menue_tools_div h2,
div#menue_email_div h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #999999;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 1px 1px 0px 1px;
	border-bottom: 1px solid #999999;
	width: 190px;
}
div#menue_tools_div h2 {
	width: 270px;
}
div#menue_email_div h2 {
	width: 370px;
}
div#menue_tools_div h2 {
	background: #8A8D18 url("../images/tools.png") no-repeat 5px center;
}
div#menue_email_div h2 {
	background: #8A8D18 url("../images/email.png") no-repeat 5px center;
}
div#menue_steps_div div#wndStepsMessage,
div#menue_tools_div div#wndToolsMessage,
div#menue_email_div div#wndEmailMessage {
	width: 180px;
	height: 100%;
	background-color:#E5E5E5;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 1px 1px 0px 1px;
	padding: 5px;	
}
div#menue_tools_div div#wndToolsMessage {
	width: 260px;
	line-height: 1.2em;
}
div#menue_email_div div#wndEmailMessage {
	width: 360px;
}
div#menue_steps_div ul,
div#menue_tools_div ul {
	list-style: none;
}
#menue_steps,
li#menue_tools,
li#menue_email {
	cursor: pointer;
}
div#menue_tools_div li {
	line-height: 1.5em;
}
div#menue_steps_div li a,
div#menue_tools_div li a,
div#menue_email_div li a  {
	color: #58590F;
	text-decoration: none;
	cursor: pointer;
}
div#menue_steps_div li a:hover,
div#menue_tools_div li a:hover,
div#menue_tools_div li a:hover {
	color: #9FA04B;
}
form#frmEmail input,
form#frmEmail textarea {
	margin: 2px 10px 5px 10px;
	padding: 2px 5px 0px 5px;
}
form#frmEmail textarea {
	height: 100px;
	font-size: 1.4em !important;
}
form#frmEmail p.sendButton {
	margin: 12px 0px 25px 10px;
	padding-top: 12px;
	padding-bottom: 8px;
	border: 1px solid #58590F;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-topright: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
	width: 296px;
	height: 22px;
	vertical-align: middle;
	text-align: center;
	color: #58590F;
	cursor: pointer;
	font-size: 1.5em;
	background: #CAD247 url("../images/email_go.png") no-repeat 10px 8px !important;
}
form#frmEmail p.sending {
	background: #CAD247 url("../images/loader.gif") no-repeat 10px 8px !important;
}
form#frmEmail p.sendButton:hover {
	color: #CAD247;
	background: #58590F url("../images/email_go.png") no-repeat 10px 8px !important;
}
form#frmEmail img.captcha {
	margin-top: 5px;
	margin-bottom:0px;
	margin-left: 10px;
	border: 1px solid #58590F;
}

/* FORM FIELDS */
input[type=text],
textarea {
	border: 1px solid #58590F;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-topright: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
	font-size: 1em;
	background-color: #FFFFFF;
	color: #58590F;
	padding: 4px;
	margin: 15px 15px 17px 51px;
	width: 289px;
	height: 19px;
}
input[type=text]:focus,
textarea:focus {
	background-color: #8A8D18;
	color: #FFFFFF;	
}

/* INSERATE */
.inseratGoogleQuer {
	padding: 25px 0px 0px 15px;
	height: 90px;
}
div.inseratCoffee {
	background: transparent url("../images/coffee.png") no-repeat center top;
	height: 200px;
	width: 200px;
	float: right;
	position: fixed;
	right: 30px;
	bottom: 26px;
	color: #58590F;
	border: 1px solid #58590F;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-topright: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
	cursor: pointer;
}
div.inseratCoffee p {
	text-align: center;
	padding: 115px 5px 10px 5px;
	font-size: 1em;
	line-height: 1.5em;
}
.inseratGoogleRightFixed {
	height: 200px;
	width: 200px;
	float: right;
	position: fixed;
	left: 845px;
	bottom: 27px;
}

