@charset 'utf-8';




/* Reset */

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
    margin:0px; 
    padding:0px; 
} 
fieldset,img {  
    border:0px; 
} 
address,caption,cite,code,dfn,em,strong,th,var { 
    font-style:normal; 
    font-weight:normal; 
}
ol,ul { 
    list-style:none; 
} 
caption,th { 
    text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
    font-size:100%; 
    font-weight:normal; 
} 
q:before,q:after { 
    content:''; 
} 
abbr,acronym {
    border:0px; 
}
a{
    text-decoration:none;
}
a:active, a:focus{
    outline:none;
}




/* Page */
html, body{
	height:100.1%;
}
body{
	background:#ffffff top center no-repeat;
	font-size:12px;
	line-height:19px;
	font-family:arial;
	color:#666666;
}
#page{
	width:960px;
	margin:0px auto;
}





/* Header */

#header{
	float:left;
	width:960px;
	height:149px;
	background:url(../images/header.png) no-repeat 0px 0px;
}
#header h1{
	display:none;
}




/* Keyvisual */

#keyvisual{
	float:left;
	width:960px;
	height:167px;
}
#keyvisual img{
	display:block;
}





/* Content */

#content{
	float:left;
	width:960px;
	min-height:402px;
	height:402px;
	background:url(../images/content-main-background.png) no-repeat 0px 0px;
}
#content p{
	float:left;
}



/* Startseite */

#content #leftColumn{
	width:320px;
	float:left;
	height:400px;
	background:url(../images/content-startpage-separator.png) no-repeat top right;
}
#content #leftColumn h2{
	float:left;
	background:url(../images/logo-holz-ag.png) no-repeat top left;
	width:320px;
	height:140px;
	margin:0px;
	padding:0px;
}
#content #leftColumn h2 span{
	display:none;
}

#content #middleColumn{
	width:320px;
	float:left;
	height:400px;
	background:url(../images/content-startpage-separator.png) no-repeat top right;
}
#content #middleColumn h2{
	float:left;
	background:url(../images/logo-wood-gbr.png) no-repeat top left;
	width:320px;
	height:140px;
	margin:0px;
	padding:0px;
}
#content #middleColumn h2 span{
	display:none;
}

#content #rightColumn{
	width:320px;
	float:left;
	height:400px;
}
#content #rightColumn h2{
	float:left;
	background:url(../images/logo-holzlogistik-gmbh.png) no-repeat top left;
	width:320px;
	height:140px;
	margin:0px;
	padding:0px;
}
#content #rightColumn h2 span{
	display:none;
}



#content #leftColumn p{
	float:left;
	width:250px;
	padding:0px 0px 0px 40px;
}
#content #middleColumn p{
	float:left;
	width:250px;
	padding:0px 0px 0px 55px;
}
#content #rightColumn p{
	float:left;
	width:250px;
	padding:0px 0px 0px 55px;
}

#content p.note{
	font-size:10px;
	color:#888;
	float:left;
	width:960px;
	text-align:center;
	padding-top:100px;
	padding-bottom:20px;
}
#content p.note a{
	color:#888;
}
#content p.paddingtop{
	padding-top:20px;
}

body#imprint #content{
	float:left;
	width:880px;
	padding:40px;
}
body#imprint #content p{
	float:left;
	width:880px;
	padding-bottom:15px;
}

#content h2{
	float:left;
	width:880px;
	font-size:20px;
	font-weight:bold;
	padding-bottom:30px;
}

#content p strong{
	font-weight:bold;
}

#content a{
	color:#444;
	text-decoration:underline;
}
#content a:hover{
	background:#eeeeee;
}