body {
	background: url(../images/body-bg.jpg);
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #686362;
	line-height: 129%;
	text-align: justify;
}

.border {
	border: solid 1px #999;
}

.faqslide {
	width: 480px;
}
.faqslide h3 {
	color: #2F462B;
	font-weight:bold;
	text-decoration:underline;
	cursor: pointer;
}
.faqslide h3:hover {
	color: #669900;
}

.faqslide p {
	margin: 0;
	padding: 10px 15px 10px;
	display: none;
}

.h3slider {
	color: #669900;
	font-weight:bold;
	font-size: 17px;
	padding-bottom: 10px;
}

.slider {
	text-align: justify;
}

/* @group Typography */

/* Link Colors */

a {
	color: #2F462B;
	font-weight:bold;
	text-decoration:underline;
}

strong {
	color: #2F462B;
}

.moduleS1 a, .moduleS2 a, .moduleP1 a, .moduleP2 a, .moduleWM a, .moduleWM a {
	color: #fff;
	font-weight:normal;
	text-decoration:underline;
}

.moduleS1 strong, .moduleS2 strong, .moduleP1 strong, .moduleP2 strong, .moduleWM strong, .moduleWM strong {
	color: #fff;
}

.moduleP1 {
	background-image: url(http://www.immoz.net/site/images/stories/print.png);
	color: #FFFFFF;
	height: 200px;
	width: 370px;
}

.moduleWM {
	background-image: url(http://www.immoz.net/site/images/stories/wm.png);
	color: #FFFFFF;
	height: 200px;
	width: 370px;
}

a:hover {
	color: #fff;
	text-decoration: underline;
	background: #669900;
}

.moduleS1 a:hover {
	color: #fff;
	text-decoration: underline;
	background: #669900;
}

.moduleP1 a:hover, .moduleS2 a:hover, .moduleWM a:hover {
	color: #fff;
	text-decoration: underline;
	background: #2f462b;
}

/* $headerstyle(graphic) */

#header_graphic a img {
	padding-top:0px; /* Header Text distance from top */
	margin-right:20px;
	background:red;
}

#header_graphic a img:hover {
	text-decoration:none;
}

#header_graphic a:hover {
	background:none;
}

/* Table Versionen */
table.versionen tbody tr td {
	padding: 4px;
}

/* Total header height */

#header-wrap,#header_text,#header_graphic {
	height: 80px;
	margin-right:20px;
}

/* Header background color/image */

#header-wrap {
	padding-top:20px;
	padding-bottom:25px;
	background: url(../images/style1/lawn.png) repeat-x;
	border:0px solid #fff;
	border-left:0px solid #fff;
	width:964px;
}

/* $headerstyle(text) */

#header_text h1, #header_text h1 a {
	color: #fff; /* Header Text Color */
	padding-top:15px ; /* Header Text distance from top */
	font: bold 40px/50px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; /* Header Text Typograhy */
	letter-spacing: -1px;
}
#header_text h2 {
	color: #d4e3b9; /* Slogan Text Color */
	font: italic bold 18px/18px Geneva, Verdana, sans-serif;/* Slogan Text Typograhy */
}

/* Heading Styles */

h1 {
	color: #fff;
}

h2 {
	color: #690;
}

h2.dark {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

h2.light {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

h3 {
	color: #690;
	font-weight:bold;
}

h4 {
	color: #2f462b;
}

blockquote {
	border: 1px solid #adc387;
	background-color: #e4edd5;
}

.footer {
	color: #6f6f6f;
}

/* @end */

/* @group Newsflash Module */

#headermod {
	height: 98px; /* Module Height */
	width: 500px; /* Module Width */
	top:10px; /* Distance from top */
	color: #dbded3; /* Text Color */
}
#headermod .contentheading,#headermod a.contentpagetitle,#headermod a {
	color: #f9f9f2;/* Heading/Link Color */
}

#headermod td.contentheading,#headermod .moduletable h3 {
	border-bottom: 1px solid #43643d;/* Content/Module Heading Border */
}

/* @end */

/* @group Joomla! Styles */

