html, body {
	margin: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	color: black;
}

div#wrapper {
	margin: auto;
	width: 950px;
	height: 720px;
	overflow: hidden;
}

div#logo {
	height: 120px;
	width: 500px;
	float: left;
}

div#logo img {
	border: 0;
	margin-left: 160px;
	margin-top: 20px;
}

div#soundmenue {
	height: 120px;
	width: 400px;
	float: left;
}

div#content_wrap {
	float: left;
	width: 780px;
	height: 593px;
	background: url(/fileadmin/home.jpg) 0 0 no-repeat;
	padding: 0;
}

div#content {
	margin: 30px;
}

div#hauptmenue {
	clear: both;
	float: left;
	width: 160px;
	height: 593px;
  text-align: right;
}

div#weather {
  
}

h1 {
  color: #cea400;
  font-size: 150%;
  font-weight: normal;
}
h2 {
  color: #cea400;
  font-size: 125%;
  font-weight: normal;
}
h3 {
  color: #cea400;
  font-size: 100%;
  font-weight: normal;
}



a:link, a:visited {
  color: #cea400;
  text-decoration: none;
}

a:active, a:hover {
  color: black;
  text-decoration: underline;
}

table.preisliste {
  width: 90%;
}

table.preisliste tr {
  height: 20px;
}

table.preisliste td.td-last {
  width: 100px;
  text-align: right;
  vertical-align: top;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.align-left {
  text-align: left;
}
.csc-frame-indent6633 {
  margin-right: 10%;
}

img { border: 0; }

