/**
 * Style sheet style
 */
/* Code and Design by Hingucker.info */
body
{
	margin:0;
	padding:0;
	font-family:"Trebuchet Ms";
	font-size:12px;
	background:#fff url(images/bodyBg.png) repeat-x top center;
}

a
{
	text-decoration:none;
	outline:none;
}

a img
{
	border:0;
}

#page
{
	width:854px;
	margin:0 auto;
	padding:55 0 0 0;
}

#header
{
	height:26px;
	margin:0px 0px 5px 46px;
}

#contentTop
{
	height:22px;
	background:url(images/contentTopBg.png) repeat-x;
}

#contentTopLeft
{
	width:100%;
	height:22px;
	background:url(images/contentTopLeft.png) no-repeat left;
}

#contentTopRight
{
	width:100%;
	height:22px;
	background:url(images/contentTopRight.png) no-repeat right;
}

#content
{
	border-right:1px solid #d4d4d4;
	border-left:1px solid #d4d4d4;
}

#mainMenu
{
	width:70%;
	height:41px;
	margin:0px 0px 0px 20px;
	background:url(images/mainMenuBg.png) repeat-x;
}

#mainMenuLeft
{
	width:100%;
	height:41px;
	background:url(images/mainMenuLeft.png) no-repeat left;
}

#mainMenuRight
{
	width:100%;
	height:41px;
	background:url(images/mainMenuRight.png) no-repeat right;
}

#mainMenu ul
{
	margin:0px 0px 0px 20px;
	padding:1 0 0 0;
}

#mainMenu ul li
{
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}

#mainMenu ul li a
{
	height:29px;
	display:block;
	padding:10px 7px 0px 7px;
	font-weight:bold;
	color:#393939;
}

#mainMenu ul li a:hover
{
	border-right:2px solid #105090;
	border-left:2px solid #105090;
	color:#fff;
	background:url(images/mainMenuHover.png) repeat-x;
}

#main
{
	width:617px;
	float:left;
	margin:19 0 0 0;
}

#mainBox
{
	width:585px;
	margin:4px 0px 0px 4px;
	padding:0px 13px;
	font-weight:normal;
	background:url(images/mainBoxTop.png) repeat-x top center;
}

#mainBox p#leiste
{
	margin:0 0 22 0;
	padding:7 0 0 0;
	font-weight:bold;
	color:#393939;
}

#serviceHotline
{
	width:508px;
	height:168px;
	background:url(images/serviceHotline.png) no-repeat;
}

#sideBar
{
	width:200px;
	float:right;
	margin:0 19 0 0;
}

.box
{
	margin:0 0 13 0;
	background:url(images/boxBg.png) repeat-y;
}

.boxTop
{
	height:19px;
	padding:3 0 0 0;
	text-align:center;
	font-weight:bold;
	color:#fff;
	background:url(images/boxTop.png) no-repeat top center;
}

.boxMiddle
{
	width:178px;
	margin:0px 0px 0px 1px;
	padding:10px;
	background:url(images/boxMiddleTop.png) no-repeat top center;
}

.boxBottom
{
	height:11px;
	background:url(images/boxBottom.png) no-repeat bottom center;
}

#footer
{
	height:36px;
	margin:0 0 13 0;
	text-align:center;
	color:#fff;
	background:url(images/footerBg.png) repeat-x;
}

#footer a
{
	font-weight:bold;
	color:#fff;
}

#footer a:hover
{
	text-decoration:underline;
}

#footerLeft
{
	height:36px;
	background:url(images/footerLeft.png) no-repeat left;
}

#footerRight
{
	height:23px;
	padding:13 0 0 0;
	background:url(images/footerRight.png) no-repeat right;
}

input[type=text]
{
	border:1px solid #cfcfcf;
	background:#ffffcc;
}

input[type=submit]
{
	width:106px;
	height:26px;
	padding:0;
	border:0;
	background:url(images/inputNormal.png) no-repeat;
}

input[type=submit]:hover
{
	color:#fff;
	background:url(images/inputHover.png) no-repeat;
}

/* Float Clearfix */
.clearfix:after
{
	height:0;
	clear:both;
	display:block;
	content: ".";
	visibility: hidden;
}

.clearfix
{
	display:inline-block;
}

/* Hides from IE-mac \ */
* html .clearfix
{
	height:1%;
}

.clearfix
{
	display:block;
}
