@charset "utf-8";
/* CSS Document made by zimtstreusel*/

/* General */
*{
	margin:0;
	padding:0;
}
body{
	width:100%;
	height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	color:#777777;
}
h1{
	font-size:12px;
	font-weight:normal;
	color:#339999;/*#225268;*/
	/*text-transform:uppercase;*/
	margin:0;
}
h2{
	font-size:16px;
	font-family:Lucida Sans;
	font-weight:bold;
	color:#99cc33;
	margin:-2px 0 10px 0;
}
a, a:link, a:visited{
	text-decoration:none;;
	color:#339999;/*#07acf9;*/
}
a:hover,a:active{
	text-decoration:none;
	color:#233941;
}
a.grey, a.grey:link, a.grey:visited{
	color:#777777;
}
a.grey:hover,a.grey:active{
	color:#339999;
}
ul{
	margin-left:13px;
	list-style-type:disc;
}
li{
	margin:1px 0 1px 0;
}
form{
	margin: 0 0 5px 0;
}
/* //General */

/* Header-Defs */
#header{
	background-image: url(../img/kachel.gif);
	background-repeat:repeat-x;
	width:100%;
	height:84px;
	margin:0px auto;
}
#top{
	height:65px;
}
#subtop{
	height:19px;
	padding:2px 0 0 0;
}
/* //Header-Defs*/

/* Structure */
#wrap{
	width:760px;
	margin:35px auto 0 auto;
}
#left{
	width:150px;
	float:left;
	text-align:right;
	padding:20px 10px 0 0;
}
#main{
	width:428px;
	height:auto;
	border-left:1px solid #777777;
	border-right:1px solid #777777;
	float:left;
	text-align:left;
	padding:20px 10px 20px 10px;
	overflow:visible;
}
#main .colored{
	text-align:left;
	margin:20px 0 0 0;
	padding:10px;
	background-color:#F7F7F7;
}
#right{
	width:140px;
	float:left;
	text-align:left;
	padding:20px 0 0 10px;
	overflow:hidden;
}

#right .colored{
	text-align:center;
	margin:20px 0 0 0;
	padding:2px;
	background-color:#F7F7F7;
}
/* //Structure */

/* Navi */
#left.navi{
	padding:46px 10px 0 0;
}
#left.navi p{
	line-height:14px;
}
#left.navi .active{
	color:#233941;
}
#left.navi .colored{
	text-align:center;
	margin:20px 0 0 0;
	padding:2px;
	background-color:#F7F7F7;
	border:1px solid #BFD8DF;
}
/* //Navi */

/* Main-Elems */
#main p{
	margin:0 0 10px 0;
}
#main table td{
	vertical-align:top;
}
#main .fltr{
	float:right;
	margin:0 0 10px 10px;
}

.boldblue{
	font-weight:bold;
	color:#339999;
}
.blue{
	color:#339999;
}
.darkblue{
	color:#233941;
}
.highlight{
	font-weight:bold;
	color:#99cc33;
}

.top10px{
	padding:5px 0 0 0;
}

#references{
	margin:17px 0 0 0px;
}
#references .boldblue{
	font-size:12px;
	font-weight:bold;
	color:#233941;
}
.reference{
	margin:0 0 25px 0;
}
.ref-img{
	margin:0 0 10px 0;
}
.ref-img2{
	margin:0 0 10px 0;
	text-align:center;
}


/* Main-Elems */

/*Form-Def*/
input,button,select,textarea{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#233941;
}
input.button{
	margin:0;
	padding:1px 2px 1px 2px;
	height:auto;
	background-color:#c0d8df;
	color:#233941;
	border-style:solid;
	border-width:1px;
	border-color:#777777;
}

form fieldset{
	overflow:hidden;
	width:100%;
	padding-top:8px;
	border: 0;
}
form ol{
	list-style:none;
}
form li{
	min-height:20px;
	background-image:none;
	overflow:hidden;
	margin:0 0 7px 0;
}
form abbr{
	border:none;
}
form input, form select{
	background-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
	border-color:#777777;
	height:18px;
	background-image:none;
}
form textarea{
	background-color:white;
	border-style:solid;
	border-width:1px;
	border-color:#777777;
	height:170px;
}
/* Form-Defs for contact-page*/
form.contact ol{
	width:380px;
}
.contactinputs input{
	width:260px;
	float:right;
}
.contactinputs label{
	float:left;
}
.contactinputs textarea{
	width:260px;
	float:right;
}
.contactbuttons .button{
	float:right;
}
/* //Form-Defs for contact-page*/

/* Form-Defs Google Search*/
form.googlesearch ol{
	width:360px;
}
.googlesearch input.textentry{
	width:240px;
	float:left;
}
.googlesearch input.button{
	float:right;
	width:100px;
}
/* //Form-Defs Google Search */

/* Form-Defs Presse*/
form.press ol{
	width:360px;
}
/* //Form-Defs */

/* Form-Defs Newsletter-Anmeldung*/
form.nl ol{
	width:100%;
}
.nlinputs select, .nlinputs input{
	width:138px;
	float:right;	
}
.nlinputs select{
	width:140px;
	background-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
	border-color:#777777;
	height:20px;
}
fieldset.nlbuttons{
	padding-top:4px;
}
/* //Form-Def Newsletter-Anmeldung */

/* right*/
.abst{
	margin:5px 0 5px 0;
}	

