html { height: 100%; overflow-y: scroll; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #555454 url(images/bg_fill.gif);
}

:focus, a { outline: 0 none; }

img { border: 0 none; }


/* Layout ------------------------------------------------------------ */
#page-wrapper {
	width: 1000px;
	min-height: 100% !important;
	height: auto !important;
	height: 100%;
	position: relative;
	margin: 0 auto;
	background: #FFF url(images/bg_content.png) repeat-y center 0;
}

#header {
/*	height: 154px;/**/
	position: relative;
	background: #FFF;
}

#content {
	width: 980px;
	position: relative;
	margin: 0 auto;
 	padding: 10px 10px 390px 10px;
	background: url(images/bg_main.png) no-repeat top center;
}

#main {
	position: relative;
	margin: 0;
	width: 960px;
	padding: 10px;
	/*background: url(images/top_gradient.jpg) no-repeat top center;*/
}

#main-box {
	float: left;
	margin: 0;
	width: 716px;
	padding: 10px;
	background: url(images/bg_prod_gradient.jpg) no-repeat top center;
	min-height: 230px;
}

#main-full {
	position: relative;
	margin: 0;
	width: 960px;
	padding: 10px;
	background: url(images/top_gradient.jpg) no-repeat top center;
}


#sidebar {
	float: right;
	width: 196px;
	padding: 20px;
	background: url(images/bg_sidebar_top.png) no-repeat 0 0;
	min-height: 230px;
}

#footer {
	width: 960px;
	height: 350px;
	padding: 20px;
	position: absolute;
	bottom: 0;
	background: #FFF url(images/bg_footer.jpg) no-repeat 1px 0;
}


/**********/
/* HEADER */
/**********/
.header-top {
	height: 74px;
}

.header-navi {
	padding-right: 9px;
	height: 30px;
	border-right: 1px solid #FFF;
	background: url(images/bg_navi_h.gif) repeat-x;
}

.header-bottom {
	clear: both;
	padding: 5px 10px;
	height: 20px;
	margin-bottom: -5px;
}

#topmenu {
	float: left;
	margin: 0 10px 0 0;
}

#search {
	float: right;
	width: 230px;
	height: 30px;
}

/* End Layout -------------------------------------------------------- */


/***********/
/* HEADER  */
/***********/
.logo { float: left; margin-left: 0; width: 200px;}
.logo img { border: 0 none; }

.header-elements {
    float: right;
    height: 70px;
/*    margin: 15px 20px 0 0;*/
    width: 220px;
    /*margin-top: 30px;*/
}

.header-elements #site-langs {
	float: right;
	margin-right: 5px;
}
.header-elements #site-langs a.selected {
    border: 1px solid #545353;
    margin: 4px 0 0;
}
.header-elements ul {
	float: right;
	/*clear: both;*/
}

.header-elements ul.icons {
	list-style: none;
	padding: 0;
	margin: 0;
}

.header-elements ul.icons li {
	float: left;
	display: block;
}

.header-elements ul.icons li a {
	display: block;
	height: 0px;
	width: 55px;
	padding-top: 30px;
	font-size: 9px;
	color: #248bbb;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
}

.header-elements ul.icons li a:hover {
	color: #555454;
}

.header-elements ul.icons li a#agb {background: url(images/agb.png) no-repeat center 0;}
.header-elements ul.icons li a#agb:hover {background: url(images/agb.png) no-repeat center -30px;}

.header-elements ul.icons li a#contact {background: url(images/mail.png) no-repeat center 0;}
.header-elements ul.icons li a#contact:hover {background: url(images/mail.png) no-repeat center -30px;}

.header-elements ul.icons li a#imprint {background: url(images/impressum.png) no-repeat center 0;}
.header-elements ul.icons li a#imprint:hover {background: url(images/impressum.png) no-repeat center -30px;}

.header-elements ul.icons li a#sitemap {background: url(images/sitemap.png) no-repeat center 0;}
.header-elements ul.icons li a#sitemap:hover {background: url(images/sitemap.png) no-repeat center -30px;}

/***********/
/* TOPNAVI */
/***********/
#navi {
	float:left;
	max-width: 760px;
}

