/**********/
/* LAYOUT */
/**********/

*{
	margin:0;
	padding:0;
	color:#555;
}

#wrapper{
	width:100%;
	text-align:center;
}

#head{
	width:830px;
	height:150px;
	margin:auto;
	text-align:left;
	background-image:url(../img/bg_head.gif);
	background-position:bottom center;
	background-repeat:no-repeat;
	position:relative;
}

#date{
	position:absolute;
	top:55px;
	left:620px;
	font-size:30px;
	line-height:30px;
	color:#BBB;
	font-family:Georgia,Verdana,Arial,Sans-Serif;
	font-weight:bold;
	width:120px;
	text-align:right;
}

#wrapper_navi{
	width:830px;
	height:27px;
	margin:auto;
	background-image:url('../img/bg_body.gif');
	background-repeat:repeat-y;
}

#navi{
	width:730px;
	height:27px;
	margin:auto;
	text-align:left;
	background-image:url('../img/bg_navi.png');
	background-repeat:repeat-x;
}

#wrapper_main{
	width:830px;
	height:350px;
	background-image:url('../img/bg_body.gif');
	background-repeat:repeat-y;
	background-position:top center;
	position:relative;
	text-align:center;
	margin:auto;
	overflow:hidden;
}

#main{
	padding:30px 70px 50px 70px;
	text-align:left;
	position:relative;
}

#foot{
	width:830px;
	height:50px;
	margin:auto;
	padding-top:30px;
	text-align:center;
	color:#FFF;
	font-size:10px;
	background-image:url('../img/bg_foot.gif');
	background-repeat:no-repeat;
	background-position:top center;
}

#foot a, #foot a:visited{
	color:#FFF;
}

#foot a:hover{
	color:#FFF;
	text-decoration:underline;
}

div.separator{
	overflow:hidden;
	height:10px;
}


/*-----------------*/
/* NAVIGATION OBEN */
/*-----------------*/

ul.mainmenu{
	font-size:14px;
	position:relative;
	list-style:none;
	z-index:2;
}

ul.mainmenu li{
	position:relative;
	line-height:14px;
	float:left;
	padding:7px 5px 0 0;
	margin-left:20px;
}

ul.mainmenu li.active a{
	text-decoration:underline;
}

ul.mainmenu li div{
	height:19px;
	text-align:center;
}

ul.mainmenu li a{
	text-decoration:none;
	color:#FFF;
}

ul.mainmenu li a:hover{
	text-decoration:underline;
	color:#FFF;
}


/***********/
/* FORMATS */
/***********/

body{
	background-color:#9BCC02;
	color:#333;
	font-family:sans-serif;
	font-size:12px;
	padding-top:20px;
}

a{
	color:#9BCC02;
	text-decoration:none;
	outline:none;
}

a:hover{
	color:#9BCC02;
	text-decoration:underline;
}

h1{
	font-size:22px;
	line-height:22px;
	color:#9BCC02;
	font-family:Georgia,Verdana,Arial,Sans-Serif;
	margin-bottom:20px;
}

h2{
	font-size:14px;
	line-height:14px;
	color:#89b403;
	margin-bottom:10px;
}

p, address{
	margin-bottom:15px;
	line-height:150%;
}

p{
	text-align:justify;
}

address{
	margin-left:30px;
	font-style:normal;
}

td{
	font-size:12px;
}

ul.referenzen li{
	list-style:none;
	background-image:url(../img/tb.gif);
	background-repeat:no-repeat;
	background-position:0px 5px;
	line-height:120%;
	padding:0 0 6px 8px;
}

img.title{
	margin-bottom:15px;
}

.screenshot{
	padding:3px;
	border:1px solid #89b403;
	margin-right:20px;
	/*background-color:#EEE;*/
}

.company{
	color:#89b403;
	font-weight:bold;
}

.small{
	font-size:10px;
}

.italic{
	font-style:italic;
}

.error{
	font-weight:bold;
}


/*************/
/* FORMULARE */
/*************/

form input, form textarea{
	font-size:12px;
}

form .small{
	width:200px;
}

form .large{
	width:600px;
}

textarea{
	scroll:auto;
}

form input.button{
	padding:1px 10px 1px 10px;
	border:none;
	line-height:100%;
	background-color:#89b403;
	color:#FFF;
}