/* filename: /css/bausanierer_screen.css
   version 1.01 - 2008-02-30
   kontakt at manderbachmedia dot de */

   
#navmain, #header, #horizline, #colleft, #cbottom, #footer {display: none;}
   
#printinfo {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 11px;
	color: #333;
}
  
#printinfo .imgRight {
	float: right;
	margin-left: 10px;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 101%;
	/*background: #FF9F21;*/
	text-align: center;
}

#center {
	margin-top: 170px;
	/*
	position: relative;
	top: 0;
	left: 0;
	width: 950px;
	margin: 15px auto 0 auto;*/
	background: #fff;
	text-align: left;
}

/* ----- navmain ----- */

#navmain {
	width: 100%;
	height: 31px;
	background: #fff url("/img/bg_navmain.gif") no-repeat;
	text-align: right;
}

#navmain ul {
	margin: 0 10px 0 0;
	padding: 0;
	float: right;
}

#navmain ul li {
	list-style: none;
	display: inline;
	float: left;
	background: url("/img/bg_li_navmain.gif") no-repeat;
	height: 30px;
}


#navmain a {
	font-size: 1em;	
	line-height: 1.2em;
	padding: 5px 15px 0 15px;
	display: block;
	height: 24px;
	color: #fff;
	text-decoration: none;
}

#navmain a:hover, #navmain a.act {
	color: #DB4915;
	background: #fff;
}

/* ----- header ----- */

#header {
	height: 206px;
	width: 100%;
	background: #fff url("/img/visual_die_bausanierer.jpg") no-repeat;
}

#logo {
	padding: 20px 0 10px 15px;
}

#address {
	margin-left: 15px;
	font-size: 0.75em;
	line-height: 1.3em;
	font-style: normal;
	color: #490002;
}
#address span {
	font-size: 1.1em;
}

#address a {
	text-decoration: none;
	color: #490002;
}

#address a:hover {
	text-decoration: underline;
}

#horizline {
	margin: 5px 0;
	border-top: 1px solid #DAD2CA;
	height: 2px;
	width: 100%;
	border-bottom: 1px solid #DAD2CA;
}

/* ------ colleft --- */
#colleft {
	width: 210px;
	margin-left: 15px;
	float: left;
}


#colleft img {
	margin: 0 0 15px 0;
}


#navsub {
	padding-top: 6px;
	background: url("/img/border_subnav_top.gif") no-repeat;
}

#navsub ul {
	margin: 0;
	padding: 0;
}

#navsub ul li {
	list-style: none;
	display: inline;
}

#navsub #bottom {clear: both;
	height: 6px;width: 100%;
	background: #f00 url("/img/border_subnav_bottom.gif") no-repeat;
}


#navsub a {
	font-size: 0.8em;	
	line-height: 1.2em;
	padding: 5px 15px 0 15px;
	display: block;
	height: 24px;
	width: auto;
	color: #fff;
	background: #FF9F21;
	font-weight: bold;
	text-decoration: none;
	border-left: 10px solid #FFCF90;
	border-bottom: 1px solid #DAD2CA;
}

#navsub a:hover, #navsub a.act {
	color: #490002;
	background: #F3EFEC;
	border-left: 10px solid #FFF2E1;
}


/* ------ content --- */

#contentwrapper {/*
	width: 696px;
	margin: 0 0 0 240px;*/
	padding-bottom: 0;
	font-size: 0.75em;
	line-height: 1.3em;	
	color: #490002;
}

#content {/*
	background: #F3EFEC url("/img/border_cont_top.gif") no-repeat;
	padding: 15px 25px 10px 25px;*/
}

#contentwrapper #cbottom {
	width: 100%;
	height: 6px;
	background: url("/img/border_cont_bottom.gif") no-repeat;
}

#contentwrapper img {
	margin: 15px 15px 0 0;
}

#content h1 {
	margin: 0;
	fodnt-weight: normal;
	font-size: 2em;
	color: #FD7D35;
}

#content h2 {
	margin: 15px 0 15px 0;
	font-size: 1.2em;
}


#content h3 {
	margin: 20px 0 0 0;
	font-size: 1em;
}

#content p {
	margin: 5px 0 10px 0;
	font-size: 1em;
}

#content li {
	padding-top: 5px;
}

#content a {
	color: #490002;
}
#content a:hover {
	color: #FF9F21;
}

#content a.top {
	float: right;
	text-decoration: none;
	background: url("/img/arrow_top.gif") 0 7px no-repeat;
	padding-left: 10px;
}

/* --- footer --- */

#footer {
	margin-top: 15px;
	clear: both;
	width: 100%;
	height: 31px;
	background: #fff url("/img/bg_footer.gif") no-repeat;
}
#footer div {
	font-size: 0.7em;
	color: #fff;
	margin: 7px 25px;
	float: right;
}

/* ------ gen --- */

address {
	font-style: normal;
}

.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
	
}


.imgLeft {
	float: left;
	margin: 0 15px 20px 0;
}

.hide, .noprint {
	display: none;
}
#counterdiv {
	visibility: hidden;
}

#counterdiv.show {
	visibility: visible;
}

