﻿* 
{
    margin: 0;
    padding: 0;
    border: 0;
}

html, body, form, #wrap
{
    height: 100%;
} 

body 
{
    background: #ededed;
    background-image: url(../images/bg_body.jpg);
    background-repeat: repeat-x;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: normal;
}




form > #wrap {height: auto; min-height: 100%;}


a

{
	text-decoration: none;
	color: #b43134;
}

a:hover
{
	text-decoration: underline;
	color: #a60e13;
}

input, textarea
{
	border: 1px solid #bcbcbc;
	width: 240px;
}



#wrap
{
    margin: 0 auto;
    background: #ddd;
    width: 918px;
    background: url(../images/bg_outside_wrapper.jpg);
    padding: 0 19px;
    position: relative;
}




#main_wrap
{
    padding-bottom: 54px;
    
    
    
    }


#header
{
    height: 154px;
    background: url(../images/bg_header.jpg);
    background-repeat: no-repeat;
    position: relative;
   
}


#header h1
{
    width:425px;
    height:117px;
    top:10px;
    left:10px;
    overflow:hidden;
    position:absolute;
    background: url(../images/logo_pid.jpg);
    

}

#header h1 a
{
	display: block;
	width:425px;
    height:117px;
    text-indent: -20000px;
    overflow: hidden;
	
	
}

#subnavi
{
    position: absolute;
    right: 35px;
    top: 10px;
    font-size: 11px;
}

#subnavi a
{
    background: url(../images/arrow_lightred.gif) no-repeat;
    padding-left: 13px;
    color: #fac4c4;
    text-decoration: none;
    margin-left: 10px;
}

#subnavi a:hover
{
    color: #fff;
    text-decoration: underline;
}

#navigation
{
    height: 31px;
    border-bottom: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9;
    background: url(../images/bg_navigation.jpg);
}

#navigation ul
{
    list-style-type:none;
    margin:0;
    padding:0;
}

#navigation ul li 
{
    display:inline;
    float:left;
    line-height:31px;
    border-right: 1px solid #e9e9e9;
}

#start
{
	width: 124px;
}

#profil
{
	width: 125px;
}

#druckverfahren
{
	width: 203px;
}

#anfahrt
{
	width: 142px;
}

#anfrage
{
	width: 145px;
}

#navigation ul li#referenzen
{
	border-right: none;
	width: 174px;
}

#navigation ul li a
{
    height: 31px;
    color:#000000;
    display:block;
    text-decoration: none;
    line-height:31px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}


#navigation ul li a:hover, .navi_active a
{
    background: url(../images/bg_navigation_hover.jpg);
    text-decoration: underline;
}


#main
{
    width: 918px;
    background: #fff url(../images/bg_main.jpg) repeat-x;
    line-height: 18px;
    min-height: 300px;
   
}

#main_right p, #main_left p, #main_left h3
{
	padding: 10px 0;
}




#main_left
{
    padding: 20px 0 54px 20px;
    width: 603px;
    float: left;
}


#main_left h2
{
	padding-left: 25px;
	font-size: 15px;
	background: url(../images/dot.gif) no-repeat;
	
	padding-bottom: 10px;
	border-bottom: dashed 1px #bcbcbc;
}

#main_left h3
{
	font-size: 14px:
}

#main_left h2 a.a_inline
{
	color: #000;
}

#main_left h2 a.a_inline:hover
{
	text-decoration: none;
}

.main_left_content_box
{
	background: url(../images/bg_main_left_content_box.png);
	padding: 25px 25px 15px 25px;
	width: 553px;
}

.main_left_content_footer
{
	width: 603px;
	height: 10px;
	background: url(../images/bg_main_left_content_footer.png) no-repeat;
	background-repeat: no-repeat;
}

#main_right
{
    float: left;
    width: 295px;
    padding-bottom: 54px;
}

#main_right h3
{
	font-size: 13px;
	border-bottom: 1px dashed #bcbcbc;
	padding-bottom: 5px;
	background: url(../images/dot_small.gif) no-repeat;
	padding-left: 18px;
}


