*
{
	margin:0;
	font-family:Verdana,Arial,Helvetica,Sans-Serif;
}

body 
{
	background:white url(../images/layout_stuff/bg.png) repeat-y 0 0;
	font-weight:normal;
	font-size: 100.01%;
	color:#666666;
}

html, body 
{ 
	margin:0;
	padding:0;
	min-width:60em;
}

/* for all browsers that understand min-width */
#all_outer{
	width:100%;
	min-height:100%;
	height:auto;
	margin-bottom:-2.5em;
}

#all_outer_footer{
	width:100%;
}

/* the bodge for IE6 browsers */
* html #IE_outer{
	border-left:60em solid white;
	min-height:100%;
	height:auto;
	position:relative; 
	float:left; 
	z-index:1;
}

* html #IE_outer_footer{
	border-left:60em solid white;
	position:relative; 
	float:left; 
	z-index:1;
}

* html #IE_outer_container{
	margin-left:-60em; 
	position:relative; 
	float:left; 
	z-index:2;
}

* html #IE_outer_container_footer{
	margin-left:-60em; 
	position:relative; 
	float:left; 
	z-index:2;
}

img{
	border:none;
}

input{
	background:none;
	border:1px solid #A5ACB2;
	color:#666666;
}

select{
	color:#666666;
}

/*#outer
{
	min-height:100%;
	height:auto;
	margin-bottom:-2.5em;
	position:relative;
}*/

* html #IE_outer
{
	height:100%;
}

/* commented backslash hack \*/ 
html, body{
	height:100%;
} 
/* end hack */

/***** HEADER *****/

div#redheader
{
	background:url(../images/layout_stuff/red_header_background.png) repeat-x;
	height:62px;
	color:#f9fbed;
}

div#redheader img
{
	position: relative;
	float:left;
	top:33px;
	left:20px;
}


div#whiteheader
{
	clear:both;
	background:#F9FBED;
	padding-left:160px;
	padding-right:320px;
	height:83px;
}

div.header_white_left_dummy{
	position:relative;
	float:left;
	width:160px;
	margin-left:-160px;
}

/*** IE6 Fix ***/
* html div.header_white_left_dummy {
	left:160px;
}

div.header_white_middle_dummy{
	position:relative;
	float:left;
	width:100%;
}

div.header_white_right_dummy{
	position:relative;
	float:left;
	width:320px;
	margin-right:-320px;
	text-align:right;
}

div.quotes
{
	position:relative;
	float:right;
	top:0;
	color:#8f9088;
	height:82px;
	overflow:hidden;
}

div.quotes p.by
{
	text-align:right;
	font-style:italic;
	font-size:11px;
}

div.main_link_div
{
	position:relative;
	float:left;
	top:5px;
	left:22px;
	width:272px;
}

ul.header_ul
{
	list-style:none;
	padding:0;
}

div#blueheader
{
	clear:both;
	background:url(../images/layout_stuff/bluebar_background.png) repeat-x;
	height:25px;
	color:#f9fbed;
	padding-left:22px;
}


/***** HEADER ENDE *****/

/****LEFT, CENTER, ADVERTISEMENT & MAIN****/

div#main{
	padding-left:10em;
	padding-right:9em;
	background:white;
}

/* DUMMYS */

div#left_dummy{
	position:relative;
	float:left;
	width:10em;
	margin-left:-10em;
}

/*** IE6 Fix ***/
* html div#left_dummy {
	left:10em;      
}

div#content_dummy{
	position:relative;
	float:left;
	width:100%;
}

div#advertisement_dummy{
	position:relative;
	float:left;
	width:9em;
	margin-right:-9em;
}

div#content
{	
	position:relative;
	padding:1em 2em;
}

div#left
{	
	position:relative;
	width:100%;
	color: #66808c;
	background:none;
	padding:1.4em 0 1em 0;
}

div#left table tr td{
	height:1.3em;
}

div#advertisement {
	position:relative;
	color:#66808c;
	padding:1em 1em 1em 0;
	text-align:right;
}

div#advertisement img 
{
	border:0em;
}

/****LEFT, CENTER & MAIN ENDE *****/

/****TEXTBOX****/

div.Textbox p
{
	line-height:1.5em;
}

div.Textbox h1 img:hover
{
	cursor:pointer;
}

div.Textbox h1.add_wine_h1:hover{
	cursor:pointer;
}

div.Textbox h1 span.add_wine_span{
	padding-left:20px;
}

div.Textbox h2 span.add_wine_span{
	padding-left:20px;
}

ul.agb{
	padding:0 10px 0 0;
}

