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

body {
	background-image:url(images/design/bg.png);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#e5ebfe;
	margin:0px;
	
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

a {
	color:#000;
	text-decoration:underline;
	cursor:pointer;
}

img {
	border:0;
}

sup {
	color:#F00;
	font-size:10px;
}

input,select,textarea {
	background-color:#bbd9f4;
	padding:5px;
	border:1px #000 dashed;
	color:#06F;
	font-weight:bold;
}

input:focus,select:focus, textarea:focus {
	background-color:#6fafe9;
}

#header {
	position:relative;
	top:0px;
	left:50%;
	margin-left:-522px;
	z-index:1;
	
	background-image:url(images/design/header.png);
	background-repeat:no-repeat;
	width:1043px;
	height:412px;
}

#livezilla {
	position:relative;
	top:10px;
	left:20px;
}

#hotline {
	position:relative;
	top:-25px;
	left:160px;
}

#header_menu {
	position:relative;
	top:-5px;
	left:10px;
	
	background-image:url(images/design/header_menu.png);
	background-repeat:no-repeat;
	width:473px;
	height:58px;
	padding-top:23px;
	text-align:center;
}

#header #cart {
	position:relative;
	left:20px;
	top:-20px;
	
	width:200px;
}

#domaincheck {
	position:absolute;
	background-image:url(images/design/right.png);
	background-repeat:no-repeat;
	width:332px;
	height:133px;
	
	right:7px;
	bottom:35px;
	padding-top:20px;
	padding-left:20px;
}

#login {
	position:absolute;
	background-image:url(images/design/left.png);
	background-repeat:no-repeat;
	width:332px;
	height:133px;
	
	left:6px;
	bottom:35px;
	padding-top:20px;
	padding-left:20px;
}

#menu {
	position:relative;
	top:0px;
	left:50%;
	margin-top:-30px;;
	margin-left:-523px;
	z-index:3;
	
	background-image:url(images/design/menu.png);
	background-repeat:no-repeat;
	width:1045px;
	height:55px;
	padding-top:15px;
	padding-left:10px;
	text-align:center;
}

#menu a {
	font-size:18px;
	color:#FFF;
	text-decoration:none;
	padding:10px;
}

#menu a:hover {
	font-size:18px;
	color:#FFF;
	text-decoration:underline;
}

#content_container {
	position:relative;
	top:0px;
	left:50%;
	margin-top:-30px;
	margin-left:-517px;
	z-index:2;
	
	background-image:url(images/design/content_bg.png);
	background-repeat:repeat-y;
	width:993px;
	min-height:500px;
	
	padding:20px;
	padding-right:40px;
}

#footer {
	position:relative;
	top:0px;
	left:50%;
	margin-left:-518px;
	
	background-image:url(images/design/footer.png);
	background-repeat:no-repeat;
	width:1035px;
	height:204px;
}

#follow {
	width:154px;
	height:175px;
	position:relative;
	top:0px;
	left:850px;
}

#blog {
	position:absolute;
	top:38px;
	left:20px;
	width:200px;
}

#copyright {
	position:relative;
	top:140px;
	left:260px;
	width:500px;
}

.kleingedrucktes {
	color:#666;
	font-size:10px;
}

.table tr {
	background-color:#bbd9f4;
}

.table .head td{
	background-color:#6fafe9;
	text-align:center;
}

.table .content:hover{
	background-color:#93c1eb;
	text-align:center;
}


.table .cat td {
	background-color:#93c1eb;
}

.table .content {
	text-align:center;
}

#black {
	background-color:#000;
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	display:none;
}

#loader {
	background-image:url(images/loading.gif);
	background-repeat:no-repeat;
	position:fixed;
	top:50%;
	left:50%;
	z-index:100;
	margin-left:-110px;
	margin-top:-10px;
	width:220px;
	height:50px;
	text-align:center;
	font-weight:bold;
	color:#FFF;
	display:none;
}

.info {
	padding:10px;
	color:red;
	margin-bottom:10px;
	border:1px #000 dashed;
}

.reiter_content {
	background-color:#2b6bc2;
	padding:30px;
	position:absolute;
	top:130px;
	visibility:hidden;
}

.reiter {
	position:relative;
	background-image:url(images/design/reiter.png);
	width:132px;
	height:49px;
	float:left;
	color:#FFF;
	line-height:49px;
	padding-top:5px;
	text-align:center;
}

#trusted {
	position:absolute;
	width:200px;
	bottom:40px;
	left:50%;
	margin-left:-100px;
}
