/* 
#########################
Copyright Webestudio Mack 2007
Kunde Juz Subway
#########################
*/

body {
	background: transparent url(../images/bg.jpg); 
	margin:0; 
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
h1{
	font-size: 22pt;
	margin:0 0 10px 0;
	padding:0 0 3px 0;
	border-bottom: 4px solid #4a5e71;
}
a:link, a:visited {
	font-weight: bold;
	color: #055aaa;
	text-decoration: none;
}
a:hover, a:active {
	color: #304c67;
	text-decoration: underline;
}
#container {
	width: 100%;
}
#header {
	width:990px; 
	height:181px; 
	background: transparent url(../images/header.jpg) no-repeat top center;
}
#menubg {
	height:29px;
	width:990px;
	background: transparent url(../images/menu.jpg) no-repeat top center; 
	text-align: right;
	color: #ffffff;
	font-weight: bold;
	font-size: 10pt;
}
#menu {
	padding: 5px 30px 0 0;
}
#menu a:link, #menu a:visited{
	color: #ffffff;
	text-decoration: none;
	}
#menu a:hover, #menu a:active{
	color: #aed2f4;
	text-decoration: underline;
	}
/* ++++++++++++++++++++++++
 	+	
	+	BOX MODEL 
	+	
	++++++++++++++++++++++++ */

.box{
	width: 284px;
	background: transparent url(../images/box-body.jpg) repeat-y top center;
	text-align: left;
}
.boxhead{
	height: 34px;
	background: transparent url(../images/box-head.jpg) no-repeat top center;
	font-weight: bold;
	color: #ffffff;
	padding: 12px 0 0 20px;
}
.boxbody{
	padding: 0 20px 0 20px;
}
.boxfooter{
	height: 13px;
	width: 284px;
	background: transparent url(../images/box-footer.jpg) no-repeat top center;
}

/* ++++++++++++++++++++++++
 	+	
	+	CONTENT MODEL
	+	
	++++++++++++++++++++++++ */
	
.content{
	width: 408px;
	background: transparent url(../images/content-body.jpg) repeat-y top center;
	
}
.contenthead{
	height: 17px;
	background: transparent url(../images/content-head.jpg) no-repeat top center;
	font-weight: bold;
	color: #ffffff;
}
.contentbody{
	padding: 0 20px 0 20px;
	min-height: 400px;
	text-align: left;
}
.contentfooter{
	height: 13px;
	width: 408px;
	background: transparent url(../images/content-footer.jpg) no-repeat top center;
}

/* ++++++++++++++++++++++++
 	+	
	+	BIG CONTENT MODEL
	+	
	++++++++++++++++++++++++ */
	
.bigcontent{
	width: 990px;
	background: transparent url(../images/bigcontent_body.jpg) repeat-y top center;
	
}
.bigcontenthead{
	height: 17px;
	background: transparent url(../images/bigcontent_top.jpg) no-repeat top center;
	font-weight: bold;
	color: #ffffff;
}
.bigcontentbody{
	padding: 0 50px 0 50px;
	min-height: 400px;
	text-align: left;
}

.bigcontentbodypix{
	/* padding: 0 50px 0 50px; */
	min-height: 400px;
	text-align: left;
}

.bigcontentfooter{
	height: 13px;
	width: 990px;
	background: transparent url(../images/bigcontent_footer.jpg) no-repeat top center;
}
.gaestebuch{
	width: 890px;
	height: 500px;
}
