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

body, td, th {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#636363;
}
body {
	background-color:#FFF;
	background-image:url(gfx/bg.png);
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
}
a:link {
	text-decoration:none;
	color:#3687ba;
}
a:visited {
	text-decoration:none;
	color:#3687ba;
}
a:hover {
	text-decoration:underline;
	color:#195276;
}
a:active {
	text-decoration:none;
	color:#3687ba;
}
a img {
	border-width:0px;
}
#case {
	width:960px;
	margin:0 auto;
}
#header {
	height:90px;
}
#headerLogo {
	float:left;
}
#headerClaim {
	float:right;
	padding-top:30px;
}
.claim1 {
	display:inline-block;
	padding:5px;
}
.claim2 {
	display:inline-block;
	padding:5px;
	border-left:1px dotted #9a9a9a;
}
#navi {
	height:45px;
	background-image:url(gfx/naviBg.png);
	text-align:center;
}
a.navipunkt:link {
	text-decoration:none;
	color:#c3e0f2;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	display:inline-block;
	padding:15px 29px 13px 27px;
	height:17px;
	background-image:url(gfx/naviBorder.png);
	background-repeat:no-repeat;
	background-position:right;
}
a.navipunkt:visited {
	text-decoration:none;
	color:#c3e0f2;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	display:inline-block;
	padding:15px 29px 13px 27px;
	height:17px;
	background-image:url(gfx/naviBorder.png);
	background-repeat:no-repeat;
	background-position:right;
}
a.navipunkt:hover {
	text-decoration:none;
	color:#fff;
	background-image:url(gfx/navHover.png);
	background-repeat:no-repeat;
	background-position:right;

}
a.navipunkt:active {
	text-decoration:none;
	color:#c3e0f2;
}
a.navipunktLast:link {
	text-decoration:none;
	color:#c3e0f2;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	display:inline-block;
	padding:15px 27px 13px 27px;
	height:17px;
}
a.navipunktLast:visited {
	text-decoration:none;
	color:#c3e0f2;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	display:inline-block;
	padding:15px 27px 13px 27px;
	height:17px;
}
a.navipunktLast:hover {
	text-decoration:none;
	color:#fff;
	background-image:url(gfx/navHover2.png);
	background-repeat:repeat-x;
}
a.navipunktLast:active {
	text-decoration:none;
	color:#c3e0f2;
}
#teaser {
	height:260px;
	margin-bottom:30px;
	background-image:url(gfx/teaserBg.jpg);
}
#break {
	margin-bottom:30px;
}
#welcome {
	padding-left:34px;
	padding-top:26px;
	width:510px;
	color:#b9b9b9;
	line-height:17px;
}
#welcome strong {

	color:#fff;
	font-size:16px;

	margin-bottom:16px;
}
#specials {
	padding-left:34px;
	padding-top:100px;
	color:#b9b9b9;
	font-size:10px;
}
#specials span {
	display:inline-block;
}
#specials strong {
	display:block;
	color:#fff;
}
#specialL {
	width:143px;
}
#specialM {
	width:206px;
}
#specialR {

}
#middle {
	margin-bottom:30px;
}
#startLeft {
	float:left;
	width:250px;
}
#startLeft h1 {
	margin:0px;
	background-image:url(gfx/blue1.png);
	color:#c3e0f2;
	font-weight:bold;
	font-size:12px;
	height:22px;
	padding:8px 0px 0px 10px;
}
#startLeft span {
	display:block;
	background-image:url(gfx/arrow.png);
	background-position:0px 2px;
	background-repeat:no-repeat;
	padding-left:17px;
	margin-bottom:16px;
}
#startMiddle {
	width:490px;
	margin-left:10px;
	float:left;
}
#startMiddle h1 {
	margin:0px;
	background-image:url(gfx/blue2.png);
	color:#c3e0f2;
	font-weight:bold;
	font-size:12px;
	height:22px;
	padding:8px 0px 0px 10px;
}
#startMiddle span {
	display:block;
	background-image:url(gfx/check.png);
	background-position:0px 1px;
	background-repeat:no-repeat;
	padding-left:17px;
	margin-bottom:16px;
}
#startLeft div, #startMiddle div {
	border:1px solid #dcdcdc;
	background-image:url(gfx/boxBg.png);
	background-repeat:repeat-x;
	background-position:bottom;
	min-height:260px;
	padding:20px;
	box-shadow:3px 3px 4px #dcdcdc;
	-moz-box-shadow:3px 3px 4px #dcdcdc;
	-webkit-box-shadow:3px 3px 4px #dcdcdc;
	-khtml-box-shadow:3px 3px 4px #dcdcdc;
}
#content {
	width:750px;
	float:left;
}
#content h1 {
	margin:0px;
	background-image:url(gfx/blue3.png);
	color:#c3e0f2;
	font-weight:bold;
	font-size:12px;
	height:22px;
	padding:8px 0px 0px 10px;
}
#content div {
	border:1px solid #dcdcdc;
	background-image:url(gfx/boxBg.png);
	background-repeat:repeat-x;
	background-position:bottom;
	padding:20px;
	box-shadow:3px 3px 4px #dcdcdc;
	-moz-box-shadow:3px 3px 4px #dcdcdc;
	-webkit-box-shadow:3px 3px 4px #dcdcdc;
	-khtml-box-shadow:3px 3px 4px #dcdcdc;
	line-height:17px;
}
#sidebar {
	width:200px;
	margin-left:10px;
	float:left;
}
#sidebar img {
	margin-bottom:10px;
	box-shadow:3px 3px 4px #dcdcdc;
	-moz-box-shadow:3px 3px 4px #dcdcdc;
	-webkit-box-shadow:3px 3px 4px #dcdcdc;
	-khtml-box-shadow:3px 3px 4px #dcdcdc;
}
#sidebar p {
	padding-left:20px;
}
#footer {
	margin-bottom:40px;
	padding-top:10px;
	border-top:1px solid #dcdcdc;
	color:#9a9a9a;
	font-size:10px;
}
#footerLinks {
	float:left;
}
#footerLegal {
	float:right;
}
#info {
	margin-bottom:40px;
	color:#9a9a9a;
	font-size:10px;
	text-align:justify;
}
.clear {
	clear:both;
}
a.button:link {
	background-image:url(gfx/buttonBg.png);
	height:20px;
	display:inline-block;
	color:#fff;
	text-decoration:none;
	padding:4px 5px 0px 5px;
}
a.button:visited {
	background-image:url(gfx/buttonBg.png);
	height:20px;
	display:inline-block;
	color:#fff;
	text-decoration:none;
	padding:4px 5px 0px 5px;
}
a.button:hover {
	text-decoration:underline;
}
a.button:active {
	text-decoration:none;
}
.tableSpace {
	padding-bottom:20px;
}
hr {
	border:1px solid #3687ba;
}