@CHARSET "UTF-8";
body{
	font-family: arial, sans-serif;
	background-image:URL('../images/template/bodybackground.png');
	background-position:top center;
	margin:0px;
	height:100%;
}

#outertable{
	width:100%;
	height:100%;
	table-layout:fixed;
	border:0px;
	border-collapse:separate;
	border-spacing:0px;
}

#outertable td{
	padding:0px;
}

#innertable{
	height:100%;
	border:0px;
	border-collapse:separate;
	border-spacing:0px;
}

#innertable td{
	padding:0px;
}

#head{
	height:301px;
	background-image:URL('../images/template/head.jpg');
}

#menuBar{
	background-image:URL('../images/template/menuBarBackgroundRepeat.png');
	background-position:top;
	width:227px;
	background-repeat:repeat-y;
	vertical-align:top;
}

#menuTableBackground{
	background-image:URL('../images/template/menuBarBackground.png');
	background-repeat:no-repeat;
}


#menu{
	background-image:URL('../images/template/menubackground.png');
	width:212px;
	height:249px;
}

#menu ul{
	list-style-type:none;
	text-indent:-15px;
}

#menu li{
	margin-top:8px;
}

#menu a{
	font-size:18px;
	text-decoration:none;
	font-weight:bold;
	color:#000000;
}

#menu a:hover{
	font-size:18px;
	text-decoration:underline;
	color:#000000;	
}

#menuBarGradient{
 	background-image:URL('../images/template/menuBarGradient.png');
 	width:227px;
 	height:75px;
}

#fillerMenuTop{
 	background-image:URL('../images/template/fillerMenuTop.png');
 	width:227px;
 	height:24px;
}

#fillerMenuCenter{
	background-image:URL('../images/template/fillerMenuCenter.png');
	width:227px;
	height:28px;
}
 
#fillerMenuRight{
	background-image:URL('../images/template/fillerMenuRight.png');
	width:15px;
	height:249px;
}

#fillerWeatherRight{
	background-image:URL('../images/template/fillerWeatherRight.png');
	width:15px;
	height:116px;
}

#weather {
	background-image:URL('../images/template/weatherbackground.png');
	width:212px;
	height:116px;
}

#contentCell{
	background-image:URL('../images/template/contentbackground.png');
	background-repeat:no-repeat;
	background-color:#ffd6b8;
	vertical-align:top;
	font-size:15px;
}

#horizontalFiller{
 	background-image:URL('../images/template/side.png');
}

#bottomBar{
 	height:89px;
	background-image:URL('../images/template/bottom.png');
	font-size:11px;
	font-weight:bold;
	text-align:center;
	vertical-align:top;
	margin-top:15px;
}

#bottomBar a{
	color:#0000ff;
}

.shadowDivs{
	width:100%;
	height:100%;
	background-repeat:no-repeat;
}

#upperLeftShadow{
	background-image:URL('../images/template/lefttopshadow.png');
	background-position:top right;
}

#lowerLeftShadow{
	background-image:URL('../images/template/leftbottomshadow.png');
	background-position:bottom right;
}

#upperRightShadow{
	background-image:URL('../images/template/righttopshadow.png');
	background-position:top left;
}

#lowerRightShadow{
	background-image:URL('../images/template/rightbottomshadow.png');
	background-position:bottom left;
}

#rightSideShadow{
 	background-image:URL('../images/template/rightShadow.png');
	background-position:top left; 
	background-repeat:repeat-y;
}

#leftSideShadow{
 	background-image:URL('../images/template/leftShadow.png');
	background-position:top right; 
	background-repeat:repeat-y;
}

.news{
	width:80%;
	text-align:justify;
	background-color:#ff7712;
	margin-left:auto;
	margin-right:auto;
	border:1pt dashed #000000;
	padding:2px;
}

.news b {
	width:100%;
	background-color:#ffa800;
}

h3{
	margin-bottom:0px;
}

h2{
	margin-top:0px;
}

.transparentpng{
		behavior: url(./style/iepngfix.htc);
}

#preisliste caption
{
	text-align:left;	
}

#preisliste th
{
	font-size:0.8em;	
	text-align:left;
	font-weight:lighter;
	padding-bottom:15px;
}

#preisliste h3
{
	text-decoration:underline;	
}

#preisliste hr
{
	color:black;
	background-color:black;
	height:1px;
	border: 0;
	width:40%;
	margin-bottom:35px;
	margin-top:25px;
}
