/** Paulaner Solo **/
html, body {
	font-family:helvetica, sansserif;
	font-size:12px;
	color:#FFF;
	overflow: -moz-scrollbars-vertical;
	overflow-x: auto;
	overflow-y: scroll;
}
body {
	margin:0;
	padding:0;
	background:#00295B;
	line-height:normal;
}
body {
	background-image:url(img/solohg.png);
	background-repeat:repeat-x;
	background-position:bottom;
	background-attachment:fixed;
}
table {
	font-size:11px;
	line-height:15px;
}
img {
	border: 0;
}
p {
	margin:0;
	padding:0;
	line-height:1.5;
}
.content {
	width:466px;
	padding:1.4em 0;
	margin:0;
	background:#00295B;
	border:none;
}
.content p {
	padding:0 65px 1em 0;
}
a {
	text-decoration: none;
	color:#caa203;
	cursor:hand;/*
	cursor:url("img/cursor.png");*/
}
a:hover {
	text-decoration: none;
	color:#da2836;
}
ul {
	margin-top: 1em;
	margin-bottom:1em;
	list-style-type:none;
}
.h1 {
	font-size: 26px;
	font-weight:100;
	line-height:30px;
}
.h2 {
	font-size: 14px;
	font-weight:250;
	line-height:18px;
}
.h3 {
	font-size: 13px;
	font-weight:200;
	line-height:17px;
}
.h4 {
	font-size: 16px;
	font-weight:250;
}
.teaser {
	font-size: 26px;
	font-weight:100;
	line-height:30px;
	margin-top: 3;
}
/** MENU **/
#pmenu {
	width: 100%;
	overflow: hidden;
	margin: 1em 0 0 0;
	padding: 0;
	list-style-type: none;
}
#pmenu a {
	display:block;
	text-decoration: none;
}
#pmenu li {
	float:left;
	width: 155px;
	margin:0;
	padding: 0
}
#pmenu li a {
	width: 100%;
	padding: 6px 0px 6px 30px;
	color: #b3bfce;
	;
}
#pmenu li a:hover {
	background: url("img/menu-active.gif") no-repeat center left;
	color: #fff;
	font-weight:bold;
}
#pmenu li#active a {
	padding: 6px 0px 6px 30px;
	font-size: 12px;
	font-weight: bold;
	background: url("img/menu-active.gif") no-repeat center left;
	color: #fff;
	text-transform:uppercase;/*
	text-transform:uppercase;
	*/
}
#countdown {
	margin-top:5.5em;
	vertical-align:top;
}
#ad {
	width:164px;
	margin-top:8em;
	margin-left:15px;
	vertical-align:bottom;
	position:fixed;
}
.icon {
	margin: 0 8px 0 3px;
}
.icon_teaser{
	margin: 1px 0 0 3px;
	display:block;
	width: 30px;
	float:left;
	text-align:left;
}
.bu {
	font-family:Georgia, serif;
	font-weight:normal;
	font-size:11px;
	margin: 5px 0 10px 0;
	letter-spacing:0.1em;
}
.notice {
	font-size: 13px;
	font-weight:200;
	text-decoration: blink;
	color:#da2836;
}
.image {
	border:none;
	padding: 0 0 5px 0;
}
.sb {
	padding-right: 10px;
}
#image.imageintext {
	float: left;
	margin: 0;
	padding: 0 5px 0 5px;
	width: 85px;
}
.column {
	float: left;
	width: 460px;
}
#image {
	padding: 0 0 60px 0;
}
#gold {
	background: #CAA203;
	height: 50px;
	vertical-align:bottom;
}
.button {
	text-decoration: none;
	position:relative;
	top: -190px;
	left:250px;
	background:-webkit-gradient(linear, left top, left bottom, from(#79551c), to(#61471e));
	background:-moz-linear-gradient(top, #79551c, #61471e);
	background:-o-linear-gradient(top, #79551c, #61471e);
	background:linear-gradient(top, #79551c, #61471e);
	text-align:center;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border:solid 3px #79551c;
	display:block;
	width:17em;
	padding:7px 6px;
	-moz-box-shadow: 0px 3px 8px #003;
	-webkit-box-shadow: 0px 3px 8px #003;
}
.button:hover {
	cursor: hand;
	text-decoration: none;
	position:relative;
	top: -190px;
	left:250px;
	background:-webkit-gradient(linear, left top, left bottom, from(#61471e), to(#79551c));
	background:-moz-linear-gradient(top, #61471e, #79551c);
	background:-o-linear-gradient(top, #61471e, #79551c);
	background:linear-gradient(top, #61471e, #79551c);
	text-align:center;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border:solid 3px #61471e;
	display:block;
	width:17em;
	padding:7px 6px;
	-moz-box-shadow: 0px 3px 8px #003;
	-webkit-box-shadow: 0px 3px 8px #003;
}

