/********************************
Grundlayout
********************************/
* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

html,body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: #f6f7f8;
	color: #000;
}

body.popup {
	background: white;
}


div#container {
	position:relative; 
	margin:0 auto; 
	width:900px;
}

div#header {
	color: white;
	font-size: 11px;
	font-weight: bold;
	background: #001350;
	height: 80px;
	border-bottom: 1px solid white;
}
div#headerSmall {
	color: white;
	font-size: 11px;
	font-weight: bold;
	background: #001350;
	height: 50px;
	border-bottom: 1px solid white;
	margin-bottom:10px;
}
img#headerimg {
	display: block;
}

div#mainnav {
	position: relative;
	background: #001350;
	border-top: 1px solid white;
	width: 689px;
	padding-left: 211px;
}
div#subnav {
	background: #ff6600;
	padding-top: 7px;
	height: 23px;
	padding-left: 212px;
}

div#content {
	padding: 20px 0px 20px 0px;
	background: #fff;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}
div#contentRight {
	position:relative;
	left: -1px;
	width: 687px;
	border-left: 1px solid #999;
	float: left;
}

div#footer {
	color: white;
	font-size: 11px;
	background: #001350;
	height: 80px;
}
div#footerUnten {
	position: relative;
	height: 20px;
}
div#footerUntenLinks {
	position: absolute;
	top: 2px;
	left: 0px;
	font-size: 10px;
}
div#footerUntenRechts {
	position: absolute;
	top: 2px;
	right: 0px;
	text-align: right;
	font-size: 10px;
}
div#footerUntenLinks a, div#footerUntenRechts a {
	color: black;
	font-size: 10px;
	text-decoration: none;
}
div#footerSmall {
	color: white;
	font-size: 11px;
	background: #001350;
	height: 14px;
	margin-top: 20px;
	padding: 2px 10px 2px 10px;
}
div.clear {
	clear: both;
}

/********************************
Schriften 
********************************/
h1 {
	margin: 0px 20px 0px 20px;
	padding: 0px 10px 5px 8px;
	font-size: 16px;
	background-image: url(pfeil_orange_h1.gif);
	background-position: left;
	background-repeat: no-repeat;
	border-bottom: 1px solid #999;
}
h2 {
	margin: 20px 20px 0px 20px;
	font-size: 14px;
	
}

h1 a {
	font-size: 16px;
	color: black;
	text-decoration: none;
	background: none;
}
h2 a {
	font-size: 14px;
	color: black;
	text-decoration: none;
	background: none;
	
}
h3 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	
}


div#newsbox h3, div#newsDetails h3 {
	margin: 20px 20px 0px 20px;
}


p {
	font-size: 12px;
	margin: 0px 20px 0px 20px;
	padding: 5px 0px 5px 0px;
	/* border-bottom: 1px dotted #999;
	background-color: #f9f9f9; */
}
/* Eintrag Gästebuch & News */
p.Abschnitt {

	border-bottom: 1px solid #999;

}
p.error { 
	color: #ff6600;
	font-weight: bold;
}

a {
	background: inherit;
	color: #ff6600;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

/********************************
Header 
********************************/
div#logo {
	position: relative;
	text-align: center;
	float: left;
	width: 200px;
	height: 80px;
}
div#logo img{
	position:absolute;
	left: 0px;
	border-right: 1px solid white;
	
}
div#language {
	display: none;
	padding-top: 24px;
	padding-left: 20px;
	float: left;
	height: 40px;
	width: 200px;
	font-size: 11px;
}
div#headnav {
	display: none;
	padding-top: 18px;
	width: 350px;
	float: left;
}
div#headnav a {
	background-image: url(pfeil_orange.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 10px;
	text-decoration: none;
	color: white;
	font-size: 11px;
}
div#wildsport {
	float: left;
	padding-left: 100px;
	padding-right: 90px;
	padding-top: 16px;
}
div#warenkorb {
	float: left;
	text-align: right;
	padding-top: 26px;
	width: 110px;
	font-size: 11px;
}
div#warenkorb span {
	font-weight: normal;
	color: #ff6600;
	background: inherit;
	font-size: 11px;
}
div#warenkorb img {
	float: left;
}

