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

body{
	background:#e5e5e5 url(background_color.jpg);
	font-size:14px;
	}

body,
body *{
	font-family: Corbel, Myriad, Arial, sans-serif;
	line-height: 16px;
	margin: 0;
	padding: 0;
	color: #424242;
	}
	
body *{
	font-size:1em;
	}

table
{
	border-collapse:collapse;
}
	
sup,
sup *{
	font-size:0.7em;
	line-height:0.7em;
	}
	
a,
a *{
	color: #006ab2;
	text-decoration:none;
	}
	
a:hover{
	text-decoration:underline;
	}
	
dd{
	margin-left:10px;
	}
	
dl{
	margin-bottom:10px;
	}
	
div.page{
	background: url(background_gradient.jpg) repeat-x;
	min-width: 960px;
	}

div.bgtop{
	position:absolute;
	height: 100%;
	width: 100%;
	left: 0;
	background: url(background_image.jpg) no-repeat center 143px;
	}
	
div.page div.header{
	position:relative;
	width:960px;
	}
	
div.page div.header h1{
	padding: 35px 0 0;
	}
	
* html div.page div.header h1{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/frontend/templates/3-de-home/logo-kitbooth.png');
	display: inline-block;
	margin-top: 35px;
	}
	
* html div.page div.header h1 img{
	visibility:hidden;
	}


div.content h2{
	font-size: 60px;
	line-height: 60px;
	padding:54px 0 0 0;
	margin: 0 0 31px 0;
	text-transform:uppercase;
	color: white;
	}
	
div.footercon{
	}
	
div.page div.footer{
	width: 960px;
	text-align: center;
	padding:10px 0;
	}
	
div.page div.content{
	position:relative;
	width:960px;
	padding:0 0 70px 0;
	min-height: 570px;
	}
	
div.kasten{
	float:left;
	width: 300px;
	min-height: 200px;
	background:white;
	margin:0 10px 40px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}
	
* html div.kasten{
	display:inline;
	}
	
div.kasten h3,
div.usercontent h2,
div.usercontent h3{
	text-transform:uppercase;
	font-weight:normal;
	font-size: 30px;
	line-height: 60px;
	padding:0;
	margin: 0;
	color: #424242;
	}
	
div.kasten p{
	text-align:justify;
	margin:0 10px;
	}
	
div.kasten p.link a{
	display:block;
	height: 32px;
	padding-top: 8px;
	margin:10px 0 0 0;
	padding-right: 50px;
	background: url(button_next.png) no-repeat right top ;
	
	}
	
div.kasten p.link a:hover{
	text-decoration:none;
	background-position: right -40px;
	}
	
.small{
	font-size: 0.85em;
	}
	
div.download{
	clear:left;
	width: 300px;
	height: 80px;
	background: #424242;
	margin:auto;
	margin-top: 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: white;	
	}

div.download *{
	color: white;	
	}
	
div.download span.h3{
	display: inline-block;
	text-transform:uppercase;
	font-weight:normal;
	font-size: 30px;
	line-height: 30px;
	padding-top: 15px;
	}

div.download a{
	display:block;
	height:80px;
	background: url(button_download.png) no-repeat 10px top ;
	}
	
div.download a:hover{
	text-decoration:none;
	background-position: 10px -80px;
	}
	
div.usercontent{
	background:white;
	margin:40px 130px 40px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-align:left;
	padding:10px;
	}

div.usercontent h4{
	line-height:16px;
	font-size:16px;
	}
	
div.usercontent ul,
div.usercontent ol{
	margin-left:20px;
}

div.usercontent li,
div.usercontent p{
	margin-bottom:16px;
}
	
	