body {

	color: #7d7d7d;
	font-family: arial, verdana, sans-serif;
	font-size:	12px;
	line-height: 1.3em;
	background-repeat: repeat-x;	
	background-color: #FFFFFF;
}

h3 {
	font-size:14px;
	color:#ffffff;
}


a img {
	border: 0;	
}

#breadcrumb {
	float:left;
	border:0px solid yellow;
	width:853px;
	padding: 0 0 10px 10px;
	list-style:none;
}

#breadcrumb p#breadcrumb {
	font-size: 1em;
	color: #959595;
	width:140px;
	padding-top:0px;
	float:left;
	border:0px solid blue;
	list-style:none;
}
	
	
#breadcrumb2 p#breadcrumb {
	font-size: 1em;
	color: #959595;
	width:130px;
	padding-top:0px;
	float:left;
	border:0px solid blue;
	list-style:none;
}


#breadcrumb2 {
	float:left;
	border:0px solid yellow;
	width:853px;
	padding: 0 0 10px 0;
	list-style:none;
	
}



#breadcrumb2 .nav_unternehmen li a.NO, .nav_leistungen li a.NO, .nav_kontakt li a.NO, .nav_sitemap li a.NO, .nav_impressum li a.NO   {
	float:left;
	padding-right:10px;
	color:#DB2411;
	list-style:none;
	display:inline;
	width:auto;
}

#breadcrumb2 ul .unternehmen li, ul .nav_zahlen li, ul .nav_kunde li, ul .nav_druckvorstufe li, ul .nav_offset li, 
			ul .nav_kopierservice li, ul .nav_buchbinderische li, 
			ul .nav_konfektionierung li, ul .nav_service li, ul .nav_ansprechpartner li, ul .nav_sitemap li, ul .nav_impressum li {
	list-style:none;
	display:inline;
	padding-left:20px;
}





#page_box .content a:link, a:visited {
	color: #DB2411;
	text-decoration: none;
}

#page_box .content a:hover {
	color: #DB2411;
	text-decoration: none;
}

#page_box .content ul {
	margin: 0px;
	padding: 0px;
}

#page_box .content li {
	background-image:url(../template_images/li.gif);
	background-repeat:no-repeat;
	list-style:none;
	padding-left:15px;
	padding-bottom:3px;
	width:100%;
}

#page_box .content_all li {
	background-image:url(../template_images/li.gif);
	background-repeat:no-repeat;
	list-style:none;
	padding:0 15px 0 15px;
	padding-bottom:3px;
	width:100%;
}

#page_box .content li ul {
	margin-top:5px;
} 


#page_box .content li b, #page_box .content li strong {
	color: #595959;
	margin-bottom: 12px;
}

hr{
 border: 0px; /* Fuer Firefox und Opera */
 border-top: solid 1px #a90d0e;
 border-bottom: transparent;
}

#page_box {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 869px;
	background-repeat: repeat-y;
}


#page_box .oben .team .floatleft img {
	height:100%;
	border: 1px solid green;
}




html>body #page_box {
}

#bottom_box {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 835px;
	height: 18px;
	background-repeat: repeat-y;
}

html>body #bottom_box {
	background-image: url(../template_images/);
}

.homeLink a img {
	width:164px;
	height:103px;
	border:0px solid red;
	padding-top:10px;
	background-image: url(../template_images/logo_link.gif);
	position:absolute;
}

#page_box .top_logo {
	position: relative;
	margin: 31px 0 10px 0px;
	padding: 0;
	width: 847px;
	height: 103px;
	background-image: url(../template_images/logo_top.gif);
	background-repeat: no-repeat;
}

#page_box .top_logo .top_menue {
	position: absolute;
	right: 13px;
	top: 0px;
	text-align: right;
}

#page_box .top_logo .top_menue a:link, #page_box .top_logo .top_menue a:visited {
	color: #7d7d7d;
	text-decoration: none;
}

#page_box .top_logo .top_menue a:hover {
	color: #7d7d7d;
	text-decoration: underline;
}

#page_box .top_logo .top_menue .hsp_img {
	padding-top: 5px;
	vertical-align: bottom;
}
#page_box .top_logo a {
	vertical-align:bottom;
}



			#header2 {
			overflow: hidden;
			width: 835px;
			}



