@import 'cms/styles/common.css';

/* COMMON -------------------------------------------------------------------------------------------------------- */

* {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #666666;
	border: 0;
}
a { color: #CCCC00; }
a:hover {
	color: #ffffff;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left center;
}

h1 { color: #ccff66;
  font-size: 20px;
  margin: 0px;
  margin-bottom: 5px;
  text-transform:uppercase;
  padding: 4px;
  margin-top: 5px;
  padding-left: 0px;
}
h2 { color: #99CCCC;  font-size: 13px; margin: 0px; margin-bottom: 5px; text-transform:uppercase; }
h3 { color: #CCFFFF;  font-size: 12px; margin: 0px; margin-bottom: 5px; text-transform:uppercase; }

hr
{	color: #535353;
	background-color: #535353;
	height: 1px;
}

.eight
{
  font-weight: bold;
  font-size: 12px;
  /*color: #6699CC;*/
  color: #dedede;
  
}

p {
  margin: 0px;
  margin-top: 5px;
  margin-bottom: 5px;
}

#imgborder
{
border-width:3px;
border-color: #FFFFFF;
border-style:solid;
}


/* BODY --------------------------------------------------------------------------------------------------------- */

.body { background: url('images/bgd.jpg') bottom left repeat-x fixed }

/* PAGE --------------------------------------------------------------------------------------------------------- */

#page {
  width:901px;
  text-align: left;
  /* margin: 0 auto; */
  /* border: 1px solid #3C3C3C; */
}

/* MAIN --------------------------------------------------------------------------------------------------------- */

#main {
	background: #3a3a3a url('images/main_bk.gif') top left repeat;
	border: 1px solid #212121;
}

/* HEADER ------------------------------------------------------------------------------------------------------- */

#header { height: 85px; }

/* MENU --------------------------------------------------------------------------------------------------------- */

#menu {
	background: #222222 url('images/main_bk_dark.gif') top left repeat;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	height: 32px;
	text-align: center;
}

#menu a { text-decoration: none; font-weight: bold; color: #8ab7c6; line-height: 11px; }
#menu a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	text-transform: capitalize;
}
#menu ul { display: inline; margin: 0px; padding: 0px; margin: 0 auto; text-align: left; }
#menu li { margin: 0px; padding: 0px; padding-top: 8px; }

#menu a {
	border-left: 1px solid #8ab7c6;
	;
	text-transform:capitalize;
	text-decoration: none;
	font-weight: normal;
	color: #FFFF00;
	line-height: 16px;
	font-size: 15px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}
#menu a:hover {
	text-decoration: none;
	color: #FFFFFF;
	text-transform: capitalize;
}
#menu .first a { border-left: 0px; padding-left: 0px; text-transform:capitalize; }

/* SUBMENU ------------------------------------------------------------------------------------------------------ */

#submenu {
  visibility: hidden;
}

#submenu ul{
   position:absolute;
   top: -17px;
   left: -175px;
  visibility: hidden;
  z-index: 100;
  width: 150px;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  border-bottom: 1px solid #666666;
}

#submenu a{
  width: 136px;
  display: block;
  border: 1px solid #666666;
  border-bottom-width: 0;
  padding: 4px;
  padding-left: 10px;
  /*background-color: #FFFFFF;*/
  background: #222222 url('images/main_bk_dark.gif') top left repeat;
  color: #FFFFFF;
  text-decoration: none;
}


#submenu a:hover{
	background: #3a3a3a url('images/main_bk.gif') top left repeat;
  color: white;
}

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

#content {
  border-top: 1px solid #666666;
  padding: 5px;
}

#col1 {
	position: relative;
	background: #222222 url('images/main_bk_dark.gif') top left repeat;
	min-height: 490px;
	border-right: 1px solid #666666;
	width: 150px;
	background-image: url(images/main_bk_dark.gif);
}

  #nav_logo {
    position: absolute;
    right: 0px;
    bottom: 0px;
  }

#speisekarte {
  width: 650px;
  padding-left: 50px;
  padding-right: 10px;
  /*min-height: 300px; */
}

#col2 {
  width: 600px;
  padding-left: 10px;
  padding-right: 10px;
  /*min-height: 300px; */
}
#col3 {
  padding-top: 0px;
  width: 310px;
  float: right;
}

#col4 {
  width: 715px;
  padding-left: 10px;
  padding-right: 10px; 
}

/* NAV --------------------------------------------------------------------------------------------------------- */

.nav {
  border: 1px solid #535353;
}

.nav ul {
  margin: 5px;
  padding: 0px;
  margin-bottom: 5px;
  list-style-type: none;
}

.nav li {
  margin: 0px;
  padding: 0px;
}

.nav a {
  display: block;
  margin: 0px;
  padding: 2px;
  text-decoration: none; 
  text-transform: capitalize;
  background: transparent url('images/nav_arrow.gif') 6px 6px no-repeat;
  padding-left: 15px;
height: 20px;
}

/*.nav li.navactive a { background: #3a3a3a url('images/main_bk.gif') top left repeat; border: 1px solid #535353; } */

.nav li.navactive a {
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
}

/* FOOTER ------------------------------------------------------------------------------------------------------- */

#footer { margin-top: 5px; padding-bottom: 5px; width: 900px; margin: 0 auto; text-align: left; }
#footer a, #footer li {
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
	color: #666666;
	line-height: 11px;
	text-transform: capitalize;
}
#footer a:hover {
	text-decoration: underline;
	color: #6699CC;
	text-transform: capitalize;
}
#footer_links ul { display: inline; }
#footer_links ul, #footer_links li { margin: 0px; padding: 0px; }
#footer_links a { border-left: 1px solid #666666; padding: 0px 5px 0px 5px; text-transform:capitalize; }
#footer_links .first a { border-left: 0px; padding-left: 0px; }
#footer_links .last { padding-left: 5px; color: #666666; }
#footer_copy { float: right; padding-left: 5px; padding-bottom: 5px;  }
#footer_copy a {
letter-spacing: 1px;
}

/* CUSTOMIZATION ------------------------------------------------------------------------------------------------ */
  /* HOME ------------------------------------------------------------------------------------------------------- */
  
  #page_1 #content { padding: 0px; }
  
  #page_1 #col1 {
    border: 0px;
	background: #222222 url('images/main_bk_dark.gif') top left repeat ;
	border-right: 1px solid #444444;
	/*border-bottom: 1px solid #444444;*/
	min-height: 290px;
	width: 310px;
	margin: 0px;
    padding: 10px;
  }

  #page_1 #col2 {
    background: none;
    border: 0px;
	width: 310px;
	margin: 0px;
	min-height: 290px;
    padding: 10px;
  }

  #page_1 #col3 {
    border: 0px;
	border-left: 1px solid #444444;
	width: 180px;
	margin: 0px;
	min-height: 290px;
    padding: 10px;
  }
A.dl {
	PADDING-LEFT: 16px; CURSOR: url(../images/dl.cur), pointer; TEXT-DECORATION: none
}
A.dl:link {
	BACKGROUND: url(images/disk_l.gif) no-repeat left 50%; COLOR: #FFFF00
}
A.dl:visited {
	BACKGROUND: url(images/disk_l.gif) no-repeat left 50%; COLOR: #FFFF00
}
A.dl:hover {
	BACKGROUND: url(images/disk_h.gif) no-repeat left 50%; COLOR: #CC0000
}
.zoom {
	CURSOR: url(images/zoom.cur), pointer
}	