ul.agb li{
	margin-left:40px;
	margin-bottom:10px;
	font-size:1.1em;
}

ul.welcome_ul{
	list-style: none;
	padding-left:1px;
}

ul.welcome_ul li{
	font-size:1.18em;
	font-family:sans-serif;
	padding-left:1.8em;
	margin-bottom:10px;
	background-image: url(../images/ico/arrow_right.png);
	background-repeat: no-repeat;
	background-position:0 center;
}

div.new_div_style{
	position:relative;
	border:1px solid #E0E0E0;
	background:#F7F7F7;
	padding:10px;
	margin-top:-1px;
}

div.new_div_style:hover{
	background:white;
}

div.new_div_style_no_amount{
	position:relative;
	border:1px solid #E0E0E0;
	background:#ffb3b3;
	padding:10px;
	margin-top:-1px;
}

div.new_div_style_no_amount:hover{
	background:white;
}

div.new_div_style_low_amount{
	position:relative;
	border:1px solid #E0E0E0;
	background:#fffeb3;
	padding:10px;
	margin-top:-1px;
}

div.new_div_style_low_amount:hover{
	background:white;
}

div.new_div_style div, div.new_div_style_no_amount div, div.new_div_style_low_amount div{
	position:relative;
	background:none;
	text-align:left;
}

div.header_div{
	position:relative;
	background:none; 
	border:1px solid #E0E0E0;
	border-bottom:1px solid #66808c;
	padding:5px;
	text-align:left;
	z-index:1;
}

div.heading{
	width:5em;
	float:left;
	color:#66808c;
	padding:4px 10px 4px 0;
	/*height:15px;*/
	overflow:hidden;
}

div.left_content{
	overflow:hidden; 
	width:12em;
	float:left;
	padding:4px 10px;
	/*height:15px;*/
}

div.right_content{
	overflow:hidden;
	padding:4px 10px;
	/*height:15px;*/
}

/**** UPLOAD WINELIST STYLE ****/

table.table_upload_winelist{
	border-collapse:collapse; 
	empty-cells:show; 
	border:1px solid #E0E0E0;
	background:#F7F7F7;
}

table.table_upload_winelist tr.stat_table_first_row{
	border-bottom:1px solid #66808c;
	text-align:left;
}

table.table_upload_winelist tr.stat_table_first_row th{
	background:#FFFFFF; 
	font-size:12px;
	height:3em;
	padding:0 5px;
}

table.table_upload_winelist tr.td_upload_winelist{
	border-bottom:1px solid #E0E0E0;
}

table.table_upload_winelist tr td{
	padding:0 5px;
	height:2.5em;
	font-size:12px;
}

table.table_upload_winelist tr td.column_td{
	padding-right:30px;
}



/**** UPLOAD WINELIST STYLE ENDE ****/

table.table_style{
	width:100%;
	border-collapse:collapse; 
	empty-cells:show; 
	border:1px solid #E0E0E0;
	table-layout:fixed;
}

table.table_style tr.table_first_row{
	background:none; 
	border-bottom:1px solid #66808c;
	height:2em; 
	text-align:left;
}

table.table_style tr.stat_table_first_row{
	background:none; 
	border-bottom:1px solid #66808c;
	height:2em; 
	text-align:left;
}

table.table_style tr.stat_table_first_row th{
	width:13em;
}

tr.info_tr, tr.no_amount, tr.low_amount, tr.wine_detail_info{
	height:3em; 
	border-bottom:1px solid #E0E0E0;
}

table.table_style tr.table_first_row th, table.table_style tr.stat_table_first_row th, table.table_upload_winelist tr.stat_table_first_row th{
	border-bottom:1px solid #66808c;
}

tr.info_tr td, tr.no_amount td, tr.low_amount td, tr.wine_detail_info td, tr.info_tr_checked td{
	border-bottom:1px solid #E0E0E0;
}

table.table_style tr th, table.table_style tr td{
	padding:0 10px;
	overflow:hidden;
}

table.wine_detail_table tr td.wine_selected{
	width:250px; 
}

table.wine_detail_table tr td.wine_selected select{
	width:100%; 
	color:#666666;
}

table.wine_detail_table tr td select{
	vertical-align:middle;
}

table.wine_detail_table tr td input{
	margin-left:5px;
	width:13em;
	color:#666666;
	vertical-align:middle;
}

table.wine_detail_table tr td img{
	margin-left:2px;
	vertical-align:middle;
}

table.wine_detail_table tr td{
	/*padding-bottom:5px;*/
}

table.wine_detail_table tr th{
	/*padding-bottom:5px;*/
	height:2em;
	padding-right:15px;
	font-weight:normal;
	text-align:left;
	color:#66808C; 
	letter-spacing:1px;
}