#horizontal-multilevel-menu {
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#horizontal-multilevel-menu li {
	float: left;
	display: block;
	margin-right: -1px;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}

#horizontal-multilevel-menu li a {
	display: block;
	height: 23px;
	padding: 7px 10px 0 10px;
	text-align: center;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#horizontal-multilevel-menu li a img { border: 0 none; }

#horizontal-multilevel-menu li a:hover,
#horizontal-multilevel-menu .root-item-selected {
	background: #555454;
}

.menu-clear-left {
    clear: left;
}

/**********/
/* SEARCH */
/**********/
#search .form-textbox-border {
    background: url(images/search_f.png) no-repeat scroll 0 0 transparent;
    float: left;
    height: 25px;
    padding: 5px 0 0 20px;
    width: 174px;
}

#search .form-textbox-border input {
    background: none;
    height: 16px;
    width: 171px;
	border: 0;
}

#search-submit-button {
	/*float: right;*/
	width: 36px;
	height: 30px;
	cursor: pointer;
	border: 0;
	background: url(images/search_bt.png) no-repeat;
}

/*****************/
/* HEADER-BOTTOM */
/*****************/
/*.tel {
	float: left;
	font-size: 130%;
	color: #248bbb;
	font-weight: bold;
	padding: 3px 0 3px 20px;
	margin-right: 25px;
	background: url(images/tel.png) no-repeat;
}*/

#banner .tel p span {
	padding-top: 5px;
}

.header-bottom .breadcrumbs {
	float: left;
}

.header-bottom .small-cart {
	float: right;
	height: 25px;
}

/* SOCIAL NETWORKS */
.header-bottom .netz {
	float: right;
	height: 25px;
	margin-right: 50px;
}

#footer .netz {
	float: left;
	height: 25px;
}

.netz ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.netz ul li {
	float: left;
	margin-right: 5px;
}

.netz ul li a {
	display: block;
	width: 27px;
	height: 25px;
	cursor: pointer;
}

.netz ul li a.facebook {
	background: url(images/facebook.png) no-repeat 0 0;
}
.netz ul li a.facebook:hover {
	background: url(images/facebook.png) no-repeat 0 -25px;
}

.netz ul li a.twitter {
	background: url(images/twitter.png) no-repeat 0 0;
}
.netz ul li a.twitter:hover {
	background: url(images/twitter.png) no-repeat 0 -25px;
}

.netz ul li a.xing {
	background: url(images/xing.png) no-repeat 0 0;
}
.netz ul li a.xing:hover {
	background: url(images/xing.png) no-repeat 0 -25px;
}

.netz ul li a.youtube {
	background: url(images/youtube.png) no-repeat 0 0;
}
.netz ul li a.youtube:hover {
	background: url(images/youtube.png) no-repeat 0 -25px;
}

.netz ul li a.rss {
	background: url(images/rss.png) no-repeat 0 0;
}
.netz ul li a.rss:hover {
	background: url(images/rss.png) no-repeat 0 -25px;
}

/***********/
/* CONTENT */
/***********/
#banner {
	margin-top: -10px;
}

#banner h3 {
	width: 340px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0.025em;
	color: #FFF;
	text-transform: uppercase;
	position: absolute;
	top: 100px;
	right: 15px;
}

#banner span {
	position: absolute;
	width: 340px;
	font-size: 14px;
	font-weight: normal;
	top: 150px;
	right: 15px;
	color: #FFF;
}

#banner .tel {
	float: none;
	position: absolute;
	width: 300px;
	top: 240px;
	right: 40px;
	margin: 0;
	padding: 4px 0 3px 25px;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	background: url(images/tel.png) no-repeat;
}

.produkte,
.leistungen,
.pakete {
	margin: 0 0 20px 0;
	padding: 0;
}

#main-box .leistungen-content h2,
#main-box .leistungen-content h3,
#main-box .leistungen-content ul,
#main-box .leistungen-content p {
	margin-left: 175px;
	padding-left: 0;
}

#main-box .leistungen-content img {
	float: left;
	border: 0 none;
}