#main_right ul
{
	padding-top: 5px;
	list-style-type: none;
}

#main_right ul li
{
	padding: 3px 0 3px 18px;
	background: url(../images/arrow_grey.gif) no-repeat;
}


.main_right_content_box
{
	background: url(../images/bg_main_right_content_box.png);
	padding: 20px 20px 10px 20px;
	width: 200px;
	margin-top: 20px;
	margin-left: 27px;
}

.main_right_content_box img
{
    padding: 10px 0;
}

.main_right_content_footer
{
	width: 240px;
	height: 10px;
	background: url(../images/bg_main_right_content_footer.png) no-repeat;
	margin-left: 27px;
	background-repeat: no-repeat;
}





/* Anfrageseite */

#fs1
{
	padding: 15px 0 10px 0;
}


#fs1 label 
{
	clear:left;
	float:left;
	width:150px;
}

#fs1 input, #fs1 textarea 
{

	float:left;
	font-size:12px;
	line-height:normal;
	margin-bottom:15px;
	padding:3px;
	background:transparent url(../images/bg_input.jpg) repeat scroll 0 0;
	background-position:center bottom;
	background-repeat:repeat-x;
}


#fs1 textarea 
{
	width: 380px;
	height: 100px;
}

#fs1 span
{
	float:left;
	font-weight:bold;
	padding:0 0 0 5px;
}

#fs1 input.submit {
margin:0 0 0 150px;
}


.success, .error
{
	display: block;
	font-size: 11px;
	border-bottom: 1px solid #bcbcbc;
	border-top: 1px solid #bcbcbc;
	padding: 5px 3px;
	background: #f6f6f6;
}

.error
{
	color: Red;
}

.success
{
	color: Green;
}

/* Footer */




#footer 
{
	font-size: 12px;
    border-top: solid 1px #a40000;
    position: relative;
	margin: 0 auto;
    width: 918px;
	margin-top: -35px; /* negative value of footer height */
	height: 34px;
	background-color:#d3d3d3;
	clear:both;} 

#footer #contact
{
    position: absolute;
    top: 11px;
    left: 20px;
}



#footer .pagetailors
{
	position: absolute;
	right: 20px;
	top: 10px;
	margin: 0;
	padding: 0;
	font-size: 11px;
}

#footer .pagetailors a
{
	text-decoration: none;
	font-weight: bold;
}

#footer .pagetailors a:hover
{
	text-decoration: underline;
}

.page_red
{
	color: #AD1E23;
}

.page_black
{
	color: #000;
}


.break, .clear
{
	clear: both;
}

.MoreImgs_Content
{
	display: none;
}


.image_right
{
	float: right;
	
	padding: 10px;
	clear: both;
}

.image_left
{
	float: left;
	
	padding: 10px;
}

.image_description
{
	font-size: 11px;
	padding: 0 !important;
}

.image_button
{
	padding-top: 4px;
	width: 16px;
	height: 16px;
	vertical-align: bottom;
}



.image_magnify
{
    margin: 0 !important;
    padding:0 !important;
    position: absolute;
    right: 5px;
    bottom: 18px;
}

* html .image_magnify
{
    display: none;
}

#ul_sitemap
{
	padding-left: 20px;
	padding-top: 10px;
}


/* Referenzenseite */


.wrapper_magnify
{
    position: relative;
    display: inline;
   
}

.Customer_Panel
{
    clear: both;
	padding: 20px 0;
	border-bottom: dashed 1px grey;
}

.Customer_Panel_Last
{
 
	padding-top: 20px;
}

.Customer_Panel_Last img, .Customer_Panel img
{
    float: left;
    padding-right: 20px;
    padding-bottom: 20px;
}

.Customer_Panel_Wrapper
{
    float: left;
    width: 330px;
    
}

.Customer_Panel_Last input, .Customer_Panel input
{
    clear: both;
}

.Customer_Panel_Last h4, .Customer_Panel h4
{
    font-size: 13px;
}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
