body#mainWindow{
	margin: auto;
	overflow:hidden;
	font-family:georgia,garamond,serif;
	/*background-image: url(pic/bg_cafe.jpg);
	background-repeat: repeat;*/	
}
img#wallpaper{
	height:100%;
	width:100%;
}
img#aktuell{
	height:100%;
	width:140%;
}
#contentLayer{
	/*border: 1px solid red;*/
	position: absolute;
	height: 400px;
	width: 100%;
	top: 50px;
}
*+html #contentLayer{
	left: 0px;
}
body#aktuell{
	
}
#aktuellLayer{
	position: absolute;
	height: 400px;
	width: 100%;
	top: 0
}
#content{
	/*border: 1px solid blue;*/
	position:relative;
	width: 900px;
	height: 600px;
	margin: auto;
}
#top{
	background: url(elem/banner-01.png) no-repeat 0 0;
	height: 162px;
}
#main{
	background: url(elem/b-speisekarte.png) repeat-x 0 0;
	height: 400px;
}
#bottom{
	margin-top: -3px;
	background: url(elem/bottom.png) no-repeat 0 0;
	height: 60px;
}
#nav{
	/*border: 1px solid pink;*/
	margin-left: -40px;
}
#nav ul{
	display: inline;
}
#nav li{
	/*border: 1px solid red;*/
	display: inline;
	padding-left: 20px;
	padding-right: 20px;
	background: url(elem/list-elem-01.gif) no-repeat 0 -1px;
}
#mainContent{
	/*border: 1px solid yellow;*/
	position: relative;
	left: 115px;
	top: 60px;
	width: 745px;
	height: 330px;
}
#text{
	/*border: 1px solid red;*/
	display: block;
	float:left;
	width: 400px;
	font-size: 90%;
	font-family: serif,georgia;
	line-height: 140%;
}
h1{
	color: #FF7800;
	font-size: 120%;
	font-weight: normal;
	font-family: serif,georgia;
	margin-top: 50px;
}
#portletWrapper{
	/*border: 1px solid green;*/
	float:left;
	margin-top: -80px;
	margin-left: 90px;
	width: 248px;
	height: 140px;
}
#portlet-1{
	float: left;
	background: url(elem/aktuelles-bg.jpg) no-repeat 0 0;
	width: 248px;
	height: 150px;
}
#portlet-2{
	float: left;
	width: 248px;
	height: 160px;

}
#portlet-3{
	float: left;
	background: url(elem/stellen-bg.jpg) no-repeat 0 0;
	width: 248px;
	height: 150px;	
	
}
#portlet-1 h2, #portlet-2 h2{
	font-size: 100%;
	color: #FFFFFF;
	padding-left: 12px;
	margin-top: 8px;

}
#portlet-3 h2, #portlet-3 h2 a, #portlet-3 h2{
	font-size: 100%;
	color: #FFFFFF;
	padding-left: 12px;
	margin-top: 8px;
	
}
#portlet-3 .text{
	font-size: 100%;
	color: #FFFFFF;
	padding-left: 12px;
	margin-top: 8px;	
		
}
#portlet-1 ul, #portlet-2 ul{
	list-style: none;
	line-height: 130%;
	color: #FFFFFF;
	margin-left: -20px;
	margin-top: 25px;
}
*+html #portlet-1 ul{
	margin-left: 10px;
}
#portlet-1 .date, #portlet-2 .date{
	font-size: 90%;
	padding-right: 15px;
	color: #FF7800;
	text-decoration: none;
}
#portlet-2{
	clear: both;
}
#portlet-2 a img{
	border: none;
	cursor: pointer;
}
#editorial{
	/*border: 1px solid green;*/
	margin-top: 80px;	
	height: 30px;
	text-align: center;
	font-size: 60%;
	font-family: sans-serif,ms-trebuchet;
	color: #666;
}
*+html #editorial{
	position: relative;
	z-index: 100;
}
td.logo{
	padding-right: 5px;
}
.logo img{
	float:right;
}

a {
	text-decoration: none;
	color: #AFAFAF;
}
a:hover{
	color: #FF7800;
}
#text a{
	color: #FF7800;
}
#portlet-1 h2 a{
	color: #FFF;
}
#portlet-1 h2 a:hover{
	text-decoration: underline;
}
a.active{
	color: #FF7800;
}
/* styles für aktuell seite */

#aktuell{
	color: #000;
}

#aktuell h1 {
	color: ##FF6600;
	margin-top: 15px;
	font-size: 18pix;
}
#aktuell span {
	background:url("elem/aktuelles-textbg.png") repeat-x scroll 0px 0px transparent; 
	display:inline;
	padding-top: 1px;
	padding-bottom: 1px;
	line-height: 17px;
}
#aktuell h2{
	font-size: 100%;
	color: #FFFFFF;
	font-weight: normal;
	background:url("elem/aktuelles-textbg.png") repeat-x scroll 0px 0px transparent; 
	display:inline;
}

#activ {
   color: #FF7800
}
