/* -- Burgenland-Vinothek CSS -- */


/*

	rot: #8a1e04
	besch dunkel: #f6d39d
	besch mittel: #ffe6be
	besch hell: #fbf3e8

*/


*{
	margin: 0;
	padding: 0;
}

body{
	background: #fbf3e8;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 1.2em;
}


/* -- Wrappers -- */

#main_wrapper{
	width: 924px;
	height: auto;
	margin: 0 auto;
	margin-top: 0px;
	background: #f6d39d;
}

#startpage_welcome{
	height: 180px;
	margin: 0 auto;
}

#header{
	width: 100%;

	padding-top: 3px;
	background: #8a1e04;
}

*+html #header{
	height: 114px;
}

#footer{
	width: 100%;
	height: 4px;
	background: #8a1e04;
	padding-top: 3px;
	clear: both;
}

* html #header, * html #footer{
	padding: 0;
}

*+html #header, *+html #footer{
	padding: 0;
}

*+html #footer{
	height: 15px;
}


/* -- Header -- */

#header_wrapper{
	width: 100%;
	height: 82px;
	clear: both;
}


#header_img{
margin-left: 20px;
float: left;
}



#header_banner{
float: right;
width: 638px;
height: 80px;
margin-top: 1px;
margin-right: 143px;
}


/* -- Top-Navigation & Search -- */

#top_wrapper{
	width: 100%;
	height: 80px;
	clear: both;
}

#empty{
	width: 143px;
	height: 80px;
}

#empty, #navigation{
	float: left;
}

#search{
	float: right;
	width: 123px;
	height: 60px;
	padding: 10px;
}

	/* - Navibox - */

#nav_table{
	width: 519px;
	height: 50px;
	border: 1px solid #f6d39d;
	border-top: none;
	position: relative;
	left: 59px;
	border-collapse: collapse;
	border-spacing: 0px;
}

.nav_th{
	background: #8a1e04;
	font-weight: normal;
	color: #f6d39d;
	height: 20px;
}

.nav_td{
	background: #fbf3e8;
	text-align: center;
}

.nav_group{
	border-right: 1px solid #f6d39d;
}

.navigation_line{
	width: auto;
	margin: 15px 20px;
}

	/* - Search - */

.search{
	width: 90px;
	height: 15px;
	border: 1px solid #ccc;
	margin: 10px 0 0;
}

.erw_search{
	display: block;
	margin: 5px 0 0 3px;
}


/* -- Left & Right Cols -- */

#col_wrapper{
	width: 955px;
	position: relative;
	top: 0;
	left: -15px;
	clear: both;
}

#left_col, #right_col{
	width: 158px;
	height: auto;
}

#left_col{
	float: left;
}

#right_col{
	float: right;	
}

.modul{
	width: 143px;
	height: auto;
	background: #ffe6be;
	margin-top: 25px;
	padding-bottom: 5px;
	font-size: 8pt;
}

.right{
	margin-left: 15px;
}

.modul_headline{
	display: block;
	width: 100%;
	background: #8a1e04;
	color: #f6d39d;
	font-weight: normal;
	font-size: 9pt;
	text-indent: 3px;
	line-height: 20px;
	margin-bottom: 5px;
}

.modul_text{
	margin: 5px;
}

.login{
	width: 130px;
	height: 15px;
	border: 1px solid #ccc;
	margin: 0 0 5px 5px;
}


/* -- Content -- */

#content_wrapper{
	width: 638px;
	float: left;
	background: #fbf3e8
}


#content{
	width: 588px;
	height: 100%;
	min-height: 800px;
	padding: 0 25px;
}

.headline{
	display: block;
	width: 100%;
	background: #8a1e04;
	color: #f6d39d;
	font-weight: normal;
	font-size: 9pt;
	text-indent: 3px;
	line-height: 20px;
	margin: 25px 0 10px 0;
}

h2{
	font-size: 9pt;
	color: #8a1e04;
	margin: 15px 0 5px;
}

input.erweiterte_suche, input.kontakt, textarea.kontakt{
	border: 1px solid #ccc;
}

table.weingebiete{
	margin-top: 0px;
}

td.weingebiete{
	padding: 5px;
	text-align: center;
	font-size: 8pt;
}

table.bestellungen{
	width: 588px;
	border-collapse: collapse;
	border-spacing: 0px;
}

td.bestellungen{
	color: #8a1e04;
	font-weight: bold;
	border-bottom: 1px solid #8a1e04;
}

td.bestellungen, td.bestellungen_background{
	padding: 5px 0;
	border-bottom: 1px solid #8a1e04;
	vertical-align: top;
}

td.bestellungen_background{
	background: #ffe6be;
}