/********************************
Navigation und Subnavigation
********************************/
div#mainnav a{
	position: relative;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	height: 23px;
	width: 100px;
	text-align: center;
	display: block;
	float: left;
	border-right: 1px solid white;
	padding-top: 6px;
	padding-left: 5px;
	padding-right: 5px;
	color: white;
	border-bottom: 1px solid white;
	background-color: #001350;
	z-index: 20;

}

div#mainnav a:hover{
	background: #ff6600;
}

div#mainnav a.aktiv{
	background: #ff6600;
	border-bottom: 1px solid #ff6600;
}


div#subnav a {
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	color: black;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid black;
}

div#subnav a.on {
	text-decoration: underline;
}

div.hspacer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: white;
	width: 900px;
	height: 1px;
	color: red;
	overflow: hidden;
	z-index: 10;
}
div.vspacer {
	position: absolute;
	top: 0px;
	left: 210px;
	background: white;
	width: 1px;
	height: 60px;
	color: red;
	overflow: hidden;
	z-index: 10;
}


/********************************
Blättern 
********************************/

.blaettern {
	text-align: right;
	margin-top: 20px;
	margin-right: 20px;
}
	
.blaettern a {
	padding: 1px 5px 1px 5px;
	color: #000;
	border: 1px solid #999;
	text-decoration: none;
	font-size: 11px;
	
}
.blaettern a.on {
	font-weight: bold;
	color: #000;
	background-color: #ff6600;
}

.blaettern a:hover {
	color: #000;
	background-color: #ff6600;
	text-decoration: none;
}

.blaettern ul { 
	list-style: none;  
}  

.blaettern li { 
	display: inline; 
	padding: 0px 0px 0px 1px;
}

/********************************
Startseite
********************************/

div#start_left {
	float: left;
	width: 267px;
	margin-top: 20px;
	border-right: 1px solid #999;
}
div#start_right {
	margin-top: 20px;
	float: left;
	position: relative;
	left: -1px;
	width: 267px;

	border-left: 1px solid #999;
}


/********************************
Aktuelles 
********************************/
span.aktDatum {
	margin: 0px 20px 0px 20px;
	padding: 0px;
	text-align: right;
	font-size: 10px;
	height: 12px;
}

div.akt {
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
	border-bottom: 1px solid #999;
}
div.akt h2 {
	margin: 20px 0px 0px 0px;
}
div.akt p {
	margin: 0px;
}
div.akt p.link {
	position: absolute;
	right: 20px;
	bottom: 0px;	
}
div.akt span {
	font-weight: bold;
}
div.akt div.text {
	position: relative;
	float:left;
	width: 505px;
	height: 130px;
	padding-right: 20px;
}
div.akt div.bild {
	width: 110px;
	height: 110px;
	float: left;
	background-position: center;
	background-repeat: no-repeat;
	margin-left: 5px;
	margin: 20px 10px 20px 0px;
}


/********************************
Gallerie Album
********************************/
img.album {
	float: left;
	margin-left: 20px;
	margin-top: 5px;
}
p.album {
	float: left;
}

div#bgFullSize {
	margin: 20px;
	border: 1px solid #999;
	padding: 20px;
	text-align: center;
	background-position:center;
	background-repeat:no-repeat;
	height: 640px;

}



/********************************
Fehlermeldung
********************************/
h2.fehler {
	color: #ff6600;
}
p.fehler {
	border: 1px solid #999;
	margin-top: 10px;
	padding: 3px;
	background-color: #ff6600;
	font-weight: bold;
}


/********************************
Galerie 
********************************/
div.GalerieEintrag {

	margin: 0px 20px 0px 20px;
	padding: 5px 0px 0px 0px;

}
div.GalerieEintrag img {

	float: left;
	margin-right: 20px;
}