.spalte,
.spalte-last {
	background-image: url(images/bg_prod_start.png);
	background-repeat: no-repeat;
	float: left;
	height: 166px;
	width: 290px;
	padding: 5px 14px 5px 5px;
	font-size: 12px;
}

.spalte { margin-right: 15px; }

.spalte img,
.spalte-last img {
	vertical-align: text-top;
	margin-right: 5px;
}

.clr { clear: both; }
.sep20 { height: 10px; }

/* HEADLINES */
#content h1, h2 {
	font-size: 14px;
	text-transform: uppercase;
	color: #555454;
	padding: 0;
	margin: 20px 0;
}

#content h1 a { color: #248bbb; text-transform: none; }
#content h2 { color: #000; text-transform: none; }


/*#content h1 { display: none; }*/

#content .link-gray {
	color: #5BAFCE;
	text-decoration: none;
	background: url("images/arrow_1.png") no-repeat scroll right -19px transparent;
    cursor: pointer;
    display: block;
    height: 12px;
    width: 70px;
	padding: 2px 23px 4px 0;
}

#content .link-gray:hover {
	color: #555454;
	background: url("images/arrow_1.png") no-repeat scroll right 0 transparent;
}

#main-box .link-back,
#main-box .module .link-back {
	color: #5BAFCE;
	text-decoration: none;
	background: url("images/arrow_3.png") no-repeat scroll 0 -19px transparent;
    cursor: pointer;
    display: block;
    height: 12px;
	margin: 10px 0 0 0;
	padding: 1px 0 4px 32px;
}

#main-box .link-back:hover,
#main-box .module .link-back:hover {
	color: #555454;
	text-decoration: none;
	background: url("images/arrow_3.png") no-repeat scroll 0 0 transparent;
}

.img_floatleft {
	float: left;
	padding: 0 25px 10px 0;
}

#main-box p.short-desc {
	margin-bottom: 20px;
}

#main-box .product a.button_floatright {
	float: left;
	display: block;
	height: 12px;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 36px 10px 0;
	color: #555454;
	text-decoration: none;
	background: url(images/preisliste.png) no-repeat right 0;
}

#main-box .product a.button_floatright:hover {
	background: url(images/preisliste.png) no-repeat right -32px;
}

.loesung {
	width: 100%;
	padding: 10px;
	background: #EEEDED;
}

#main-box .myinner12 {
	margin-bottom: 20px;
}

#main-box a {
	color: #555454;
	text-decoration: none;
}

#main-box a:hover {
	text-decoration: underline;
}

#main-box table.product {
	margin: 20px 0;
}

#main-box .data-table-inner td.price {
	border-bottom: 0 none;
}

#main-box .data-table-inner td.price p strong {
	color: #F90;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#main-box .data-table {
	width: 100%;
}

#main-box .data-table td {
	padding: 0;
	border: 0 none;
}

#main-box .data-table td.image {
	padding: 0 55px 0 0;
	border: 0 none;
}

#main-box .data-table-inner {
	padding: 10px;
	border: 1px solid #C0D7E5;
	background: none repeat scroll 0 0 #ECF6F8;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	behavior: url(border-radius.htc);
}

#main-box .data-table-inner td {
	padding: 10px 10px 10px 0;
	vertical-align: top;
	border-bottom: 1px dotted #248bbb;
}

#main-box .data-table-inner td.middle {
	padding-left: 120px;
	border-bottom: 0 none;
}

#main-box .data-table-inner {
	width: 100%;
}

#main-box .data-table-inner .modules_count {
	float: left;
	margin: 0;
	width: 190px;
}

#main-box .data-table-inner .modules_count a {
	color: #000;
	border-bottom: 1px dotted #000;
	text-decoration: none;
}

#main-box .data-table-inner .modules_count a:hover {
	border-bottom: 1px solid #000;
}

#main-box .data-table-inner td.names {
	width: 110px;
}

#main-box td.info {
	width: 270px;
	padding: 10px 20px 10px 45px;
	border: 1px solid #C0D7E5;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	behavior: url(border-radius.htc);
	background: #ECF6F8 url(images/info1.png) no-repeat 5px 5px;
}

.spacer {
	clear: both;
	height: 10px;
}

