/* Master font and color */
*
{
	font-family: Verdana, Arial, Helvetica;
	color: #111;
}

/* Background */
body
{
	padding: 0;
	margin: 0;
}
#container
{
	min-width: 800px;
	max-width: 1200px;
}

/* Some default tag properties */
table
{
	border: 0;
	padding: 0;
	margin: 0;
}
tr {
	vertical-align: top;
}
b {
	font-weight: bold;
}
i {
  font-style: italic;
}
img {
  border: 0;
}
img.left {
 	float: left;
 	margin-right: 10px;
 	margin-top: 5px;
 	margin-bottom: 5px;
}
img.right {
	float: right;
	margin-left: 10px;
 	margin-top: 5px;	
 	margin-bottom: 5px; 	
}
.center {
	text-align: center;
}
.centerbold {
	text-align: center;
	font-weight: bold;
}
.centerbolditalic {
	text-align: center;
	font-weight: bold;
	font-style: italic;
}
.smallitalics {
	font-style: italic;
	font-size: 0.9em;
}
.underline {
	text-decoration: underline;
}
.bold {
	font-weight: bold;
}
.udsolgt {
	color: #00b;
}


/* Header */
#header {
	background: url(../images/banner.png) no-repeat top center;
	text-align: right;
	height: 160px;
	width: 100%;
}
#header img {
	margin-top: 45px;
}

/* The navigation menu */
#menu {
	width: 140px;
	padding: 0;
	margin: 0;
	background: #f4f4f4;
	position: absolute;
	left: 0px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ddd;
}
#menu ul * {
	line-height: 100%;
}
#menu ul li {
	margin: 0;
	border-bottom: #f4f4f4 1px solid;
	list-style-image: none;
}
#menu ul li a {
	display: block;
	margin: 0;
	padding: 3px 2px 4px 6px;
	font-size: 0.8em;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	color: #444;
	text-decoration: none;
}
#menu ul li a.vin {
	font-size: 0.75em;
	padding: 3px 2px 3px 12px;
}
#menu ul li.sel a {
	font-weight: bold;
	color: #f00;
	background-color: #f0f0ff;
}
#menu ul li.sel a.vin {
	font-weight: normal;
}
#menu ul li a:hover {
	color: #fff;
	background-color: #666;
}
#menu ul li.expandable a {
	background: url(../images/downarrow.png) no-repeat 95% center;
}
#menu ul li.expandable a:hover {
	background: url(../images/downarrow.png) no-repeat 95% center;
	background-color: #666;
}

/* Content frame */
#body {
	font-size: 0.95em;

	padding-left: 150px;
	padding-right: 5px;
}

/* Wine descriptions - table spacing */
table.vin2, table.vin3 {
	padding-top: 25px;
}
table.vin2 {
	margin-left: 4%;
	margin-right: 4%;
}
table.vin2 td {
	width: 48%;
}
table.vin3 td {
	width: 32%;
}
table.vin2 td.spacer {
	width: 4%;
}
table.vin3 td.spacer {
	width: 2%;
}

/* Wine descriptions - data formatting */
table.vin2 img, table.vin3 img {
	float: left;
	margin-right: 10px;
	margin-bottom: 500px;
}
table.vin2 td, table.vin3 td {
	font-size: 0.8em;
}
table.vin2 td .title, table.vin3 td .title {
	color: #f00;
	font-size: 1.1em;
	font-weight: bold;
}
table.vin2 td .indhold, table.vin3 td .indhold {
	font-size: 0.85em;
}

/* Used for the wine prices */
table.prices * {
	text-align: center;
	font-size: 0.98em;
}
table.prices {
	width: 100%;
}
table.prices th {
	font-weight: bold;
	border-bottom: 2px solid #000;
}
table.prices td.detail {
	text-align: left;
	padding-left: 5px;
}
table.prices td.kasse {
	text-align: right;
	padding-left: 20px;
}
table.prices *.left {
	text-align: left;
}
table.prices *.right {
	text-align: right;
}
table.prices a {
	text-decoration: none;
}
table.prices a:hover {
	text-decoration: underline;
}

/* Used for the contact information */
table.kontakt {
	width: 100%;
}
table.kontakt td {
	width: 50%;
	text-align: center;
}
div.kontakttitle {
	color: #f00;
	font-weight: bold;
}

/* Used for the news */
div.newsdate {
	font-style: italic;
	font-size: 0.95em;
}
div.newsheadline {
	color: #111;
	font-weight: bold;
}
.newsdivider {
	height: 28px;
	width: 100%;
	margin-top: 7px;
	clear: both;
}
.newsdivider hr {
	color: #ccc;
	background-color: #ccc;
  border: 0;
  height: 2px;
  width: 80%;
}

/* Used on the mad og vin page */
#madogvin td {
	padding-right: 20px;
	padding-bottom: 10px;
}
