body {
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
	font-family: tahoma, arial, sans-serif;
	font-size: 10pt;
        font-color: 
}

div {
	padding: 0px;
	margin: 0px;
}

img {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

#main_content {
	width: 800px;
	float:left;
}

#banner {
	width: 100%;
	height: 110px;
	background-color: #ffffff;
	background-image: url("images/logo_white.png");
	background-repeat: no-repeat;
	background-position: right;
}

#menu {
	width: 100%;
	height: 23px;
	background-color: #962343;
}

#menu table {
	padding:0px;
	margin:0px;
	border:0px #000000 solid;
	background-color: #962343;
}

#menu td {
	padding:0px;
	margin:0px;
	height:18px;
}

#menu a {
	width:100%;
	height:100%;
	display:block;
}

#home {
	background-image: url("images/home.gif");
	width: 59px;
}

#restaurant {
	background-image: url("images/restaurant.gif");
	width: 106px;
}

#cafe {
	background-image: url("images/cafe.gif");
	width: 120px;
}

#galerie {
	background-image: url("images/galerie.gif");
	width: 70px;
}

#specials {
	background-image: url("images/specials.gif");
	width: 83px;
}

#info {
	background-image: url("images/info.gif");
	width: 48px;
}

#kontakt {
	background-image: url("images/kontakt.gif");
	width: 78px;
}

#content {
	width: 100%;
	height: 350px;
	background-color: #ffffff;

}

#content #table {
	height:100%;
	//margin:-2px -2px -2px -2px;
	border:0px;
	padding:0px;
	
}

#content #table td {
	padding:0px;
	margin:0px;
	//border: 1px solid;
}

#content #picture {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center left;
	width:204px;
}

#content #text {
	vertical-align:top;
	overflow:scroll;
	font-size:11pt;
        color: #626262

}

#bottom {
	width: 100%;
	height: 60px;
	background-color: #962343;
	background-image: url("images/bottom.gif");
}

#right_content {
	background-color: #962343;
	height:433px;
	width:160px;
	float:left;
	margin-top:110px;
	color: #ffffff;
	text-align: center;
}

#linklist td {

	padding:5px;
	font-weight:bold;

}

#back {

	//clear:both;
	float:right;
	font-weight:bold;
}

iframe {
	border:0px;
	padding:0px;
}

h1 {
	color: #962343;
	font-size: 19pt;
}

h2 {
	color: #962343;
	font-size: 16pt;
}

A:link 		{ 
	text-decoration: NONE;
	color: #962343;
} 

A:visited 	{
	text-decoration: NONE;
	color: #962343;
}

A:active 	{
	text-decoration: NONE;
	color: #962343;
}

A:hover 	{	
	text-decoration: underline;
	color: #962343;
}

#opening {
	width:450px;
}

#opening td {
	padding:5px;
	vertical-align:top;
}

.hour {
	text-align:right;
}

#contact {
	width:450px;
}

#contact td {
	vertical-align:top;
	text-align:right;
}