body
{
	background-image:url(images/bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#251111;
	margin:0px;
	font-family:Arial;
	font-size:10pt;
}
#header
{
	height:145px;
	background-image:url(images/tabac_logo.png);
	background-repeat:no-repeat;
	background-position:center;
	border-bottom:2px solid #FFFFFF;
}
#content
{
	width:100%;
	min-height:421px;
	background-color:#FFFFFF;
	padding-top:2px;
	padding-bottom:4px;
}
#content_container
{
	border-top:1px solid #E2001A;
	border-bottom:1px solid #E2001A;
	/*height: 100%;*/
	min-height: 421px;
}
#sub_content
{
	padding:10px 70px;
}
#navi
{
	background-color:#1d0f06;
	background-image:url(images/menu_hintergrund.jpg);
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
	height:21px;
	color:#FFFFFF;
}
.menu_link
{
	text-decoration:none;
	font-family:Arial;
	font-weight:bold;
	padding-right:5px;
	padding-left:5px;
	letter-spacing:5px;
	color:#251111;
}
.menu_link:hover
{
	color:#e2001a;
}
.dropdown
{
	width:150px;
	overflow:hidden;
	height:0px;
	position:absolute;
	visibility:hidden;
	z-index:5;
}
.dropdown_item
{
	width:137px;
	height:18px;
	background-image:url(images/dropdown_item.png);
	background-repeat:no-repeat;
	padding-left:13px;
	padding-top:2px;
}
.dropdown_link
{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	display:block;
}
.dropdown_link:hover
{
	background-image:url(images/dropdown_link.png);
	background-position:-1px 2px;
	background-repeat:no-repeat;
}
#footer
{
	position:absolute;
	width:100%;
	height:15px;
	bottom:0px;
	z-index:5;
	background-image:url(images/footer.png);
	background-repeat:no-repeat;
	background-position:bottom;
	font-size:8pt;
	color:#FFFFFF;
	text-align:center;
}
a.footer
{
	color:#FFFFFF;
	text-decoration:none;
	margin:0px 5px;
}
.flashbox
{
	text-align:center;
	background-image:url(images/tabac_blur.jpg);
	background-repeat:no-repeat;
	background-position:center 50px;
	height:100%;
}
.product_container
{
	width:800px;
	margin:0px auto;
	padding-top:60px;
}
.product_text
{
	font-size:10pt;
	color:#000000;
	text-align:left;
	padding-left:30px;
	padding-top:20px;
	width:370px;
	float:right;
}
.product_image
{
	width:400px;
}
h1
{
	color:#722927;
	font-weight:bold;
	font-size:12pt;
}
a
{
	text-decoration:none;
	color:#000000;
}
.textinput
{
	border:1px solid #251111;
	font-family:Arial;
	font-size:10pt;
}
.button
{
	border:1px solid #251111;
	font-family:Arial;
	font-size:10pt;
}
.alt0
{
	font-weight:bold;
	text-align:center;
	color:#FFFFFF;
	background-color:#251111;
}
.alt1
{
	background-color:#EEEEEE;
}
.alt2
{
	background-color:#CCCCCC;
}
#gewinnspiel
{
	position:absolute;
	z-index:6;
	width:273px;
	height:144px;
	background-image:url(images/gewinnspiel.png);
	background-repeat:no-repeat;
}
#home_flash
{
	padding-top:10px;
	margin:0px auto;
	width:1024px;
	height:400px;
	background-image:url(images/home.jpg);
	background-repeat:no-repeat;
	background-position:center 10px;
}
.produkt_trenner
{
	font-size:24pt;
	font-weight:bold;
	padding:30px;
	padding-left:80px;
}
.produkt_container
{
	padding:0px 40px;
	font-size:12pt;
}

.errorbox
{
	font-weight: normal;
	font-style: normal;
	line-height: 1.3em;
	background-color: rgba(192,0,0,0.15);
	border: 1px solid red;
	padding: 4px;
}

.successbox
{
	font-weight: normal;
	font-style: normal;
	line-height: 1.3em;
	background-color: rgba(0,192,0,0.15);
	border: 1px solid green;
	padding: 4px;
}

#fbook {
    position: absolute;
 	left: 0px; 
	width: 100%; 
	top: -18px;
}
#facebook {
    background-image:url(images/facebook.png);
	width:27px;
	height:27px;
	display: block;
	left:50%;
	position:absolute;
	margin-left:500px;
}
#facebook span{
  display:none;
}