@charset "UTF-8";
/* CSS Document */

<!--

/* ----------------------- R E S E T ----------------------- */

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, br
{ margin : 0; padding : 0;}

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none;}

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

a { outline:none;}

.clear { clear:both;}

object {padding:0px; margin:0px;}

/* ----------------------- R E S E T  E N D E----------------------- */





body {
	margin:0 auto;
	background-color: #5D6164;	
	overflow:hidden;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align: center; 
    }
	

#background {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	width:2000px;
	height:1000px;
	position:absolute;
	left:50%;
	margin-left:-1000px;
	margin-top:0;
	overflow:hidden;
	}

#content_bg {
	background-image: url(../images/bg_content.jpg);
	background-repeat:no-repeat;
	width:900px;
	height:502px;
	margin:60px 550px;
    }

#kraftgruppe {
	background-image:url(../images/logo_kraftgruppe.gif);
	background-repeat:no-repeat;
	position:relative;
	left:195px;
	top:30px;
	width:690px;
	height:130px;
	text-align:left;
	float:left;
	}
	
.h1 {
	position:relative;
	top:65px;
	color:#ffffff;
	font-weight:bold;
	font-size:14px;
	text-align: left; 
	}
	
.h2 {
	position:relative;
	top:52px;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	}
	
.p {
	position:relative;
	top:90px;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	width:250px;
	}
	
a {
	color:#e3e3e3;
	font-size:10px;
	
	}
	
.kraftdruckp {
	position:relative;
	top:90px;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	width:260px;
	}
	
#kraftjungs {
	background-image:url(../images/logo_kraftjungs.gif);
	background-repeat:no-repeat;
	position:relative;
	top:62px;
	left:38px;
	width:250px;
	height:270px;
	text-align:left;
	float:left;
	}	
	
#kraftdruck {
    background-image:url(../images/logo_kraftdruck.gif);
	background-repeat:no-repeat;	
	position:relative;
	top:62px;
	margin-left:65px;
	width:260px;
	height:270px;
	text-align:left;
	float:left;
	}	
	
#allmedia {
	background-image:url(../images/logo_allmedia.gif);
	background-repeat:no-repeat;
	position:relative;
	top:62px;
	margin-left:35px;
	width:250px;
	text-align:left;
	height:270px;
	float:left;
	}
	
#impressum {
	position:relative;
	top:50px;
	margin-left:810px;
	width:60px;
	height:20px;
	}
	
#btnkraftjungs {
	position:relative;
	top:28px;
	left:38px;
	width:200px;
	height:30px;
	text-align:left;
	float:left;
	}
	
#btnkraftdruck {
	position:relative;
	top:28px;
	left:115px;
	width:200px;
	height:30px;
	text-align:left;
	float:left;
	}
	
#btnallmedia {
	position:relative;
	top:28px;
	left:210px;
	width:200px;
	height:30px;
	text-align:left;
	float:left;
	}
	
-->