body
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	background-color: White;
	color: #665325;
}

h1
{
	font-size: 30px;
	font-family: Georgia, Arial, Helvetica,sans-serif;

}

h2
{
	font-size: 20px;
	font-family: Georgia, Arial, Helvetica,sans-serif;
}

h3
{
	font-family: Georgia, Arial, Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
}

p, tr, td
{
	font-size: 12px;
}

a
{
	color: #c2a538;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#basecontainer
{
	width: 970px;
}

#navi_logo_container
{
	width: 290px;
	float: left;
	padding-top: 100px;
	text-align: left;
}

#maincontent
{
	float: left;
	width: 670px;
	text-align: left;
	color: #665325;
	position: relative;
	z-index: 2;
	margin-bottom: 10px;
}

#maincontent table
{
	color: #665325;
}

.maincontentbox_top
{
	background-image: url("../../templates/Images/maincontent_box_top.gif");
	background-repeat: no-repeat;
	width: 614px;
	height: 10px;
	*margin-bottom: -5px;
}

.maincontentbox_bottom
{
	background-image: url("../../templates/Images/maincontent_box_bottom.gif");
	background-repeat: no-repeat;
	width: 614px;
	height: 14px;
}

.maincontentbox
{
	background-image: url("../../templates/Images/maincontent_box_bg.gif");
	background-repeat: repeat-y;
	padding-left: 20px;
	position: relative;
	width: 575px;
	*width: 615px;
	padding-right: 20px;
}

#logo
{
	width: 289px;
	height: 135px;
}

.toprightbox
{
	position: absolute;
	left: 470px;
	top: 20px;
}

.image_left
{
	float: left;
}

.image_right
{
	float: right;
}

.pageheadline
{
	font-size: 30px;
	font-family: Georgia, Arial, Helvetica,sans-serif;
}

.pageheadline p
{
	font-size: 30px;
}

.headline_underline
{
	background-image:  url("../Images/headline_bottom.gif");
	background-repeat: no-repeat;
	margin-left: -15px;
	margin-bottom: 15px;
	margin-top: 4px;
	*margin-top: 0px;
	height: 1px;
}

.floatingelement
{
	float: left;
	margin-bottom: 15px;
	width: 100%;
}

li
{
	padding-left: 15px;
	background-image: url("../Images/sitemap_tree_corner.gif");
	background-position: left 3px;
	background-repeat: no-repeat;
	padding-bottom: 8px;
}

.pdflinkcontainer
{
	margin-bottom: 10px;
}

.link
{
	background-image: url("../Images/link.gif");
	background-position: left 1px;
	background-repeat: no-repeat;
	padding-left: 15px;
}

.contactlink
{
	background-image: url("../Images/contact.gif");
	background-position: left 1px;
	background-repeat: no-repeat;
	padding-left: 15px;
}

/*---------------------Base Template-----------------------------*/

.whitebox_top
{
	background-image: url("../../templates/Images/whitebox_top.gif");
	background-repeat: no-repeat;
	width: 169px;
	height: 13px;
	*margin-bottom: -3px;
}

.floatingelement .whitebox_bg
{
	text-align: center;
}

.floatingelement .whitebox_bottom
{
	margin-bottom: 15px;
}

.whitebox_bottom
{
	background-image: url("../../templates/Images/whitebox_bottom.gif");
	background-repeat: no-repeat;
	width: 169px;
	height: 13px;
}

.whitebox_bg
{
	background-image: url("../../templates/Images/whitebox_bg.gif");
	background-repeat: repeat-y;
	padding-left:10px;
	padding-right:10px;
	width: 149px;
	*width: 169px;
}

.maincontentbox .image_left
{
	margin-right: 20px;
	margin-bottom: 20px;
}

.maincontentbox .image_right
{
	margin-left: 20px;
	margin-bottom: 20px;
}

#headerimage
{
	height: 100px;
	text-align: left;
	margin-left: 340px;
	position: relative;
}

#headerimage img
{
	text-align: center;
}



#search
{
	position: absolute;
	left: 425px;
	background-image: url("../../templates/Images/searchbox.gif");
	background-repeat: no-repeat;
	height: 37px;
	width: 136px;
}

.searchinput
{
	background-color: #ffffff;
	border: medium none;
	color: #665325;
	height: 14px;
	margin-right: 10px;
	margin-top: 8px;
	margin-left: 12px;
	padding: 0;
	vertical-align: top;
	width: 80px;
}

.searchbutton
{
	margin-top: 8px;
}
/*-----------------------Home Template--------------------------*/

#homecontent
{
	float: left;
	width: 670px;
	text-align: left;
}

#teasers
{
	text-align: left;
	margin-left: 10px;
}

.grayteaserbox
{
	width: 306px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.grayteaserbox h1,
.grayteaserbox h2,
.grayteaserbox h3
{
	color: #c2a538;
}

.grayteaserbox_top
{
	background-image: url("../../templates/Images/greyteasebox_top.gif");
	background-repeat: no-repeat;
	height: 17px;
	width: 306px;
}

.grayteaserbox_bottom
{
	background-image: url("../../templates/Images/greyteasebox_bottom.gif");
	background-repeat: no-repeat;
	height: 17px;
	width: 306px;
}

.grayteaserbox_bg
{
	background-image: url("../../templates/Images/greyteasebox_bg.gif");
	background-repeat: repeat-y;
	width: 276px;
	*width: 306px;
	padding: 0 15px 0 15px;
}

.grayteaserbox .pdflinkcontainer
{
	margin-bottom: 0px;
	margin-top: 4px;
}


#teasers .image_left
{
	margin-right: 10px;
	margin-bottom: 10px;
}



/*------------------------Brand Template------------------------*/

#brandcontainer #headerimage
{
	margin-left: 470px;
}

#brandcontainer
{
	width: 960px;
}

#brandcontainer .whitebox_bg
{
	text-align: center;
}

#brandcontainer .maincontentbox
{
	min-height: 600px;
	height: auto !important;
	height: 600px;
}

#brandcontainer #maincontent
{
}

.imageboltle
{
	z-index: 99;
	padding-left: 30px;
	text-align: left;
	width: 150px;
	float: left;
	position: absolute;
	top: -60px;
}

.imagebotle img
{
	z-index: 99;
}

.brandcontent
{
	margin-left: 200px;
	min-height: 450px;
	height: auto !important;
	height: 450px;
	width: 240px;

}

#brandcontainer li
{
	padding-bottom: 0px;
}

.yellowbox
{
	background-image: url("../../templates/Images/yellowbox_bg.gif");
	width: 152px;
	*width: 172px;
	height: 223px;
	*height: 228px;
	background-repeat: no-repeat;
	padding: 5px 5px 5px 15px;
	margin-bottom: 5px;
}

.yellowbox img
{
	margin-left: -15px;
	margin-top: -5px;
}

.yellowbox table img
{
	margin-left: 0px;
	margin-top: 0px;
}


.yellowbox a
{
	color: #c2a538;
}

.yellowbox .pdflinkcontainer
{
	margin-bottom: 5px;
}

#brandcontainer .headline_underline
{
	margin-left: -30px;
}

.map
{
	height: 300px;
	width: 570px;
}

.imagehovercontainer
{
	position: relative;
	padding-right: 20px;
	float: left;
}

.imagehovercontainer img
{
	margin-top: 30px;
	z-index: 2;
}

.hoverbox
{
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url("../../templates/Images/hovertext_bg.png");
	width: 151px;
	*width: 163px;
	height: 20px;
	*height: 30px;
	padding: 5px 5px 5px 7px;
	z-index: 100;

}
/*--------------------News Container----------------------------*/
.newscontainer
{
	padding-top: 10px;
	padding-bottom: 10px;
}

/*---------------------LEFT NAVIGATION--------------------------*/

#leftnavigation
{
	margin: 15px 0 20px 40px;
}

#leftnavigation a
{
	text-decoration: none;
}

#leftnavigation a:hover
{
	text-decoration: underline;
	font-weight: bold;
}

.tab_container
{
	width: 191px;
	background-image: url("../../templates/Images/leftmenutab_bottom.gif");
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	padding-top: 10px;
}

.tab_header
{
	width: 191px;
	background-image: url("../../templates/Images/leftmenutab_top.gif");
	background-repeat: no-repeat;
}

.firstlevel
{
	color: White;
	padding-top: 7px;
	padding-bottom: 10px;
	padding-left: 15px;
}

.firstlevel a
{
	color: White;
}

.secondlevel
{
	color: #ccb23f;
}

.level2
{
	width: 191px;
	background-image: url("../../templates/Images/leftmenulink_bg.gif");
	background-repeat: repeat-y;
	padding: 4px 0 4px 15px;
}

.lvl2active
{
	background-image: url("../../templates/Images/leftmenulink_active_bg.gif");
}

.lvl2active a
{
	text-decoration: underline !important;
	font-weight: bold;
}

/*---------------------FOOTER--------------------------*/
#footernavigation
{
	text-align: center;
	padding-right: 20px;
	padding-top: 17px;	
	border-top: dotted 1px #ccb240;
	width: 950px;	
	color: #b3b3b3;
	font-size: 11px;
	font-weight: bold;
	clear: both;
	padding-bottom: 10px;
}


.footerseparator
{
	background-image: url("../Images/footerseparator.gif");
	background-repeat: no-repeat;
	background-position: center center;
	padding-left: 15px;
}

#footernavigation a, 
#footernavigation a:visited, 
#footernavigation a:active,
#footernavigation a:hover
{
	vertical-align: baseline;
	color: #b3b3b3;
	text-decoration: none;
}

#footernavigation .active
{
	color: Black;
}


/*-------------------------Site Map-------------------------*/

.sitemaplvl2
{
	padding-left: 15px;
	background-image: url("../Images/sitemap_tree_corner.gif");
	background-position: left center;
	background-repeat: no-repeat;
}

.sitemaplvl1
{
	padding-top: 10px;
	padding-bottom: 2px;
}

.sitemaplvl1 a
{
	text-decoration: underline;
}

/*-------------------------News-----------------------------*/
.iconpdf 
{
	background-image: url(../Images/pdf.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 20px;
}

.iconimage
{
	background-image: url(../Images/image_icon.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-left: 3px;
}


.totop 
{
	text-align: right;
	background-image:url(../Images/totop_arrow.gif);
	background-position:right center;
	background-repeat:no-repeat;
	padding-right: 15px;
	font-size: 11px;
	padding-left: 480px;
}

/*-----------------Contact-----------------------------*/
.errormessage
{
	color: Red;
}

.contactform td
{
	padding: 5px 10px 5px 0; 
}

#LBD_CaptchaDiv #LBD_CaptchaIcons
{
	margin-top: 15px;
}
