@charset "utf-8";

/*>>>> General <<<<<*/
* {
	margin:0;
	padding:0;
}
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px; color: #444; 
	line-height:18px;
	background:#D0EAE4;
}

a,a:link,a:active,a:visited{color:#666;}
a:hover{color:#336666;}

h2{margin:0 0 20px 0;}

#wrapper{
	width:900px;
	margin:0 auto;
}

#header{
	height:233px;
	width:100%;
	background:#336666;
	float:left;
}

#logo{
	background:url(../images/logo.png) 50% 50% no-repeat;
	width:260px;
	height:233px;
	float:left;
	}
	#logo span{display:none;}
	#logo a{ width:260px; height:233px;float:left;text-indent:-9999px;}

#Slides{float:left; background:#fff;}

#main{ background:#fff;float:left;}

#left{
	width:260px;
	float:left;
	padding:0 0 190px 0;
	background:url(../images/tor_logo.gif) 50% 90% no-repeat;
}

#left p{
	padding:25px 0 0 29px;
	float:left;
}

#content{
	width:560px;
	padding:40px;
	float:left;
	}

#content p{
	width:530px;
	padding:0 0 20px 0;
}

#head_home{
	background:url(../images/head-home.jpg) top left no-repeat;
	text-indent:-9999px;
	width:334px;
	height:89px;
	padding:0 0 30px 0;
}	

#head_maultaschen{
	background:url(../images/head-maultaschen.jpg) top left no-repeat;
	text-indent:-9999px;
	width:370px;
	height:120px;
	padding:0 0 60px 0;
	margin:0 0 0 50px;
}

#head_hotel{
	background:url(../images/head-hotel.jpg) top left no-repeat;
	text-indent:-9999px;
	width:230px;
	height:120px;
	padding:0 0 90px 0;
	margin:0 0 0 50px;
}

#head_restaurant{
	background:url(../images/head-restaurant.jpg) top left no-repeat;
	text-indent:-9999px;
	width:300px;
	height:70px;
	padding:0 0 60px 0;
	margin:0 0 0 50px;
}

#head_wurst{
	background: url(../images/head-wurstkueche.jpg) top left no-repeat;
	text-indent:-9999px;
	width:300px;
	height:80px;
	padding:0 0 60px 0;
	margin:0 0 0 50px;
}

#head_historie{
	background: url(../images/head-historie.jpg) top left no-repeat;
	text-indent:-9999px;
	width:300px;
	height:80px;
	padding:0 0 60px 0;
	margin:0 0 0 50px;
}


#home_sign{
	padding:40px 0 0 50px;
}
#maultaschen{
	padding:10px 0 0 300px;
}

#navigation{list-style:none; float:left;}
#navigation li{width:260px;float:left;}

#navigation li a{
	width:100%; 
	height:37px; 
	float:left; 
	background:url(../images/nav.png) top left no-repeat; 
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	letter-spacing:.05em;
	}
#navigation li a:hover{
	background:url(../images/nav_hover.png) top left no-repeat; 
}
#navigation li a.act{
color:#FFCC99;
}

#navigation li a span{padding:10px 0 0 58px; display:block;}

#footer{
	height:30px;
	width:100%;
	background:#336666;
	float:left;

	}
#footer a{ float:left; padding:6px 0 0 28px; text-decoration:none; color: #d0eae4;}
#footer a:hover{ text-decoration:underline; color: #fff;}


