
/*

1) Layout
2) Navigation
3) Typography
4) Lists, Forms, Tables
5) Component Specific

*/

/***************************
  1) Layout
***************************/

html {
	background:#617929 url('/images/background-image2.jpg') repeat-x;
/*	background:#000 url('/images/gras_bg.jpg') repeat;*/
}

body {
	font-family: helvetica, arial, sans-serif;
	font-size:12px;
	padding:15px 0px;
}


/* width = 730 + 8 + 8 */
#page {
	
	position:relative;
	width:730px;
	min-height:500px;
	margin:0px auto 0px auto;
	padding:8px;
	background:#fff;
}

#header {
	position:relative;
	width:730px;
	height:120px;
}

#logoContainer {
	position: absolute;
	right:20px; top:20px;
}

#logo {
	display:block;
	background:transparent url('/images/logo.png') no-repeat;
	width:127px; 
	height:83px;
}

#schriftzug {
	position:absolute;
	top:10px;left:10px;
	width:218px; height:27px;
	background:transparent url('/images/sgw-schriftzug_neu.png') no-repeat;
}

#content {
	background:transparent url('/images/content_bg.jpg') left 1px repeat-x;
	line-height:1.2em;
	position:relative;
/*	border:1px solid red;*/
	min-height:400px;
	padding:2.5em 0 3em 2em;
}

#footerHolder {
	font-size:10px;
	position:absolute;
	bottom:8px;
	left:10px;
	width:720px;
}
#footerHolder div.update {color:#ccc;}
#footerHolder div.update:hover {color:black;cursor:default;}

#footerHolder a {font-weight:bold; color:#FF6700; background-color:transparent;}
#footerHolder a:hover {background-color:transparent;text-decoration: underline;}

.credit { position:absolute; bottom:-25px;; right:-16px; background:#000; color:#444; padding:1px;}
.credit a { font-size:10px;letter-spacing:0.1em;  font-weight:normal !important;color:#888 !important; }

div#logOut {
	color:#707070;;
	z-index:52;
	position:absolute;
	right:20px;
	top:163px;
}
div#logOut a {color:#000;}
div#logOut a:hover {text-decoration:underline;}

.singleCol {width:450px;}

.leftCol, .rightCol {
	display:inline;
	float:left;
	width:330px;
}
.rightCol {
	display:inline;
	float:right;
	margin-right:1em;
}

.leftCol img, .rightCol img { margin-right:1em;}

div.homeBox {
	background: #f0f0f0 url('/images/gray_box_gradient.jpg') repeat-x bottom left;
	width:300px;
	float:left;
	margin:0 1em 1em 0;
}

div.homeBoxInside div.productDescr {
	max-width:250px;
	float:left;
	padding-bottom:2em;
}

div.homeBoxInside {padding:0px 10px 10px 10px;}
div.homeBox .product {width: 350px;}
div.aktionen div.homeBoxInside {padding:0;}
div.aktionen {min-height:150px;}
div.right {width:370px;float:right;}
div.wanderprogramm {clear:left;}

div.homeBox h3 {
	font-size:12px; font-weight:bold;
	color:#000;
	height:25px;
	line-height:26px;
	padding-left:7px;
	background: transparent url('/images/listheader_bg_yellow.jpg') repeat-x top left;
}


/***************************
  2) Navigation
***************************/
#menu {
	position:relative;
	z-index:50;
	height:26px;
	width:708px;
	margin:0px 0 0 0 ;
	padding:0 0 0 22px;
	font-size:11px;
	letter-spacing:0.05em;
	font-weight:bold;
	list-style: none;
	background:#68B41E url('/images/mainNavItemBg.jpg') repeat-x;
}
#menu li {
	position:relative;
	float:left;
}
#menu li a {
	color:#fff;
/*	text-shadow: black 2px 2px 2px;*/
	line-height:27px;
	height:26px;
	padding:0px 17px 0 5px ;
	display:block; 
	background:#68B41E url('/images/mainNavItemBg.jpg') no-repeat right 0px;
}
#menu li a:hover {
	color:#000;
	background-position: right -26px;
}

#menu li a.sel {color:#000;background-position: right -52px;}

#menu li div {
	z-index:51;
	width:180px;
	position:absolute;
	left:-999px;
	padding:1em 0 1.4em 2em;
	background:transparent url('/images/nav_menu_bg.png') no-repeat bottom;
}

#menu li ul {
/*	border:1px solid yellow;*/
	list-style: none;
}

#menu li ul li{
	margin:0 0 0.5em 0;padding:0;
	float: none;
}

#menu li ul li a {
	font-weight:normal;
	color:#000;