div.bgDetailBild  {
	margin: 10px 20px 10px 20px;
	height: 270px;
	border: 1px solid #999;
	background-repeat:no-repeat;
	background-position: center;
}




/********************************
Header für Tabelle und Formular 
********************************/
table.grid th, table.formular th{
	border: 1px solid #999;
	padding: 2px;
	background-color: #e9e9e9;
	color: #000;

}

/********************************
Tabelle 
********************************/

table.formular {
	border-collapse:collapse;
	margin: 10px 20px 0px 20px;
	width: 647px;
}

table.formular th {
	padding-right: 10px;
}

table.formular td {
	padding: 1px 3px 1px 3px;
	border: 1px solid #999;
}

table.formular th {
	font-weight: bold;
	text-align: left;
	width: 150px;
}

table.formular input, table.formular select, table.formular textarea {
	border: 1px solid black;
	background-color: white;
	font-size: 11px;
} 

table.formular input {
	width: 180px;
	padding: 1px;
}

table.formular select, table.formular option {
	width: 180px;
	font-size: 11px;
	padding: 0px;
}
table.formular textarea {
	height: 100px;
	width: 280px;
}
table.formular input.button {
	border: 0px;
	padding: 0px;
	margin: 0px;
	width: 105px;
	height: 27px;
}


div.btnLeft {
	padding-left: 20px;
	float: left;
	margin-top: 40px;
}
div.btnRight {
	float: right;
	margin-top: 40px;
	padding-right: 20px;
}


/********************************
Standard Tabelle 
********************************/
table.grid {
	width: 647px;
	margin: 20px 20px 0px 20px;
	border-collapse: collapse;

}
table.grid td {
	border: 1px solid #999;
	padding: 2px;

}



/********************************
Shop Artikeldetails
********************************/
div#frmArtikelLeft  {
	position: relative;
	padding-left: 20px;
	margin-top: 5px;
	float:left;
	width: 230px;
	text-align: center;
}

div#frmArtikelLeft div.highlight_hot{
	position: absolute;
	left: 20px;
	top: 5px;
	background-image: url(ico_hot_big.gif);
	width: 60px;
	height: 60px;
}
div#frmArtikelLeft div.highlight_new{
	position: absolute;
	left: 20px;
	top: 5px;
	background-image: url(ico_neu_big.gif);
	width: 60px;
	height: 60px;
}
div#frmArtikelLeft div.highlight_50prozent{
	position: absolute;
	left: 20px;
	top: 5px;
	background-image: url(ico_50_big.gif);
	width: 60px;
	height: 60px;
}
div#frmArtikelLeft div.highlight_aktion{
	position: absolute;
	left: 20px;
	top: 5px;
	background-image: url(ico_aktion_big.gif);
	width: 60px;
	height: 60px;
}
div#frmArtikelLeft div.highlight_einzel{
	position: absolute;
	left: 20px;
	top: 5px;
	background-image: url(ico_einzel_big.gif);
	width: 120px;
	height: 100px;
}
div#frmArtikelLeft div.highlight_liefer{
	position: absolute;
	left: 20px;
	top: 5px;
	background-image: url(ico_liefer_big.gif);
	width: 120px;
	height: 100px;
}
div#frmArtikelRight {
	position: relative;
	padding-right: 20px;
	margin-top: 5px;
	float:right;
	width: 360px;
}
div#frmArtikelRight div.hersteller{
	position: absolute;
	right: 20px;
	top: -30px;
}
div#frmArtikelRight span {
	color: black;
	font-weight: bold;
	margin-right: 5px;
}

div#frmArtikelRight span.wichtig{
	color: #FF6600;
}

div#frmArtikelRight  {
	color: #999;
	font-weight: 300;
}
input#btnAddToCart {
	margin-top: 20px;
}

table#dgrArtikelDetailsBilder {
	border-collapse:separate;
	empty-cells:hide;
}
table#dgrArtikelDetailsBilder td {

	border: 1px solid #999;
	padding: 2px;
}

