/* -- Allgemeines -- */
html {
	background: #330000;
}
body {
	background: url(../images/layout/background.jpg) no-repeat; #330000;
	background-position:center center;
	color: black;
	margin: 0;
	padding: 1%;
	min-width: 640px; /* Bei weniger als 640px Breite soll ein Scrollbalken erscheinen. */
	min-height: 740px; /* Bei weniger als 640px Breite soll ein Scrollbalken erscheinen. */
	font-size: 100.01%; /* umgeht den Font-Size-Bug im Safari, älteren Operas und IE */
	font-family: arial, helvetica, sans-serif ;
	scrollbar-face-color: #3c2a20;
	scrollbar-arrow-color: #FFFF00;
	scrollbar-base-color: #3c2a20;
}
h1 {
	color: #FFFFFF;
	font-family:'Times New Roman',Times,serif;
	font-size: 22px;
	font-style: bold;
	font-style: italic;
}
h2 {
	color: #FFFFFF;
	font-size: 14px;
	font-style: bold;
}
p {
	color: #FFFFFF;
	font-size: 12px;
	font-style: normal;
	text-align: justify;
}
p.start {
	color: #FFFFFF;
	font-size: 14px;
	font-style: normal;
	text-align: justify;
}
ul {
	color: #FFFFFF;
	font-size: 12px;
	font-style: normal;
	text-align: justify;
}
a {
	font-family: arial;
	color: #ffff99;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
}
a:link {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:active {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
img {
	border-width:5px;
  	border-style:solid;
  	border-color:#FFFFFF;
}

/* -- Layoutspezifisches -- */

/* -- Container -- */
#container {
	font-size: 0.8em;
	width: 820px;
	height: 750px;
	margin: auto;
	position:relative; top: 14px;
	border: 0px solid #FFFFFF;
	background: url(../images/layout/trans.png);
	padding: 5px;
/* --  opacity:0.5;
  filter: alpha(opacity=50); -- */
}

/* -- Head -- */
#head {
	width: 811px;
	height: 186px;
	margin: 0 auto;
	margin-top: 5px;
	background: url(../images/layout/header_kaffee_loeper.jpg);
	background-repeat:no-repeat;
	background-position:center center;
}
a.homelink {
	display: block;
	width: 300px;
	height: 186px;
}

/* --a.homelink:hover {
	background-color: #00f;
}-- */


/* -- Menu oben -- */
#menu {
	width: 811px;
	height: 34px;
	margin: 0 auto;
	background: url(../images/layout/background_menu.gif) repeat-x;
	background-position:center top;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu li {
	display: inline;
}
#menu a {
	display: block;
	float: left;
	padding: 10px 10px 0;
	background: url(../images/layout/header_spacer.gif) no-repeat;
	text-transform: uppercase;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #D8D8D8;
}
#menu a:hover {
	color: #FFFFFF;
}
#menu .first a {
	background: none;
}

/* -- Main -- */

#main {
	clear:both;
	width:811px;
	height: 500px;
	margin: 0 auto;
	background: url(../images/layout/background_main.jpg);
}

/* -- Content -- */

#content {
	float: left;
	margin-left:7px;
	margin-top: 5px;
	width: 560px;
	padding:10px;
	height: 460px;
	overflow: auto;

}

/* -- Menu rechts -- */

#menu_r {
	float: right;
	width: 200px;
	height: 100%;
	padding-left: 20px;
	background: url(../images/layout/img05.gif) repeat-y;
}
#menu_r ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu_r li ul {
	padding: 5px 0 30px 0;
}
#menu_r li li {
	padding: 7px 10px;
	background: url(../images/layout/doth.gif) repeat-x left bottom;
}
#menu_r li a {
	text-decoration: none;
	color: #ffff99;
	font-size: 10px;
}
#menu_r li a:hover {
	text-decoration: underline;
}
#menu_r li h2 {
	font-size: 12px;
	color: #D8D8D8;
	margin-bottom: 0px;
}

#address {
	position:relative; bottom: 0px;
}
#address h2 {
	color: #F5F5F5;
	font-size: 11px;
	font-style: bold;
	margin-bottom: 0px;
	vertical-align: bottom;
}
#address p {
	color: #F5F5F5;
	font-size: 10px;
	margin-top: 0px;
}


/* -- Foot -- */
#foot {
	width: 811px;
	height: 30px;
	margin: auto;
	position:relative; bottom: 10px;
	background: #1c1410;
	border-top-width:1px;
  	border-top-style:solid;
  	border-color:#FFFFFF;
}
#foot ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
#foot li {
	display: inline;
}
#foot a {
	display: block;
	float: left;
	padding: 4px 10px 4px 10px;
	background: url(../images/layout/footer_spacer.gif) no-repeat;
	background-position: left center;
	text-transform: uppercase;
	text-decoration: none;
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #D8D8D8;
}
#foot a:hover {
	color: #FFFFFF;
}
#foot .first a {
	background: none;
}
