/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	font-family: Arial,sans-serif;
	color: #333333;
	background-color: #FFFFFF;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

html {
	padding: 0px;
	margin: 0px;
}

img {
	border: none;
}

img.centerpfeil {
	position: relative;
	top: 8px;
}

a:link, a:visited, a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 5px;
}

a:hover {
	text-decoration: underline;
	color: #FF6600;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 120%;
	color: #334d55;
}

h2 {
	font-size: 14px;
	color: #333333;
}

h3 {
	font-size: 100%;
	color: #263B59;
}

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

h5 {
	font-size: 100%;
	color: #334D5;
}

ul{
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold normal 11px Arial;
 color: #003366;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#master {
	width: 1000px;
	border: 1px solid #263B59;
	margin: 20px auto 0px;
	background-color: #859EBF;
}

#leftBar {
	width: 200px;
	float: left;
}

#content{
	width: 598px;
	float: right;
	margin: 0px;
	padding: 0px;
	background-color: #263B59;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#contentcart{
	float: right;
	background-color: #B8C7DA;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	width: 790px;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteUser {
	margin: 0px;
	padding: 10px 10px 10px 10px;
	background-color: #FFFFFF;
	font-size: 1px;
	line-height: 1px;
	border: none;
}

#siteUser img {
	height: 80px;
	padding: 0px;
	margin: 0px;
	border: none;
}


/*************** #pageName styles **************/

#pageName{
	padding-top: 10px;
	padding-left: 30px;
	font-family: Verdana;
	padding-right: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #263B59;
	padding-bottom: 10px;
	background-color: #859EBF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D1DBE7;
}


/************* #horNav styles **************/

#horNav{
	padding: 5px 0px 5px 10px;
	white-space: nowrap;
	background-color: #263B59;
	color: #FFFFFF;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#horNav img{
 display: block;
}

#horNav a {
	font-size: 12px;
	font-family: verdana;
	color: #FFFFFF;
}

#horNav a:link{
	color: #FFFFFF;
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
}

#horNav a:visited{
	color: #FFFFFF;
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
}

#horNav a:hover{
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	color: #FF6600;
	text-decoration: underline;
}

/************* #topcatNav styles **************/

#topcatNav{
	padding: 5px 0px 5px 10px;
	white-space: nowrap;
	background-color: #263B59;
	color: #FFFFFF;
	text-align: center;
}

#topcatNav img{
 display: block;
}

#topcatNav a {
	font-size: 12px;
	font-family: verdana;
	color: #FFFFFF;
}

#topcatNav a:link{
	color: #FFFFFF;
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
}

#topcatNav a:visited{
	color: #FFFFFF;
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
}

#topcatNav a:hover{
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	color: #FF6600;
	text-decoration: underline;
}

/*********** #navBar link styles ***********/

#leftBar ul a:link, #navBar ul a:visited {display: block;}
#leftBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#leftBar li {
}

/* fix for browsers that don't need the hack */
html>body #leftBar li {}


/************** .feature styles ***************/

.feature{
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 30px;
}

.feature h2{
	color: #859EBF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-top: 15px;
}

.feature h3{
	padding: 20px 0px 5px;
	color: #FFFFFF;
}

.feature a {
	color: #FFFFFF;
}

/************** .form styles ***************/


#formular {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #263B59;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #B8C7DA;
	margin-right: 10px;
	margin-left: 10px;
}

#formular h3{
	padding: 20px 0px 5px;
	color: #003366;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
}
#formular a {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: normal;
}

#formular a:link{
font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: normal;
}

#formular a:visited{
font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: normal;
}

#formular a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #263B59;
	text-decoration: underline;
}

#formular fieldset {
	border: 2px groove #999999;
}

#formular fieldset legend {
	color: #263B59;
}

.formular {
	color: #263B59;
	background-color: #B8C7DA;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 17px;
	padding: 5px 0px;
	margin: 0px 10px;
}

.formular table {
	width: 420px;
	table-layout: fixed;
	border: none;
}

.formular table th {
	width: 30%;
	text-align: right;
	padding-right: 10px;
}

.formular .infoField {
	font-weight: normal;
	font-size: 10px;
	line-height: 16px;
	padding: 2px 0px;
}

.formular div {
	text-align: center;
	padding: 5px 0px;
}

