* { margin: 0; padding: 0; }

body {
	background: #e5f4fc;
	font-size: 74%;
	font-family: helvetica, arial, san-serif;
	font-family: Arial;
}

hr {
	display: none;
}
#box-wrapper {
	float: left;
	width: 940px;
	margin: 0px 0px 0px 10px;
}
#box-banner {
	/*
	float: left;
	margin-top: 36px;
	*/
	width: 256px;
	position: absolute;
	left: 950px;
	top: 36px;
}

/************/
/* SHORTNAV */
/************/
#box-shortnav {
	background: url(../graphics/bg_shortnav.gif) repeat-x;
	height: 27px;
	width: 900px;
	padding: 9px 20px 0px 20px;
	clear: both;
	font-size: 0.9em;
}
#box-shortnav a {
	color: #fff;
	text-decoration: none;
}
#box-shortnav a:hover {
	text-decoration: underline;
}
#box-shortnav .box_1 {
	float: right;
	height: 13px;
	padding: 4px 15px 0px 0px;
	/*background: red;*/
}
#box-shortnav .box_2 {
	float: right;
	height: 13px;
	padding: 4px 15px 0px 0px;
	/*background: green;*/
}
#box-shortnav .box_3 {
	float: right;
	height: 20px;
	padding: 0px 0px 0px 0px;
	/*background: yellow;*/
}
#box-shortnav .box_3 input.search {
	background: #fff;
	border: 1px solid #2278ba;
	font-size: 0.9em;
	height: 14px;
	padding: 2px 4px;
}
#box-shortnav .box_3 input.subsearch {
	background: #fff;
	border: 0;
	font-size: 0.9em;
	height: 16px;
	padding: 2px 4px 6px 4px;
	margin: 0px 0px 0px 0px;
}
#box-shortnav ul {
	list-style-type: none;
	text-align: right;
	/*
	padding-right: 10px;
	background: url(images/list-sub.gif) no-repeat right;
	margin-right: 5px;
	*/
}
#box-shortnav ul li {
 	display: inline;
	/*
	padding-left: 14px;
	background: url(images/list-sub.gif) no-repeat;
	margin-right: 4px;
	*/
	margin-right: 2px;
}
#box-shortnav .box_1 ul li, #box-shortnav .box_2 ul li {
	padding-right: 6px;
	border-right: 1px solid #fff;
	margin-left: 2px;
}

#box-header {
	width: 920px;
	height: 123px;
	clear: both;
	background: url(../graphics/header-image.jpg) no-repeat;
	padding: 75px 0px 0px 20px;
}
#box-header h1 a {
	width: 208px;
	height: 102px;
	display: block;
	background: url(../graphics/header-logo.png) no-repeat;

}
*html #box-header h1 a {
	background: none;
 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src='http://site.wonnemar.de/de/wismar/graphics/header-logo.png');
}

#box-header h1 a span {
	display: none;
}

#box-topnav {
	clear: both;
	width: 940px;
	font-weight: bold;
	font-size: 1.1em;
	margin: 0px 0px 20px 0px;
	height: 35px;
}

#box-topnav a {
	height: 25px;
	padding: 10px 20px 0px 20px;
	display: block;
	color: #fff;
	text-decoration: none;
}
*html #box-topnav a {
	padding: 10px 6px 0px 6px;
}

#box-topnav a:hover, #box-topnav a.active {
	background: url(../graphics/menu_bg_hori_hover.png);
	min-width: 90px;
}

#box-topnav ul {
 	background: url(../graphics/menu_bg_hori.png) repeat-x;
	list-style: none;
	border-top: solid 1px #e5f4fc;
	width: 940px;
}
#box-topnav ul li {
	background: url(../graphics/menu_bg_hori.png) repeat-x;
	float: left;
	text-align: center;
	min-width: 130px;
	border-right: solid 1px #e5f4fc;
}

#box-topnav ul li:last-child {
 	background: url(../graphics/menu_bg_hori.png) repeat-x;
 	border-right: 0;
 	width: 129px;
}

*html #box-topnav ul li {
 	width: expression(this.nextSibling==null?'140px':'130px');
}

