/* Standard Stylesheet
www.projektname.de
Start: 01.01.2006
Letzte Aenderung: 10.02.2006
*/
/* Reset all */
*{
	padding: 0;
	margin: 0;
	border: 0;
}

/* Allgemeines */
body {
	font-size: 80%;
	line-height: 1.6em;
	color: #575757;
	background: #575757;
	font-family: "Calibri, Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
}

a:link {
	font-style:oblique;
	color: #575757;
	text-decoration: none;
}

a:visited {
	font-style:oblique;
	color: #575757;
	text-decoration: none;
}

a:hover {
	font-style:oblique;
	color: #c99f23;
	text-decoration: underline;
}

/* Clear Class */
.c {
	clear: both;
}

img, a img {
	border: 0;
}

.none {
	display: none;
}

/* Absaetze */
p {
	font-size: 1em;
	line-height: 1.7em;
	margin:10px 0 20px 0;
}

/* Kleinerer Text */
.s {
	font-size: 0.9em;
}

/* Links- bzw. Rechtsausrichtung für Elemente */
.leftalign {
	float: left;
	margin: 0 0.5em 0 0;
}

.rightalign {
	float: right;
	margin: 0 0 0 0.5em;
}

.margin {
	margin-bottom:30px;
}


h1 {

}

h2 {
	font-family:Georgia, Times New Roman;
	font-weight:lighter;
	font-size:16px;
}

h3 {
	font-family:Georgia, Times New Roman;
	font-weight:lighter;
	font-size:16px;
	letter-spacing:0.1em;
	color:#c99f23;
}

h4 {
	font-family:Georgia, Times New Roman;
	font-weight:lighter;
	font-size:14px;
	letter-spacing:0.1em;
	color:#c99f23;
}

strong {
	color:#CC9A00;
	text-transform:uppercase;
	padding:0;
	font-weight:normal;
}

em {
	color:#CC9A00;
	text-transform:none;
	padding:0;
	font-weight:bold;
	font-style:normal;
}

/* Layout */
#wrapper {
	background:#F7F4EB url(img/content.png) repeat-y;
	width:820px;
	margin:0 auto;
}

#header {
	height:180px;
	width:820px;
}

ul#navlist {
	height:26px;
	width:796px;
	background-color:#E1DECF;
	border-bottom:2px solid #CC9A00;
	margin:0 1px 0 1px;
	padding:0 22px 0 0;
	white-space:nowrap;
	position:relative;
	font-size:12px;
}

#navlist li {
	display: inline;
	list-style-type: none;
	float:right;
	width:110px;
	padding:3px 4px 0 4px;
	text-align:center;
}

#navlist a { 
	color: #575757;
	font-style:normal;
}

#navlist li a:link, #navlist li a:visited {
	color: #575757;
	background-color:none;
	text-decoration:none;
	text-transform:uppercase;
	font-style:normal;
}

#navlist li a:hover {
	color:#CC9A00;
	background-color:none;
	text-decoration:none;
	font-style:normal;
}

#navlist ul#subnavlist {
	height:26px;
	width:788px;
	background-color:#F0EDE0;
	margin:0;
	padding:0 0 0 30px;
	white-space:nowrap;
	position:absolute;
	left:0;
	top:28px;
}

#navlist ul#subnavlist li {
	display:inline;
	list-style-type:none;
	float:left;
	padding:3px 35px 0 0;
	text-align:left;
	width:auto;
}

#navlist ul#subnavlist a {
	margin:0;
	padding:0;
}

#con {
	float:left;
	width:760px;
	padding:60px 30px 40px 30px;
}

#con ul {
	margin-left:50px;
}

#content-a {
	float:left;
	width:365px;
	padding:60px 15px 40px 30px;
}

#content-b {
	float:left;
	width:365px;
	padding:60px 30px 40px 15px;
}

#content-c {
	float:left;
	width:245px;
	padding:60px 15px 40px 30px;
}

#content-d {
	float:left;
	width:445px;
	padding:60px 30px 40px 15px;
}

.col-a {
	float:left;
	width:365px;
	padding:0 10px 20px 0;
}

.col-b {
	float:left;
	width:365px;
	padding:0 0 20px 10px;
}

#content {
	float:right;
	width:445px;
	padding:60px 30px 40px 0;
}


#content ul li {
	list-style-type:disc;
	display: list-item;
	margin-left:30px;
}

#content img, #con img, #content-a img, #content-b img {
	margin-top:4px;
	padding:5px;
	background:#e1decf;
}

.date {
	border-top:2px solid #c99f23;
	text-align:right;
	font-size:12px;
	margin: 20px 0;
}

.img1 {
	margin-right:8px;
	padding:8px;
	background:#e1decf;
}

.img2 {
	margin:0;
	padding:8px;
	background:#e1decf;
}

.thumbstrip {
	width:760px;
	height:89px;
	margin:0;
	padding:0;
}

#sidebar {
	float:left;
	width:280px;
	padding:60px 15px 40px 30px;
}

#footer {
	clear:both;
	height:36px;
	margin:0;
	padding:0;
}

ul#foot {
	margin:0 1px 0 1px;
	height:20px;
	width:803px;
	background-color:#E1DECF;
	padding:3px 15px 3px 0;
}

#foot li {
	display: inline;
	list-style-type: none;
	text-transform:uppercase;
	font-size:12px;
	padding:0 20px;
	margin:0;
	float:right;
}

#foot li a {
	color: #575757;
	background-color:transparent;
	text-decoration: none;
	font-style:normal;
}

#foot a:link, #navlist a:visited {
	color: #575757;
	background-color:transparent;
	text-decoration: none;
	font-style:normal;
}

#foot a:hover {
	color:#CC9A00;
	background-color:transparent;
	text-decoration:none;
	font-style:normal;
}

.wine {
	border-collapse:collapse;
	width:280px;
}

.wine td {
	font-size:11px;
	line-height:1.4em;
	padding:6px;
	background:#f0ede0;
	border-bottom:2px solid #F7F4EB;
}

.table a:link, a:visited, a:hover {
	font-style:normal;
}

.table-top {
	margin:10px 0;
	width:280px;
	border-collapse:collapse;
}

.table-bottom {
	margin:10px 0 15px 0;
	width:280px;
	border-collapse:collapse;
}

th {
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica,	sans-serif;
	color: #575757;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 7px;
	background:#e1decf;
}

td {
	font-size:10px;
	line-height:1.4em;
	background:#f0ede0;
}

.td1 {
	padding:5px;
	width:128px;
}

.td2 {
	padding:5px;
}

.td3 {
	padding:5px;
	font-size:12px;
}