/* menü*/

			* {
				margin: 0;
				padding: 0;
			}

			#header {
				overflow:hidden;
				width: 835px;
				height: 251px;
				background-image:url(../template_images/header.jpg);
				background-repeat: no-repeat;
				
			}

			/* ul-menu */
			ul.menu,			
			ul.menu ul {
				list-style: none;
				z-index:1000;
			}

			ul.menu {
				border: 0px solid #000;
				width: 835px;
				height: 37px;
				background-image: url(../template_images/nav_back.gif);
				background-repeat: repeat-x;
				
			}
			ul.menu li {
				border:0px solid green;
				float: left;
				padding:12px 20px 0 40px;
				position: relative;
				z-index: 1000;
			}
			
			ul.menu a {
				border-right: 0px solid yellow;
				color: #fff;
				display: block;
				
				text-decoration: none;
				font-weight: bold;
				white-space: nowrap;
			}
			
		
			
			ul.menu li ul li a {
				
				font-weight: normal;
				border:0px solid yellow;
				padding-right:20px;
			}
			ul.menu li a:hover {
				color:#fff;
				text-decoration: underline;
				
			}

			ul.menu ul {
				
				border: 0 solid #ccc;
				border-width: 0px 0 3px;
				display: none;
				left: -0.5em;
				padding: 0em 0em;
				position: absolute;
			}
			ul.menu li.hover > a,
			ul.menu li:hover > a {
				color: #fff;
			}
			ul.menu li.hover ul,
			ul.menu li:hover ul {
				display: block;
			}
			ul.menu ul li {
				float: none;
			}
			ul.menu ul a {
				background: #DB2411;
				border: none;
				font-size: 1em;			
			}


#page_box ul.menu li ul {
	border:0px solid green;
	width:auto;
	padding:0 15px 10px 2px;
}

#page_box ul.menu li ul li{
	border:0px solid blue;
	width:auto;
	padding:10px 15px 10px 30px;
	background: #DB2411;
}

#page_box .content {
 	clear: both;
	position: relative;
	margin: 0 11px 0 0px;
	padding: 10px 0 5px 0;
	width: 835px;
}

#page_box .content .left {
 	position: relative;
 	width: 540px;
 	margin: 30px 0 0 57px;
 	float: left;
}

/*----------------------------------Start Linke Seite------------------------------------------------*/

.start_left .team p{
	padding: 0 0 0 20px;
	width:400px;
}

.start_left .txt-img p{
	padding: 0 0 0 20px;
	width:400px;
}

.start_left .team ul li{
	margin: 0 0 0 20px;
	width:300px;
}

#page_box .content .start_left {
 	position: relative;
 	width: 468px;
 	margin: 10px 0 20px 0px;
 	float: left;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

#page_box .content .start_left h2 {
	padding: 0 0 10px 20px;
}

.start_left .section-txtpic   {
	width:468px;
	padding: 0 0 0 20px;
}

.start_left .section-txtpic  p {
	width:400px;
}

/*----------------------------------End Linke Seite------------------------------------------------*/



/*----------------------------------Start Rechte Seite------------------------------------------------*/

#page_box .content .start_right {
	position: relative;
 	width: 355px;
 	margin: 10px 0 10px 10px;
 	padding-bottom: 10px;
 	text-align: left;
	float:right;
	background:#D9120E;
}

.start_right .team  {
	padding: 10px 0 0 0px;
}

.start_right .team p {
	padding: 0 0 0 20px;
	width:300px;
	color:#ffffff;
}

.start_right .txt-img p{
	padding: 0 0 0 20px;
	width:300px;
	color:#ffffff;
}

#page_box .content .start_right h3 {
	padding: 10px 0 10px 20px;
	color:#ffffff;
}

.start_right .section-txtpic   {
	width:355px;
	padding: 0 0 0 0;
	color:#ffffff;
}

.start_right .section-txtpic  p {
	width:300px;
	color:#ffffff;
	padding: 0 0 0 20px;
}

.start_right .section-txtpic .sectiontext p a strong{
	color:#fff;
	text-decoration:none;
}

.start_right .team .floatLeft {
	padding: 10px 20px 0 20px;
	width:92px;
}

.start_right .floatLeft {
	padding: 0 20px 0 20px;
	width:92px;
	float:left;
}

.start_right .floatLeft .team p{
	padding: 0 0 0 30px;
	width:200px;
	float:left;
}


