html, body, div, p, h1, h2, h3, h4, ul, ol, 
span, a, table, td, form, img, li, fieldset, th, tr
{
	margin: 0; padding: 0;
}

body
{
	text-align: center;
	font: normal 80%/1.5em arial,helvetica,sans-serif;
	color: #444;
	padding: 10px 0;
	text-align: center;
	background: url(../pics/misc/deskbg.gif) 0 0 repeat-x;
	background-color: #F0F0F0;
}

.nodisplay,hr,.keywords							{ display: none; }
.spacer											{ display: block; clear: both; height: 1px; overflow: hidden; padding: 0px; margin: 0px; }

fieldset										{ border: 0 solid; }
legend											{ display: none; }
.checkbox, .radio								{ width: auto; }
input:focus, textarea:focus						{ background-color: #f6f6f6; border: 1px solid #444; }

img 											{ border: 0px none; }
strong											{ font-weight: bold; }

a         { color: #333; }
a:link    { color: #333; }
a:visited { color: #333; }
a:active  { color: #333; }
a:hover   { color: #002A76; text-decoration: none; }

ul, ol											{ list-style: none; }
li												{ float: left; }
li a											{ display: block; text-decoration: none; }

p												{ margin: 0 0 1.5em 0; }

.error
{
	font-weight: bold;
	color: white;
	background-color: #D21515;
	border: 1px solid #BC1212;
	padding: 0.7em 10px;
}

.error a
{
	color: white;
}

abbr											{ cursor: help; }
.col											{ float: left; }
.leftcol										{ float: left; width: 49%; }
.rightcol										{ float: right; width: 49%; }

/* ******************** page blocks */

#page
{
	text-align: left;
	border: 1px solid #002A76;
	background: white;
	width: 757px;
	padding: 5px;
	margin: 0px auto;
}

#main
{
	border: 1px solid #002A76;
}

#content
{
	padding: 0.7em 5px;
}

#visual
{
	height: 175px;
	background: url(../visual.php) 0 0 no-repeat;
}

.logo a
{
	display: block;
	height: 80px;
}

#left  { width: 495px; margin-right: 5px; }
#right { width: 245px; }

.productboxleft, .productboxright
{
	width: 47%;
	border: 1px solid #002A76;
	padding: 5px 5px;
	margin-bottom: 0.7em;
}

.box
{
	border: 1px solid #002A76;
	padding: 5px 5px;
	margin-bottom: 0.7em;
}

.productboxleft
{
	float: left;
}

.productboxright
{
	float: right;
}

#footer
{
	width: 757px;
	padding: 0 5px 1.5em 0;
	margin: 1.5em auto;
}

#footer li
{
}

#footer li a
{
	border-left: 1px solid #333;
	text-decoration: underline;
	padding: 0 10px;
	float: left;
	width: auto;
}

#footer li span
{
	padding-right: 10px;
	float: left;
	width: auto;
}


/* ******************** navigation styles */

#secondsitenav
{
	border-bottom: 1px solid #002A76;
	height: 3em;
	overflow: hidden;
}

#quicksearch, #toextsearch, #nav
{
	width: 250px;
	float: left;
	border-right: 1px solid #002A76;
	border-left: 1px solid #002A76;
	margin-left: -1px;
}

#toextsearch
{
	border-right: 0 none;
}

#quicksearch
{
	padding: 0.3em 18px 0 8px;
	width: 224px;
}

#quicksearch .vt, #quicksearch .vtsearch
{
	display: inline;
}

#quicksearch .vt
{
	width: 176px;
	margin-right: 5px;
	margin-bottom: 0;
}

#quicksearch .vtsearch
{
	width: auto;
	height: auto;
	border: 0 solid;
	position: relative;
	top: 0.3em;
	z-index: 1;
	margin-bottom: 0;
	padding: 0;
}

#toextsearch a
{
	padding: 0.7em 18px 0.7em 8px;
	font-weight: bold;
	width: 224px;
	background: url(../pics/buttons/search.gif) 95% 50% no-repeat;
	color: #002A76;
	text-decoration: underline;
	display: block;
}

#sitenav
{
	background: url(../pics/header/nav_bg.gif) 0 0 repeat-x;
	background-color: #EFEFEF;
	float: left;
	width: 100%;
	border-top: 1px solid #515151;
	border-bottom: 1px solid #515151;
}

#sitenav li
{
	border-right: 1px solid white;
}

#sitenav li a
{
	border-right: 1px solid #515151;
	display: block;
	padding: 0.7em 7px;
	float: left;
	width: auto;
}

#sitenav li a:hover
{
	background-color: white;
}

#nav ul
{
	position: absolute;
	width: 250px;
	background-color: white;
	border: 1px solid #333;
}

#nav li
{
	background: url(../pics/misc/dotted_line.gif) 0 100% repeat-x;
	float: none;
}

#nav ul li a
{
	display: block;
	padding: 0.3em 5px;
	background: url(../pics/buttons/nolabel.gif) 95% 50% no-repeat;
}

#nav ul ul li a
{
	background-image: none;
}

#nav ul li a:hover
{
	background-color: #f6f6f6;
}

#nav ul
{
	display: none;
}

#nav ul.firstlayer
{
	position: absolute;
	display: block;
	top: 16px;
	margin-left: -1px;
	z-index: 2;
}

#nav ul.firstlayer li
{
	padding: 1px;
}

#nav ul.secondlayer
{
	position: absolute;
	display: block;
	margin-left: 249px;
	margin-top: -2.2em;
	z-index: 3;
}

#nav li.navopen
{
	background-image: none;
	float: left;
}

#nav li.navopen a.navopen
{
	padding: 0.7em 18px 0.7em 8px;
	font-weight: bold;
	background: url(../pics/buttons/pulldown.gif) 95% 50% no-repeat;
	color: #002A76;
	text-decoration: underline;
	width: 224px;
}

#nav li.close
{
	background-image: none;
}

#nav li.close a
{
	background: url(../pics/buttons/close.gif) 95% 50% no-repeat;
	background-color: #2F3238;
	color: white;
}

#nav li.close a:hover
{
	background: url(../pics/buttons/close.gif) 95% 50% no-repeat;
	background-color: #41464F;
}

/* ******************** cartlayer styles */
#cartlayer
{
	display: block;
}

/* ******************** elements styles */
.startimage
{
	text-align: center;
	height: 180px;
	padding: 0.7em 0;
}

h1
{
	color: #002A76;
	font-weight: normal;
	font-size: 200%;
	padding: 1em 0 0.75em 10px;
	line-height: 1.4em;
}

h2
{
	margin-top: 1.5em;
	color: #002A76;
	font-weight: normal;
	font-size: 140%;
}

h2 a
{
	color: #002A76;
}

h3
{
	background-color: #F0F0F0;
	font-size: 100%;
	font-weight: normal;
}

h3 span, h3 a
{
	padding: 0.6em 10px;
	display: block;
	color: #333 !important;
}

h3 a:hover
{
	background-color: #f6f6f6;
}

h4
{
	font-weight: normal;
	font-size: 100%;
}

.cost
{
	color: #002A76;
	font-weight: bold;
	text-align: right;
	display: block;
}

.box p, .box fieldset, .box .image
{
	margin-top: 0.7em;
	margin-bottom: 0.7em;
	padding: 0 10px;
}

.box fieldset
{
	padding: 0;
}

.box .item
{
	margin-bottom: 0.7em;
	padding: 0.7em 10px 0 10px;
	background: url(../pics/misc/dotted_line.gif) 0 0 repeat-x;
}

.box .image
{
	width: auto;
	display: inline;
}

.fullsize-image
{
	margin-top: 0.6em;
}

.more a
{
	background: url(../pics/buttons/nolabel.gif) 99% 50% no-repeat;
	display: block;
	text-decoration: none;
	font-weight: bold;
	padding: 0.5em 30px 0.5em 10px;
}

.more a:hover
{
	background-color: #f6f6f6;
}

.text
{
	padding: 0 10px 1.5em 10px;
}

.image
{
	float: left;
	width: 170px;
	margin-right: 10px;
	text-align: center;
}

.attributes
{
	width: 32%;
	float: left;
}

#cartnavtop
{
	margin-bottom: 1.5em;
}

#cartnavbottom
{
	margin-top: 1.5em;
}

.amount
{
	width: 33%;
	float: left;
	margin-top: -0.7em;
}

.more, .submit, .back
{
	text-align: right;
}

.leftcol .submit
{
	text-align: left;
}

label
{
	color: #002A76;
}

label strong
{
	color: #BC1212;
	font-size: 140%;
}

label.inputerror
{
	color: #BC1212;
	font-weight: bold;
}

input, textarea
{
	border: 1px solid #002A76;
	width: 94%;
	padding: 0.3em 2%;
	margin-bottom: 0.7em;
}

select
{
	width: 94%;
	margin-bottom: 0.7em;
}

option
{
	border-bottom: 1px solid #002A76;
	padding: 0.2em 0;
}

.submit input, .submit a
{
	cursor: pointer;
	width: auto;
	height: auto;
	border: 0 solid;
	padding: 0;
	background: url(../pics/buttons/next.gif) 0 50% no-repeat;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #002A76;
	font-weight: bold;
	text-decoration: none;
	padding: 0.2em 0 0.2em 20px;
	text-align: left;
}

.submit input:focus
{
	background-color: transparent;
}

a.button-subscribe, input.button-subscribe		{ background-image: url(../pics/buttons/subscribe.gif); }
a.button-search, input.button-search			{ background-image: url(../pics/buttons/search.gif); }
a.button-send, input.button-send				{ background-image: url(../pics/buttons/send.gif); }
a.button-refresh, input.button-refresh			{ background-image: url(../pics/buttons/refresh.gif); margin-top: 1.8em; }
input.button-addtocart							{ background-image: url(../pics/buttons/mark_for_request.gif); margin-top: 1.5em; color: #D21515; }
a.button-prev, input.button-prev				{ background-image: url(../pics/buttons/prev.gif); }
.more a.button-download							{ background-image: url(../pics/buttons/download.gif); }
.more a.button-acrobat							{ background-image: url(../pics/buttons/get_acrobat.gif); }

.checkbox
{
	border: 0 none;
	margin: 0;
	padding: 0;
}

.path
{
}

.jumplist
{
	padding: 1.5em 10px;
}

.pages, .skip, .hits, .pagejump
{
	float: left;
	width: 24.5%;
}

.pagejump
{
	width: 23%;
	margin-right: 2%;
}

.hits
{
	font-weight: bold;
}

#cartbox h3 a
{
	background-color: #2F3238;
	color: white !important;
	font-weight: bold;
}

#cartbox h3 a:hover
{
	background-color: #41464F;
}

#emptycartbox h3 span
{
	background-color: #2F3238;
	color: white !important;
	font-weight: bold;
}

/* ******* progress in cart mode */

.progress
{

}

.progress li
{
	float: none;
	padding: 0.7em 10px;
	background: url(../pics/misc/dotted_line.gif) 0 0 repeat-x;
}

.progress li.active
{
	padding: 1px 0 0 0;
}

.progress li.active a
{
	background: url(../pics/buttons/help.gif) 98% 0.7em no-repeat;
	color: #002A76;
	font-weight: bold;
	display: block;
	padding: 0.7em 20px 0.7em 10px;
}

.progress li.active a:hover
{
	color: #002A76;
	font-weight: bold;
	background-color: #f6f6f6;
}

.progress li.passed
{
	color: #aaa;
	font-weight: normal;
}

.progress li.active .helpshow
{
	display: block;
	font-weight: normal;
	color: #444;
	background: url(../pics/misc/dotted_line.gif) 0 0 repeat-x;
	padding: 0.7em 0 0 0;
	margin-top: 0.7em;
}

/* ******* definition lists */

dt
{
	width: 50%;
	padding-right: 50%;
	
}

dd
{
	width: 50%;
	padding-left: 50%;
	font-weight: bold;
	margin: -1.5em 0 0 0;
	border-bottom: 1px solid #efefef;
}

/* ******* content nav */

.innernav li
{
	float: left;
	width: 50%;
	background: url(../pics/misc/dotted_line.gif) 0 100% repeat-x;
}

.innernav li a
{
	padding: 0.7em 20px;
	background: url(../pics/buttons/nolabel.gif) 0 50% no-repeat;
}


/* ******* table def */

table
{
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin: 0.7em 0;
	width: 100%;
	border-spacing: 0;
	font-size: 100%;
}

th
{
	padding: 0 2px;
	border: 1px solid #ccc;
	vertical-align: top;
}

td
{
	padding: 0 2px;
	text-align: right;
	border: 1px solid #ccc;
	
}

.alt
{
	background-color: #efefef;
}

.law
{
	clear: both;
	margin-top: 1.5em;
	font-size: 90%;
	color: #999;
}

.tagcloud { margin-top: 1.5em; border-top: 1px solid #ccc; padding-bottom: 0.75em; }
.tagcloud.top { margin-top: 0; margin-bottom: 1.5em; border-bottom: 1px solid #ccc; }
.tagcloud h3 { font-size: 100%; margin-top: 0.75em; padding: 0 10px; background-color: transparent; font-weight: bold; }
.tagcloud li a { padding: 0 10px; text-decoration: underline; }

/* Kundenreferenz Stile */
.reference li
{
	width: 148px;
	float: left;
	margin: 0 5px 10px 0;
	border: 1px solid #002A76;
	padding: 5px 5px;
	text-align: center;
}
.reference li .image a {
	border: 1px solid red;
	margin: 0px;
	padding: 0px;
	width: 92%;
}
.reference li .image a:hover {
	background-color: inherit;
}
