/* @override 
	http://freizeitbad-nautilust.de/templates/DE/style.css
	http://192.168.2.100:8888/freizeitbad-nautilust.de/templates/DE/style.css
*/

/* @group HTML */

body {
	background: url(images/body_bg.gif) #0f1243 repeat-x top;
	font-family: Lucida Grande, Lucida Sans, Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #444;
	font-size: 10pt;
	margin: 0px;
}

table {
	padding: 0px;
}

a {
	color: #2258a0;
	text-decoration: none;
}

a:hover {
	color: #35268a;
	text-decoration: none;
}

b, strong {
	text-decoration: none;
	font-weight: 700;
}

input, select, textarea {
	font-size: 1em;
	background-color: #FFFFFF;
}

/* @end */

/* @group HEADLINES */

h1 {
	color: #2258a0;
	text-decoration: none;
	font-weight: 500;
	font-size: 1.4em;
	line-height: 1.1em;
	margin-bottom: 14px;
	margin-top: 1px;
}

h2 {
	color: #678e21;
	text-decoration: none;
	font-weight: 500;
	font-size: 1.1em;
	margin-bottom: 1px;
}

h3 {
	color: #678e21;
	text-decoration: none;
	font-weight: 500;
	font-size: 1.0em;
	margin: 0;
	margin-bottom: 17px;
}

/* @end */

/* @group KLASSEN */

.picture {
	margin-left: 30px;
	margin-bottom: 20px;
	margin-top: 6px;
	padding: 0;
	float: right;
	clear: both;
	width: auto;
	border: 6px solid #fff;
}

.picture img {
	border: 0px;
}

.pic_set {
	margin: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.languages, .languages a {
	color: #FFFFFF;
	font-size: 0.9em;
	margin: 3px;
}

.klein {
	font-size: 0.8em;
	line-height: 1.7em;
}

.hr {
	border: 0;
	margin: 0;
	height: 58px;
	width: 100%;
	background: url(images/hr.jpg) center;
	float: left;
}

/* @end */

/* @group LAYOUT */

#header_bg {
	background: url(images/nautilust.jpg) no-repeat center top;
	width: 100%;
	height: 375px;
}

#header {
	width: 900px;
	height: 375px;
}

#footer {
	width: 100%;
	padding-top: 160px;
	background: url(images/footer.jpg) top center no-repeat;
	height: 90px;
	color: #fefefe;
	text-align: center;
	font-size: 0.7em;
}

#footer a {
	color: #fefefe;
}

#footer_bg {
	background: url(images/footer_bg.gif) center top repeat-x;
	width: 100%;
	height: 250px;
}

#container {
	width: 100%;
	float: left;
	padding: 0px;
	background: url(images/content.jpg) center repeat-y #2b2e8b;
}

#container_02 {
	width: 900px;
	float: none;
}

#container_03 {
	width: 900px;
	float: left;
}

#content {
	padding: 20px;
	padding-top: 0;
	padding-bottom: 0;
	width: 500px;
	float: left;
	margin-left: 40px;
	font-size: 1em;
	line-height: 1.7em;
}

*html #content {
	margin-left: 20px;
}

#sidebar {
	float: right;
	margin-right: 40px;
	width: 240px;
}

*html #sidebar {
	margin-right: 20px;
	width: 238px;
}

/* @end */

/* @group MAINMENU */

#mainmenu {
	margin-top: 30px;
	margin-left: 20px;
	float: left;
	height: 60px;
	padding: 0px;
	font-size: 1.2em;
}

#mainmenu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#mainmenu li {
	height: 60px;
	float: left;
}

#mainmenu a {
	padding: 21px;
	padding-bottom: 23px;
	color: #fff;
	text-shadow: #777 0px 1px 2px;
	display: block;
}

#mainmenu a:hover {
	background: url(images/menu_hover.jpg) right top no-repeat;
}

