/* ---------------- page ---------------- */
body {
	margin: 0px;
	color: #333;
	background: #E7E7E7 url(../images/bg_gradient.png) repeat-x;
	font: normal 8.7pt "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
}

a {text-decoration: none;}
a:hover {text-decoration: underline;}


#sideline {
	position: absolute;
	top: 0;
	left: 0;
}

img {border: 0;}

#page {
	margin: 0 auto;
	width: 980px;
	background-color: #FFF;
	height: 100%;
	position: relative;
}

#header, #main {
	margin: 0 auto;
	width: 880px;
	clear: both;
	position: relative;
}
#logo {
	float: left;
	padding: 36px 0 0 0;
}

hr {
	border: 0;
	background-color: #CCC;
	height: 1px;
}
/* ---------------- navigation ---------------- */
#metanavigation table {
	text-align: right;
	float: right;
	padding: 10px 0;
}
#navigation, #footer {
	clear: both;
	margin: 0 auto;
	width: 900px;
}

#navigation { height: 65px; }
#mainnavigation { padding: 5px 0 0 228px; }

.subnavigation { 
	padding: 5px 10px;
	display: none; 
	z-index: 10000; 
	position: absolute;
	top: 95px;
	/* -moz-box-shadow: 0px 4px 8px #000; */
}

.subnavigation ul, .subnavigation ul li {
	margin: 0;
	padding: 0;
}

.subnavigation ul li {
	list-style: none;
	float: left;
	display: inline;
}

.subnavigation ul li a {
	padding: 4px 5px 4px;
	display: block;
}

#subnav-services { left: 256px; }
#subnav-company { left: 475px;}

#mainnavigation {
	clear: both;
	height: 28px;
	background: url(../images/line_faded_900.png) no-repeat center bottom;
}
#mainnavigationline {
	padding-left: 232px;
	clear: both;
}


#mainnavigation ul, #mainnavigation ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#mainnavigation ul li {
	float: left;
	display: inline;
}


#submainnavigation {
	text-align: right;
	padding: 6px 10px 0 0;
}
#metanavigation {
	color: #666;
	font-size: 0.95em;
}

#mainnavigation a {
	color: #666;
	text-decoration: none;
	font-size: 1.4em;
	font-weight: normal;
}

#mainnavigation a.active, #mainnavigation a:hover { color: #000; }
.subnavigation, #submainnavigation { font-size: 1.15em; }
.subnavigation, .subnavigation a, #submainnavigation, #submainnavigation a { color: #666; }
#submainnavigation a { padding-left: 10px; }
.subnavigation a, #submainnavigation a {
	text-decoration: none;
	font-weight: normal;
}
.subnavigation a.active, .subnavigation a:hover, #submainnavigation a.active, #submainnavigation a:hover { color: #000000; }

/* ---------------- sidebar ---------------- */
#sidebar {
	position: absolute;
	width: 190px;
	margin: 0;
	padding: 0;
}


#sidebar ul {
	padding: 5px 0;
	font-size: 1.15em;
	margin: 0;
	width: 160px;
}

#sidebar ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#sidebar ul li a {
	color: #666;
	display: block;
	width: 160px;
	padding: 5px 0;
	text-decoration: none;
}

#sidebar ul li a.active { font-weight: normal; }
#sidebar ul li a.active, #sidebar ul li a:hover { color: #000; }

#sidebar ul ul {
	padding: 0;
	font-size: 0.9em;
	margin: 0;
	border: 0;
	width: 160px;
}

#sidebar ul li a.subentry {
	font-size: 0.9em;
}

#sidebar ul li ul li {
	padding: 0;
	margin: 0;
}

#sidebar ul li ul li:last-child { padding-bottom: 10px; }
.productnavigation ul li, .submetanavigation ul li { border-bottom: 1px solid #CCC; }
.productnavigation ul li ul li { border: 0; }
.productnavigation ul li:last-child , .submetanavigation ul li:last-child { border-bottom: 0; }

.productnavigation ul li a {
	font-weight: normal;
	margin-left: 0;
}

.submetanavigation {
	padding-top: 100px;
	width: 100px;
	font-size: 0.8em;
}

.submetanavigation ul li {
	background-repeat: no-repeat;
	background-position: 0 6px;
}



.submetanavigation ul li.print { background-image: url(../images/icon_print.png); }
.submetanavigation ul li.livechat { background-image: url(../images/icon_livechat.png);}
.submetanavigation ul li.sendtofriend { background-image: url(../images/icon_sendtofriend.png); }
.submetanavigation ul li.quicksearch { background-image: url(../images/icon_quicksearch.png); }
.submetanavigation ul li.shoppingcart { background-image: url(../images/icon_shoppingcart.png); }

.submetanavigation ul li a {
	font-weight: normal;
	margin-left: 18px;
}

/* ---------------- content ---------------- */
#content {
	margin-left: 198px;
	margin-right: 0;
}

