@import url(topmenu.css);
@import url(mainmenu.css);
@import url(submenu.css);
@import url(content.css);
@import url(right.css);
@import url(teaser.css);
@import url(smoothness/jquery-ui-1.7.1.custom.css);
@import url(css_styled_content.css);
@import url(guestbook.css);
@import url(news.css);

body, html {
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-size: 12px;
}

body {
	background: #436D2F url(images/background.png) repeat-x;
	margin: 0px;
	padding: 0px;
}

a, a:visited, a:active, a:hover {
	color: #00f;
}

hr {
	border: 0px;
	border-bottom: 1px dotted #999;
}

#wrapper {
	position: relative;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
}

#header {
	position: relative;
	height: 253px;
	background: url(images/header.png) no-repeat 0px -20px;
}

#outerframe {
	position: relative;
	background: #ff9 url(images/outerframe.png) repeat-y;
	padding-left: 14px;
	padding-right: 317px;
}

#innerframe {
	position: relative;
	width: 100%;
}

#right {
	position: relative;
	float: right;
	margin-right: -317px;
	width: 317px;
	display: inline;
}

#content {
	position: relative;
	margin-left: 10px;
	margin-top: 10px;
	width: 590px;
	zoom: 1;
	float: left;
	
}

#footer {
	padding: 10px;
	clear: both;
}

#footer span {
	font-size: 11px;
	display: block;
	color: #666;
	border-top: 1px solid #ccc;
	padding-left: 3px;
}

#gmap_container {
	position: relative;
	width: 300px;
	height: 300px;
	background: #cc3;
	margin-top: 10px;
}

#gmap {
	position: absolute;
	background: #fff;
	top: 1px;
	left: 1px;
	width: 298px;
	height: 298px;
}
