html, body {
	font-family:Arial, Helvetica, sans-serif;	
	font-size:14px;
	background-color:#f2f2f2;
	margin-top:10px;
}

#lpform {
	padding:5px;
	background-image:url('../images/box_bg.gif');
	background-repeat:repeat-x;
	border:1px solid #ccc;
	margin-bottom:0px;
}

#outer {
	margin:0px auto;
	width:970px;	
	background-color:white;
}
.shadowtop {
	background-image:url('../images/shadow_top.png');
	height:10px;
	width:970px;
	background-repeat:no-repeat;
	background-color:white;
}
.shadowbottom {
	background-image:url('../images/shadow_bottom.png');
	height:10px;
	width:970px;
	
	background-repeat:no-repeat;
	background-color:#f2f2f2;
}

.header {
	height:295px;
	width:968px;
	border:1px solid #d3d3d3;
	background-image:url('../images/header.jpg');
	background-position:left bottom;
	background-repeat:no-repeat;
	border-bottom:8px solid #e5e5e5;
}

.content {
	border:1px solid #d3d3d3;
	border-top:0px;	
}

.left {
	width:495px;
	float:left;
	padding:20px;
}

.right {
	width:393px;
	float:left;
	padding:20px;
	background-image:url('../images/glueckskaefer.jpg');
	background-repeat:no-repeat;
	background-position:bottom right;
}

h1 { font-size:30px;margin:10px;padding:0px; }
h2 { margin-top:0px; }
.size12 { font-size:12px; }
.size14 { font-size:14px; }
.size16 { font-size:16px; }
.size18 { font-size:18px; }
.size20 { font-size:20px; }
.bluedark { color:#106aa8; }
.blue { color: #0e7fcd; }
.grey {
	color: #333;
	float:left;
}
.star { background-image:url('../images/stars.jpg'); width:44px; height:38px;display:block;float:left;margin-left:5px; margin-right:3px; }
.nobottommargin {Ępadding-bottom:0px !important; margin-bottom:0px !important;}

table.alignright tr td {text-align:right; } 
a.tooltip img { border:0px; }
