body {
	color: #192512;
	font-family: "Verdana, Tahoma, Arial";
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
	
	rollbar-base-color: #fff;
	scrollbar-arrow-color: #fff;
	scrollbar-darkshadow-color: #fff;
	scrollbar-face-color: #CEDDC5;
}

a {	color: #437c22; font-family: "Verdana, Tahoma, Arial"; font-size: 10pt; font-weight: bold;	text-decoration: none; }
a:hover {	color: #f42f36;	font-family: "Verdana, Tahoma, Arial"; font-size: 10pt; font-weight: bold;	text-decoration: none; }
a.discount {	color: red;	font-size: 16px; font-family: georgia;	text-decoration: underline; }
a:hover.discount {	color: red;	font-size: 16px; font-family: georgia;	text-decoration: none; border-bottom: 1px dotted black;}

td {
	font-size: 10pt;
}

p {
	font-size: 10pt;
	margin-top: 5px;
	margin-bottom: 5px;
}

.bold {
	font-weight: bold;
}

/*.basic_bold {
	font-size: 8pt;
}*/

.red_bold {
	color: #f00;
	font-size: 8pt;
	font-weight: bold;
}

.button {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background-image: url(images/buttonbg.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	border: 1px #666666 solid;
	cursor:pointer;
}

.header_td {
	height: 50px; 
	background: url('images/header_bg.gif'); 
	repeat: repeat-y;
}
.menu_td {
	height: 19px;
	background: url('images/menu_bg.gif'); 
	repeat: repeat-y;
}

.logo {
	border: 0px solid #000;
	width: 248px;
	height: 38px;
	background: url("images/header_drinktech.gif") no-repeat;
	repeat: no-repeat;
}
.logo span {
	display: none;
}

.udvozles {
	border: 0px solid #000;
	width: 267px;
	height: 15px;
	background: url("images/header_udvozles.gif") no-repeat;
	margin-top: 22px;
}
.udvozles span {
	display: none;
}

.title {
	border: 0px solid #000;
	font-size: 12pt;
	font-weight: bold;
	margin-top: 20px;
	float: left;
}

.title_discount {
	border: 0px solid #000;
	font-size: 12pt;
	font-weight: bold;
	margin-top: 20px;
	text-align: center;
}

.title_email {
	border: 0px solid #000;
	font-size: 12pt;
	font-weight: bold;
	margin-top: 20px;
	margin-left: 20px;
}

.content {
	width: 780px;
	text-align: justify;
	font-size: 10pt;
	/*margin-top: 20px;
	margin-left: 120px;*/
}
.content_email {
	width: 780px;
	text-align: justify;
	font-size: 10pt;
	/*margin-top: 20px;
	margin-left: 20px;*/
}

.iframe {
	border: 0px solid #000;
	width: 705px;
	float: left;
	margin-left: 35px;
}

.main_edge_left {
	border: 0px solid #000;
	width: 3px;
	height: 497px;
	background: url("images/main_edge.gif") no-repeat;
}
.main_edge_right {
	border: 0px solid #000;
	width: 3px;
	height: 497px;
	background: url("images/main_edge_right.gif") no-repeat;
}

.csik_agardi {
	border: 0px solid #000;
	width: 87px;
	height: 425px;
	background: url("images/csik_agardi.png") no-repeat;
	position: absolute;
	left: 0px;
	top: 80px;
}
.csik_agardi span {
	display: none;
}

.csik_paulaner {
	border: 0px solid #000;
	width: 87px;
	height: 425px;
	background: url("images/csik_paulaner.png") no-repeat;
	position: absolute;
	left: 100px;
	top: 80px;
}
.csik_paulaner span {
	display: none;
}

.csik_charleswells {
	border: 0px solid #000;
	width: 87px;
	height: 425px;
	background: url("images/csik_charleswells.png") no-repeat;
	position: absolute;
	left: 450px;
	top: 200px;
}
.csik_charleswells span {
	display: none;
}

.csik_hacker-pschorr {
	border: 0px solid #000;
	width: 87px;
	height: 425px;
	background: url("images/csik_hacker-pschorr.jpg") no-repeat;
	position: absolute;
	left: 200px;
	top: 80px;
}
.csik_hacker-pschorr span {
	display: none;
}

.csik_lammsbrau {
	border: 0px solid #000;
	width: 87px;
	height: 425px;
	background: url("images/csik_lammsbrau.jpg") no-repeat;
	position: absolute;
	left: 300px;
	top: 80px;
}
.csik_lammsbrau span {
	display: none;
}

.csik_expresso {
	border: 0px solid #000;
	width: 87px;
	height: 425px;
	background: url("images/csik_expresso.png") no-repeat;
	position: absolute;
	left: 0; /** 300px **/
	top: 80px;
	cursor:pointer;
}
.csik_expresso:hover{
	box-shadow:0 0 5px #666;
	-moz-box-shadow:0 0 5px #666;
	-webkit-box-shadow:0 0 5px #666;
}
#expresso_termek {
	left:335px !important;
}
.uzenet {
    left: 105px;
    position: absolute;
    top: 120px;
    width: 416px;
	background: #e4efc0; /* Old browsers */
	background: -moz-linear-gradient(top, #e4efc0 0%, #abbd73 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4efc0), color-stop(100%,#abbd73)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e4efc0 0%,#abbd73 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e4efc0 0%,#abbd73 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e4efc0 0%,#abbd73 100%); /* IE10+ */
	background: linear-gradient(top, #e4efc0 0%,#abbd73 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4efc0', endColorstr='#abbd73',GradientType=0 ); /* IE6-9 */
	padding:10px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.alert{
	color:red !important;
}
.uzenet p {
    color: #000000;
    font-family: Arial;
    font-size: 18px !important;
    line-height: 24px;
    text-align: left;
    text-shadow: 0 1px 0 #FBFFDA;
}
.uzenet p  a{
    font-family: Arial;
    font-size: 18px !important;
    line-height: 24px;
	text-align:left;
	color:blue;
}
.csik_expresso span {
	display: none;
}

.elfelejtett_jelszo_input {
	border: 1px solid #000;
	width: 300px;
	height: 20px;
	float: right;
}


.main {
	border: 0px solid #000;
	background: #CEDDC5 url(images/main_bg.gif) repeat-x;
}

.footer {
	border: 0px solid #000;
	height: 22px;
	/*width: 95%;*/
	/*width: 10px;*/
	background: #fff url(images/footer_bg.gif) repeat-x;
	/*display: inline;*/
}

.oktfest{
	text-align: center;
	position: absolute;
	left: 450px;
	top: 275px;
	width: 240px;
	display: block;
	color: #f00;
	font-family: Verdana;
	font-weight: bold;
}

.oktfest img{
	width: 150px;
}

