/*

	OneByte GmbH
	e-Business & Webdesign

	www.onebyte.ch
	info@onebyte.ch

	Bettina Gloor
	bettina.gloor@onebyte.ch

*/
/* global settings */
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	letter-spacing: 0.03em;
	word-spacing: 0.05em;
	line-height: 150%;
	color: #000;
	background: #B5441D;
}
#container {
	margin: 0.5em auto;
	text-align: left;
	width: 890px;
	background: #FFFFFF;
}

/* Header */
#header {
	float: left;
	height: 180px;
}
#linienavi {
	float: left;
	width: 890px;
	height: 2px;
	background-color: #FFFCEB; 
	border-top: #EDE1B3 1px solid;
	border-bottom: #EDE1B3 1px solid;
	font-size: 1px;
	line-height: 1px;
}

/* Topnavi */
#topnavi {
	clear: both;
	height: 21px;
	padding-left: 30px;
	padding-top: 2px;
	background-color: #FFFCEB; 
	color: #780900;
	font-size: 11px;
	font-weight: bold;
}
#topnavi ul {
	list-style: none;
}
#topnavi li, #topnavi a {
	float: left;
	padding-right: 15px;
	color: #780900;
}
#topnavi a:link, #topnavi a:visited{
	text-decoration: none;
}
#topnavi ul li a:hover, #topnavi ul li .aktiv, #topnavi ul li .aktiv:visited{
	text-decoration: none;
}
#logo {
	float: left;
}


/* Mainnavigation */
#navigation {
	clear: both;
	width: 885px;
	height: 27px;
	background-color: #FFFCEB;
	margin-left: 2px;
}
#navigation li, #navigation a {
	float: left;
	font-size: 11px;
	font-weight: bold;
}
#navigation a:link, #navigation a:visited{
	background: #FFFCEB;
	padding-top: 5px;
	padding-left: 20px;
	text-decoration: none;
	color: #780900;
	border-left: 1px solid #EDE1B3;
	border-right: 1px solid #EDE1B3;
	border-bottom: 1px solid #EDE1B3;
}
#navigation a:hover, #navigation .aktiv, #navigation .aktiv:visited{
	background-color: #FFF8D1;
	color: #780900;
	text-decoration: none;
}

/* Content */
#box_content {
	width: 890px;
	line-height: 150%;
	color: #000;
	background: #FFF url(../images/design/bg_box_content.jpg) repeat-y;
	font-size: 11px;
}
#content {
	float: left;
	width: 514px;
	padding: 24px 30px 0px 116px;
}
#content td {
	vertical-align: bottom;
}
#news {
	float: right;
	width: 200px;
	padding: 24px 15px 30px 15px;
}
.clear {
	clear: both;
}
h1 {
	color: #780900;
	font-size: 14px;
	padding-bottom: 15px;
}
.h1news {
	color: #780900;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 0px;
}
h2 {
	color: #780900;
	font-size: 12px;
	padding: 15px 0px 10px 0px;
}
.h2news {
	color: #780900;
	font-size: 12px;
	padding: 0px 0px 10px 0px;
	font-weight: bold;
}

.liste {
	font-size: 11px;
	padding-left: 13px;
	line-height: 150%;
}
.liste li, .liste a, .liste a:link, .liste a:visited{
	margin-bottom: 5px;
	text-align:left;
	list-style-image: url(../images/liste.gif);
	text-decoration: none;
}

.normFormfield {
	width: 180px;
	color: #000000;
}
.normFormfield_drop {
	width: 184px;
	color: #000000;
}
.red {
	color: red;
}
.weinetitel {
	color: #780900;
	font-size: 12px;
	font-weight: bold;
}
.weinebemerkung {
	font-size: 10px;
	font-style: italic;
}
.WeineKatTitel {
	color: #780900;
	font-size: 14px;
	font-weight: bold;
	background: #FFF8D1;
}
img	{
	border: none;
}
img.bildright	{
	float:right;
	border: 1px solid #833715; 
	padding: 3px;
	margin:0px 0px 10px 0px;	
}
img.bild	{
	border: 1px solid #833715; 
	padding: 3px;
	margin:0px 0px 10px 0px;	
}

p.right {
	text-align:right;
	padding:0;
	margin:0;
}

#film	{
	float: left;
	text-align: center;
	border: 1px solid #833715; 
	padding: 0 3px;
	margin:0px 0px 10px 0px;
	width: 425px;
	height: 350px;
}

.ulinks {
	float: left;
	position: absolute;
	z-index: 100;
	margin-top: -67px;
}
.urechts {
	float: right;
	background-color: #FFF8D1;
	width: 210px;
	padding: 0px 20px 10px 0px;
	text-align: right;
}

/* Footer */
#footer {
	clear: both;
	height: 24px;
	width: 850px;
	padding: 6px 20px 0px 20px;
	font-size: 11px;
	background-color: #FFFCEB;
}
#adresse {
	float: left;
	color: #780900;
}
#adresse a, #adresse a:visited{
	color: #780900;
}
#adresse a:hover, #adresse a:active {
	color: #780900;
}

/* OneByte */
#onebyte {
	float: right;
	color: #C9BCA0;
	text-align: right;
}
#onebyte a, #onebyte a:link, #onebyte a:visited {
	text-decoration: none;
	color: #C9BCA0;
}	
#onebyte a:hover, #onebyte a:active	{
	text-decoration: underline;
	color: #C9BCA0;
}

/* default weblinks */
a, a:visited {
	text-decoration: underline;
	color: #780900;
}	
a:hover, a:active	{
	text-decoration: underline;
	color: #780900;
}


a.news {
	color: #780900;
	font-size: 12px;
	padding: 0px 0px 10px 12px;
	font-weight: bold;
	background: url(../images/link_intern_pfeil.gif) no-repeat left top;
}
a.news:link, a.news:visited {
	text-decoration: none;
}
a.news:hover, a.news:active {	
	text-decoration: underline;
	color: #780900;
}


* html body {
	font-size: x-small; /* für IE5/Win */
	f\ont-size: small; /* für andere IE-Versionen /*
}