#box-leftnav {
	background: url(../graphics/menu_bg.png) repeat-y;
	width: 150px;
	min-height: 200px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 14px 0px;
	font-weight: bold;
}
#box-leftnav h2 {
 	background: url(../graphics/menu_bg_title.png) repeat-x;
	color: #fdca00;
	padding-left: 20px;
	padding-top: 8px;
	height: 30px;
	font-size: 1.4em;
}
#box-leftnav ul {
	margin: 10px 10px 30px 0px;
	list-style: none;
}
#box-leftnav a {
	display: block;
	width: 120px;
	/*height: 18px;*/
	padding: 6px 10px 6px 20px;
	margin: 0px 0px 2px 0px;
	color: #fff;
	text-decoration: none;
}
#box-leftnav a:hover, #box-leftnav a.active {
	background: url(../graphics/menu_bg_hover.png);
	width: 120px;
}
#box-leftnav a.subnava, #box-leftnav a.subnav {
	padding-left: 30px;
	font-weight: normal;
	width: 110px;
}
#box-leftnav a.subnava, #box-leftnav a.subnav:hover {
	background: url(../graphics/bg_leftnav_list.png);
	font-weight: normal;
	width: 110px;
}
#box-leftnav a.subsubnava, #box-leftnav a.subsubnav {
	padding-left: 40px;
	font-weight: normal;
	width: 100px;
}
#box-leftnav a.subsubnava, #box-leftnav a.subsubnav:hover {
	background: url(../graphics/bg_leftnav_list.png);
	font-weight: normal;
	width: 100px;
}

*html #box-leftnav a.subnava:hover {
	width: 110px;
}
*html #box-leftnav a.subsubnav:hover {
	width: 100px;
}
*html #box-leftnav a.subsubnava:hover {
	width: 100px;
}


#box-newsletter {
	width: 150px;
	height: 310px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 30px 0px;
	float: left;
	clear: both;
}

#newsletter {
 	float: left;
 	width: 146px;
 	height: 246px;
 	border: 2px solid #0068b4;
}
*html #newsletter, *+html #newsletter {
	background: #219dd7;
}
.newsletter_text {
 	background: #004791 url(../graphics/newsletter_body.gif) repeat-x;
 	padding-left: 10px;
 	padding-top: 10px;
 	padding-right: 9px;
 	color: #fff;
 	font-size: 0.9em;
 	line-height: 1em;
 	height: 102px;
}
*html .newsletter_text {
}
.newsletter_text input.newsletter {
	background: #fff;
	width: 117px;
	border: 1px solid #2278ba;
	font-size: 0.9em;
	height: 14px;
	padding: 2px 4px;
}

.newsletter_text input {
 	margin-top: 4px;
}

.title {
 	background: url(../graphics/newsletter_title.gif) repeat-x;
 	height: 22px;
 	color: #fff;
 	font-size: 1.1em;
 	text-transform: uppercase;
 	padding-top: 6px;
 	padding-left: 10px;
 	font-weight: bold;
}

#box-content {
	width: 550px;
	float: left;
	padding-bottom: 30px;
	padding-left: 15px;
	margin-right: 15px;
	text-align: justify;
}

#box-content table .box_bild {
 clear: both;
 	border-top: 2px solid #0068b4;
 	border-left: 2px solid #0068b4;
 	border-right: 2px solid #0068b4;
 	width: 173px;
 	height: 135px;
 	margin: 0;
 	padding: 0;
}

#box-content table .box_title {
 	background: url(../graphics/box_title.png) repeat-x;
 	width: 163px;
 	height: 26px;
 	border-left: 2px solid #0068b4;
 	border-right: 2px solid #0068b4;
 	margin: 0;
 	padding: 0;
 	padding-left: 10px;
 	padding-top: 8px;
}

#box-content table .box_title a, #box-content .box_title a:link, #box-content table .box_title a:hover, #box-content table .box_title a:visited {
 	font-weight: bold;
 	font-size: 1.1em; 
 	color: #fff;
 	text-transform: uppercase;
 	text-decoration: none;
}

#box-content table .box_body {
 	background: #013881 url(../graphics/box_body.png) repeat-x;
 	height: 66px;
 	width: 153px;
 	border-left: 2px solid #0068b4;
 	border-right: 2px solid #0068b4;
 	border-bottom: 2px solid #0068b4;
 	color: #fff;
 	font-size: 0.9em;
 	margin: 0;
 	padding: 0;
 	line-height: 14px;
 	padding-left: 10px;
 	padding-right: 10px;
 	padding-top: 10px;
}
	
.zeiten_title, .mod_login_margin_head {
 	background: url(../graphics/zeiten_title.png) repeat-x;
 	width: 200px;
 	height: 21px;
 	color: #fff;
 	font-size: 1.0em;
 	text-transform: uppercase;
 	padding-top: 5px;
 	padding-left: 10px;
 	font-weight: bold;
}

.zeiten, .mod_login_margin_box {
 	background: url(../graphics/zeiten.png) repeat-y;
 	width: 210px;
 	min-height: 44px;
 	padding-left: 10px;
 	padding-top: 15px;
 	padding-bottom: 15px;
 	color: #fff;
 	margin-bottom: 15px;
}
.mod_login_margin_box a {
	color: #fff;
}
.mod_login_margin_box a:hover {
	text-decoration: none;
}
.mod_login_margin_box input.input {
	background: #fff;
	width: 119px;
	border: 1px solid #2278ba;
	font-size: 0.9em;
	height: 14px;
	padding: 2px 4px;
}
.mod_login_margin_box input.submit {
	margin-top: 2px;
	background: #fff;
	border: 1px solid #2278ba;
	font-size: 0.9em;
	height: 22px;
	padding: 2px 6px;
}