/*	border:1px solid yellow;*/
	background:none;
	display:block;
	padding:0;
	letter-spacing:0;
	padding:2px 0;
	height:1.2em;
	line-height:1.2em;
}

#menu li ul li a:hover {color:#499200;}
#menu li ul li a.sel {color:#499200; font-weight:bold;}


#menu li:hover div { display:block; left:-12px;}
/* Show top menu entry's active state, while hovering over drop down entries */
#menu li:hover a {background-position: right -26px;color:#000;} 

.regionen_img {
	float:right;
}
.dividerLine {
	height:2px;
	border-top:1px solid #ccc;
}

#content .singleCol img {margin-right:20px;}


/***************************
  3) Typography
***************************/

#content a {color:#FF6700; background-color:transparent;}
#content a:hover {background-color:transparent;text-decoration: underline;}  
#content h2 a {color:#68B41E; text-decoration: underline;}

h1 {font-size:20px; margin:0 0 0.5em 0; color:#68B41E;line-height:1.2em;}
h2 {font-size:16px; line-height:1.1em; margin:1em 0 0.6em 0; color:#888;}
h3 {font-size:14px; margin:0em 0; color:#68B41E; font-weight:normal;}

#content ul {line-height:1.3em;margin-bottom:1em;}
#content ul li {
	margin-bottom:0.5em;
	background:transparent url('/images/list_dot.jpg') no-repeat 0px 3px;
	padding-left:1.5em;
}

#content p {line-height:1.3em;margin:0 0 0.6em 0;}


/***************************
  4) Lists, Forms, Tables
***************************/

/* Forms */

/*for all submit buttons with this size */
.submitButton { width:99px !important; height:35px !important;}
.submitButtonSmall { width:67px !important; height:27px !important;}
input,textarea {outline:0 !important; font-size:12px; padding:2px 4px 0px 4px !important;}
#contactFormID {background-color:transparent; padding:0px 0px 0 0px;}

/*form  fieldset {background-color:#fff; border:none;}*/
#contactFormID label {float:left; width:100px; line-height:20px; clear:both; margin-top:10px;height:19px;}
#contactFormID input {height:16px;line-height:20px;}
#contactFormID input, #contactFormID textarea {
	float:left;  width:230px; margin-top:10px; border:none; background-color:#ccc;
	font-family: helvetica, arial, sans-serif;
	font-size:12px;
	padding:4px 4px 0px 4px !important;

}
#contactFormID select {
	margin-top:10px;
	width:150px;
	font-family: helvetica, arial, sans-serif;
	font-size:12px;
	padding:2px 4px;
	float:left;
}
#contactFormID input.submitButton {margin:10px 0px 0 0; padding:10px 0px 0px 0px; float:right; clear:both;background-color:transparent;}
#contactFormID .error {border:1px solid red;}
#contactFormID .errorMsg {padding:0.5em 0 0 100px; color:red; clear:both;}
#contactFormID {width:350px;margin-top:0.5em;margin-bottom:1.5em;}

#contactFormID h2 {
	font-size:12px;
	line-height:12px;
	background: #F8C40E;
	color:black;
	padding:5px;
	margin:15px 10px 0 0;
}

#contactFormID div.radioGroup {
	padding:5px;
	background:#eee;
	margin-top:10px;
	width:230px !important;
	float:left;
}
#contactFormID div.radioGroup p {
	font-weight:bold;
	border-bottom:1px solid #ccc;
	margin-bottom:1em;
}

#contactFormID div.radioGroup .error {border:1px solid red;}


#contactFormID div.radioGroup input { float:left; width:auto; height:auto; clear:both; margin:0 0 7px 0; background-color:transparent;}
#contactFormID div.radioGroup label { float:right; width:210px; height:auto; margin:0 0 7px 0; line-height:130%; clear:none; }

#contactFormID div.info {
	margin:20px 0 0 0;
}


/* TABLES */
table {
	border:none;
	border-collapse:collapse;
	border-spacing: 0;
	
}

table tbody tr {
	background-color:#ddd;
	border-top:2px solid #fff;
	border-bottom: 1px solid #eee;
}

table tr.alternateRow {
	background-color:#eee;
}

#frontendUser_LoginBox {
	width:230px;
}

#frontendUser_LoginBox .error {
	clear:both;
	color:red;
}

#frontendUser_LoginBox label {
	height:12px;
	line-height:1.5em;
	width:70px;
	float:left;
	clear:right;
}
#frontendUser_LoginBox input {
	margin-bottom:0.5em;
	height:12px;
	float:right;
}
#frontendUser_LoginButton {
	clear:both;
	float:left;
	height:auto !important;
}




