html, body {
	font-family: Verdana, sans-serif, Arial;
	border: 0;
	background: #f6f6f6;
}

body {
	margin: 0;
	padding: 0;
}

/* Links Start */
a{
	color: #5789A2;
	text-decoration: underline;
}
a:hover{
	color: #62acff;
	text-decoration: none;
}
/* Links End */

/*Underline start*/
.underline{
	text-decoration:underline;
}

/*Underline end*/

/*Table start*/
td{
	background-repeat:no-repeat;
}

/*Table end*/


/* Wrap Start*/
#wrap {
	width: 800px;
	margin: 0 auto;
	border-left: solid 1px #b8b8b8;
	border-right: solid 1px #b8b8b8;
	background: url(images/wrapper-bg.png) top repeat-x #FFFFFF;
}
/* Wrap End*/


/* Header Start*/
#header_wrap {
	width: 780px;
	height: 390px;
	padding-right:20px;
	background: url(images/mid-banner-bg.png) no-repeat bottom;
	position: relative;
}
#header_top{
	height: 68px;
	width:760px;
	padding-left:20px;
}
#header_logo {
	height:68px;
	width:196px;
	background: url(images/logo-head.png) no-repeat bottom;
	float:left;
}

/* Search-Box Start */
#header_search {
	padding-top:8px;
	height:60px;
	width:220px;
	float:right;
}
#search{
	width: 220px;
	height: 25px;
	border: 1px solid #000000;
}
#search-box{
	border: 1px solid  #FFFFFF;
	background-color: #FFFFFF;
	margin: 0px;
	width: 180px;
}
#search-button{
	border: none;
	margin: 0px;
}
/*Search-Box end */

#header_mid{
	height:308px;
	width:780px;
}

/* Grafische Elemente Mitte start*/
#product-box{
	float:left;
	height:308px;
	width: 331px;
	background: url(images/product-box.png) no-repeat bottom right;
}
#product-preis, #logodruck-preis{
	float:left;
	bottom:0;
	margin-left:193px;
	margin-top:176px;
	margin-bottom:0px;
	margin-right:0px;
	width:88px;
	height:62px;
	padding-left:50px;
	padding-top:0px;
	padding-right:0px;
	padding-bottom:10px;
	font-family: Arial;
	color:#fff;
	font-size:25px;
	font-weight:bolder;
	/* IE 5/6 Float Margin BugFix */
	display:inline;
}
#product-preis sup, #logodruck-preis sup{
	text-decoration:underline;
}

#product-preis{
	background: url(images/product-pricelabel.png) no-repeat bottom right;
}
#logodruck-preis{
	background: url(images/logodruck-pricelabel.png) no-repeat bottom right;
}



#headset-female{
	float:left;
	height:308px;
	width: 331px;
	background: url(images/headset-female.png) no-repeat bottom right;
}
#headset-male{
	float:left;
	height:308px;
	width: 331px;
	background: url(images/headset-male.png) no-repeat bottom right;
}
#phone{
	float:left;
	height:308px;
	width: 331px;
	background: url(images/phone.png) no-repeat bottom right;
}
#support{
	float:left;
	height:308px;
	width: 331px;
	background: url(images/support.png) no-repeat bottom right;
}
#faq{
	float:left;
	height:308px;
	width: 331px;
	background: url(images/faq.png) no-repeat bottom right;
}
#logodruck{
	float:left;
	height:308px;
	width: 331px;
	background: url(images/logodruck.png) no-repeat bottom right;
}
#impressum{
	float:left;
	height:308px;
	width: 331px;
	background: url(images/impressum.png) no-repeat bottom right;
}
/* Grafische Elemente Mitte end*/

/* Nav Start */
#navigation{
	float:right;
	width:443px;
	height:66px;
}
#navigator a{
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
	text-indent: -8000px;
}
ul#navigator,  
ul#navigator li {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#navigator {
	width: 443px;
	height: 42px;
}
ul#navigator li {
	float: left;
	display: inline;
	height: 42px;
	line-height: 42px;
}
ul#navigator li a {
	float: left;
	height: 42px;
	line-height: 42px;
	background-repeat: no-repeat;
	background-position: 0 -42px;
}
ul#navigator li a:hover {
	background-position: 0 -84px;
}
ul#navigator li.current_page_item a, ul#navigator li.current_page_item a:hover {
	background-position: 0 0;
}
ul#navigator li#nav-home a {
	width: 91px;
	background-image: url(images/nav-home.png);
}
ul#navigator li#nav-download a {
	width: 104px;
	background-image: url(images/nav-download.png);
}
ul#navigator li#nav-kaufen a {
	width: 81px;
	background-image: url(images/nav-kaufen.png);
}
ul#navigator li#nav-support a {
	width: 88px;
	background-image: url(images/nav-support.png);
}
ul#navigator li#nav-kontakt a {
	width: 79px;
	background-image: url(images/nav-kontakt.png);
}

