*{
	outline: none;
	border:0;
}

html{
	height:100%;
}

body{
	background-image: url(images/body_bg.jpg);
	background-repeat:repeat-x;	
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	font-size: 13px;
	height:100%;
	color: #272727;
}

a:link		{ color: #4F4F4F; text-decoration : none; cursor:pointer; }
a:visited 	{ color: #4F4F4F; text-decoration : none; cursor:pointer; }
a:hover   	{ color: #fff; text-decoration : none; cursor:pointer; }

*::-moz-selection {
background:#AFAFAF none repeat scroll 0 0;
color:#fff;
}

#page{
	width: 923px;
	/*height: 965px;*/

	margin: auto;
	background-image: url(images/bg.jpg);
	background-repeat:no-repeat;
}


#head{	
	height: 125px;
	margin: auto;
	position: relative;
}

#logo{
	padding-top: 25px;
}

#nav_top_right{
	position: absolute;
	top:10px;
	right:0;
	font-size: 11px;
}

#nav_top_right img{
	margin: 0px 5px;

}

#nav{
	position: absolute;
	bottom:0;
	left:60px;
	width: 825px;
	height: 42px;	
	border-bottom: 1px solid gray;
}

#nav ul li{
	float: left;
	list-style:none;
	height: 30px;
	z-index:1;
}

#nav ul li a{
	display:block;
	height:30px;
	margin:auto;
	overflow:visible;
}

#content{
	width:804px;
	margin: auto;
}

#content_top, #content_mid, #content_bottom{
	margin-top: 25px;	
}


#content_top.jobs {
	background: 0;
	background-image: url(images/jobs_box_top.gif); 
	border:0;
	padding:0;
	position:relative;

	height: 326px;
	width: 806px;
}

/***** Eckgrafiken ******/
/* weiße box */

.clt_w{
	top:-2px;
	left:-2px;
	background-image: url(images/clt_w.gif);
}
.crt_w{
	top:-2px;
	right:-2px;
	background-image: url(images/crt_w.gif);
}
.clb_w{
	bottom:-2px;
	left:-2px;
	background-image: url(images/clb_w.gif);
}
.crb_w{
	bottom:-2px;
	right:-2px;
	background-image: url(images/crb_w.gif);
}
 /* _b ist etwas heller.. */
.clt_w_b{
	top:-2px;
	left:-2px;
	background-image: url(images/clt_w_b.gif);
}
.crt_w_b{
	top:-2px;
	right:-2px;
	background-image: url(images/crt_w_b.gif);
}
.clb_w_b{
	bottom:-2px;
	left:-2px;
	background-image: url(images/clb_w_b.gif);
}
.crb_w_b{
	bottom:-2px;
	right:-2px;
	background-image: url(images/crb_w_b.gif);
}

/* grüne box */

.clt_g{
	top:-2px;
	left:-2px;
	background-image: url(images/clt_g.gif);
}
.crt_g{
	top:-2px;
	right:-2px;
	background-image: url(images/crt_g.gif);
}
.clb_g{
	bottom:-2px;
	left:-2px;
	background-image: url(images/clb_g.gif);
}
.crb_g{
	bottom:-2px;
	right:-2px;
	background-image: url(images/crb_g.gif);
}

.corner {
	position: absolute;
	width: 13px;
	height: 13px;
}

/************************************/

#content_top{
	
	padding: 3px;
	position:relative;	
	background-color: #fff;
	border: 1px solid #adc924;
}

/* CONTENT HOME */

#content_top.home {
	background: 0;
	background-image: url(images/home_box_top.gif); 
	border:0;
	padding:0;
	left: -22px;
	top: -20px;
	height: 257px;
	width: 847px;	
}

#content_mid.home{
	background: 0;
	background-image: url(images/home_box_mid.jpg); 
	border:0;
	padding:0;
	height: 216px;
	width: 803px;
}

#content_bottom.home .left{
	width: 222px;
	height: 152px;
	float: left;
	position:relative;
	padding: 3px;	
	background-color: #fff;
	border: 1px solid #adc924;		
}

#content_bottom.home .right{
	width: 552px;
	height: 152px;
	float: right;
	position:relative;
	padding: 3px;	
	background-color: #fff;
	border: 1px solid #adc924;	
}

/* CONTENT PRODUCER */

#content_top.producer {
	background: 0;
	background-image: url(images/producer_box_top1.gif);
	border:0;
	padding:0;
	left: -22px;
	top: -20px;
	height: 244px;
	width: 847px;
}

#content_mid.producer .left{
	width: 552px;
	height: 152px;
	float: left;	
	position:relative;
	padding: 3px;
	
	background-color: #fff;
	border: 1px solid #adc924;	
}

#content_mid.producer .right{
	width: 222px;
	height: 152px;
	float: right;
	position:relative;
	padding: 3px;
	
	background-color: #fff;
	border: 1px solid #adc924;
}

#content_mid.producer .right ul li{
	width:228px;
	height: 19px;
	padding-top:2px;
	margin-left:-43px;
	list-style: none;
	background-image:url(images/button_bg.gif);
	border-bottom: 1px solid #343434;
}

