/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #e4bf9b;
	line-height: 1.186;
	margin: 0px;
	padding: 0px;
	background-color: #000000;	
	scrollbar-base-color: #63270d;
/*	background: #cccccc url("bg_grad.jpg") fixed;*/
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #f8b571;
	text-decoration: none;
	}

a:hover{
	text-decoration: underline;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:relative;
	top: 0px;
	left: 0px;
	width: 993px;
	height: 670px;
	background-color: #000000;
	border: 0px solid green;
	background-image: url(images/back_main.jpg);
	background-repeat: no-repeat;
	margin-left: auto; 
	margin-right: auto;}


#pageNav{
	position:absolute;
	width:130px;
	height: 408px;
	top:179px;
	left:74px;
	padding: 0px;
	background-color: #6f3620;
	border-right:1px solid black;
	border-left:1px solid black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#content{
	position:absolute;
	top:0;
	left:0;
	padding: 0px;
	margin:180px 0px 0px 218px;
	width:700px;
	border:0px solid red;
	
	}



/************** feature styles *****************/

.feature{
	padding: 0px 30px 10px 10px;
	font-size: 12px;
	line-height: 16px;
	height: 370px;
	width: 415px;
	border-top: 1px solid #ab0007;
	overflow:auto;
	
}

.feature h1{
	font: 200% Times New Roman,serif;
	color: #f8b571;
	padding: 10px 0px 5px 0px;
}

.feature h2{
	font: bold 145% Times New Roman,serif;
	color: #f8b571;
	padding-top: 15px;
	}

.feature img{
	float: left;
	padding: 20px 10px 0px 0px;
}

#featureImage {float:right;
padding-right:63px;
padding-top:40px;}


/************** siteInfo styles ****************/

#siteInfo{
	position:absolute;
	bottom:24px;
	font-size: 60%;
	color: #98592a;
	padding: 10px 10px 20px 220px;
	margin-top: 20px;
}

#siteInfo a{
		color: #98592a;
	}



/************ Themenlink styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #000000;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #4d190d;
	border-bottom: 1px solid #8a4f37;
	background-image:  url(bg_nav.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 80%;
	padding: 3px 0px 3px 10px;
	color: #8d533b;
}

#sectionLinks a:hover{
	border-top: 1px solid #f8b571;
	background-color: #b35322;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	color:#472D1D;
}


/************* Infolink styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 0px solid black;
	
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
	}

.relatedLinks a{
	display: block; 
	color: #7e4933;
	font-size: 80%;
}


/**************** Advert styles *****************/

#advert{
	padding: 10px;
	border-bottom: 0px solid #000000;
}

#advert img{
	display: block;
}




.storyLink {
	color: #00CC00;
	font-weight: bold;
}
.grün {
font-size:140%;
	color: #ab0007;
	}

.bestellen {
font-size:60%;
margin-top: -10px;
text-align: center;
}

#linkMast {font-size:60%; padding-bottom:10px; color: #98592a;}
#linkMast a{color: #98592a;}


#flaggen {
	position:absolute;
	top:610px;
	left:120px;
	}

#flaggen img{
padding-right: 4px;
	}
	
fieldset {border:0;}
.lbl {width:140px;}


img.bild {border:0;}
/********************* end **********************/








