body 
{
	background-image: url("../images/body_bg.gif");
	background-color: #412118;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 13px;
	line-height: 20px;
	color: #2c1610;
}

/* Popup */

#popup_fadeToBlack {
	position: absolute;
	width: 100%;
	height: 100%;
	background: black;
	opacity: .5;
	filter: alpha(opacity=50);
	-moz-opacity: .5;
	visibility: hidden;
}

#popup_frontBox 
{
	position: absolute;
	width: 818px;
	height: 490px;
	margin: -245px 0 0 -409px;
	left:50%; 
	top:50%;
	background-image: url("../images/popup_bg.png");
	background-repeat: no-repeat;
	padding: 5px;
	visibility: hidden;
}

#popup_frontBox h2
{
	font-size: 40px;
	color: #3c1605;
	margin: 90px 0 0 63px;
	width: 300px;
	font-weight: normal;
	line-height: 40px;
}

#popup_frontBox p
{
	font-size: 22px;
	color: #523920;
	line-height: 30px;
	margin-left: 63px;
	margin-top: 50px;
}

.mitmachen
{
	width: 291px;
	height: 67px;
	text-align: center;
	background-image: url("../images/button_popup.png");
	float:left;
	margin: 20px 0 0 70px;
}

.mitmachen:hover
{
	background-image: url("../images/button_popup.png");
	background-position: left -67px;
}

#popup_frontBox p.gewinnspiel
{
	font-size: 24px;
	font-weight: bold;
	color: white;
	margin: 17px 0 0 15px;
	width: 291px;
}

#popup_frontBox .close
{
	float: right;
	font-size: 12px;
	margin-right: 33px;
	margin-top: 13px;
}




/* Inhaltsseiten */

/* Top-Header */

#top_bg
{
	height: 330px;
	width: 100%;
	background-image: url("../images/top_bg.gif");
}

#wrap_top
{
	width: 962px;
	height: 330px;
	margin: 0 auto;
}

/* diverse Header */

#head_einkehren
{
	height: 280px;
	width: 962px;
	margin: 0 auto;
	background-image: url("../images/header_start.png");
}

#head_bier
{
	height: 280px;
	width: 962px;
	margin: 0 auto;
	background-image: url("../images/header_bier.png");
}


#head_touren
{
	height: 280px;
	width: 962px;
	margin: 0 auto;
	background-image: url("../images/header_touren.png");
}

#head_bayronman
{
	height: 280px;
	width: 962px;
	margin: 0 auto;
	background-image: url("../images/header_bayronman.png");
}



#meta
{
	width: 163px;
	height: 36px;
	margin: 0;
	padding: 0;
	background-image: url("../images/meta_bg.png");
	float: right;
}

#meta p, #meta a

{
	color: #260f01;
	text-decoration: none;
	font-weight: bold;
	padding: 6px 0 0 0;
	margin: 0;
	text-align: center;
	outline: none;
	width: auto;
}

/* Mainmenue */

#menue ul
{
	padding: 0;
	margin: 0 0 0 1px;
	height: 33px;
	display: block;
}

#menue ul li
{
	float: left;
	height: 33px;
	width: 160px;
	list-style: none;
	color: #3b2014;
	background-image: url("../images/menue_tabs.png");
	text-align: center;
	font: Arial, Helvetica, Sans Serif;
	font-weight: bold;
	font-size: 15px;
	padding-top: 17px;
}

#menue ul li a

{
	text-decoration: none;
	color: #3b2014;
	outline: none;
	height: 33px;
}

#menue ul li:hover, #menue ul li:hover a
{
	background-image: url("../images/menue_tabs.png");
	background-position: left -100px;
	color: #fcfaec;
}

#menue ul li.active, #menue ul li.active a
{
	background-image: url("../images/menue_tabs.png");
	background-position: left -50px;
	color: #9f0000;
}

/*wrap*/