#main-box .catalog-section,
#main-full .download,
#main-box .others {
	padding: 10px 20px;
	border: 1px solid #C0D7E5;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	behavior: url(border-radius.htc);
	background: #ECF6F8;
	margin-bottom: 10px;
}

#main-box .catalog-section table.borders td a,
#main-box table td.center a.buy {
	color: #555454;
	font-weight: bold;
}

#main-box .catalog-section table.borders td a.button {
	display: block;
	font-weight: bold;
	height: 12px;
	padding: 9px 36px 9px 0;
	text-decoration: none;
	color: #555454;
	background: url(images/warenkorb.png) no-repeat right 0;
}

#main-box .catalog-section table.borders td a.button:hover {
	background: url(images/warenkorb.png) no-repeat right -32px;
	text-decoration: none;
}

#main-box a.buy {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	height: 12px;
	color: #555454;
	padding: 9px 0 9px 36px;
	text-decoration: none;
	background: url(images/warenkorb.png) no-repeat 0 0;
}

#main-box a.buy:hover {
	background: url(images/warenkorb.png) no-repeat 0 -32px;
}

#main-box a.decoration {
	color: #555454;
	border-bottom: 1px dotted #555454;
	text-decoration: none;
}

#main-box a.decoration:hover {
	border-bottom: 1px solid #555454;
}

#main-box .info a.decoration {
	color: #248bbb;
	border-bottom: 1px dotted #248bbb;
	text-decoration: none;
}

#main-box .info a.decoration:hover {
	border-bottom: 1px solid #248bbb;
}

.catalog-section table td,
table.borders td {
	text-align: left;
	padding: 10px 10px 10px 0;
	border-bottom: 1px dotted #248bbb;
	line-height: 16px;
}

.catalog-section table td strong,
table.borders td strong {
	color: #248bbb;
}

.catalog-section table td span.catalog-price {
	font-weight: bold;
	color: 248bbb;
}

.catalog-element {
	margin-top: 30px;
}

.catalog-element table {
	width: 500px !important;
}

.catalog-element a {
	color: #248bbb;
}

.catalog-element a:hover {
	text-decoration: none;
}

#main-box .catalog-element .catalog-price {
	color: #EB821B;
	font-size: 16px;
	font-weight: bold;
}

/*#content h4 {
	padding-top: 5px;
	color: #248bbb;
}*/

/* READ MORE */
#main .spalte img {
	float: left;
}

#main .spalte .text {
	float: right;
	width: 170px;
}

#main .spalte .text h4 {
	font-size: 12px;
}

#main .spalte a.readmore,
#main .spalte-last a.readmore {
	position: absolute;
	display: block;
	width: 27px;
	height: 19px;
	padding: 140px 0 0 255px;
	color: #5BAFCE;
}

#main .spalte a.readmore span,
#main .spalte-last a.readmore span { display: block; width: 27px; height: 19px; background: url(images/arrow_1.png) no-repeat 0 -19px; cursor: pointer; }
#main .spalte a.readmore:hover span,
#main .spalte-last a.readmore:hover span {
	background: url(images/arrow_1.png) no-repeat 0 0;
}

/* LEISTUNGEN */
.spalte-dienst { margin-right: 15px; }
.spalte-dienst,
.spalte-dienst-last {
	float: left;
	width: 127px;
	height: 120px;
	padding: 10px;
	background: url(images/bg_dienst_start.png) no-repeat;
}

#main .spalte-dienst a.more,
#main .spalte-dienst-last a.more {
	position: absolute;
	display: block;
	width: 26px;
	height: 19px;
	padding: 101px 0 0 101px;
}

#main .spalte-dienst a.more span,
#main .spalte-dienst-last a.more span {
	display: block;
	width: 26px;
	height: 19px;
	background: url(images/arrow_2.png) no-repeat 0 0;
}

#main .spalte-dienst a.more:hover span,
#main .spalte-dienst-last a.more:hover span {
	display: block;
	width: 26px;
	height: 19px;
	background: url(images/arrow_2.png) no-repeat 0 -19px;
}

.spalte-dienst h4,
.spalte-dienst-last h4 {
	margin: 0;
	text-transform: uppercase;
	text-align: center;
	color: #555454;
	font-size: 10px;
}