/*--------------------------------- Start Linke Seite 2 -------------------------------------------*/

#page_box .content .start_right2 {
	position: relative;
 	width: 355px;
 	margin: 10px 0 20px 10px;
 	padding-bottom: 10px;
 	text-align: left;
	float:right;
	background:#E98A12;
}

.start_right2 .team {
	padding: 10px 0 0 0px;

}

.start_right2 .team p{
	padding: 0 0 0 20px;
	width:300px;
	color:#ffffff;
}

.start_right2 .txt-img p{
	padding: 0 0 0 20px;
	width:300px;
	color:#ffffff;
}

#page_box .content .start_right2 h3 {
	padding: 10px 0 10px 20px;
	color:#ffffff;
}

.start_right2 .section-txtpic   {
	width:355px;
	padding: 0 0 0 0;
	color:#ffffff;
}

.start_right2 .section-txtpic  p {
	width:300px;
	color:#ffffff;
	padding: 0 0 0 20px;
}

.start_right2 .sectiontext p a strong{
	color:#fff;
	text-decoration:none;
	border:0px solid blue;
}


.start_right2 .team .floatLeft {
	padding: 10px 20px 0 20px;
	width:92px;
}

.start_right2 .floatLeft {
	padding: 0 20px 0 20px;
	width:92px;
	float:left;
}

.start_right2 .floatLeft .team p{
	padding: 0 0 0 30px;
	width:200px;
	float:left;
}

/*----------------------------------End Linke Seite------------------------------------------------*/

/*----------------------------------Start Content All------------------------------------------------*/

.content_all {
	padding: 0 0 0px 0;
	width:835px;
	height:auto;
}

.content_all h2{
	padding: 0px 0 10px 20px;
}

.content_all p{
	padding: 0 0 0 20px;
	width:800px;
}



.strich_left {
	border-left: 1px solid #000000;
	width:auto;
	height:auto;
	margin:40px 0 20px 0;
}

.unten {
	border-left: 0px solid #000000; 
}

.unten .team  li {
	margin:0 0 0 20px;
	width: 200px;
}

.unten .team p a {
	color:#DB2411;
}


.unten .sitemap1st li {
	margin:0 0 5px 20px;
	width: 200px;
	color:#DB2411;
	list-style:none;
	text-decoration:none;
}

.unten .sitemap1st li a{
	margin:0px 0 10px 0px;
	width: 200px;
	color:#DB2411;
	list-style:none;
	text-decoration:none;
}

.unten2 {
	border-left: 1px solid #000000; 
}

.unten2 .team .floatLeft{
	padding: 0 0 0 20px;
	width: 92px;
	float:left;
}

.unten2 .team  li {
	margin:0 0 0 20px;
	width: 200px;
		border:1px solid green;
}

.unten .team li a:link, a:visited{
	color:#DB2411;
}

.unten .team li a:hover {
	color:#DB2411;
	text-decoration:underline;
}

.unten2 .section-txtpic .pic{
	padding: 0 0 0 20px;
	width: 92px;
	border:0px solid green;
}

.unten2 .section-txtpic .sectiontext p{
	padding: 0 0 0 20px;
	border:0px solid green;
}

.unten .section-txtpic .sectiontext p a{
	padding-top:20px;
	text-decoration:underline;
	color: #DB2411;
	font-weight:bold;
}

.unten2 .team  p{
	padding: 0 0 0 140px;
	border:0px solid red;
	width: 650px;

}

.unten .image {
	width:190px;
	float:left;
	padding:10px 0 0 10px;
}

.unten .image img{
border:1px solid grey;
}

	
/* Galerie Start*/

.galerie {
	width:834px;
	padding: 0 0 0 0px;
	float:left;
}

.galerie .image {
	width:150px;
	float:left;
	padding: 20px 35px 20px 20px;
}

.galerie .image p{
	width:150px;
}


/*--------------------------------- End Content All------------------------------------------------*/


/* ######################### end######################################################**/



#page_box .footer {
	position: relative;
	clear: both;
	margin: 0 11px 0 0px;
	padding: 10px 0 5px 0;
	width: 835px;
	height:20px;
	text-align: right;
	border-top: solid 1px #999999;
	border-bottom: solid 1px #999999;
	color: #999999;

}