/********************************
Shop Artikelübersicht
********************************/

div#contentLeft h2 {
	display: none;
}

div#contentLeft table#dgrArtikel {

	width: 170px;
	table-layout: fixed;
}
div#contentLeft table#dgrArtikel td {
	border: 0px;
	padding-top:0px;
	padding-bottom:10px;
}
table#dgrArtikel {
	width: 647px;
	table-layout: fixed;
}

table#dgrArtikel div.details{
	position:relative;
	width: 100%;
}
table#dgrArtikel td div.highlight_hot{
	position: absolute;
	left: 0px;
	top: 5px;
	background-image: url(ico_hot.gif);
	width: 40px;
	height: 40px;
}
table#dgrArtikel td div.highlight_new{
	position: absolute;
	left: 0px;
	top: 5px;
	background-image: url(ico_neu.gif);
	width: 40px;
	height: 40px;
}
table#dgrArtikel td div.highlight_50prozent{
	position: absolute;
	left: 0px;
	top: 5px;
	background-image: url(ico_50.gif);
	width: 40px;
	height: 40px;
}
table#dgrArtikel td div.highlight_aktion{
	position: absolute;
	left: 0px;
	top: 5px;
	background-image: url(ico_aktion.gif);
	width: 40px;
	height: 40px;
}
table#dgrArtikel td div.highlight_einzel{
	position: absolute;
	left: 0px;
	top: 5px;
	background-image: url(ico_einzel.gif);
	width: 80px;
	height: 67px;
}
table#dgrArtikel td div.highlight_liefer{
	position: absolute;
	left: 0px;
	top: 5px;
	background-image: url(ico_liefer.gif);
	width: 80px;
	height: 67px;
}
div.artikelBild {
	position: relative;
	width: 100%;
	height: 120px;
	padding-bottom: 5px;
}

div.artikelPreis {
	color: #999;
	float: left;
	width: 95px;
	text-align: left;
}
div.artikelPreis span.wichtig{
	color: #FF6600;
	font-weight: bold;
}
div.artikelDetails {
	float: right;
	width: 45px;
}
div.artikelDetails a{
	color: #999;
}

/********************************
Shop Artikelbilder
********************************/
div#ArtikelBilderLeft  {
	
	margin-left: 20px;
	width: 90px;
	float:left;
	text-align: center;
	
}
div#ArtikelBilderRight {

	margin: 10px 20px 10px 0px;
	float:right;
	width: 802px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #999;

}

div#ArtikelBilderLeft p {

	width: 80px;
	height:80px;
	border: 1px solid #999;
	margin: 10px 0px 10px 0px;

}


/********************************
Shop Artikelgruppen Tree
********************************/
div#contentLeft {
	position: relative;
	border-right: 1px solid #999;
	width: 209px;
	float: left;
	
}

#contentLeft ul {
	padding: 20px 20px 0px 20px;
	list-style-type: none;
	
}

#contentLeft ul li {
	margin: 0px;

}

#contentLeft ul ul {
	margin-left: 10px;
	padding: 0px;
}

#contentLeft ul a {
	white-space:nowrap;
	margin: 0;
	font-size: 12px;
	color: #999;
	text-decoration: none;
	padding-left: 10px;
	background-image: url(pfeil_grau.gif);
	background-position: left;
	background-repeat: no-repeat;
}

#contentLeft ul a.on {
	background-image: url(pfeil_orange.gif);
	font-weight: bold;
} 





/* ******************
 Shop Bestellung Wizard
******************** */
.wizard{
	padding: 3px 0;
	margin-left: 20px;
	margin-bottom: 0;
	margin-top: 0.1em;
	font: bold 12px Arial;
}

.wizard li{
	list-style: none;
	display: inline;
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 22px;
	margin-right: 10px;

}