.spalte-dienst img,
.spalte-dienst-last img { margin-top: 10px; }

#main-box h3 {
	font-size: 12px;
	color: #248bbb;
}

#main-box p {
	font-size: 12px;
	line-height: 150%;
}

#main-box p a {
	color: #248bbb;
}

#main-box p a img {
	border: 0 none;
}

#main-box p a:hover {
	color: #555454;
}

#main-box ul {
	padding: 0 0 0 10px;
}

#main-box ul li {
	font-size: 12px;
	line-height: 150%;
	padding-left: 15px;
	list-style: none;
	background: url(images/li_style_01.png) no-repeat 0 6px;
}

#main-box .module ul,
#main-box .module h3,
#main-box .module p {
	margin-left: 175px;
	padding-left: 0;
}
#main-box .module table ul,
#main-box .module li ul {
	margin-left: 15px;
	padding-left: 0;
}

#main-box ul li a,
#main-box .module ul li a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #555454;
}

#main-box ul li a:hover,
#main-box .module ul li a:hover {
	border-bottom: 1px solid #555454;
	text-decoration: none;
}

#main-box div.modules div.module,
#main-box div.templates div.module {
	float: left;
	position: relative;
	display: inline;
	width: 210px;
	height: 215px;
	overflow: hidden;
	margin: 0 10px 10px 0;
	padding: 8px;
	border: 1px solid #C0D7E5;
	background: #ECF6F8;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	behavior: url(border-radius.htc);
}

#main-box div.modules div.module img.img_floatleft {
	margin-top: 10px;
}

#main-box div.modules div.module .preview_text {
}

#main-box div.modules div.module h3,
#main-box div.modules div.module p,
#main-box div.modules div.module .preview_text ul {
	margin-left: 0;
}

#main-box div.modules div.module a img {
	float: left;
	margin-right: 10px;
}

#main-box div.modules div.module p,
#main-box div.modules div.module a {
	text-align: left;
}

/********/
/* TABS */
/********/

#tabs ul.tabs {
	padding: inherit;
}

#tabs ul.tabs li {
	font-size: inherit;
	line-height: inherit;
	padding-left: inherit;
	list-style: none;
	background: inherit;
}

#tabs ul.tabs li a {
	color: inherit;
	font-weight: inherit;
	text-decoration: inherit;
	border-bottom: inherit;
}

#tabs ul.tabs li a:hover {
	border-bottom: inherit;
}

#tabs .ui-tabs-nav {
	margin: 0;
	padding: 0;
	height: 31px;
	border-bottom: 1px solid #C0D7E5;
}

#tabs .ui-tabs-nav li {
	border: 1px solid #C0D7E5 !important;
	border-bottom: 0 none !important;
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-khtml-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	behavior: url(border-radius.htc);
}

#tabs .ui-tabs-nav li.ui-state-active {
	height: 30px;
	border-bottom: 1px solid #fcfefd;
	background: #fcfefd;
}

/* PRODUKTE */
.top-gradient { background: url(images/bg_prod_gradient.png) no-repeat 0 0; }

.spalte-produkt { margin-right: 5px; }

.spalte-produkt,
.spalte-produkt-last {
	float: left;
	width: 215px;
	height: 290px;
	padding: 10px;
	background: url(images/bg_produkt.png) no-repeat center bottom;
	position: relative;
}

.spalte-produkt h5 .catalog-price,
.spalte-produkt-last h5 .catalog-price {
	position: absolute;
	margin-top: 5px;
	margin-left: 145px;
	font-size: 24px;
	color: #eb821b;
}

.spalte-produkt h4,
.spalte-produkt-last h4 {
	margin: 5px 0 0 0;
	color: #eb821b;
	padding-bottom: 5px;
	border-bottom: 1px solid #5BAFCE;
}

#main-box .spalte-produkt p,
#main-box .spalte-produkt-last p {
	font-size: 12px;
	line-height: 130%;
	margin: 10px 0;
	height: 80px;
	overflow: hidden;
}