#wrap
{
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

/* Subnavi */

#subnavi
{
	background-image: url("../images/subnav_bg.png");
	width: 960px;
	height: 42px;
	margin: 0;
	padding: 0;
}

#subnavi ul
{
	padding: 12px 0 0 0;
	margin: 0 0 0 40px;
}

#subnavi ul li
{
	float: left;
	list-style: none;
	margin-right: 30px;
	color: #3b2014;
	font-weight: bold;
}

#subnavi ul li a
{
	color: #3b2014;
}

#subnavi ul li:hover a
{
	color: #7f5e3a;
}

#subnavi ul li a.active
{
	color: #9f0000;
}

.breadcrumb
{
	font-size: 11px;
	margin-top: 20px;
}

/* Content */

#content

{
	background-image: url("../images/content_bg.gif");
	overflow: auto;
	width: 960px;
}

#content img
{
	float: right;
	margin-right: 40px;
	margin-left: 30px;
}

p, h1, h3, h4
{
	margin-left: 40px;
}

h1
{
	font-family: Trebuchet MS, Verdana, Helvetica;
	font-weight: bold;
	font-style: italic;
	color: #9f0000;
	line-height: 30px;
	margin-bottom: 20px;
	text-shadow: #d09292 1px 1px 0px;
}

h3
{
	color: #2c1610;
	line-height: 25px;
	text-shadow: #e6d98d 1px 1px 0px;
	width: 485px;
}

h4
{
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 7px;
}

p
{
	margin-bottom: 20px;
	width: 485px;
}

a
{
	color: #9f0000;
	text-decoration: none;
}

img 
{
	border: none;
}

ul
{
	margin-left: 40px;
	margin-top: -10px;
}

/* Gewinnspiel button */

.mitmachen2
{
	width: 164px;
	height: 35px;
	text-align: center;
	background-image: url("../images/gewinnspiel_bay.png");
	float:left;
	margin: 0 0 0 40px;
}

.mitmachen2:hover
{
	background-image: url("../images/gewinnspiel_bay.png");
	background-position: left -35px;
}

p.zum_gewinnspiel
{
	color: white;
	font-weight: bold;
	margin: 6px 0 0 -8px;
	width: 164px;
}


/* Footer*/

#footer
{
	background-image: url("../images/footer_bg.png");
	float: left;
	width: 960px;
	height: 38px;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	margin: 0 0 10px 0;
	padding: 0;
}

#footer p
{
	width: 100%;
	margin: 0;
}

/* Formular Gewinnspiel */

.gewinnspiel_form
{
	background-image: url("../images/gewinnspiel_form.png");
	width: 459px;
	height: 281px;
	padding-top: 3px;
	margin-left: 40px;
}

.gewinnspiel_form input
{
	margin-left: 40px;
}

a.weiter
{
	width: 109px;
	height: 35px;
	background-image: url("../images/weiter_button.png");
	text-align: left;
	margin: 0 0 0 45px;
	padding: 0 0 5px 10px;
	color: white;
	font-weight: bold;
	font-family: Trebuchet MS, Verdana, Helvetica;
	font-size: 15px;
	border: none;
	outline: none;
}

a.weiter:hover
{
	background-image: url("../images/weiter_button.png");
	background-position: left -35px;
}

.abbrechen
{
	width: 119px;
	height: 35px;
	background-image: url("../images/abbrechen_button.png");
	text-align: left;
	margin: 0 0 0 10px;
	padding: 0 0 5px 10px;
	color: white;
	font-weight: bold;
	font-family: Trebuchet MS, Verdana, Helvetica;
	font-size: 15px;
	border: none;
	outline: none;
}

.abbrechen:hover
{
	background-image: url("../images/abbrechen_button.png");
	background-position: left -35px;
}

.gewinnspiel_form span
{
	margin-left: 40px;
}


.gewinnspiel_kontakt
{
	background-image: url("../images/bg_kontakt.jpg");
	width: 462px;
	height: 429px;
	padding-top: 3px;
	margin-left: 40px;
}

.gewinnspiel_kontakt input
{
	margin: 0 0 0 10px;
	height: 17px;
}


#pflichtfelder, #freiwillig
{
	padding: 5px;
	width: 390px;
	margin: 0 0 0 30px;
}

#pflichtfelder
{
	background-color: #eac482;
	border: 1px solid #e4ae6e;
	margin-top: 20px;
}

p.info
{
	width: 380px;
	font-size: 11px;
	line-height: 18px;
}

.nr1
{
	float: left;
}

.check
{
	margin: 5px 0 0 45px;
}

.check input 
{
	display:block;
	float:left;
	margin:0;
}

.check label 
{
	display:block;
	margin: 0x;
	font-weight: normal;
	width: 390px;
}


label
{
	color: #2c1610;
	font-weight: bold;
	float: left;
	margin: 0 0 0 10px;
}