/* Category Tables */
td.sectiontableheader {
color: #fff;
background-color: #557f01;
font: 14px/20px Arial, Helvetica, Geneva, sans-serif;
}
table tr.sectiontableentry1 td,
table td.sectiontableentry1 {
background: #fff;
padding: 4px;
border-bottom: 1px solid #f0f0f0;
line-height: 155%;
}
table tr.sectiontableentry2 td,
table td.sectiontableentry2 {
background: #fff;
padding: 4px;
border-bottom: 1px solid #f0f0f0;
line-height: 155%;
}
/* Polls */
table.pollstableborder td.sectiontableentry1 {
color: #3d2518;
background: #f8f8f8;
padding: 2px;
border-bottom: 1px solid #fff;
}
table.pollstableborder td.sectiontableentry2 {
color: #3d2518;
background: #f2f2f2;
padding: 2px;
border-bottom: 1px solid #fff;
}
table.pollstableborder td.sectiontableheader {
padding: 8px;
color: #fff;
border: none;
}
table.pollstableborder tr.sectiontableentry1 td {
border: none;
}
table.pollstableborder tr.sectiontableentry2 td {
border: none;
}
/* Article Overflow */

div.blog_more {
	border-top: 1px solid #e6e6d4;
}
div.blog_more ul li a {
	border-bottom: 1px solid #dadacc;
}
div.blog_more ul li a:hover {
	border-bottom: 1px solid #dadacc;
	background-color: #fefdf2;
}
/* Mosimages */
div.mosimage {
	border: 1px solid #ccc;
	background: #f7f7f7;
}
div.mosimage_caption {
	color: #666;
	background: #fff;
	border-top: 1px solid #ccc;
}
/* Content Headings */

 span.contentpagetitle {
	background-color:#2F462B;
	color:#fff;
	font-weight: bold;
	white-space: normal;
	padding:0px;
	padding-left: 2px;
	padding-right: 2px;
}

a.contentpagetitle  {
	color:#2F462B;
	font-size: 16px;
	font-weight: bold;
	white-space: normal;
	padding:0px;
	padding-left: 2px;
	padding-right: 2px;
	text-decoration: underline;
	font-style: normal;
	border:0px solid #aaa;
}

a.contentpagetitle:hover {
	background-color:#669900;
	color: #fff;	
}