.wizard li#btn_dgrWarenkorb { background-image: url("wiz1_ok.jpg"); }
.wizard li#btn_dgrWarenkorb_current { background-image: url("wiz1_ok.jpg"); }
.wizard li#btn_dgrWarenkorb_off { background-image: url("wiz1.jpg"); 
}
.wizard li#btn_sAngaben { background-image: url("wiz2_ok.jpg"); }
.wizard li#btn_sAngaben_current { background-image: url("wiz2_ok.jpg"); }
.wizard li#btn_sAngaben_off { background-image: url("wiz2.jpg"); }

.wizard li#btn_frmBestellung { background-image: url("wiz3_ok.jpg"); }
.wizard li#btn_frmBestellung_current { background-image: url("wiz3_ok.jpg"); }
.wizard li#btn_frmBestellung_off { background-image: url("wiz3.jpg"); }

.wizard li#btn_sBestellung { background-image: url("wiz4_ok.jpg"); }
.wizard li#btn_sBestellung_current { background-image: url("wiz4_ok.jpg"); }
.wizard li#btn_sBestellung_off { background-image: url("wiz4.jpg"); }

.wizard li.current{
	
}
.wizard li.current a{
	text-decoration: underline;
}

.wizard li a{
	text-decoration: none;
	background-image: none;

}
.wizard li.off{

}

.wizard li a:link, .wizard li a:visited{
	color: #FF6600; 
}

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

.wizard li a.current:link, .wizard li a.current:visited {
	color: #FF6600; 

	
}




/********************************
Footer 
********************************/

div#adresse {
	height: 75px;
	padding-top: 5px;
	padding-left: 10px;
	float: left;
	width: 200px;
	border-right: 1px solid white;
	font-size: 11px;
}
div#redbull {
	float: left;
	border-right: 1px solid white;
	text-align:center;
	height: 60px;
	padding: 10px;
	width: 208px;
}
div#ktm {
	float: left;
	border-right: 1px solid white;
	text-align:center;
	height: 60px;
	padding: 10px;
	width: 208px;
}
div#wings {
	float: left;
	text-align: center;
	height: 60px;
	padding: 10px;
	width: 208px;
}
table.artikel, table.hersteller {
	margin: 20px 20px 0px 20px;
	border-collapse: collapse;
	table-layout: fixed;
	width: 647px;
}
table.artikel td, table.hersteller td {
	text-align: center;
	border: 1px solid #999;
	padding: 10px;
	vertical-align: top;
}
table.artikel {
	
	width: 647px;
}
table.artikel td {
	height: 200px;
	width: 33%;
}
table.hersteller td {

}





/********************************
Input Textboxen
********************************/
input, select {

	border: 1px solid black;
	padding: 1px 5px 1px 5px;
	margin: 2px 0px 2px 0px;	
	font-size: 11px;
	
}

input.button {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

/********************************
2 Spalten Seiten: Tours und Kontakt
********************************/
div#tours,  div#kontakt {
	background-repeat: no-repeat;
	background-position: top right;
	margin-right: 20px;
}
div#tours {
	height: 460px;
	background-image: url(tours.jpg);
}
div#kontakt {
	background-image: url(shop.jpg);
	height: 350px;
}
div#tours p,  div#kontakt p{
	padding-right: 280px;
}
div#tours h2, div#kontakt h2 {
	margin: 0px 20px 0px 20px;
	padding-top: 20px;
}


/********************************
Biografie 
********************************/
div.bio {
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
	border-bottom: 1px solid #999;
}
div.bio h2 {
	margin: 20px 0px 0px 0px;
}
div.bio p {
	margin: 0px;
}
div.bio span {
	font-weight: bold;
}
div.bio div.text {
	float:left;
	width: 360px;
	padding-right: 20px;
}
div.bio div.bild, div.bio div.personbild {
	width: 110px;
	height: 110px;
	border: 3px solid red;
	float: left;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #999;
	margin-left: 5px;
	margin: 20px 10px 20px 0px;
}
div.bio div.personbild {
	width: 230px;
	height: 230px;
}

div#route {
	padding: 20px;
}

/********************************
Startseite 
********************************/
div#boxLeft {
	text-align: center;

}
div#boxRight {

}







