body {
	color: #FFFFFF;
	background-color: #990000;
	border: none;
	padding: 0; 
	margin: 6px 0 0 0;
}

/* 
If a browser doesn't display the corrent fonts in some HTML elements
these elements may be needed to be added here:
*/
body, table, input, select {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}

a {
	color: #990000;
	background-color: inherit;
	text-decoration:none;
}

a:hover {
	color: #323232;
	background-color: inherit;
	text-decoration:none;
}

a:active{
	color: #323232;
	background-color: inherit;
	text-decoration:none;
}

a:visited{
	color: #990000;
	background-color: inherit;
	text-decoration:none;
}

a img { border: none; }

#content {
	margin: 10px 30px;
}

#frame {
	z-index: 1;
	color: inherit;
	background-color: white;
	border: 1px solid #990000;
	border-left: none;
	padding: 0;
}

/* 
	The class "clearfix" allows stretching of elements containing 
	floats. See: http://www.positioniseverything.net/easyclearing.html
*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix { display: inline-block; }

/* \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* */


/* ########
   # MENUE #
   ######## */

#main-menu {
	color: inherit;
	background: white;
	padding: 0 0 0 2px;
}

#main-menu ul {
	font-weight: bold;
	float: left;
	margin: 0;
	padding: 0;
}

#main-menu ul li {
	list-style: none none;
	float: left;
	white-space: nowrap;
	position: relative;
	top: 0;
	left: 22px;
	z-index: 10;
	padding: 0;
	margin: 0;
}

/* ############
   # MENU ROT #
   ############ */
   
#main-menu ul li a, #main-menu ul.hovered li.current a {
	color: #666666;
	background-color: transparent;
	text-decoration: none;
	display: block;
	border: none;
	padding: 10px 30px 7px 9px;
}

/* #############
   # MENU GRAU #
   ############# */

#main-menu ul li.current a, #main-menu ul li a:hover, 
#main-menu ul li.hovered a, #main-menu ul.hovered li.hovered a {
    text-align: left;
	color: #990000;
	background-color: white;
	border: none;
	border-bottom: none;
	padding: 10px 30px 7px 9px;
}

/* ################
   # AUSKLAPPMENU #
   ################ */
 
#main-menu ul li ul {
	color: inherit;
	background-color: white;
	font-weight: normal;
	border: 1px solid #990000;
	border-top: none;
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
	width: 190px;
	z-index: 10;
	margin-top: 1px;
}
	
/* ############################
   # AUSKLAPPMENU: LINKRAHMEN #
   ############################ */
  
#main-menu ul li ul li {
	position: static;
	float: none;
	border: none;
	margin: 0;
}
	
/* #######################
   # AUSKLAPPMENU: LINKS #
   ####################### */
   
#main-menu ul.hovered li.hovered ul li a, 
#main-menu ul.hovered li.current ul li a {
	color: #990000;
	background-color: white;
	display: block;
	border: none;
	padding: 4px 0.75em 5px;
	margin: 0;
}
/* #################################
   # AUSKLAPPMENU: LINKS MOUSEOVER #
   ################################# */
   
#main-menu ul.hovered li.hovered ul li a:hover, 
#main-menu ul.hovered li.current ul li a:hover {
	color: #323232;
	background-color: #ffffff;
	border: none;
	padding: 4px 0.75em 5px;
}

/* ##########
   # FOOTER #
   ########## */

#foot-menu {
	padding: 0;
}

#foot-menu ul {
	padding: 0;
	margin: 0;
}

#foot-menu #copyright, #foot-menu li {
	list-style: none none;
	float: left;
	padding: 0;
	margin: 0;
}

#foot-menu #copyright {
	color:#999999;
}

#foot-menu #copyright, #foot-menu li a {
	text-decoration: none;
	display: block;
	padding: 0.25em 0;
}

#foot-menu #copyright span, #foot-menu li a span {
	padding: 0 1em;	
}

/* ###############
   # SPEISEKARTE #
   ############### */
   
.sg_titel {
	margin-top: 30px;
	color: #990000;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-right: 200px;
}

.sg_artikel {
	float: left;
	margin-top: 10px;
	color: #990000;
	margin-right: 200px;
}

.sg_beschreibung {
	font-size: 11px;
	margin-left: 1px;
	margin-right: 200px;
}

.sg_preis {
	margin-top: 10px;
	margin-right: 200px;
	text-align: right;
}

.sg_navigation {
	margin-top: -2px;
	float: right;
    width: 175px;
    color: #990000;
    height: 200px;
}