table.maturing tr td{
	vertical-align:top;
	padding-right:20px;
	padding-bottom:5px;
}

table.maturing tr td input{
	margin:0;
}


div.Textbox form input.edit_img{
	width:16px; 
	height:16px; 
	border:none;
	background:url(../images/ico/page_white_edit.png) no-repeat;
	padding-top:20px;
}

div.Textbox form input.edit_img:hover{
	cursor:pointer;
}

table.stat_price_table th{
	height:2em; 
	font-weight:normal;
	text-align:left;
}



table.stat_price_table td{
	padding-left:20px;
}

/****TEXTBOX ENDE *****/

/****TOP****/

div.top{
	margin-bottom:1em;
}

div.top_spez
{
	color: #666666;
	font: normal 1em Verdana;
}

div.top ul
{
	padding-left: 0.625em;
	list-style:none;
}

div.top ul li
{
	padding-left: 0.625em;
	margin-bottom: 1px;
}

/****TOP ENDE *****/

/****KOMMENTARE****/

div.comments_detail
{
	float:left;
	width:5em;
	margin-left:1.25em;
}

.comments
{
	margin-bottom: 5.625em;
	margin-left:10.625em;
}

/****KOMMENTARE ENDE *****/

/***** FOOTER *****/

div#footer 
{
	clear:both;
	height:2.5em;
	width:100%;
	text-align:center;
	background:#8d2132;
	color:#F9FBED;
	position:relative;
}

#clearfooter{
	clear:both;
	height:2.5em;
	width:100%;
	position:relative;
}

/***** FOOTER ENDE *****/

/***** MY PROFILE *****/

/***** MY PROFILE ENDE *****/

/***** ERROR / SUCCESS / INFO TABLE *****/

table.error_table{
	border:1px solid #EE0000;
	background:#F7F7F7;
	color:#EE0000; 
	width:100%;
}

table.success_table{
	border:1px solid #228B22;
	background:#F7F7F7;
	color:#228B22;
	width:100%;
}

table.info_table{
	border:1px solid orange;
	background:#F7F7F7;
	color:#FFA500;
	width:100%;
}

table.error_table th, table.success_table th, table.info_table th{
	vertical-align:top; 
	width:16px;
	text-align:left;
	font-weight:normal;
}

table.error_table td, table.success_table td, table.info_table td{
	padding-left:5px;
}

/***** ENDE ERROR / SUCCESS TABLE *****/


/***** BEGINN / LEGENDE DIV *****/

div.legend_div{
	border:1px solid #66808C;
	background:#F7F7F7;
	padding:5px;
}
/***** ENDE / LEGENDE DIV *****/


/***** NACHRICHTEN ****/

div.message_from{
	width:6.25em; 
	float:left; 
	padding-left:0.625em;
}

div.message_subject{
	width:23.125em; 
	border-right:1px solid black; 
	border-left:1px solid black; 
	float:left; 
	padding-left:1.25em; 
	padding-right:1.25em;
}

div.message_time{
	float:left; 
	padding-left:1.25em; 
	padding-right:1.25em; 
	border-right:1px solid black;
}

div.message_div{
	border-top:1px solid black; 
	border-bottom:1px solid black; 
	padding-top:0.625em; 
	padding-bottom:0.625em; 
	margin-top:-1px;
}

div.message_top_div{
	height:1.25em;
	font-weight:bold;
}

tr.info_tr1{
	background:white;
}

tr.info_tr2{
	background:#C6DEDE;
}

tr.info_tr1:hover, tr.info_tr2:hover{
	background:#EAFFFF;
}

tr.info_tr{
	background:#F7F7F7;
}

tr.info_tr:hover{
	background:white;
}

tr.wine_detail_info{
	background:#F7F7F7;
}

tr.info_tr_checked{
	height:3em;
	background:#FEFDC2;
	border-bottom:1px solid #E0E0E0;
}

tr.info_tr_checked:hover{
	background:white;
}

tr.table_first_row_checked{
	background:#FEFDC2;
	height:2em; 
	text-align:left;
	border-bottom:1px solid #66808c;
}

tr.table_first_row_checked th{
	border-bottom:1px solid #66808c;
}

tr.table_first_row_checked:hover{
	background:white;
}

tr.no_amount{
	background:#EE0000;
}

tr.no_amount:hover{
	background:white;
}

tr.low_amount{
	background:#FFA500;
}

tr.low_amount:hover{
	background:white;
}


input#subject{
	width:25em;
	padding:0.125em;
}

/***** NACHRICHTEN EDNE *****/