#main-box .spalte-produkt a.readmore,
#main-box .spalte-produkt-last a.readmore {
	display: block;
	height: 19px;
	color: #5bafce;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 32px 0 0;
	background: url(images/arrow_1.png) no-repeat right -19px;
	position: absolute;
	left: 90px;
	bottom: 9px;
	line-height: 19px;
}

#main-box .spalte-produkt a.readmore:hover,
#main-box .spalte-produkt-last a.readmore:hover {
	color: #555454;
	background: url(images/arrow_1.png) no-repeat right 0;
}

/************/
/* SIDEBAR  */
/************/
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar a {
	font-size: 12px;
	text-decoration: none;
}

#vertical-multilevel-menu li {
	width: 196px;
	line-height: 150%;
	margin: 0 0 1px 0;
	/*border-bottom: 1px solid #91c5dd;*/
}

#vertical-multilevel-menu li a {
	display: block;
	color: #555454;
	padding: 1px 10px 0 10px;
	background: url(images/arrow.png) no-repeat 95% 6px;
	border-bottom: 1px solid #91c5dd;
}

#vertical-multilevel-menu li:hover,
#vertical-multilevel-menu .root-item-selected,
#vertical-multilevel-menu .root-item-selected:hover {
	/*border-bottom: 1px solid #555454;*/
}

#vertical-multilevel-menu .root-item ul li,
#vertical-multilevel-menu .root-item-selected ul li {
	margin: 1px 0 0 0;
}

#vertical-multilevel-menu .root-item ul li a,
#vertical-multilevel-menu .root-item-selected ul li a {
	width: 156px;
	padding: 1px 10px 0 30px;
	color: #555454;
	background: url(images/arrow.png) no-repeat 10px 6px;
	/*border-bottom: 1px solid #91c5dd;*/
	border-bottom: 0 none;
}

#vertical-multilevel-menu .root-item-selected a,
#vertical-multilevel-menu .root-item-selected a:hover,
#vertical-multilevel-menu li a:hover {
	color: #FFF;
	background: #555454 url(images/arrowa.png) no-repeat 95% 6px;
	border-bottom: 1px solid #555454;
}

#vertical-multilevel-menu .root-item-selected a {
	background: #555454 url(images/arrowo.png) no-repeat 95% 6px;
}

#vertical-multilevel-menu .root-item-selected ul {
	margin-top: 1px;
	border-bottom: 1px solid #91c5dd;
}

#vertical-multilevel-menu li ul li.item-selected a,
#vertical-multilevel-menu .root-item ul li a:hover,
#vertical-multilevel-menu .root-item-selected ul li a:hover {
	color: #FFF;
	background: #248bbb url(images/arrowa.png) no-repeat 10px 6px;
	/*border-bottom: 1px solid #248bbb;*/
	border-bottom: 0 none;
}

#vertical-multilevel-menu li ul li.item-selected,
#vertical-multilevel-menu .root-item ul li,
#vertical-multilevel-menu .root-item-selected ul li {
	/*border-bottom: 1px solid #91c5dd;*/
}

/****************/
/* BREADCRUMBS  */
/****************/
.breadcrumbs {
    float: left;
    margin-left: 15px;
	padding-top: 2px;
    /*width: 65%;*/
}

.breadcrumbs ul li {
    color: #555454;
    float: left;
    padding: 0 4px 0 2px;
}

.breadcrumbs ul li.crumb {
    background: url(images/crumb.gif) no-repeat 0 3px;
}

.breadcrumbs ul li.last {
    background: none repeat scroll 0 0 transparent;
    font-weight: bold;
}

.breadcrumbs ul li.last a {
    font-weight: bold;
	text-decoration: none;
}

.breadcrumbs ul li a {
    color: #555454;
	text-decoration: none;
}

.breadcrumbs ul li a:hover {
    text-decoration: underline;
}

.breadcrumbs ul li.last a:hover {
    cursor: default;
    text-decoration: none;
}
	
/***********/
/* FOOTER  */
/***********/
#footer hr { border: 0; margin: 0; height: 1px; background-color: #E3F1F2; }
#footer h3 {
	font-size: 90%;
	text-transform: uppercase;
}