#box-content a {color: #000000;}
#box-content a:hover {text-decoration: none;}
#box-content hr {
	display: block;
}
#box-content h3 {
	font-size: 1.5em;
	margin: 0px 0px 14px 0px;
}
#box-content h4 {
	font-size: 1.1em;
	margin: 0px 0px 14px 0px;
}
#box-content p {
	line-height: 18px;
	margin: 0px 0px 14px 0px;
}

#box-content ul {
	padding: 0px 0px 0px 31px;
}
#box-content ol {
	padding: 0px 0px 0px 31px;
}
#box-content ul li {
 padding: 4px 0px 4px 0px
}
#box-content ul li.slidelistli {
 	padding: 0px;
 	margin: 0px;
}
#box-content ol li {
 padding: 4px 0px 4px 0px
}

#box-margin {
	width: 210px;
	float: left;
	text-align: justify;
	margin: 0px 0px 30px 0px;
}
#box-margin h5 {
	display: none;
}
#box-margin p {
	line-height: 14px;
}
#box-margin .margin {
	margin: 0px 0px 15px 0px;
}
#box-margin img {
	border: 0;
	padding-bottom: 15px;
}

#left {
 	width: 150px;
 	float: left;
}

#box-copyright {
 	clear: both;
	width: 900px;
	/*height: 23px;*/
	/*height: 116px;*/
	height: 100px;
	background-image: url(../graphics/bg_copyright.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 0.9em;
	margin: 20px 0px 0px 0px;
	/*padding: 11px 20px 0px 20px;*/
	padding: 0px 20px 0px 20px;
}
#box-copyright a {
	color: #fff;
	text-decoration: none;
}
#box-copyright a:hover {
	text-decoration: underline;
}
#box-copyright .left {
	width: 300px;
	float: left;
}
#box-copyright .left ul li {
 	padding-right: 15px;
 	padding-bottom: 4px;
}
#box-copyright .right {
	float: left;
	width: 600px;
	/*padding-top: 94px;*/
	padding-top: 78px;
	height: 22px;
}
#box-copyright ul {
	list-style: none;
}
#box-copyright ul li {
	display: inline;
}
#box-copyright .right ul {
	text-align: right;
}
#box-copyright .right ul li {
	margin-left: 10px;
	border-right: 1px solid #fff;
	padding-right: 10px;
} .right ul {
	text-align: right;
}
#box-copyright .right ul li {
	margin-left: 10px;
	border-right: 1px solid #fff;
	padding-right: 10px;
}

/********************************/
/*** GALLERY ********************/
/********************************/
div.mod_gallery_container {}
div.mod_gallery_container h1 {margin-bottom:10px;display:none;}
div.mod_gallery_container select.input {}
div.mod_gallery_container td a {}
div.mod_gallery_container a:hover {}
div.mod_gallery_box table {width: 100%;}
div.mod_gallery_box td {}
div.mod_gallery_box td.right {}
div.mod_gallery_box h1 {margin-bottom:10px;}
table.mod_gallery_page {display: none;}
div.mod_gallery_lay2_box {}
table.mod_gallery_lay2_table {width: 100%;}
table.mod_gallery_lay2_table td {vertical-align: top;padding-bottom: 10px;}
div.gallery_comment {}
div.gallery_comment span.gallery_head {}
div.gallery_comment small {}_head {}
div.gallery_comment small {}

/********************************/
/*** SITEMAP ********************/
/********************************/

#sitemap_container {

}

#sitemap {
	width: 100%;
	margin: 0;
}

#sitemap ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#sitemap a.nav {
	font-weight: bold;
	display: block;
	padding: 1px;
	text-decoration: none;
}

#sitemap a.nav:hover {
}

#sitemap a.subnav {
	display: block;
	padding: 1px;
	text-decoration: none;
}

#sitemap a.subnav:hover {
}

li.sitemap_between {
	height: 5px;
}

.form_error {color:#f00;}

/*
#left {
	background: red;
}
#box-content {
	background: green;
}
#box-margin {
	background: blue;
}
*/

*html #left {
	width: 150px;
	padding-right:0px;
}
*html #box-content {
	text-align: justify;
	padding: 0px 10px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 550px;
}
*html #box-margin {
	padding: 0px 0px 0px 0px;
}
.mod_search_container h1, .mod_search_box h1 {
	font-size: 1.1em;
}
