/*
 *  Global
 */
body {
	background: black url(../pics/bg_verlauf.png) repeat-x;
	margin: 0;
	padding: 0;
	font-family: arial;
	color: #333333;
}

table, p {
	line-height: 18px;
}

#wrapper {
	height: 400px;
	background-color: #FFFFFF;
	padding: 0 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(js/PIE.htc);
}
#logo {
	margin: 20px 0 20px 0;
}
img {
	border: 0;
}
a {
	color: black;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;	
}
li {
	background-image: url(../pics/li.bullet.png);
	background-position: 0 2px;
	background-repeat: no-repeat;
	list-style-type: none;
	list-style-position: inside;
	padding-left: 17px;
}
/*
 *  Slider 
 */
.anythingSlider { 
	width: 941px;
	height: 378px; 
	position: relative; 
}
.anythingSlider .wrapper {
	width: 940px; 
	overflow: auto; 
	height: 378px; 
	margin: 0 0px; 
	position: absolute; 
	top: 0; 
	left: 1px; 
}
.anythingSlider .wrapper ul { 
	width: 32700px; 
	list-style: none; 
	position: absolute; 
	top: 0; left: 0; 
	background: white; 
	margin: 0; 
}
.anythingSlider ul li { 
	display: block; 
	background-image: none;
	padding-left: 0;
	float: left; 
	padding: 0; 
	height: 378px; 
	width: 941px; 
	margin: 0;
}
.arrow_forward {
	position: relative;
	top: 200px;
	float: right;
	cursor: pointer;
	background-image: url("../pics/button_right.png");
	width: 28px;
	height: 28px;
	margin: 0 10px 0 0;
}
.arrow_back {
	position: relative;
	top: 200px;
	float: left;
	cursor: pointer;
	background-image: url("../pics/button_left.png");
	width: 28px;
	height: 28px;
	margin: 0 0 0 10px;
}
#thumbNav {
	position: relative;
	top: 370px;
	width: 941px; 
	clear: both;
}
#thumbNav a {
	display: inline-block;
	width: 232px;
	height: 55px;
	text-align:center;
	border: 0;
	outline: 0;
	text-decoration: none;
	color: #333333;
}
#thumbNav a:hover  {
	text-decoration: underline;
}
a.cur  {
	text-decoration: underline !important;
}
#thumbNav a:active  {
	color: black;
}
/*
 * Content elements
 */
#clearer {
	clear:both;
}
#heading h3 {
	color: white;
}
#wrapall {
	margin: 0 auto;
	width: 941px;
}
#header {
	background: url(../pics/slide_top.jpg) no-repeat;
	height: 8px;
}
#footer {
	background: url(../pics/slide_bottom.jpg) no-repeat;
	height: 55px;
	width: 941px;
}
#left {
	float: left;
	width: 400px;
	margin: 20px 0 0 20px;
}
#left p {
	font-size: 13px;
}
#right {
	float: right;
	width: 400px;
	margin: 0 80px 0 0;
}
#content_1 {
	background-color: #FFFFFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(js/PIE.htc);
	padding: 30px 0 30px 2px;
}
.loading {
	background-color: grey;
	-moz-border-radius: 3px;
	padding: 20px 0 20px 2px;
	background-image: url(../pics/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center;
}
#content_2 table tr td {
	vertical-align: text-top;
}
#content_2 {
	margin: 30px 0 50px 0;
	background-color: #FFFFFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(js/PIE.htc);
	padding: 10px 35px 35px 35px;
	font-size: 13px;
}
#content_2 h1 {
	margin: 20px 0 10px 0;
	font-size: 19px;
}
#heading {
	margin: 30px 0 0 3px;
}
#content_1 table {
	width: 920px;
	margin-left: 7px;
}
#content_1 table tr td, th {
	border-right: 1px dotted #a5a5a5;
	vertical-align: text-top;
	padding: 0 25px 0 25px;
	width: 180px;
}
#content_1 table tr {
	font-size: 13px;
	text-align:left;
}
#content_1 table th {
	font-size: 16px;
	text-align:left;
}
.tbl_img {
	height: 80px;
}
.tbl_heading {
	height: 50px;
}
th.last, td.last {
	border: none !important;
}
.logolink {
	outline:none;
}
#listpoints ul{
	width: 40%;
	height: 100px;
}
.horline {
	border: 1px solid #CCCCCC;
}
#callbackemail p {
	padding: 0 40px 0 40px;
	font-size: 13px;
}
#callbackemail h1 {
	padding: 15px 0 0 40px;
	font-size: 17px;
	font-weight: bold;
}
#callbackemail {
	margin: 17px 0 0 0;
	height: 240px;
	width: 408px;
	background: url(../pics/footer.cta-box.png);
	float: left;
}
#box-link-call {
	height: 48px;
	width: 150px;
	top: 25px;
	left: 47px;
	position: relative;
}
#box-link-mail {
	height: 48px;
	width: 150px;
	top: 25px;
	left: 54px;
	position: relative;
}
#sales {
	width: 45%;
	float: right;
	margin-top: 17px;
}
#sales img {
	float:right;
}
#star {
	position: relative;
	margin: -120px 0 0 0;
	left: 400px;
	width: 149px;
	height: 148px;
}
.bold {
	font-weight: bold;
}
.clear {
	clear: both;
}