#kasse {
	width: 750px;
	table-layout: fixed;
	color: #263B59;
	background-color: #B8C7DA;
	font-size: 11px;
	line-height: 16px;
	margin: auto;
}

#kasse.noborder tbody tr th, #kasse.noborder tbody tr td {
	border-bottom: none;
}

#kasse thead tr th {
	color: #FFFFFF;
	background-color: #263B59;
	height: 35px;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
}

#kasse tbody tr th, #kasse tbody tr td {
	padding: 0px 0px 0px 8px;
	height: 17px;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	border-bottom: 2px solid #FFFFFF;
}

#kasse tbody tr td {
	height: 35px;
}

#kasse tbody tr .marked {
	background-color: #D1DFEF;
}

#kasse tbody tr .bold {
	font-weight: bold;
}

#kasse tbody tr .summe {
	padding: 0px 8px 0px 0px;
	text-align: right;
}

#kasse tbody tr .artikel {
	font-weight: bold;
}

#kasse select {
	width: 130px;
	margin: 1px 0px;
}

#kasse a.checkout {
	color: #FFFFFF;
	font-size: 9px;
	font-weight: normal;
}

#checkoutnow {
	text-align: right;
	padding-right: 25px;
}

.tableCheck {
	width: 700px;
	margin: 10px 0px;
}

.tableCheck th {
	font-weight: normal;
	text-align: right;
	padding-right: 10px;
}

.tableCheck tr td.bank_hinweis {
	color: #CC3333;
}

.tableCheck input, .tableCheck select, .tableCheck option {
	font-size: 11px;
}

input, select {
	border: 1px solid #859EBF;
	padding-left: 1px;
}

input.not {
	color: #CC3333;
	background-color: #EEEEEE;
}

/************* #artikel styles ***************/

#artikel{
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B4BDD6;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 20px;
}

#artikel h2{
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-family: verdana;
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	padding-left: 10px;
}

#artikel h3{
	font-size: 11px;
	font-weight: normal;
	padding-left: 10px;
}

#artikel h4{
	font-size: 11px;
	font-weight: normal;
	padding-top: 15px;
	padding-left: 10px;
}
#artikel img{
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#artikel a:link{
	color: #000040;
	font-weight: bold;
}

#artikel a:visited{
	color: #000040;
	font-weight: bold;
}

#artikel a:hover{
	font-weight: bold;
	color: #000040;
}

/************** .neueBox styles *****************/

.neueBox{
	font-size: 10px;
	font-family: verdana;
	font-style: italic;
	color: #003366;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}

.neueBox p{
	padding: 0px 0px 10px 0px;
}

/************* #siteInfo styles ***************/

#siteInfo{
	font-size: 10px;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #263B59;
	width: 1000px;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
	color: #263B59;
	background-color: #859EBF;
}

#fusstext {
	clear: both;
	text-align: center;
}

#siteInfo img{
	vertical-align: middle;
}

#siteInfo a:link, #siteInfo a:visited {
	color: #263B59;
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
}

#siteInfo a:hover{
	text-decoration: underline;
	font-family: verdana;
	font-size: 10px;
}

/************* #search styles ***************/

div.search {
	padding: 5px 0px 5px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #263B59;
}

div.search form {
 margin: 0px;
 padding: 0px;
}

div.searchlabel {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #263B59;
}

div.search a:link {
	color: #263B59;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
}

div.search a:visited {
	color: #263B59;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
}

div.search a:hover {
	text-decoration: underline;
	font-family: verdana;
	font-size: 11px;
	color: #263B59;
}

/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid  #FFFFFF;
	background-color: #B8C7DA;
}

#sectionLinks h3{
	padding: 10px 0px 5px 10px;
	font-size: 90%;
	color: #263B59;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid  #FFFFFF;
	color: #263B59;
	font-size: 11px;
	font-weight: bold;
	font-family: verdana;
	text-decoration: none;
	padding: 7px 0px 7px 25px;
	background-image: url("shopimages/pfrechts.gif");
	background-repeat: no-repeat;
	background-position: 10px;
}

#sectionLinks a.sub {
	padding: 7px 0px 7px 35px;
	background-position: 20px;
}

#sectionLinks a.subsub {
	padding: 7px 0px 7px 45px;
	background-position: 30px;
}

