/* filename: /css/wiser_screen.css
   version 1.01 - 2009-02-14
   kontakt at manderbachmedia dot de */

#printinfo {
	clear: both;
	font-family: Arial, sans-serif;
	font-size: 11px;
	/*display: none;*/
}

#navigation, #path, #footer, #infolayer { 
	display: none!important;
}


a {
	text-decoration: underline!important;
	padding: 0!important;
}

td, th {
	border-right: 1px solid #333!important;
	border-bottom: 1px solid #333!important;
}

body {
	margin: 0;
	padding: 0;
	/*
	background: #fff url("/img/bg_body.gif") 0 0 repeat-y;
	*/
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 101%;	
} 

#center {
	/*
	position: absolute;
	top: 0;
	left: 0;
	width: 985px;
	padding: 0;
	*/
}

/* ------ head ------ */

#head {
	height: 105px;
	margin: 0;
	padding: 0;
}

#logo {
	padding:  0;
	margin: 0;	
	float: left;	
	width: 285px;
	/*background: url("/img/bg_colleft_top.gif") 140px 0 no-repeat;*/
}

#claim {
	/*
	float: left;
	*/
	margin:  30px 0 0 285px;
	width: 407px;
	height: 62px;
	font-size: 13px;
	font-weight: bold;
	color: #008398;
	background: url("/img/wiser_claim.gif") 0 0 no-repeat;
}
#claim span {
	color: #48bac4;
}
/* ------ navigation ------ */

#navigation {
	margin-left: 65px;
	float: left;
	width: 215px;
}

#navigation {
	display: inline;/* for IE6 dpl margin-bug */
}
#navigation ul {
	margin: 0 0 15px 0;
	padding: 0;
	list-style: none;
}
#navigation li {
	display: inline;
}

#navigation li dfn {
	display: inline;
	float: left;
	clear: both;
	font-size: 0.8em;
	font-style: normal;
	padding-top: 2px;
	background: #fff;
	color: #dbbcac;
}
#navigation li.act dfn {
	color: #ff7b00;
}

#navigation ul li a {
	font-size: 0.9em;
	display: block;
	width: auto;
	text-align: right;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #008398;
	background: #fff url("/img/bg_navmain.gif") right top no-repeat;
	border-left: 2px solid #fff;
	padding: 2px 25px 2px 5px;
	margin-left: 20px;
}


#navigation ul li.act a, #navigation ul li a:hover {
	color: #fff;
	background: #fff url("/img/bg_navmain_act.gif") right top no-repeat;
	border-left: 2px solid #ff7b00;
}

/* - navsub - */


#navigation div.last {
	margin: 0 18px 0 22px!important;
	padding: 0!important;
	font-size: 0!important;
	line-height: 0!important;
	height: 1px!important;
	width: 100%;
	background: #dbbcac!important;
}

#navigation div.last {
	overflow: hidden;/* for IE6 */
}
#navigation ul ul {
	margin: 3px 0 0 0;
}

#navigation ul li.act li a, #navigation ul li.act li div {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 0.7em;
	line-height: 1.2em;
	display: block;
	width: auto;
	text-align: right;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	color: #828f8f;
	background: #fff;
	background-image: none;
	padding: 1px 25px 2px 5px;
	border: none;	
}


#navigation ul li.act li a.act, #navigation ul li.act li a:hover {
	background: #fff url("/img/bg_navsub_act.gif") right top no-repeat;	
	color: #ff7b00;
	border: none; /* for IE6 */
}
#navigation ul li.act li a.act {
	font-weight: bold;
}

/* - navsubsub - */

#navigation ul ul ul {
	margin: 0 0 7px 0;
}

#navigation ul li.act li li a, #navigation ul li.act li li div {
	color: #d2b5a5;
	background: #fcf5f1;/* was fcfaf9 */
	background-image: none;
	padding: 0 14px 2px 0;
	margin-right: 18px;
	border: none;
}


#navigation ul li.act li li a.act, #navigation ul li.act li li a:hover {
	font-weight: normal;
	background: #fcf5f1 url("/img/arrow_navsubsub.gif") right 5px no-repeat;
	color: #828f8f;
}
/* ------ path ------ */

#path {
	margin-left: 315px;
	font-family: Tahoma, Arial, sans-serif;
	height: 25px;
	font-size: 0.6em;
	line-height: 1.2em;
	color: #828f8f;
	background: #fff url("/img/bg_path.gif") bottom left repeat-x;
}
#path a {
	color: #828f8f;
	text-decoration: none;
	margin: 0 5px 0 5px;
}
#path a:hover, #path span {
	color: #595959;
	text-decoration: none;
	background: url("/img/bg_pathspan.gif") bottom left repeat-x;
}
#path span {
	margin: 0 5px 0 5px;
}

/* ------ content ------ */
#content {
	font-size: 0.75em;
	line-height: 1.4em;
	color: #595959;
	/*
	margin-left: 315px;
	padding: 0 20px 20px 20px;
	background: #fff url("/img/bg_content.gif") bottom left repeat-x;
	*/
}

