body {
	font-family: verdana,arial;
	font-size: 11px;
	height: 100%;
	margin: 0px;
}

ul {
	margin-top: 2px;
	margin-bottom: 0px;
}

li {
	margin-bottom: 11px;  
}

.top {
	width: 810px;
	height: 148px;
}

.bottom {
	width: 480px;
	border-top: 1px solid #A16420;
	text-align: right;
	color: #8F8A84;
	padding-bottom: 20px;
	height: 20px;
}

.menu {
	width: 710px;
	height: 32px;
	background: #FFFFFF url('/fileadmin/penzionfox/img/menuline.gif') left top repeat-y;
	line-height: 32px;
	border-top: 1px solid #A16420;
	border-bottom: 1px solid #A16420;
	text-align: right;
	
}

.submenu {
	width: 208px;
	min-height: 370px;
	height: 100%;
	background: #FFFFFF url('/fileadmin/penzionfox/img/submenuline.gif') left top repeat-y;
	float: left;
	text-align: center;
	padding-top: 20px;
}

.content {
	width: 480px;
	height: 450px;	
	float: left;
	margin-left: 15;
	margin-top:20;
	color: #625F5B;

}

p {
	padding-bottom: 10px;
	line-height: 14px;
}

a {
	font-size: 11px;
	text-decoration: none;
	color: #5CA02C;
}

a:hover {
	text-decoration: underline;
}

.a_normal, .a_active {
	margin-left: 10px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #5CA02C;
}

.a_normal:hover {
	text-decoration: underline;
}


.a_active {
	color: #76430A;
}

.a_left,.a_active_left  {
	font-size: 11px;
	line-height: 25px;
	font-weight: bold;
	text-decoration: none;
	color: #5CA02C;
	text-transform: uppercase;
}

.a_active_left {
	color: #76430A;
	text-transform: uppercase;
}

.a_left:hover {
	text-decoration: underline;
	text-transform: uppercase;
}