td.contentheading {
	font-size:16px;
	font-weight: bold;
	white-space: normal;
	font-style: normal;
	border: 0px solid #aaa;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}

td.contentheadingS3 {
	font-size:16px;
	font-weight: bold;
	white-space: normal;
	font-style: normal;
	border: 0px solid #aaa;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	width: 800px;
}

a.readon {
	color:#2F462B;
	font-size: 12px;
	font-weight: bold;
	white-space: normal;
	padding: 2px;
	text-decoration: underline;
}

a.readon:hover {
	color:#fff;
	text-decoration: underline;
	background:#669900;
}

span.small,.createdate,.modifydate {
	font: 10px/10px Tahoma, Lucida, Verdana, sans-serif;
	color: #adc387;
}
.pagenav_next a,.pagenav_prev a {
	background: #e4edd5;
	border: 1px solid #adc387;
	color: #8fa26f;
  font-weight: bold;
}
.back_button {
	background: #e4edd5;
	border: 1px solid #adc387;
	color: #8fa26f;
	padding-left: 4px;
	padding-right: 4px;
}
.pagenav_next a:hover,.pagenav_prev a:hover,div.back_button a:hover {
	background-color: #690;
	color: #8fa26f;
}
table.contenttoc {
	background-color: #f5f2e1;
	border: 1px solid #e8e6d8;
}
table.contenttoc th {
	background-color: #557f01;
	color: #fffef1;
}


/* @end */

/* Conditional Styles - Advanced Edits Only Below This Line */

/* @group Style 1 Modules */

div.module h3,div.moduletable h3 {
	color: #669900;
	font-weight:bold;
}


/* Module "S1" Text Style */
.moduleS1 {position:relative;margin:0 0 1em;padding:0;background: #2f462b url(../images/style1/topright_S1.png) top right no-repeat;color: #FFFFFF;}
div.moduleS1 div {background: url(../images/style1/topleft_S1.png) top left no-repeat;}
div.moduleS1 div div {background: url(../images/style1/botleft_S1.png) bottom left no-repeat; height:1%;}
div.moduleS1 div div div {background: url(../images/style1/botright_S1.png) bottom right no-repeat;padding:10px;}
div.moduleS1 div div div div {background:none;}
/* Module Heading "S1" Style */
div.moduleS1 h3 {padding: 0;line-height: 100%;height: auto;margin: 0 0 5px 0;font-weight: normal;text-indent: 0px;font-size: 12px;letter-spacing: normal;border-bottom: 1px solid #40603a;color: #fff;}
/* Module "S1" Link Color */
div.moduleS1 a {color: #FFFFFF;text-decoration:underline;}
div.moduleS1 a:hover {color: #FFFFFF;text-decoration:none;}
/* Module "S1" List Styles */
div.moduleS1 ul,div.moduleS1 ul.latestnewsS1,div.moduleS1 ul.mostreadS1 {
	list-style: none;
	margin: 0px;
	padding:0px;
}
div.moduleS1 ul li,div.moduleS1 ul.latestnewsS1 li,div.moduleS1 ul.mostreadS1 li {
padding: 0px 0px 0px 10px;
margin: 0px;background: url(../images/style1/bullet_S1.gif) no-repeat 0px 5px;
white-space: normal;
}
/* Module "S2" Text Style */
.moduleS2 {position:relative;margin:0 0 1em;padding:0;background: #669900 url(../images/style1/topright_S2.png) top right no-repeat;color: #FFFFFF;}
div.moduleS2 div {background: url(../images/style1/topleft_S2.png) top left no-repeat;}
div.moduleS2 div div {background: url(../images/style1/botleft_S2.png) bottom left no-repeat; height:1%;}
div.moduleS2 div div div {background: url(../images/style1/botright_S2.png) bottom right no-repeat;padding:10px;}
div.moduleS2 div div div div {background:none;}
/* Module Heading "S2" Style */
div.moduleS2 h3 {padding: 0;line-height: 100%;height: auto;margin: 0 0 5px 0;font-weight: normal;text-indent: 0px;font-size: 12px;letter-spacing: normal;border-bottom: 1px solid #78b31c;color: #FFF;}
/* Module "S2" Link Color */
div.moduleS2 a {color: #FFFFFF;text-decoration:underline;}
div.moduleS2 a:hover {color: #FFFFFF;text-decoration:none;}
/* Module "S2" List Styles */
div.moduleS2 ul,div.moduleS2 ul.latestnewsS2,div.moduleS2 ul.mostreadS2 {list-style: none;margin: 0px;padding:0px;}div.moduleS2 ul li,div.moduleS2 ul.latestnewsS2 li,div.moduleS2 ul.mostreadS2 li {padding: 0px 0px 0px 10px;margin: 0px;background: url(../images/style1/bullet_S2.gif) no-repeat 0px 5px;white-space: normal;}
/* Module "S3" Text Style */
.moduleS3 {position:relative;margin:0 0 1em;padding:0;background: #ebebeb url(../images/style1/topright_S3.png) top right no-repeat;color: #333333;}
div.moduleS3 div {background: url(../images/style1/topleft_S3.png) top left no-repeat;}
div.moduleS3 div div {background: url(../images/style1/botleft_S3.png) bottom left no-repeat; height:1%;}
div.moduleS3 div div div {background: url(../images/style1/botright_S3.png) bottom right no-repeat;padding:10px;}
div.moduleS3 div div div div {background:none;}
/* Module Heading "S3" Style */
div.moduleS3 h3 {padding: 0;line-height: 100%;height: auto;margin: 0 0 5px 0;font-weight: normal;text-indent: 0px;font-size: 12px;letter-spacing: normal;border-bottom: 1px solid #d3d3d3;color: #466a02;}
/* Module "S3" Link Color */
div.moduleS3 a {color: #222;text-decoration:underline;}
div.moduleS3 a:hover {color: #FFFFFF;text-decoration:none;}
/* Module "S3" List Styles */
div.moduleS3 ul,div.moduleS3 ul.latestnewsS3,div.moduleS3 ul.mostreadS3 {list-style: none;margin: 0px;padding:0px;}div.moduleS3 ul li,div.moduleS3 ul.latestnewsS3 li,div.moduleS3 ul.mostreadS3 li {padding: 0px 0px 0px 10px;margin: 0px;background: url(../images/style1/bullet_S3.gif) no-repeat 0px 5px;white-space: normal;}
/* Module "S4" Text Style */
.S4 {position:relative;margin:0 0 0;padding:0px;background: #EBEBEB url(../images/style1/topright_S4.png) top right no-repeat;color: #222; width:100%}
div.S4 div {background: url(../images/style1/topleft_S4.png) top left no-repeat;}
div.S4 div div {background: url(../images/style1/botleft_S4.png) bottom left no-repeat; height:1%;}
div.S4 div div div {background: url(../images/style1/botright_S4.png) bottom right no-repeat;}
div.S4 div div div div {background:none;}
/* Module "S2" Text Style */
div.S4 div div div .moduleS2 {position:relative;margin:0 0 1em;padding:0;background: #669900 url(../images/style1/topright_S2.png) top right no-repeat;color: #FFFFFF;}
div.S4 div div div div.moduleS2 div {background: url(../images/style1/topleft_S2.png) top left no-repeat;}
div.S4 div div div div.moduleS2 div div {background: url(../images/style1/botleft_S2.png) bottom left no-repeat; height:1%;}
div.S4 div div div div.moduleS2 div div div {background: url(../images/style1/botright_S2.png) bottom right no-repeat;padding:10px;}
div.S4 div div div div.moduleS2 div div div div {background:none;}
/* Module Heading "S2" Style */
div.S4 div div div div.moduleS2 h3 {padding: 0;line-height: 100%;height: auto;margin: 0 0 5px 0;font-weight: normal;text-indent: 0px;font-size: 12px;letter-spacing: normal;border-bottom: 1px solid #78b31c;color: #FFF;}
/* Module "S2" Link Color */
div.S4 div div div div.moduleS2 a {color: #FFFFFF;text-decoration:underline;}
div.S4 div div div div.moduleS2 a:hover {color: #FFFFFF;text-decoration:none;}
/* Module "S2" List Styles */
div.S4 div div div div.moduleS2 ul,div.S4 div div div div.moduleS2 ul.latestnewsS2,div.S4 div div div div.moduleS2 ul.mostreadS2 {list-style: none;margin: 0px;padding:0px;}div.S4 div div div div.moduleS2 ul li,div.S4 div div div div.moduleS2 ul.latestnewsS2 li,div.S4 div div div div.moduleS2 ul.mostreadS2 li {padding: 0px 0px 0px 10px;margin: 0px;background: url(../images/style1/bullet_S2.gif) no-repeat 0px 5px;white-space: normal;}
div.S4 bold{color:#fff;}
/* Module Heading "S4" Style 
div.S4 h3 {padding: 0;line-height: 100%;height: auto;margin: 0 0 0 0;font-weight: normal;text-indent: 0px;font-size: 12px;letter-spacing: normal;border-bottom: 1px solid #78b31c;color: #FFF;}
*/
/* Module "S4" Link Color */
div.S4 a {color: #222;text-decoration:underline;}
div.S4 a:hover {color: #FFFFFF;text-decoration:underline;}
/* Module "S4" List Styles */
div.S4 ul,div.S4 ul.latestnewsS4,div.S4 ul.mostreadS4, .slider ul {list-style: none;margin: 0px;padding:0px;}
div.S4 ul li,div.S4 ul.latestnewsS4 li,div.S4 ul.mostreadS4 li, .slider li {padding: 0px 0px 0px 10px;margin: 0px 0px 0px 0px;background: url(../images/style1/bullet_S4.gif) no-repeat 0px 6px;white-space: normal;}
/* @end */

/* @group Structural */

.main-top-both,.main-top-left-only {background: url(../images/style1/top_has_left.png) no-repeat center bottom;}
.main-top-wide,.main-top-right-only {background: url(../images/style1/top_wide.png) no-repeat center bottom;}
#mainbody-both	{background: url(../images/style1/mid_left_right.png) repeat-y center top;}
#mainbody-left-only	{background: url(../images/style1/mid_leftonly.png) repeat-y center top;}
#mainbody-wide,.mainbody-wide,#mainbody-right-only	{background: url(../images/style1/mid_wide.png) repeat-y center top;}

.bottom-both,.bottom-left-only	{background: url(../images/style1/bot_has_left.png) no-repeat center top;}
.bottom-wide,.bottom-right-only	{background: url(../images/style1/bot_wide.png) no-repeat center top;}
.tplcright a {color: #fff;display: block;margin: 4px 0px 2px 5px;text-align: center;background: url(../images/style1/arrowl.png) no-repeat left center;text-indent: -5000em;width: 75px;height: 12px;line-height: 12px;padding: 0px;}
ul.checklist li {background: url(../images/style1/checklist.png) no-repeat left center;}

/* @end */

/* @group Top Menu */

.menubar {
	background-color:#fff;
}
#navmenu {
	background: url(../images/style1/navcontainer.png) no-repeat left top;
}
#navmenu li {
	background: url(../images/style1/nav_norm_l.png) no-repeat bottom left;
}
#navmenu li a {
	background: url(../images/style1/nav_norm_r.png) no-repeat bottom right;
	color: #fff;
}
div#navmenu li:hover, div#navmenu li.iehover {
	background: url(../images/style1/nav_hover_l.png) no-repeat bottom left;
}
div#navmenu li:hover a, div#navmenu li.iehover a {
	background: url(../images/style1/nav_hover_r.png) no-repeat bottom right;
	color: #557f01;
}
div#navmenu li.active {
	background: url(../images/style1/nav_active_l.png) no-repeat bottom left;
}
div#navmenu li.active a {
	background: url(../images/style1/nav_active_r.png) no-repeat bottom right;
	color: #FFF;
}

/* @end */


/* @group Left Nav */

#leftcol ul#mainlevel,
#rightcol ul#mainlevel,
#leftcol ul#mainlevel-sidenav,
#rightcol ul#mainlevel-sidenav {
	list-style: none;
}

#leftcol a.mainlevel,
#rightcol a.mainlevel,
#leftcol a.mainlevel-sidenav,
#rightcol a.mainlevel-sidenav{
	background: url(../images/style1/leftnav_norm.png) no-repeat left center;
	color: #2f462b;
	font-size:13px;
	font-weight:bold;
}
#leftcol a.mainlevel:hover,
#rightcol a.mainlevel:hover,
#leftcol a.mainlevel-sidenav:hover,
#rightcol a.mainlevel-sidenav:hover{
	background: url(../images/style1/leftnav_over.png) no-repeat left center;
	color: #fff;
}

#leftcol a#active_menu.mainlevel,#leftcol a#active_menu.mainlevel:hover,
#rightcol a#active_menu.mainlevel,#rightcol a#active_menu.mainlevel:hover,
#leftcol a#active_menu-sidenav.mainlevel-sidenav,#leftcol a#active_menu-sidenav.mainlevel-sidenav:hover,
#rightcol a#active_menu-sidenav.mainlevel-sidenav,#rightcol a#active_menu.mainlevel-sidenav:hover {
	background: url(../images/style1/leftnav_active.png) no-repeat left center;
 	color: #fff; 
}

#leftcol a.sublevel,
#leftcol a.sublevel-sidenav{
	background: url(../images/style1/s_leftnav_norm.png) no-repeat left center;
	color: #2f462b;
	font-size:13px;
	font-weight:bold;
}

#leftcol a.sublevel:hover,
#leftcol a.sublevel-sidenav:hover{
	background: url(../images/style1/s_leftnav_over.png) no-repeat left center;
	color: #fff;
}

#leftcol a#active_menu.sublevel,#leftcol a#active_menu.sublevel:hover,
#rightcol a#active_menu.sublevel,#rightcol a#active_menu.sublevel:hover,
#leftcol a#active_menu-sidenav.sublevel-sidenav,#leftcol a#active_menu-sidenav.sublevel-sidenav:hover,
#rightcol a#active_menu-sidenav.sublevel-sidenav,#rightcol a#active_menu.sublevel-sidenav:hover {
	background: url(../images/style1/s_leftnav_active.png) no-repeat left center;
 	color: #fff; 
}

a.sublevel,a.sublevel-sidenav {
	color: #000;
}

.modulebanner {
	margin:0px;
	margin-bottom:10px;	
}

.kwik {
	margin:auto;
	width:100%;
}

.module_menu {
	margin:0px;
	margin-top:15px;
}


.login-button {
	width:50px;
}

.contentdescription{
	height:20px;
	font-size:12px;
	font-weight: bold;
	white-space: normal;
	font-style: normal;
	border:0px solid #aaa;
	border-top:1px solid #aaa;
}

.section-article-content{
	border: 1px dashed #2F462B;
	padding: 5px 10px 5px 10px;
}

.content-link {
	border: 1px solid #2F462B;
	padding-left:3px;
	padding-right: 3px;
}

.slide {
	border: 1px solid red;
}
/* @end */