#page_box .footer_in {
	position: relative;
	clear: both;
	margin: 0;
	padding: 0;
	width: 170px;
	color: #999999;
	float:left;
	text-align: left;
}

#page_box .footer a:link, #page_box .footer a:visited {
	color: #7d7d7d;
	text-decoration: none;
}

#page_box .footer a:hover {
	color: #7d7d7d;
	text-decoration: underline;
}


/* ### doform74 ###################################################################### */


#doform550 {
	vertical-align:top;
	font-size: 1em;
	font-weight:normal;
	padding-top: 12px;
	line-height: 25px;
	padding-left: 20px;
}

#doform550 .formgen {
	position:relative;
	float:left;
	
	
}

#doform550 .formblock {
	float:left;
	
	
}

#doform550  .formsubmit{
	margin-top:20px;
	float:left;
	background-color: #003B60;
	border: 2px solid #003B60;
	color: #ffffff;
	font-size: 11px;
}

#doform550 .formtext {
	width:200px;
	font-size: 1.2em;
 
 }
 
 #doform550 .fieldset {
	font-size: 1em;
	line-height: 25px;
	margin-left: 0px;
 
 }
 
#doform550 label {
	position:absolute;
 
 }
 
#el_0 {
	position:absolute;
	left: 280px;
	margin-top:5px;
} 

#el_1 {
	position:absolute;
	left: 280px;
	margin-top:5px;
} 

#el_2 {
	position:absolute;
	left: 280px;
	margin-top:5px;
}

#el_3 {
	position:absolute;
	left: 280px;
	margin-top:5px;
}

#el_4 {
	position:absolute;
	left: 280px;
	margin-top:5px;
}

#el_5 {
	position:absolute;
	left: 280px;
	margin-top:5px;
}

#el_6 {
	position:absolute;
	left: 280px;
	margin-top:5px;
}

#el_7 {
	position:absolute;
	left: 280px;
	margin-top:5px;
}

#el_8 {
	position:absolute;
	left: 280px;
}

 
#el_10 {
	position:absolute;
	left: 280px;
	margin-top:5px;
}  

#el_11 {
	position:absolute;
	left: 280px;
}
 
#el_12{
	position:absolute;
	left: 280px;
	margin-top:5px;
} 

#el_13{
	position:absolute;
	left: 280px;
} 
 
#el_18{
	position:relative;
	float:left;
	margin-left: 0px;
	width:480px;
}
 
#el_14  {
	margin-left:20px;
	width:260px;
} 
 
#el_15  {
	position:relative;
	margin-top: 30px;
	width:460px;
} 

.formselect {
	width:204px;
	margin-left:0px;
}
 
.forminfo {
margin-left:20px;
color:red;

} 
/* ### doform 248###################################################################### */ 


#doform248 {
	vertical-align:top;
	font-size: 1.2em;
	font-weight:bold;
	padding-top: 12px;
	line-height: 25px;
	padding-left: 0px;
}

#doform248 .formgen {
	position:relative;
	float:left;
	
	
}

#doform550.formblock {
	float:left;	
}

#doform550  .formsubmit{
	margin:20px 800px 20px 0;
	float:right;
	background-color: #003B60;
	border: 2px solid #003B60;
	color: #ffffff;
	font-size: 11px;
}

#doform248 .formtext {
	width:200px;
	font-size: 1.2em;
 
 }
 
 #doform248 .fieldset {
	font-size: 1em;
	line-height: 25px;
	margin-left: 0px;
 
 }
 
#el_0 {
	position:absolute;
	left: 280px;
} 

#el_2 {
	position:absolute;
	left: 280px;
}

#el_3 {
	position:absolute;
	left: 280px;
}

#el_4 {
	position:absolute;
	left: 280px;
}

#el_5 {
	position:absolute;
	left: 280px;
}

#el_6 {
	position:absolute;
	left: 280px;
}

#el_7 {
	position:absolute;
	left: 280px;
}

#el_8 {
	position:absolute;
	left: 280px;
}

#el_12{
	position:absolute;
	left: 280px;
}
 
#el_19{
	position:relative;
	float:left;
	margin-left: 0px;
	width:480px;
}

#el_17{
	position:relative;
	float:left;
	margin-left: 0px;
	width:460px;
}
 
#el_14  {
	margin-left:20px;
	width:260px;
} 
 

#el_12 .formselect {
	width:420px;
}