#condtent {
  midn-height:300px;
  height:auto !important;
  height:400px;
}


#content h1 {
	font-size: 1.7em;
	line-height: 1.3em;
	color: #008398;
}

#content h1 a {
	display: none;
}

#content h2, #content h3 {
	margin: 0 0 10px 0;
	font-size: 1.3em;
	color: #ff7b00;
}


#content a {
	color: #008398;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#content a.info {
	padding-left: 12px;
	background: url("/img/icon_info_small.gif") 0 0 no-repeat;
}
#content a.info:hover {
	text-decoration: none;
}

#content a.more {
	padding-left: 12px;
	background: url("/img/arrow_right.gif") 0 3px no-repeat;
}

#content a.next {
	margin-left: 10px;
	padding-right: 12px;
	background: url("/img/arrow_right.gif") right 4px no-repeat;
}

#content a.prev {
	margin-right: 10px;
	padding-left: 12px;
	background: url("/img/arrow_left.gif") 0 4px no-repeat;
}
#content dfn {
	display: none;
}

#content address {
	margin: 10px;
	font-style: normal;
}

#content table {
	margin: 10px 0 10px 0;
	font-size: 0.9em;
}
#content th, #content td {
	vertical-align: top;
	padding: 4px;
	border-width: 0 1px 1px 0;
	border-color: #fff;
	border-style: solid;
}

#content th {
	background: #ccafa1;
	color: #fff;
}

#content td {
	background: #fcfaf9;
}

#content .tableth {
	width: 50px;
}
#content table.site {
	width: 100%;
}

#content table.site th {
	color: #595959;
	text-align: left;
	padding: 0 2px 0 1px;
}
#content table.site td {
	padding: 0 15px 0 1px;
}

#content table.site th, #content table.site td {
	background: none;
}

#content table.site tr.even td, #content table.site tr.even th {
	background: #f5ede8;
}

/* - googlemaps - */

#googlemap {
	width: 630px;
	height: 205px;
	background: #ddd;
	margin: 20px 0 0 0;
}

#googlemap.overview {
	width: 430px;
	height: 300px;
}

/* - home - */


body.home #content {
	padding: 0;
	/*
	width: 669px;
	*/
	/*margin-top: -20px; if arrows */
	background: none;
}

body.home #visual .arrow {
	margin-left: 430px;
	margin-bottom: 1px;
}
body.home #visual img {
	display: block;
}

#content .homeleft {
	width: 290px;
	float: left;
}
#content .homeright {
	width: 290px;
	float: left;
	margin-left: 45px;
}

/* ------ footer ------ */

#footer {
	clear: both;
	margin-top: 40px;
	height: 100px;
	color: #828f8f;
	/*background: #fff url("/img/bg_colleft_bottom.gif") 50px bottom no-repeat;*/
}



#footer #toplink {
	float: right;
	border-left: 4px solid #fff;
	height: 30px;
}

#footer #dielinks {
	width: 670px;
	floadt: left;
	margin: 0 0 50px 315px;
	background: #fff url("/img/bg_footer.gif") 0 0 repeat-x;
}


#footer ul {
	clear:both;
	margin: 0;
	padding: 0;
	list-style: none;
}


#footer ul li {
	display: inline;
	padding-top: 60px;
}

#footer a {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 0.6em;
	line-height: 1.2em;
	color: #008398;
	padding-left: 13px;
	margin-right: 10px;
	text-decoration: none;
	background: url("/img/arrow_right.gif") 0 2px no-repeat;
	text-transform: uppercase;
}


#footer a:hover {
	text-decoration: underline;
}

#footer a.totop {
	display: block;
	background: #fff url("/img/arrow_top.gif") right 5px no-repeat;
	padding: 0px 13px 5px 20px;
	margin: 0;
	color: #828f8f;
	text-transform: none;
}
#footer li.copyright {
	font-size: 0.7em;
	padding-right: 10px;
}

/* ------ infolayer ------ */

#infolayer {
	position: absolute;
	top: 100px;
	left: 100px;
	width: 200px;
	font-size: 11px;
	line-height: 12px;
	background: #fff;
	border: 1px solid #48bac4;
	visibility: hidden;
}

#infolayer div, #infolayer p {
	margin: 0;
	padding: 5px;
}
#infolayer div {
	font-weight: bold;
	padding: 2px 5px;
	color: #fff;
	background: #48bac4;
}
/* ------ others ------ */


.imgRight {
	float: right;
	margin: 5px 0 20px 25px;
}

.imgLeft {
	float: left;
	margin: 5px 25px 20px 0;
}


div.imgLeft, div.imgRight {
	width: 310px;
}

p.caption {
	font-size: 0.9em;
	margin: 0;
	padding: 5px;
	color: #fff;
	background: #48bac4;
}




a.mmedia {	
	font-family: Arial, sans-serif !important;
	font-weight: bold !important;
	text-decoration: none !important;
	color: #387393 !important;
	font-size: 12px !important;
}

a.mmedia span {
	color: #8D8F92 !important
}


.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* ie7/win */
*:first-child+html .clearfix {
	min-height: 1px;
}