#footer ul, #qr-code {
	float: left;
	width: 230px;
	list-style: none;
	margin: 20px 5px;
	padding: 0;
}
#qr-code strong{
	padding-left:5px;
}
#qr-code a {
	text-decoration: none;
}

#footer ul li {
	font-size: 12px;
	line-height: 130%;
}

#footer ul li a {
	color: #555454;
	text-decoration: none;
}

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

#kontakt ul li {
	font-size: 12px;
}

#footer .copyright {
	float: left;
	height: 15px;
	font-size: 11px;
	color: #555454;
/*	margin-top: 15px;/**/
	padding: 35px 0 0 245px;
}

#footer .to-top {
	float: right;
	margin-top: 23px;
}
#content .to-top {
    clear: both;
    float: right;
    margin-right: 10px;
/*    margin-top: -27px;/**/
}
.to-top a {
	display: block;
	padding: 14px 23px 0 0;
	height: 13px;
	width: 100px;
	font-size: 12px;
	font-weight: bold;
	color: #5bafce;
	text-align: right;
	text-decoration: none;
	background: url(images/arrow_up.gif) no-repeat right 0;
}

.to-top a:hover {
	color: #555454;
	background: url(images/arrow_up.gif) no-repeat right -27px;
}

/* PAGINATION */
.nav-pages a { color: #248bbb; }

.nav-pages .nav-current-page {
	background: #248bbb;
}

/*********/
/* ICONS */
/*********/
.file {
	display: block;
	width: 32px;
	height: 32px;
/*	background: url(images/file.png) no-repeat;/**/
}
.ext-exe {
	background: url(images/exe.png) no-repeat;
}
.ext-pdf {
	background: url(images/pdf.png) no-repeat;
}
.ext-php {
	background: url(images/php.png) no-repeat;
}
.ext-tar-gz {
	background: url(images/tar.png) no-repeat;
}
.ext-ppt {
	background: url(images/ppt.png) no-repeat;
}
.down {
	display: block;
	height: 16px;
	padding: 0 0 0 19px;
	background: url(images/download.png) no-repeat 0 0;
}


/*********/
/* FORMS */
/*********/
#main-box .contact-left {
	float: left;
/*	width: 300px;/**/
	margin-right: 20px;
}

#main-box .form_contact {
	float: left;
	margin-top: -20px;
}

#main-box form input[type="submit"],
#main-box input[type="reset"],
#main-box input[name="save"] {
/*	float: left;
	display: block;/**/
	border: 0 none;
	cursor: pointer;
	height: 24px;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 80%;
	margin-right: 10px;
	background: #6AA4CA;
/*	border: 1px solid #6AA4CA;/**/
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 1px 5px 2px;
}
#main-box form input[type="submit"]:hover,
#main-box input[type="reset"]:hover {
	color: #555454;
}

#main-box form input[value="Senden"] {
	padding: 1px 35px 2px 10px;
	background: url(images/send_button.gif) no-repeat 0 0;
	width: 96px;
}

#main-box form input[name="Login"] {
	padding: 1px 0 2px;
	text-align: center;
	background: url(images/login.gif) no-repeat 0 0;
	width: 128px;
}

#main-box input[type="reset"],
#main-box form input[name="del_filter"] {
	padding: 1px 35px 2px 5px;
	background: url(images/reset.gif) no-repeat 0 0;
	width: 128px;
}

#main-box form input[name="save"] {
	padding: 1px 35px 2px 5px;
	background: url(images/save.gif) no-repeat 0 0;
	width: 105px;
}

#main-box form input,
#main-box form .inputtextarea,
#main-box .profile-block-shown .profile-table input { margin-bottom: 5px; }

#main-box .inputtext, #main-box input[type="text"],
#main-box .inputtextarea,
#main-box .profile-block-shown .profile-table input {
	border: 1px solid #248bbb;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#main-box form {
	font-size: 12px;
}

/********/
/* BLOG */
/********/
.body-blog a:link, 
.body-blog a:visited, 
.body-blog a:active, 
.blog-navigation-box li a {
	color: #248bbb !important;
}
.body-blog a:hover, 
.blog-navigation-box li a:hover {
	color: #555454 !important;
}

