/* ----------------------------------------------------------------------------------------------------------------- */
/* allgemein */
/* ----------------------------------------------------------------------------------------------------------------- */

* {
	padding: 0;
	margin: 0;
	border: 0;
}

html, body {
	height: 100%;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.hidden {
	display: none;
}


/* ------------------------------------------------------------------- */


acronym, abbr {
	cursor: help;
}

a:link, a:visited {
	text-decoration: none;
	color: #086db6;
}

a:hover, a:active {
	text-decoration: none;
	color: #000;
}

blockquote {
	margin: 12px 25px;
	padding: 6px 12px 6px 38px;
}

hr {
    height: 1px;
    border-top: 1px solid #ccc;
}

tr hr {
    height: 1px;
    border-top: 1px solid #ccc;
    margin-top: -10px;
    margin-bottom: 5px;
}


* html tr hr {

    margin-top: 0;
    margin-bottom:0;
}


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	
	background-color: #fff;
	
	background-image: url(../bilder/body_bg_verlauf_muster.jpg);
	background-repeat: repeat-x;
}


* html td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}



code, kbd {
	font: 11px Monaco, monospace;
}

pre code {
	display: block;
	margin: 12px 0;
	padding: 6px 38px 6px 12px;
}

p {
	margin-bottom: 0.75em;
	line-height: 1.8em;
}

ul {
	list-style-type: none;
	list-style-position: outside;
}


/* ----------------------------------------------------------------------------------------------------------------- */
/* Layout */
/* ----------------------------------------------------------------------------------------------------------------- */

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	
	width: 860px;
	margin: auto auto;
	
	border-left: 1px solid #505050;
	border-right: 1px solid #505050;
	
	background-color: #fff;
}

#header {
	height: 100px;
	width: 860px;
	
	border-bottom: 1px solid #000;
	background-color: #fff;
	
	float: left;
	
	font-size: 11px;
	text-transform: uppercase;
}

#logo {
	float: left;
	width: 345px;
}

#headerpic {
	width: 515px;
	height: 99px;
	overflow: hidden;
	
	float: right;
	
	background-image: url(../seiteninhalt/headerpics/headerpic_01.jpg);
}


/* ------------------------------------------------------------------- */


#leftcol {
	width: 160px;
	float: left;
		
	background-image: url(../bilder/leftcol_schatten.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	
	padding-bottom: 20px; /* Footerhoehe + Abstand */
}

#navigation {
	float: left;
	width: 150px;
	
	text-transform: uppercase;
	
	margin-bottom: -10px;
}


/* ------------------------------------------------------------------- */


#centercol {
	width: 500px;
	float: left;
	margin: 0 19px 0 19px;

	padding-bottom: 20px; /* Footerhoehe + Abstand */
}

#seiteninhalt {
	margin: 1em 0 0 0;
}

.beitrag_centercol {
	margin: 0 0 3em 0;
}

.archivuebersicht, 
.archiv_sonderausgaben {
	margin: -3em 0 0 0;
}

.archivuebersicht a:link div,
.archivuebersicht a:visited div, 
.archiv_sonderausgaben a:link div,
.archiv_sonderausgaben a:visited div  {
	background-color: #fff;
}

.archivuebersicht a:hover div,
.archivuebersicht a:active div {
	background-color: #efefef;
	cursor: pointer;
}
.archiv_sonderausgaben a:hover div,
.archiv_sonderausgaben a:active div {
	background-color: #efefef;
	cursor: pointer;
}

/* IE6 */
* html .archivuebersicht a:hover div img,
* html .archivuebersicht a:active div img {
	background-color: #efefef;
	cursor: default;
}
* html .archiv_sonderausgaben a:hover div img,
* html .archiv_sonderausgaben a:active div img {
	background-color: #efefef;
	cursor: pointer;
}

.archivausgabe {

	width: 45%;
	height: 162px;

	border: 1px solid #ccc;
	margin: 2em 0.3em -1.7em 0;
	padding: 5px;
	
	float: left;
	overflow: hidden;


}

.archiv_sonderausgaben {
	width: 100px;
	float: left;

	margin: 0 1.8em 2em 0;
	padding: 0;
}

* html .archiv_sonderausgaben {
	background: url(../bilder/sonderausgabe_bestellen.gif) no-repeat bottom center;
}

.archiv_sonderausgaben .csc-textpic-imagewrap {
	height: 141px;
}

.cover {
	float: left;
	margin: 0 8px 0 0;
}

.ausgabe_titel {
}

.spezialistenregister {
/*
	width: 31%;
	float: left;
	margin: 0 1em 1em 0;
*/
}

.spezialistenregister p {
	line-height: 1.2em;
	font-weight: bold;
}


/* ------------------------------------------------------------------- */


#rightcol {
	width: 160px;
	float: right;
		
	background-image: url(../bilder/rightcol_schatten.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	
	padding-bottom: 20px; /* Footerhoehe + Abstand */
	
	overflow: hidden;
}




#infobox {
	width: 140px;
	margin-left: 10px;
	margin-bottom: -8px;
	padding: 5px;
	
	background-color: #f3f8fb;
	
	border-bottom: 1px solid #fff;
}


/* ------------------------------------------------------------------- */


#stopper {
	width: 100%;
	height: 1px;
	padding-bottom: 24px;
	clear: both;
}


#footer {
	width: 860px;
	height: 24px;
	margin: auto auto;
	margin-top: -25px;
	border-top: 1px solid #505050;
	overflow: hidden;

	text-align: center;	
}	

#footer p {
	margin-top: 5px;
	color: #666;
}


/* ------------------------------------------------------------------- */


/* Ergänzung für Seite Baujournal / Spezialistenregister */


#regsp_links {
	position: relative;
	float: left;
	top: 0;
	left: 0;
	width: 160px;
}

#regsp_mitte {
	position: relative;
	float: left;
	top: 0;
	left: 15px;
	width: 160px;

}

#regsp_rechts {
	position: relative;
	float: left;
	top: 0;
	left: 30px;
	width: 160px;
}

.robe_banner_h {
position: relative;
float: left;
clear: both;
width: 500px;
margin: 0px 0 15px 0;
}


/*************************************************************************/
/*                     BULLET-LISTEN IM INHALT                           */
/*************************************************************************/


#centercol ul, #centercol ol { /* bullet-listen einrÃ¼cken */

  margin: 0px 0 17px 15px;
  list-style-type: disc;
}


* html #centercol ul, * html #centercol ol { /* bullet-listen einrÃ¼cken IE 6 ... */
  margin-left: 18px;
  margin-left: 15px;
}