#mainmenu .active a {
	color: #fff;
	background: url(images/menu_hover.jpg) right top no-repeat;
	font-weight: 700;
}

/* @end */

/* @group SUBMENU */

#submenu {
	float: left;
	width: 240px;
	padding-top: 0;
	padding-bottom: 30px;
	background: url(images/submenu_bottom.jpg) center bottom no-repeat #f5f9eb;
	font-size: 1.1em;
	line-height: 2em;
}

#submenu ul {
	list-style: none;
	float: left;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

#submenu li {
	margin: 0px;
	color: #999;
	font-weight: 700;
	width: 240px;
	height: 38px;
	border: 0px;
}

#submenu a {
	background: url(images/submenu.jpg) repeat-x top center;
	font-weight: 500;
	color: #fff;
	padding: 4px;
	height: 38px;
	padding-left: 20px;
	display: block;
}

#submenu a:hover {
	background-image: url(images/submenu_active.jpg);
}

#submenu .active a {
	background-image: url(images/submenu_active.jpg);
	font-weight: 700;
	color: #fff;
}

#submenu .active a:hover {
	
}

/* @end */

/* @group SIDEBARS */

.sidebar_top {
	padding-top: 18px;
	margin-top: 0px;
	float: left;
	text-align: left;
}

.sidebar {
	float: left;
	background: #f5f9eb;
	width: 200px;
	padding: 20px;
}

.sidebar a {
	border: 0;
}

.sidebar .pic_set {
	margin-right: 5px;
	margin-bottom: 5px;
}

.sidebar .news {
	font-size: 0.8em;
	line-height: 1.5em;
	width: 100%;
}

.sidebar .news a img {
	display: none;
}

/* @end */

/* @group MODULE */

#startleft {
	float: left;
	width: 500px;
	margin-bottom: 20px;
}

#startpics {
	margin: 0;
	float: right;
}

#startpics img {
	width: 59px;
	height: auto;
	margin: 0 3px 3px 0;
}

#startnews {
	float: left;
	margin-bottom: 0;
	background: url(images/startnews_top.jpg) center top no-repeat #fafbf3;
	font-size: 0.9em;
	line-height: 1.6em;
}

#startnews #bottom {
	float: left;
	padding: 40px 20px;
	background: url(images/startnews_bottom.jpg) center bottom no-repeat;
}

#startnews .news {
	width: 460px;
	margin: 0 0 15px 0;
	padding: 0;
	background-image: none;
}

#startnews .picture {
	border: 0;
	width: 120px;
}

/* @group news */

.news {
	width: 500px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	padding-bottom: 50px;
	background: url(images/hr.jpg) no-repeat bottom center;
}

.news h2 {
	margin: 0px;
	margin-bottom: 10px;
	font-weight: 500;
	color: #8bad32;
	font-size: 1.3em;
}

.news a {
	color: #8bad32;
}

.news .datum {
	font-size: 0.77em;
	font-weight: 500;
	float: right;
	color: #8bad32;
	margin-top: 5px;
}

.news_archiv {
	font-size: 0.8em;
}

.news_archiv a {
	display: block;
	padding: 5px;
	font-weight: 500;
	font-size: 1.1em;
	color: #8bad32;
	border-bottom: 1px solid #e2eec6;
}

.news_archiv a:hover {
	background: #fff;
}

/* @end */

.downloads {
	width: 470px;
	padding-left: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	float: left;
	border-left: 10px solid #cfe29c;
	border-bottom: 2px solid #cfe29c;
}

.downloads img {
	float: right;
}

#nauti {
	color: #888;
	width: 240px;
	height: 400px;
	margin-top: 0;
	padding-top: 35px;
	float: left;
	background: url(images/nauti.jpg) no-repeat center top;
	text-align: center;
	line-height: 1.6em;
}

#nauti strong, #nauti a {
	color: #9fc53a;
}

*html #nauti_text {
	margin-left: 18px;
}

/* @end */