/************/
/* CALENDER */
/************/
#main-full .blog-sidebar ul {
	border: 1px solid #C0D7E5;
	background: #ECF6F8;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	behavior: url(border-radius.htc);
	margin-bottom: 10px;
}
#main-full .blog-sidebar ul ul {
	border: 0 none;
	background: none;
}
#main-full .blog-post-title a {
	color: #555454 !important;
}
#main-full .blog-post-title a:hover {
	text-decoration: underline !important;
}
#main-full .blog-sidebar-title a {
	color: #000 !important;
}
.blog-sidebar h3 {
	border-bottom: 1px solid #C0D7E5 !important;
}

#main-box .sale_personal_order_detail td {
    border: 1px solid #ADC3D5;
    padding: 3px 5px;
}

/* Easy Slider */
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
}
#slider li{
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:737px;
	height:170px;
	overflow:hidden; 
	}	
#prevBtn, #nextBtn{
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:-30px;
	top:71px;
	z-index:1000;
	}	
#nextBtn{
	left:696px;
}														
#prevBtn a, #nextBtn a{
	display:block;
	position:relative;
	width:30px;
	height:77px;
	background:url(images/btn_prev.gif) no-repeat 0 0;	
}	
#nextBtn a{
	background:url(images/btn_next.gif) no-repeat 0 0;
}

#site-langs
{
	width:auto;
	overflow:hidden;
	float:right;
	height:32px;
	background:none;
	padding:0 10px;
}

#site-langs a
{
	float: left;
	width:27px;
	height:17px;
	margin:5px 1px 0 1px;
}

#site-langs a span
{
	display: none;
}

#site-langs a.selected
{
	border:1px solid #FFFFFF;
	margin:4px 0 0 0;
}

#lang-ru {background:url(images/flags/ru.gif) no-repeat;}
#lang-de {background:url(images/flags/de.gif) no-repeat;}
#lang-en {background:url(images/flags/en.gif) no-repeat;}

#content-top.banner {
	float:left; 
	min-height:170px;
	width:737px; 
	margin:0;
}



#hs_up_but{
	display:block;
	position:absolute;
	top:74px;
	left:730px;
	border:none;
	z-index:5;
}
#hs_down_but{
	display:none;
	position:absolute;
	top:74px;
	left:730px;
	border:none;
	z-index:5;
}
a img{
	border:none;
}
#slider-wrapper {
	width:890px;
    height:296px;
    margin:5px auto;
	position:relative;
}
.bgLine {
	display:block;
	background:url(images/img/slider_bg.gif) no-repeat;
	position:absolute;
	top:0px;
	left:559px;
}
.bgCube {
	display:block;
	background:url(images/img/cube_mr.png) no-repeat;
	position:absolute;
	top:116px;
	left:559px;
}
.bgText {
	display:block;
	background:rgb(0,0,0);
	opacity:0.35;
	-moz-opacity:0.35;
	filter:alpha(opacity=35);
	width:558px;
	height:53px;
	position:absolute;
	top:243px;
	left:0px;
}
.text_slider {
	display:block;
	width:548px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:white;
	padding-left:10px;
	position:absolute;
	top:244px;
	left:0px;
}
.textSlide{
	display:block;
	width:235px;
	position:absolute;
	left:610px;
	top:20px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:white;
	text-decoration:none;
	z-index:4;
}
.nivoSlider img {
	position:absolute;
	top:-21px;
	left:-617px;
}
.nivo-slice {
	display:block;
	position:absolute;
	height:100%;
}
.nivo-directionNav a {
	display:block;
	width:37px;
	height:296px;
	background:url(images/img/slider_left_button.gif) no-repeat;
	text-indent:-10000px;
	position:absolute;
	z-index:2;
}
a.nivo-nextNav {
	display:block;
	width:37px;
	height:296px;
	background:url(images/img/slider_right_button.gif) no-repeat;
	position:absolute;
	right:-36px;
}
a.nivo-nextNav:hover{
	right:-37px;
}
a.nivo-prevNav {
	left:-36px;
}
a.nivo-prevNav:hover{
	left: -37px;
}
.icon_table{
	border-spacing:15px;
}