body {
	background:url(../img/bg_body.gif) left top repeat-x;
	background-color:#fefefa;
	font-family:"Trebuchet MS",Arial,sans-serif;
	font-size:13px;
	line-height:18px;
	padding:0;
	margin:0;
}


h1,h2,h3,h4,h5,h6,p,dl,dt,dd,img,br,div,form,legend,fieldset,legend,input,select,textarea,table,th,td,caption,p,ul,li,ol {
	margin:0;
	padding:0;
	font-size:13px;
	line-height:18px;
	font-family:"Trebuchet MS",Arial,sans-serif;
}

/* Ueberschriften und Absaetze */
p {
	padding-bottom:10px;
}
small {
	font-size:11px;
	line-height:14px;
}
h1, h1 img, img.headline {
	padding:15px 0;color:#8c0022;
	font-size:25px;
	line-height:30px;
}
h2 {
	font-size:14px;
	line-height:20px;
	color:#8c0022;
}
h3, h3 img, img.packshot {
	padding:20x 0;color:#8c0022;
	font-size:25px;
	line-height:0px;
}
h4, h4 img, img.kaiserhahn {
	margin:-143px  0 0 150px;
	padding:0x 0;color:#8c0022;
	font-size:25px;
	line-height:20px;
}/* Link */
a img {
	border:none;
}
a {
	color:#8c0022;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

/* Formulare */
fieldset {
	border:none;
}
label {
	float:left;
	width:130px;
	margin-right:10px;
}
label.long {
	float:none;
	display:block;
	width:auto;
}
form br {
	clear:both;
}
input, textarea {
	margin-bottom:4px;
}
input.normal {
	width:300px;
}
input.long {
	width:440px;
}
textarea {
	height:50px;
	width:440px;
}

/* Listen / Navigation */
ul.nostyle,ul.firstLevel {
	list-style-type:none;
}
ul.firstLevel {
	margin-left:64px;
	height:38px;
	width:auto;
	border-left:1px solid #A1092E;
}
ul.inline li {
	display:inline;
}
ul.firstLevel li {
	float:left;
	display:block;
}
ul.firstLevel li.last {
	border-right:1px solid #70021D;
}
ul.firstLevel li a {
	display:block;
	border-right:1px solid #A1092E;
	border-left:1px solid #70021D;
	line-height:38px;
	height:38px;
	padding:10px 10px 0px 10px;
	background-color:#8c0022;
	float:left;
}
ul.firstLevel li a:hover {
	background-color:#7b0422;
}
ul.firstLevel li a.active {
	background-color:#903f17;
}

ul.secondLevel {
	height:24px;
	padding-left:62px;
}
ul.secondLevel li {
	display:inline;
}
ul.secondLevel li a {
	color:#e6ccbf;
	line-height:24px;
	padding:0 5px;
	font-size:12px;
}
ul.secondLevel li a:hover,ul.secondLevel li a.active {
	color:#fff;
	text-decoration:none;
}


/* Bereiche */
/* Kopf */
#header {
	width:880px;
	height:180px;
	background:url(../img/bg_header.jpg) left bottom no-repeat;
	background-color:#fefeed;
	padding:0 10px;
	text-align:left;
}
#header a {
	color:#000;
	font-size:12px;
}
.logo {
	text-align:center;
	width:80px;
	height:120px;
	margin-right:87px;
}

/* Navigation */
#menu {
	height:38px;
	width:900px;
	background-color:#8c0022;
	overflow:hidden;
	text-align:left;
}
#submenu {
	height:24px;
	width:880px;
	margin:0 10px 0 10px;
	position:absolute;
	background:url(../img/bg_submenu.gif) left top no-repeat;
	background-color:#903F17;
	color:#fff;
}

/* Inhalt mit Text und Bildern rechts */
#content {
	width:838px;
	min-height:365px;
	padding:30px 17px 30px 45px;
	background-image:url(../img/bg_content.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	background-color:#fefeed;
	text-align:left;
}
/* Startseite */
#indexcontent {
	width:838px;
	height:352px;
	padding:54px 17px 30px 45px;
	background-image:url(../img/index/bg_index_dampf.jpg);
	background-position:left 54px;
	background-repeat:no-repeat;
	background-color:#fefeed;
	text-align:left;
}

/* absolute Hoehe von content und main */
.fullsize:after, #content:after {
    content:""; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden; 
}
.fullsize, #content {
    display:inline-table; 
}
* html .fullsize { 
    height:1%; 
}
.fullsize,#content {
    display:block; 
}
/* Hoehe Ende */
.text {
	width:515px;
	padding-right:46px;
	overflow:hidden;
}
.textgenuss {
	width:755px;
	padding-right:46px;
	overflow:hidden;
}
.images {
	width:277px;
	overflow:hidden;
}


/* Fuss */
#footer {
	padding-top:5px;
}


/* Allgemeine Klassen */
.left {
	float:left;
}
.right {
	float:right;
}
.red {
	color:#8c0022;
}
