@charset "utf-8";
/* CSS Document */
html {
  overflow: -moz-scrollbars-vertical;
}
body {
	background-color: #D9DADA;
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
	background-image: url(img/bg.gif);
	background-position: top left;
}

/*Umschließt den gesamten Inhalt der Website*/
#frame {
	width:795px;
	height:1770px;
	margin-left:auto;
	margin-right:auto;
	border: 1px solid #AD0D04;
	clear: both;
	background-color: #FFFFFF;
	margin-bottom: 30px;
	margin-top: 30px;
	background-image: url(img/suppe_snack01.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}
/*Umschließt den gesamten Inhalt der Website*/
#frame02 {
	width:795px;
	height:1000px;
	margin-left:auto;
	margin-right:auto;
	border: 1px solid #AD0D04;
	clear: both;
	background-color: #FFFFFF;
	margin-bottom: 30px;
	margin-top: 30px;
	background-image: url(img/kaffee_keks02.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}
/*Umschließt den gesamten Inhalt der Website*/
#frame03 {
	width:795px;
	height:730px;
	margin-left:auto;
	margin-right:auto;
	border: 1px solid #AD0D04;
	clear: both;
	background-color: #FFFFFF;
	margin-bottom: 30px;
	margin-top: 30px;
}
/*Umschließt den gesamten Inhalt der Website*/
#frame04 {
	width:795px;
	height:900px;
	margin-left:auto;
	margin-right:auto;
	border: 1px solid #AD0D04;
	clear: both;
	background-color: #FFFFFF;
	margin-bottom: 30px;
	margin-top: 30px;
}

/*header Bereich*/
#header {
	margin: 0;
	padding: 0;
	height: 171px;
	width: 795px;
	background-color: #FFFFFF;
}



/* NAVIGATION ----------------------------------------------------------------------------------------------------------------*/

/*Navigation*/
#navigation {
	height: 30px;
	padding: 0;
	margin: 0;
	width: 795px;
	background-color: #D9DADA;
	border-top: 1px solid #FFFFFF;
}
/*Navigation - Text */
.navtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #AD0B04;
	text-decoration: none;
	font-weight: bold;
	padding: 6px 0 6px 0;
	margin: 0;
	line-height: 29px;
	text-align: center;
}
/*Navigation - Text - hover*/
.navtext:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding: 6px 0 6px 0;
}
/*Navigation - Text - ausgewählt*/
.navtext_choose {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding: 6px 0 6px 0;
	margin: 0;
	line-height: 29px;
}

/* Navigation Liste */
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	padding: 0;
	margin: 0;
	line-height: normal;
	width: 100%;
	list-style: none;
	float: left;
}
/* Neue Navigation */
.nav li {
	float: left;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

.navstrich {
	height: 30px;
	width: 1px;
	background-color: #FFFFFF;
}

.nopad {
	padding: 0;
	margin: 0;
}




/* RECHTER BEREICH (nicht überall vorhanden) --------------------------------------------------------------------*/

#rechts {
	float: right;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	color: #AD0B04;
	font-weight: bold;
}
#rechts2 {
	float: right;
	width: 360px;
	font-family: Arial, Helvetica, sans-serif;
	color: #AD0B04;
	font-weight: bold;
	height: 420px;
	padding: 8px 0 0 15px;
}
#rechts3 {
	float: right;
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	color: #AD0B04;
	font-weight: bold;
	height: auto;
	padding: 10px 0 0 0;
}


/* CONTENT -----------------------------------------------------------------------------------------------------------------*/

/*Content mit Inhalt*/
#content {
	width: 795px;
	height: auto;
	float: left;
	margin: 0;
	padding: 30px 0 0 0;
	position: relative;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

/*Text*/
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	padding: 0 20px 0 30px;
	text-align: left;
	margin-top: 5px;
}
/*Text für Impressum*/
p.imp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	padding: 0 20px 0 0;
	text-align: left;
	margin-top: 5px;
}

/*Text rot*/
.rot {
	color: #AD0B04;
}


/*Text*/
.right {
	text-align: right;
	padding: 0 0 0 300px;
}
/*H1*/
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #AD0B04;
	text-decoration: none;
	line-height: normal;
	text-align: left;
	padding: 6px 20px 10px 30px;
	margin: 0;
}
/*H1 kleiner*/
.h1small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #AD0B04;
	text-decoration: none;
	line-height: normal;
	text-align: left;
	padding: 0;
	margin: 0;
}
/*H1 kleiner*/
.h1gross {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #AD0B04;
	text-decoration: none;
	line-height: normal;
	text-align: left;
	padding: 0;
	margin: 0;
}
/*H1 Überschrift in Tabelle*/
.tabhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #AD0B04;
	text-decoration: none;
	line-height: normal;
	text-align: left;
	padding: 0;
	margin: 0;
}

/*H2*/
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height: normal;
	text-align: left;
	padding: 5px 20px 10px 30px;
	margin: 0;
}
/*H2 dezenter als normale H2*/
h2.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height: normal;
	text-align: left;
	padding: 5px 20px 10px 30px;
	margin: 0;
}

/*H3*/
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #AD0B04;
	text-decoration: none;
	line-height: normal;
	text-align: left;
	padding: 5px 30px 10px 30px;
	margin: 0;
}

/*Links*/
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #AD0B04;
	text-decoration: none;
	font-weight: normal;
	padding: 0;
	border-bottom: 1px dotted #D9DADA;
}
/*Link - hover*/
a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px dotted #D9DADA;
}

/*Tabelle*/
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	padding: 0;
	text-align: left;
	margin: 10px 0 0 30px;
}
/*Unterlinie in Tabellen mit Menü*/
.line {
	border-bottom: 1px solid #AD0B04;
}

hr {
	margin-left: 53px;
	border: 1px solid #EC7404;
}

.border_re {
	border-right: 1px solid #FFFFFF;

}

/* PICTURES -----------------------------------------------------------------------------------------------------------------*/

/*Bilder*/
img {
	padding: 0;
	margin: 0;
	border: 0;
}
/*Bild rechts fließend*/
img.right {
	padding: 0;
	margin: 0;
	border: 0;
	float: right;
}
/*Bild rechts fließend - auf Startseite- Downloadbutton*/
img.right_pad {
	padding: 0 30px 0 0;
	margin: 0;
	border: 0;
	float: right;
}
/*Bild rechts fließend - im Fließtext*/
img.right_pad2 {
	padding: 0 30px 0 15px;
	margin: 0;
	border: 0;
	float: right;
}
/*Bild links fließend*/
img.left {
	margin: 0;
	padding: 0 10px 3px 0;
	float: left;
}
/*Bild im Teaser*/
img.teaser {
	border: 1px solid #6F061D;
	padding: 0;
	margin: 0;
}