div#content { 
	min-height:400px;
	height:expression(this.scrollHeight > 400 ? "auto":"400px"); 
}

#icon {
	float: left;
	width: 20px;
	height: 20px;
	padding: 5px 5px 0 0;
}

/* ---------------- footer ---------------- */
#footer {
	margin: 30px auto 0 auto;
	font-size: 0.95em;
	line-height: 150%;
	color: #666;
	position: relative;
	height: 400px;
}
#footercontent { position: absolute; padding: 10px 0 50px 0; left: 232px; }
#footerfront { padding: 10px 0 150px 15px; }

#footer a {
	color: #666;
	text-decoration: none;
}


#footer a:hover { color: #000; }
#footersidebar {
	position: absolute;
	top: 0;
	left: 0;
	width: 180px;
	padding: 10px 0 0 10px;
}

#footer ul, #footer ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

/* ---------------- typo ---------------- */

a, .grid a.intlink, a:hover { font-size: 1em; color: #1E69B9; }

h1 {
	margin: 0;
	font-weight: bold;
	letter-spacing: -0.5pt;
	padding: 0;
	
}
#headh1, #navh1 {
	height: 60px;
}

h2 {
	margin: 0;
	font-weight: bold;
	font-size: 1.4em;
	letter-spacing: -0.3pt;
	clear: right;
}

h2.content, h2.text {
	margin-top: 10px;
	padding-left: 24px;
	background: url(../images/arrow_netstream.png) no-repeat;
}
h2.content { background-position: top left; }
h2.text { background-position: top left; }

#header .header, #content .header { color: #1E69B9; padding-left: 24px;}
#content .headerline { margin-left: 24px; }
.headerline {
	background-color: #1E69B9;
	height: 1px;
}

.textblock {
	margin: 5px 0px 10px 24px;
	clear: both;
}

.textblock p img { padding-right: 10px; }
.slideshowblock {
	margin: 0px 0px 0px 26px;
}
.col1, .col2 { padding-top: 6px; }

.col2 {
	float: right;
	clear: right;
	width: 48%;
	display: block;
}
.col1 {
	float: left;
	display: block;
	clear: none;
	width: 48%;
	padding-right: 15px;
}

.pg img {margin: 0 10px -2px 0;}