#sectionLinks a:hover {
	background-color: #E7EAF1;
	color: #263B59;
}

#sectionLinks a.open, #sectionLinks a.open:hover {
	color: #0000CC;
	background-color: #BBBB99;
}

/*********** #rightBar link styles ***********/

#rightBar{
	float: right;
	width: 200px;
	font-family: Verdana;
	font-size: 11px;
	color: #003366;
	padding-bottom: auto;
	height: 600px;
}

#rightBar ul a:link, #rightBar ul a:visited {
}

#rightBar ul {
	margin: 0px;
	padding: 0px;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#rightBar li {
	display: block;
	padding-left: 10px;
	list-style-position: inside;
	list-style-type: square;
}

/* fix for browsers that don't need the hack */
html>body #rightBar li {}

/************** #headlines styles **************/

div.headlines {
	padding: 10px 0px 10px 10px;
	font-size: 11px;
	font-family: Verdana;
	color: #003366;
	margin: 0px;
}

div.headlines h3 {
	padding: 10px 0px 2px;
	font-size: 11px;
	font-family: Verdana;
	font-weight: bold;
	color: #003366;
}

div.headlines p {
	padding: 5px 0px 5px 0px;
}

div.headlines a {
	padding: 5px 0px 5px 0px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
}

/************** #cart styles **************/

#cart {
	font-size: 11px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 10px 7px;
}

#cart h1 {
	font-size: 11px;
	font-family: Arial, sans-serif;
	font-weight: normal;
	color: #263B59;
	padding: 2px 7px;
	background-color: #B8C7DA;
	border-width: 0px 1px 1px;
	border-style: solid;
	border-color: #263B59;
}

#cart h3 {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	padding: 5px 0px;
	background-color: #263B59;
	border-width: 1px;
	border-style: solid;
	border-color: #263B59;
}

#cart a {
	padding: 5px 0px;
	color: #FFFFFF;
}

#cart ul {
	background-color: #859EBF;
	border-width: 0px 1px 1px;
	border-style: solid;
	border-color: #263B59;
}

#cart ul li {
	padding: 0px 4px 2px;
}

#cart ul a:link, #cart ul a:visited {
	font-size: 10px;
	font-weight: bold;
	color: #263B59;
}

.tdinput2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC3333;
	background-color: #FFFFCC;
	border: none;
}
.artikelbild {
	border: 1px solid #263B59;
}

.buttons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	border: none;
	height: 22px;

}

.artikeldetailtitel {
	background-color: #859EBF;
	color: #000000;
}

.artikeldetail {
	background-color: #EAF4FF;
	color: #000000;
}

.artikeldetail input.updateinput {
	color: #333333;	
}

.searchtitel {
	background-color: #56699A;
	color: #FFFFFF;
}

.searchergebnis {
	background-color: #FFF7DD;
	color: #000000;
}

.pfeil_rechts {
	display: block;
	font-size: 11px;
	font-weight: bold !important;
	font-family: verdana;
	line-height: 20px;
	text-align: left;
	height: 20px;
	padding: 0px 0px 0px 15px !important;
	margin: 0px;
	background-image: url("shopimages/pfrechts.gif");
	background-repeat: no-repeat;
	background-position: left center;
}

.more {
	padding: 0px 0px 0px 25px !important;
	background-position: 10px center;
}

#indextext {
	font-family: Arial,sans-serif;
	border: none;
	padding: 0px 30px;
	font-size: 12px;
}

table.gruppenview {
	width: 100%;
	table-layout: fixed;
}

table.gruppenview td {
	text-align: center;
}

table.gruppenview td a {
	color: #000000;
}

table.gruppenview td a img {
	border: none;
}

.werbunglink img {
	border: none;
}

p.fehler {
	font-size: 13px;
	font-weight: bold;
	color: #BB0000;
	margin: 0px;
	margin: 0px;
	padding: 30px 35px 10px;
}

p.erfolg {
	font-size: 13px;
	font-weight: bold;
	color: #00BB00;
	margin: 0px;
	padding: 30px 35px 10px;
}

#foto_detail {
	width: 640px;
	margin: auto;
}

#foto_detail th {
	background-color: #00255C;
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
}

#foto_detail td {
	text-align: center;
	font-size: 1px;
	padding: 3px 0px;
}

a.headerLink {
	padding:0px;
}