#content_mid.producer .right ul li img{
	margin: 0px 10px;
	vertical-align: middle;
}

#content_bottom.producer .left{
	width: 222px;
	height: 207px;
	float: left;
	position:relative;
	padding: 3px;
	
	background-color: #fff;
	border: 1px solid #adc924;	
}
#content_bottom.producer .right{
	width: 552px;
	height: 207px;
	float: right;
	position:relative;
	padding: 3px;
	
	background-color: #adc924;
	border: 1px solid #000;	
}

#content_bottom.producer .left ul li{
	width:228px;
	height:17px;
	padding-top:4px;
	margin-left:-43px;
	font-size: 11px;
	list-style: none;
	background-image:url(images/button_bg.gif);
	border-bottom: 1px solid #343434;
}

#content_bottom.producer .left ul li a:hover{
 	color: #000; text-decoration : none; cursor:pointer;
}

#content_bottom.producer .left ul li img{
	margin: 0px 6px;
	vertical-align: middle;
}

/* CONTENT INDIVIDUAL */

#content_top.individual {
	background: 0;
	background-image: url(images/individual_box_top.gif); 
	border:0;
	padding:0;
	left: -22px;
	top: 7px;
	height: 230px;
	width: 849px;
}

#content_mid.individual .left{
	width: 238px;
	height: 212px;
	float: left;	
	position:relative;
	padding: 3px;	
	background-color: #fff;
	border: 1px solid #adc924;	
}

#content_mid.individual .left img, #content_bottom.individual .right img{
	vertical-align:middle;
	margin-right: 5px;	
}

#content_mid.individual .right{
	width: 540px;
	height: 290px;
	float: right;
	position:relative;
	padding: 3px;	
	background-color: #fff;
	border: 1px solid #adc924;
}

#content_bottom.individual .left{
	width: 238px;
	display: none;	
}
#content_bottom.individual .right{
	width: 540px;
	height: 170px;
	float: right;
	position:relative;
	padding: 3px;	
	background-color: #adc924;
	border: 1px solid #000;	
}

/* CONTENT REFERENZEN */

#content_top.referenzen {
	background: 0;
	background-image: url(images/referenzen_box_top.gif); 
	border:0;
	padding:0;
	top:7px;
	height: 417px;
	width: 806px;
}

#content_top.referenzen .left{
	width: 145px;
	float: left;
}

#content_top.referenzen .left img{
	vertical-align:middle;
	margin-right: 5px;
}

#content_top.referenzen .right{
	width: 430px;
	float: right;
}

/* CONTENT UEBERUNS */

#content_top.ueberuns {
	background: 0;
	background-image: url(images/ueberuns_box_top.gif); 
	border:0;
	padding:0;
	position:relative;

	height: 326px;
	width: 806px;
}

#content_mid.ueberuns {
	background: 0;
	background-image: url(images/ueberuns_box_mid.gif); 
	border:0;
	padding:0;
	position:relative;

	height: 266px;
	width: 806px;
}

/***************************************/

#foot{	
	height: 20px;
	width:890px;
	margin: auto;
	text-align: center;
	margin-top:10px;
	margin-bottom:25px;
	padding-top:34px;
	font-size: 10px;	
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
}

.klar { clear: both; height:0px; margin:0px; padding:0px; }

/* INHALTE */

.producer_content{
	margin-top:5px; 
	margin-left: 10px;
}
.producer_content p{
	margin-top:3px; 
	margin-left: 3px;
	height: 162px;
	overflow-y: auto;
}

.producer_content p img{
	vertical-align:middle;
	margin-right: 5px;
}

#content_top.singlebox img{
	padding:10px 0 0 10px;
}
#content_top.singlebox p{
	padding-left:20px;
}

#aufbau,
#integration,
#vermarktung,
#werbung_innerhalb,
#werbung_ausserhalb,
#merkmale,
#vorteile,
#bereiche{
	display:none;	
}

/* Hiddenboxes */

#kontakt input, #kontakt textarea{
	border: 1px solid #ADC924;
}

#kontakt div, #kontakt div p{
	float:left;
	width: 200px;
	margin-bottom: 0;
}
titel_green {
	color: #B2CA2D;
	font-family: Arial, Helvetica, sans-serif;
}
.times_schrift {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
.titel_green {
	font-family: Arial, Helvetica, sans-serif;
	color: #B2CA2E;
	font-weight: bold;
	font-size: 30px;
}
.undertitel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.underTitel_green {
	color: #B4CB38;
	font-size: 18px;
	font-weight: bold;
}
titel_black {
	color: #000;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 30px;
}
.newTitel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #272727;
}
.newTitel_green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #B4CB38;
}
titel_green_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #B1CA2D;
}
timeSchrift_small {
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	color: #515151;
}
.titel_green_saml {
	font-family: "Arial Black", Gadget, sans-serif;
	color: #B1CA2D;
	font-size: 25px;
}