/* -- Bottom Links -- */

#bottom_links_wrapper{
	width: 550px;
	background: #fbf3e8;
	margin: 10px auto;
	padding: 10px 0 0;
	border-top: 1px solid #8a1e04;
}

#bottom_links{
	width: auto;
}


/* -- Lines -- */

.footer, .header_top, .header_bottom{
	width: 100%;
	height: 1px;
	border: none;
	background: #f6d39d;
}

* html .footer, * html .header_top, * html .header_bottom{
	border: 1px solid #f6d39d;
}

*+html .footer, *+html .header_top, *+html .header_bottom{
	border: 1px solid #f6d39d;
}

/* -- Links -- */

a{
	text-decoration: none;
	color: #000;
}

.nav_box{
	color: #f6d39d;
}

a.nav_box:hover
{
	text-decoration: underline;
}

img{
	border: none;
}

a.red, a.red_underlined{
	color: #8a1e04;
}

a.red{
	text-decoration: none;
}

a.red:hover, a.red_underlined{
	text-decoration: underline;
}

a.arrow, a.mail{
	display: block;
	margin: 5px 0;
	padding-left: 20px;
	background: url(../data/documents/pics/arrow.gif) no-repeat 5px center;
}

a.mail{
	margin: 5px 0 0 85px;
}

a.previous{
	background: url(../data/documents/pics/pfeil_li.gif) no-repeat 5px center;
	padding-left: 25px;
}

div.previous{
	width: 50%;
	float: left;
}

div.next{
	width: 50%;
	float: right;
	text-align: right;
}

a.next{
	background: url(../data/documents/pics/pfeil_re.gif) no-repeat right center;
	padding-right: 20px;
}

div.clearing{
	clear: both;
}

div.arrow{
	background: url(../data/documents/pics/arrow.gif) no-repeat 5px center;
	padding: 10px 0 10px 20px;
	border-bottom: 1px solid #8a1e04;
}

div.navfooter
{
#	width: 100%;
	margin: 6px 0px 6px 0px;
	text-align: center;
	clear: both;
}

/* -- Text -- */


.red{
	color: #8a1e04;
}

.green{
	color: #669966;
}

.underlined, a.underlined{
	text-decoration: underline;
}

.underlined:hover, a.underlined:hover{
	text-decoration: none;
}

.klein{
	font-size: 7pt;
}

.bold{
	font-weight: bold;
}


/* -- Bilder -- */

.img_right{
	float: right;
}

.img_corr{
	margin: -10px 0 0 10px;
}

.img_left{
	float: left;
	margin-left: 7px;
}

.img_wrapper{
	height: 160px;
	clear: both;
}


/* -- Weine -- */

.wein{
	width: 565px;
	/* height: 100px;*/
	padding-left: 20px;
	background: url(../data/documents/pics/arrow.gif) no-repeat 5px center;
	/* border-bottom: 1px solid #8a1e04;*/
	clear: both;
	margin-bottom: 10px;
}

.weinlinie{
	width: 565px;
	height: 10px;
	padding-left: 20px;
	border-top: 1px solid #8a1e04;
	clear: both;
	margin-top: 5px;
}

.wein_img{
	float: left;
	margin-right: 10px;
}

.wein_text, .wein_text_ohne_bild{
	float: left;
	width: 280px;
	margin-right: 10px;
}

.wein_text_ohne_bild{
	margin-left: 20px;
}

.wein_table{
	font-weight: bold;
	margin-top: 10px;
}


.wein_td{
	padding: 5px;
	text-align: center;
}

.wein_buy_wrapper{
	width: 200px;
	float: right;
}

.wein_buy_wrapper_left{
	width: 200px;
}

.wein_buy_table{
	position: relative;
	top: 38px;
	height: 50px;
	width: 100%;
	border: none;
	border-collapse: collapse;
	border-spacing: 0px;
}

.wein_buy_table_detail{
	position: relative;
	top: 15px;
	height: 50px;
	width: 100%;
	border: none;
	border-collapse: collapse;
	border-spacing: 0px;
}

.wein_buy_td_top{
	height: 30px;
	text-align: center;
}

.wein_buy_td_bottom{
	height: 20px;
	background: #f6d39d;
	text-align: center;
}

.anzahl{
	width: 30px;
	height: 15px;
	border: 1px solid #ccc;
	margin-top: 10px;
}



/* -- Space-Correction (fuer gefloatete Teile im Content) -- */

.corr_space1{
	width: 100%;
	height: 50px;
}

.corr_space2{
	width: 100%;
	height: 170px;
}

* html .corr_space1, * html .corr_space2{ height: 0; }
*+html .corr_space1, *+html .corr_space2{ height: 0; }