/***************************
  5) Component Specific
***************************/
                      

/* SHOP */

#content div.sidebarHolder {
	float:left;
}

div.sidebar h3 {
	font-size:12px;
	font-weight:bold;
	color:#000;
	height:25px;
	line-height:26px;
	padding-left:7px;
	background: transparent url('/images/listheader_bg_yellow.jpg') repeat-x top left;
}

#content div.sidebar {
	color:black;
	background: #f0f0f0 url('/images/gray_box_gradient.jpg') repeat-x bottom left;
	width: 165px;
	margin-bottom:1.5em;
	float:left;
}

#content div.sidebar a {color:#000;}

#content div.sidebar ul {
	width:165px;
	line-height:1em; 
	margin-bottom:0em; 
	padding:0.7em 0 0.4em 0;
}

#content div.shoppingCartSidebar {
	clear:left !important;
}

#content div.shoppingCartSidebarInside {
	line-height:1em; 
	margin-bottom:0em; 
	padding:0.7em 7px 0.4em 7px;
}

#content div.sidebar ul a {
	display: block;
	width:160px;
}

#content div.sidebar ul li {
	margin-bottom:0.5em;
	background:none;
	padding-left:7px;
}

#content div.sidebar a {background-color:transparent;}

div.categoryView, div.productView {
	margin-left:2em;
	float:left;
	width:480px;
}

div.categoryView h1 {
}

div.product {
	z-index:40;
	position:relative;
	padding:10px 10px 30px 10px;
	width:400px;
	min-height:80px;
	margin-bottom:1em;
	background: #f0f0f0 url('/images/gray_box_gradient.jpg') repeat-x bottom left;
}

div.productImage {
	float:left;
	margin-right:15px;
}

div.productDescr {
	max-width:280px;
	float:left;
	padding-bottom:2em;
}
div.productDescr h2 {
	margin:0 0 0.6em 0;
}

div.productDescr .addToCartButton {
	position: absolute;
	right:8px;
	bottom:5px;
}

div.price {
	padding:0px 3px 0px 3px;
	height:20px;line-height:22px;
	background-color: #68B41E;
	color:#fff;
	font-size:16px;
	text-align:right;
	position:absolute;
	right:80px;
	bottom:13px;
}

div.productView {
	width:400px;
	position:relative;
}

div.productView div.price {
/*	width:auto;
	position: static;
	text-align:left;*/
	
}

div.productView .addToCartButton {
	position: absolute;
	right:8px;
	bottom:5px;
}

div.productView div.productPhotos img {
	margin:0 7px 7px 0;
}


div.productDescr h2 a {text-decoration:none !important;}
div.productDescr h2 a:hover {text-decoration:underline !important;}


div.shoppingcart h2 {
	margin-bottom:0.5em;
}

div.shoppingcart form input {
	
}

div.shoppingcart table.wide {
	width:650px;
}

div.shoppingcart table tr td, div.authenticate table tr td {
	padding:0.5em 0.5em 0.5em 0.5em;
}

div.shoppingcart thead tr th {
	padding-left:0.5em;
	height:2em;
	line-height:2em;
	background: transparent url('/images/listheader_bg.jpg') repeat-x top left;
}

div.shoppingcart tfoot tr td {
	border-top:1px solid black;
	border-bottom:2px solid black;
	text-align:right;
	font-weight:bold;
	padding:1em 0em 0.5em 0.5em;
}

table .cell-align-right {
	padding-right:0px !important;
	text-align:right;
}

table .lastCol {
	padding-right:5px !important;
}

div.errormsg, div.infomsg {
	padding:1em;
	width:200px;
	position:absolute;
	z-index:41;
	right:20px;
	top:30px;
	background:#FF6700;
}

div.infomsg {
	background:#68B41E;
	border-top:2px solid #7bd622;
	border-left:2px solid #7bd622;
	border-right:2px solid #428112;
	border-bottom:2px solid #428112;
}

div.errormsg {
	border-top:2px solid #ff944c;
	border-left:2px solid #ff944c;
	border-right:2px solid #b34800;
	border-bottom:2px solid #b34800;
}	

div.errormsg img.closebox, div.infomsg img.closebox {
	float:right;
	margin:-5px -5px 0 0;
	cursor: pointer;
}

div.shoppingcart table {
	width:320px
}

div.shoppingcart p {
	width:400px;
}

.featureName {
	font-weight:bold;
}

.productFeature {
	margin-top:0.5em;
}

.productFeature label {
	height:1.6em;
	margin-right:0.5em;
	line-height:1.65em;
	float:left;
}

/* ////////// END SHOP /////////////// */