.orderbox {
	background: url(../images/icon_orderarrow.png) no-repeat 4px 4px;
	border-right: 2px solid #000;
	font-size: 1.3em;
	vertical-align: middle;
	padding: 4px 10px 4px 60px;
	margin: 0 0 15px 0;
	color: #000000;
	font-weight: bold;
	cursor: pointer;
}
.orderbox:hover { background-color: #EEE; }

/* ------------ tables --------- */
/* table 1 */
.tbl {margin: 0 0 10px 0;}
.tbl table {width: 100%;}
.tbl table thead th {
	font-size: 1.1em;
	color: #1E69B9;
	text-align: left;
	vertical-align: bottom;
	padding: 4px 0;
	
}

.tbl table thead th div {
	border-right: 1px solid #1E69B9;
	padding: 10px 4px 2px 4px;
}

tbody tr.even, tr.even, .tbl tbody tr {background-color: #EEE;}
tr.odd, tbody tr.odd {background-color: #F9F9F9;}

.tbl table tbody th.active {
	background-color: #1E69B9;
	color: #FFF;
}

.tbl table tbody td.active {background-color: #BBD2EA;}

.tbl table tbody th {
	vertical-align: top;
	font-weight: bold;
	text-align: left;
	padding: 4px;
	border-right: 2px solid rgb(255,255,255);
}
.tbl table tbody td {
	vertical-align: top;
	padding: 4px;
	border-right: 1px solid rgb(255,255,255);
}
.tbl table tbody td div { vertical-align: top; }
.tblheader {
	padding: 6px 22px;
	margin-top: 5px;
	border: 1px solid #CCC;
	font-size: 1.1em;
	background: #FFF url(../images/tblheader.png) no-repeat 5px 5px;
	cursor: pointer;
	color: #444;
	text-align: left;
}
.tblheader-show {
	padding: 6px 22px;
	text-align: left;
	background: #FFF url(../images/tblheader-show.png) no-repeat 5px 5px;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #FFF;
	color: #000000;
	cursor: pointer;
}
.detailstbl, .detailstbl-show {
	padding: 8px;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
.tblheader:hover {
	color: #000;
	background: #EEE url(../images/tblheader-show.png) no-repeat 5px 5px;
}


.tbl .tblbutton {
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	font-weight: bold;
	cursor: pointer;
	padding: 5px 8px 5px 8px;
	background-color: #CCC;
	color: #000000;
}

p {	margin: 0 0 5px 0; }
.pg { margin-bottom: 15px; }
p, td, .pg ul { line-height: 1.4em; }


.pg ul li {
padding-bottom: 8px;
}

p.legende {
	padding-top: 10px;
	color: #666;
	font-size: 0.9em;
}
h3, .ptitle, .preistitel {
	font-size: 1.3em;
	padding: 0 0 4px 0;	
	font-weight: normal;
	line-height: 1.15em;
	margin: 0;
	color: #444;
}

h4 {
	font-size: 1.2em;
	padding: 0 0 6px 0;	
	margin: 0px;
	font-weight: normal;
	line-height: 1.15em;
	margin: 0;
	color: #333;
}

a .ptitle, .ptitle a, h3 a { color: #000; }
.preistitel { font-weight: bold; }
.date { color: #666;}

.searchscore {
	font-size: 0.7em;
	color: #999;
}
/* featuresblock, .formblock, addtocartblock */

.featuresblock, .formblock, .addtocartblock {
	clear: both;
	margin: 10px 0 15px 24px;
	padding: 10px 0;
}

.addtocartblock { width: 310px; }

.featuresbox {
	float: right;
	padding: 5px 0;
	width: 255px;
	margin: 10px 0 15px 0;
}

.featuresbox tr { vertical-align: top; }
.featuresbox td { padding: 2px 5px 2px 0; }

.featuresblock-header, .addtocartblock-header {
	background: #EEE url(../images/featuresblock_header.png) no-repeat;
	height: 15px;
}
.featuresblock-content, .formblock-content, .addtocartblock-content {
	background-color: #EEE;
	padding: 0 10px;
}
.featuresblock-footer, .addtocartblock-footer {
	background: #EEE url(../images/featuresblock_footer.png) no-repeat bottom right;
	height: 15px;
}

.formblock-header, .formblock-footer {
	padding: 10px 0;
	background: #eee;
}

.formblock-header {
	padding: 10px 0 0 0;
	background: #eee;
}
.formblock-footer {
	padding: 0 0 10px 0;
	background: #eee;
}

.featuresblock-content img { margin: 0 8px 10px 0; }

.featuresblock-item {
	color: #444;
	padding: 0 6px 10px 6px;
}

.featuresblock table tbody tr { vertical-align: top; }

/* formblock */

form {
	padding: 0;
	margin: 0;
}
input.text {
	border: 1px solid #DDD;
	padding: 2px;
	font-size: 1em;
}

.qstext:hover { border: 1px solid #BBB; }
input.btn {	padding: 0; }

.form label {
	display: block;
	width: 200px;
	float: left;
}

.form .header {
	font-size: 1.2em;
	padding: 20px 0 10px 0;
}

.formtext { padding: 3px; }

.formtext, .formtextarea, .formselect {
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	font-size: 1.1em;
}
.ccheckblock .formimage {
	margin-top: 12px;
	margin-left: 2px;
}


.form select, .form .formtext, .form .formtextarea {
	width: 65%;
	margin-bottom: 3px;
}

input[type='submit'] {
	background-color: #999;
	border: 1px;
	border-style: solid;
	border-color: #999 #555 #555 #999;
	padding: 3px;
	-moz-border-radius: 1px;
	color: #FFF;
	font-weight: bold;
	font-size: 1em;
	cursor: pointer;
}

input[type='submit']:hover {
	background-color: #888;
	border-color: #888 #222 #222 #888;
}

/* product table */

.producttable {
	margin: 0 0 15px 24px;
	background: #333 url(../images/bg_producttable.png) repeat-x;
	color: #CCC;
}

.producttable table {
	width: 100%;
}

.producttable a { color: #FFF; }

.producttable .title {
	color: #FFF;
	font-size: 1.5em;
	font-weight: bold;
	padding: 5px 0;
}
.producttable table tr { vertical-align: top; }
.producttable table tr td {
	padding: 5px 8px;
	border-bottom: 1px solid #555;
}


.producttable .betterhover {
	background-image: url(../images/bg_producttablehover.png);
	color: #FFF;
}

.producttable .button {
	background: url(../images/bg_button_left.png) no-repeat center left;
	cursor: pointer;
	padding: 0 0 0 14px;
}

.producttable .button div {
	background: url(../images/bg_button_right.png) no-repeat center right;
	font-weight: bold;
	cursor: pointer;
	padding: 5px 8px 6px 0;
	vertical-align: middle;
	color: #fff;
}

/* adbox */
.adbox {
	border: 1px solid #AAA;
	text-align: center;
}
.adboxheader {
	background-color: #EEE;
	padding: 4px;
	text-align: left;
	color: #999;
	font-size: 0.95em;
}
.adboxcontent {
	height: 150px;
}

#content ul, #content ul ul {
	margin: 0;
	padding: 0 14px;
}

#content ul ul a { font-weight: normal; }
#content  ul li { list-style-image: url(../images/icon_list.png); }

.sitemap ul li a {
	height: 14px;
	display: block;
}

/* teaserblock */

.teaserblock {
	padding-bottom: 0;
	margin-bottom: 0;
	margin-left: 24px;
	clear:right;
}
.detailsblock {
	clear: right;
	padding: 10px 0 10px 24px;
}

/* newsbox */

.newsbox {
	padding: 10px 0;
	width: 624px;
}

.newsitem {
	float: left;
	width: 47%;
	padding: 5px 7px 5px 5px;
}

.newsitemimg {
	margin: 0;
	 padding: 10px 10px 30px 0;
	 float: left;
}

/* date */

.featuresbox-item { padding: 3px 0; }

/* orderblock */

.orderblock {
	position: absolute;
	width: 150px;
	right: 0px;
	margin-left: auto;
	margin-right: 30px;
	background-color: #1e69b9;
	padding: 35px 10px 20px 10px;
	color: #FFF;
	background: #1e69b9 url(../images/arrowdown_black.png) no-repeat 10px 10px;
	cursor: pointer;
}
.orderblock:hover { background-color: #333; }
.orderblock .title {
	font-size: 1.3em;
	padding-bottom: 5px;
	font-weight: bold;
}

/* downloads */

.dlitem { border-bottom: 1px solid #FFF; }
.dlicon { padding: 5px 10px; }
.dlfile {
	padding-top: 5px;
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 1em;
}

.dlfile a {	font-weight: bold; }

/* groups */

#groups table tr td { padding-right: 10px; }
#groups table tr td:last-child { padding-right: 10px; }
#groups .ptitle, #groups p { padding-left: 18px;}

/* links */

.link { padding-bottom: 3px; }

hr {
	margin: 3px 0;
}
a.intlink, a.extlink, a.detailslink, a.backlink, a.rsslink {
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 12px;
	background-color: transparent;
}

a.intlink { background-image: url(../images/icon_intlink.png); }
a.backlink { background-image: url(../images/icon_backlink.png);}
a.extlink { background-image: url(../images/icon_intlink.png); }
a.detailslink { background-image: url(../images/icon_details.png);}
a.rsslink { background-image: url(../images/feed_small.gif); font-weight: normal; font-size: 1em;}


/* shop */

.preis { color: #666666; }
.shop-tbl-productlist tbody tr { vertical-align: top; }

.shop-tbl-productlist tbody tr td {
	padding: 10px 15px 20px 0;
	border-bottom: 1px solid #CCC;
}

.shop-tbl-productlist tbody tr td:last-child { padding-right: 0; }

.shop-tbl-productlist .previewimg {
	height: 100px;
	padding: 0 0 5px 0;
	margin: 0;
	vertical-align: bottom;
}

.shop-metanav {	padding-left: 18px;}

/* grid */

.grid, .grid a {
	color: #444;
	font-size: 1em;
}

.grid table tbody tr {	vertical-align: top;}
.grid table tbody tr td {
	padding: 8px;
	border: 1px solid #CCC;
}

.grid table tbody tr {	vertical-align: top;}
.grid img { padding-top: 5px;}
.grid .txt { padding-top: 4px;}
.uc-opt-tbl table tbody tr { background-color: #EEE;}
.uc-opt-tbl table thead th { text-align: left; }
.uc-opt-tbl table tbody tr td, .uc-opt-tbl table thead th {
	padding: 3px;
	border: 0;
}

.uc-opt-tbl table tbody tr td {	border-bottom: 1px solid #FFFFFF;}
.errorbox, .infobox, .statusbox {
	padding: 7px 7px 7px 30px;
	margin: 0 5px 2px 5px;
}
.errorbox {
	color: #CC0000;
	font-size: 1.1em;
	background: url(../images/icon_errorbox.png) no-repeat 5px 5px;
}

.errorboxblank {
	color: #CC0000;
	font-size: 1.1em;
	background: none;
}

.errorbox a {
	color: #CC0000;
	text-decoration: underline;
}

.infobox {
	font-size: 1.1em;
	background: url(../images/icon_infobox.png) no-repeat 5px 5px;
	color: #1E69B9;
}


.status0box {
	background: url(../images/icon_status_0.png) no-repeat 0px 3px;
	color: #CC0000;
}

.status1box {
	background: url(../images/icon_status_1.png) no-repeat 0px 3px;
	color: #275600;
}

.status2box {
	background: url(../images/icon_status_2.png) no-repeat 0px 3px;
}

#uc .grid img {padding: 0 5px 5px 0;}

.aright {
	padding-top: 6px;
	text-align: right;
}

.price {
	border: 1px solid #CCC;
	padding: 7px;
	margin-bottom: 5px;
	color: #666;
	font-size: 1.1em;
}

img.conncheckerimg {
	padding: 0 8px 0 0;
}

.table_img {
	padding: 5px 0;
}

.shownav a {
	color: #666;
}

.footnotes {
	color: #666;
	padding: 0 0 0 24px;
}

#navh1, .header h1, .header h2, h2.content, h2.text {
	color: #1E69B9;
}

fieldset {
	border: 1px solid #ccc;
}

legend {
	color: #555;
	padding: 0 7px;
}

.hidden {
	display: none;
}

#devmode {
	position: fixed;
	bottom: 0px;
	left: 0;
	width: 100%;
	z-index: 200000;
}

#devmode .xmlbutton {
	background: #ccc;
	padding: 5px;
	width: 200px;
	cursor: pointer;
}

#devmode .xmlbutton:hover {
	background: #666;
}

#devmode .xmloutput {
	width: 100%;
	background: #ccc;
	padding: 5px;
}

.speed {
	padding: 4px;
	background-color: #eee;
	background-repeat: no-repeat;
	background-position: center right;
	border-bottom: 1px solid #fff;
	cursor: pointer;
}
.speed:hover {
	background-color: #ddd;
	background-image: transparent;
}

.pcontainer {
	position: relative;
	top: 0;
	left: 0;
}

.tooltipbox {
	z-index: 1000;
	position: absolute;
	background-color: #fff;
	border: 2px solid #ccc;
	width: 200px;
	
}

.newsitemimg {
	float: left;
	width: 60px;
	margin: 10px 0 30px 0;
}

.newslettersubmit {
	border: 0;
	background: transparent;
	color: #666;
	padding: 0;
	margin: 4px 0;
	cursor: pointer;
}


/* special teaser promo page */

.tabs ul, .tabs ul li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.tabs ul li {
	float: left;
	display: inline;
}

.tabs ul li a {
	display: block;
	padding: 7px 10px;
	background: #fff;
	margin: 0 5px 0 0;
	font-size: 1.5em;
	border: 1px solid #e6e6e6;
	border-bottom: 0;
	color: #444;
	text-decoration: none;
}

.tabs ul li a:hover {
	text-decoration: none;
}

.tabs ul li.current_tab a {
	background: #e6e6e6;
}


.teaser {
	background-color: #e6e6e6;
	color: #444;
	padding: 20px;
	clear: both;
	margin: 0 0 10px 0;
	
}
.teaser ul {
	margin: 0;
	padding: 0 0 0 15px;
}
.teaser ul li {
	font-size: 1.2em;
	width: 600px;
	margin-bottOM: 5px;
	
}

.teaser h1 {
	font-size: 1.8em;
	font-weight: normal;
	padding: 0 0 10px 0;
	
}

.teaser .successstory {
	text-align: left;
}

.products .textblock {
	padding-right: 20px;
}

.products .titel {
	color: #666;
	padding: 10px 0 20px 26px;
}

.teaser .image {
	width: 180px;
	margin-top: 40px;
	text-align: center;
	float: right;
}

.adbox {
	margin-top: 40px;
	width: 310px;
}