/*Sub Nav Start */
#sub-nav{
	height:22px;
	width:413px;
	background: url(images/sub-nav-bg.png) no-repeat;
	padding-left: 15px;
	padding-right: 15px;
	padding-top:2px;
	font-size: 12px;
	font-weight: bold;
}
#sub-nav a{
	margin:0;
	padding-left: 3px;
	padding-right: 6px;
	border-right: solid 1px #999999;
	color: #333333;
	text-decoration: none;
}
#sub-nav a:hover{
	color: #33798d;
	text-decoration: none;
}
#sub-nav a.activ-subnav-page{
	color: #338D8B;
	text-decoration: none;
}
#sub-nav a.last-nav-item{
	border-right: none;
}
/*Sub Nav End */
/* Nav End */

/* Header Slogan-Box Start*/
#slogan-box{
	padding-top:20px;
	padding-bottom:20px;
	float:right;
	width: 443px;
}
#slogan-box p{
	padding:0;
	margin:0;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
}
#slogan-box h1{
	padding:0;
	margin:0;
	color:#FFFFFF;
	font-size:17px;
	font-weight:bold;
}

/* Header Slogan-Box End*/
/* Header End*/


/* Middle Wrap Start*/
#middle_wrap {
	padding-left:20px;
	padding-right:20px;
	padding-bottom: 30px;
	width: 760px;
}

/* Content Start*/
#content {
	width: 480px;
	padding-top:20px;
	float: left;
	font-size:12px;
}
#content h1{
	color: #338d8b;
	font-size:19px;
	padding-bottom: 5px;
	border-bottom: 1px solid #86aead;
}
#content h2{
	color: #338d8b;
	font-size:16px;
	padding-bottom: 5px;
	border-bottom: 1px solid #86aead;
}
#content h3{
	color: #338d8b;
	font-size:14px;
	padding-bottom: 5px;
	border-bottom: 1px solid #86aead;
}

#content .p_headline{
	font-weight:bold;
	color: #338d8b;
}
#content .no_margin_padding{
	margin-top:0;
	margin-bottom:0;
	padding-bottom:0;
	padding-top:0;
}

#in-the-middle{
	width: 480px;
	text-align:left;
}

/*Buttons Start*/
#button{
	float:left;
	width:200px;
	margin-left:20px;
}
#button a{
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
	text-indent: -8000px;
	width: 200px;
	height: 74px;
	line-height:73px;
	background-position: 0 0px;
}

.button-download a{
	background: url(images/download-button.png) no-repeat;
}
.button-download-logodruck a{
	background: url(images/download-button-logodruck.png) no-repeat;
}
.button-kaufen a{
	background: url(images/kaufen-button.png) no-repeat;
}
.button-testen a{
	background: url(images/testen-button.png) no-repeat;
}
.button-muster a{
	background: url(images/muster-button.png) no-repeat;
}

#button a:hover {
	background-position: 0 -74px;
}



/* Buttons End*/

/* Content End*/


/* Sidebar Start*/
#sidebar {
	width: 257px;
	padding-top:20px;
	padding-left:23px;
	float: right;
	color:#666666;
}

#sidebar form{
	margin:0;
}

#sidebar h3{
	color: #208bae;
	font-size:16px;
	padding-left: 22px;
	padding-right:0;
	padding-top:0;
	padding-bottom:0;
	margin:0;
}
#sidebar .phone{
	background:url(images/icon-phone.png) left top no-repeat;
}
#sidebar .fax{
	background:url(images/icon-fax.png) left top no-repeat;
}
#sidebar .system{
	background:url(images/icon-system.png) left top no-repeat;
}

#sidebar ul{
	margin-top:0;
	margin-bottom:3px;
}
#sidebar ul li{
	margin-left:0;
}

#sidebar .subheadline{
	font-weight:bold;
	color:#338d8b;
	margin-bottom:5px;
}

.sidebar-box {
	width: 257px;
	margin-bottom:20px;
}
.sidebar-box-top{
	margin:0;
	padding-left: 12px;
	padding-top:18px;
	width: 245px;
	height: 27px;
	background: url(images/sidebar-top-bg.png) no-repeat;
}
.sidebar-box-mid{
	margin:0;
	padding-left: 12px;
	padding-right: 12px;
	padding-top:3px;
	padding-bottom:3px;
	width: 233px;
	background: url(images/sidebar-mid-bg.png) repeat-y;
	font-size:11px;
}
.sidebar-box-mid p{
	margin:0;
	padding:0;
}
.sidebar-box-bottom{
	margin:0;
	width: 257px;
	height: 17px;
	background: url(images/sidebar-bottom-bg.png) no-repeat;
}
/* Sidebar End*/
/* Middle Wrap End*/

/* Footer Start*/
#footer {
	width: 800px;
	height: 31px;
	background: url(images/footer-bg.png) repeat-x;
	overflow: hidden;
	position: relative;
	clear: both;
	text-align:center;
	font-size:10px;
	padding-top: 12px;
}
#footer a{
	color:#666666;
	text-decoration:none;
}
#footer a:hover{
	color: #333333;
	text-decoration:none;
}
/* Footer End*/


/* Fix */
#middle_wrap:after, #header_top:after, #header_mid:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}