/***********************************************/
/* 2col_rightNav.css                             */
/* Use with template 2col_rightNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
html{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 1.4;
	height:100%;
	background-color:#d2eeab;
}
body
{
	margin:0;
	text-align: center;
}

a:link{
	color: #217315;
	text-decoration: none;
	font-weight:bold;
}

a:visited{
	color: #217315;
	text-decoration: none;
	font-weight:bold;
}


a:hover {
	text-decoration: underline;
	color:#217315;
	font-weight:bold;
}


/* overrides decoration from previous rule for hovered Links */

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

h1{
 font-size: 11px;
 text-decoration:underline;
 color: #000000;
 padding: 0px 10px 0px 0px;
 margin: 0 0 0px 0;
}

h2{
 font-size: 12px;
 color: #086b00;
 padding: 0px 10px 0px 0px;
 margin: 0 0 0 0;
  border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #308E23;
	margin-top:2px;
	margin-bottom:10px;
}

h3{
 font-size: 11px;
 color: #000000;
 padding: 0px 10px 0px 0px;
 margin: 0 0 0 0;
  border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-top:2px;
	margin-bottom:10px;
}

h4{
 font-size: 14px;
 padding: 0px 10px 10px 0px;
 margin: 0 0 0 0;
}

h5{
 font-size: 12px;
 color: #d32007;
 padding: 0px 10px 2px 0px;
 border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #086b00;
	margin-top:2px;
	margin-bottom:10px;
}

h6{
 font-size: 11px;
 color: #000000;
 padding: 0px 10px 10px 0px;
 font-weight:lighter;
 border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #086b00;
	margin-top:2px;
	margin-bottom:10px;
}


hr{
	color:#d32007;
	height:1px;
	border:1px solid #d32007;
	}

ul{
 list-style-type: disc;

}

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

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

label{
	font: bold 100% Verdana,Arial,sans-serif;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#hg
{
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	width:800px;	
	border:1px solid #086b00;
	background-color:#FFFFFF;
	text-align: left;
}

#streifen
{
	float:left;
}

#right
{
	float: right;
	width: 677px;
	background-color: #ffffca;
	border-left:1px solid #086b00;	
	min-height: 700px;
}

#content
{
	background-image:url(../images/kopf.jpg);
	background-repeat: no-repeat;
	padding: 10px;	
	padding-top: 0;
}

#address
{
	font-size: 15px;
	margin-left: 440px;
	padding-left: 5px;
	width: 210px;
	background-color: #82BE82;
}

#address a
{
	color: #23228B;
}

#menue
{
	height:21px;
	padding: 3px 0 0 8px;
	font-size:12px;
	list-style:none outside none;
	background-color:white;
	margin-top: 60px;
	margin-left: 0;
}

#subMenue
{
	height:21px;
	padding: 3px 0 0 8px;
	font-size:11px;
	list-style:none outside none;
	background-color:white;
	margin-left: 0;
}

#menue a
{
	margin: 0 6px 0 17px;
}

ul#menue li
{
	display: inline;
}

ul#subMenue li
{
	display: inline;
	padding-right: 10px;
}

#navBar{
	position: absolute;
	top: 240px;
	left: 580px;
	width: 160px;
	min-height:240px;
	overflow: visible;
}

#content img
{
	text-align: center;
	margin: 0 2px 0 5px;
}
	
#content2{
	position:absolute;
	left:165px;
	top:189px;
	width: 600px;
	height: 780px;
	overflow: auto;
	z-index: 5;
}

#content2 img{
	float: center;
	margin: 0 2px 0 5px;
	}
	
	
	
#content3{
	position:absolute;
	left:165px;
	top:215px;
	width: 600px;
	height: 780px;
	overflow: auto;
	z-index: 5;
}


#bild1{
	position:absolute;
	top: 100px;
	left: -10px;
	width: 200px;
	height: 60px;
	background-color: #666666;
	overflow: hidden;
}

#bild2{
	position:absolute;
	top: 172px;
	left: -10px;
	width: 200px;
	height: 60px;
	background-color: #666666;
	overflow: hidden;
}

#bild3{
	position:absolute;
	top: 244px;
	left: -10px;
	width: 200px;
	height: 60px;
	background-color: #666666;
	overflow: hidden;
}

#bild4{
	position:absolute;
	top: 316px;
	left: -10px;
	width: 200px;
	height: 60px;
	background-color: #666666;
	overflow: hidden;
}

.warenAngebotBlock
{
	margin-bottom: 20px;
}

.collectionImage
{
	width: 300px;
	padding-bottom:20px;
	overflow: auto;
}

.collectionImage img
{
	width: 270px;
}

.collectionImage h4
{
	text-align: center;
}

.galerieRow
{
	overflow: auto;
}

.right
{
	float:right;
}

.left
{
	float:left;
}

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

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


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

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 4px 0px 0px 10px;
white-space: nowrap;
}
/* '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 */

#globalNav img{
 display: block;
}

#globalNav a {
	color:#894f8b;
	padding: 8px 22px 0px 0px; 
}

#globalNav a:hover {
	color:#894f8b;
	padding: 8px 22px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


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

.feature{
	padding: 10px 10px 10px 10px;
	font-size: 100%;
}

.feature a{
color:#d32007;
}

.feature a:hover{
color:#d32007;
font-weight:bold;
}

.feature a:visited{
color:#d32007;
}

.feature img{
	float: right;
	padding: 0px 5px 0px 10px;
	margin: 0 5px 5px 5px;
}
/* adjust margins to change separation between the feature image and text flowing around it */

.untermenue{
	font-size: 12px;
	position:absolute;
	top:189px;
	left:165px;
	width:600px;
	height: 15px;
	padding-bottom:2px;
	border-bottom:1px solid #086b00;
	z-index: 8;
}

.untermenue a{
	font-size: 12px;
	margin: 0 7px 0 7px;
	text-decoration:none;
}

.untermenue a:hover{
 font-size: 12px;
 font-weight:bold;
 color: #d32007;
 text-decoration: none;
}

.untermenue a:visited{
 font-size: 12px;
 text-decoration:none;
}



.fuss{
color:#086b00;
	font-size: 11px;
	vertical-align:text-top;
}

.fuss a{
	color:#086b00;
	padding: 0px 2px 0px 4px;
	text-decoration:none;
	}

.fuss a:hover{
	color:#d32007;
	text-decoration:underline;
	padding: 0px 2px 0px 4px; 
	}
	
.fuss a:visited{
	color:#086b00;
	text-decoration:none;
	padding: 0px 2px 0px 4px; 
	}
/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 100%;
}

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


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

#siteInfo{
	clear: both;
	width: 79%;
	border-top: 1px solid #cccccc;
	font-size: 100%;
	color: #cccccc;
	padding: 10px 0px 10px 0px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
   the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


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

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


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

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

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


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

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 100%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
	voice-family: "\"; 								z-index: 6;
}\""; 
	voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}

/********* impressum *********************/
#impressumImg{
	width: 300px; 
	height: 218px; 
	float: right;
}

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

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

.selectedPage a,
.selectedPage a:visited
{
	color: red;
}

.warenAngbeotBild{
	width:200px;
	float:left;
	margin-right: 20px;
}

.warenAngebotText{
	margin-left: 230px;
	display: block;
}

.warenAngebotÜberschrift{
	font-weight: bold;
}

.warenAngebotBlock{
	overflow: auto;
	width: 100%;
}


