/* CSS Document					*/
/* www.kaminbau-kastner.de		*/

html, body {
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	padding: 0;
	margin: 0;
}

body {
	background: #FFFFFF url(../media/bg_body.jpg) fixed repeat-x;
}

/* layoutspringen bei fehlernder scrollbar im firefox verhindern */
/* hide from IE mac \*/
html {
    min-height: 100%;
    margin-bottom: 1px;
}
*+html {
    min-height: 100%;
    margin-bottom: 1px;
}
/* end hiding from IE5 mac */


acronym, dfn, abbr, span.abbr { 
	border-bottom: 1px dotted black; 
	cursor: help; 
}

/* ******************** Classes **************************************************** */
.novisible {
	display: none;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* ******************** Wrapper **************************************************** */
#wrapper {

}

/* ******************** Header **************************************************** */
#header {

}

#header h1 a {
	color: #000000;
	text-decoration: none;
}

/* ******************** Subheader - Wechselbild **************************************************** */
#subheader {

}

#subheader h2 {
	color: #000000;
	font-weight: normal;
}

#subheader p {
	color: #000000;
	line-height: 140%;
}

/* ******************** Content - Stripe **************************************************** */
#content {

}

/* ******************** Mainnav **************************************************** */
ul.mainnav {
	display: none;
}

/* ******************** Maincontent **************************************************** */
#maincontent {

}

#maincontent h1 {
	/*color: #FC692F;*/
	color: #990033;
	font-size: 170%;
	font-weight: normal;
	/*font-style: italic;*/
	font-family: Georgia,Chicago,Charcoal,"Times New Roman",serif;
	letter-spacing: -0.03em;
}

#maincontent h2 {	
	padding: 10px 0 5px 0;
	margin: 0 0 10px 0;
	color: #666666;
	font-size: 130%;
	font-family: Georgia,Chicago,Charcoal,"Times New Roman",serif;
	border-bottom: 1px solid #cccccc;
    letter-spacing: -0.03em;
}

#maincontent p {
	padding: 0 0 20px 0;
	margin: 0;
	line-height: 140%;
}

#maincontent p.Center {
	text-align: center;
}

#maincontent ul {
	margin-bottom: 20px;
	line-height: 140%;
}

#maincontent table {
	background: #CCCCCC;
}

#maincontent caption {
	font-weight: bold;
	padding: 0 0 5px 0;
}

#maincontent th,
#maincontent td {
	padding: 4px 2px;
	font-size: 85%;
	vertical-align: top;
}

#maincontent th {
	background: #DADADA;
}

#maincontent td {
	background: #FFFFFF;
}

#maincontent tr.odd td {
	background: #E6E6E6;
}

#maincontent a, 
#maincontent a:link,
#maincontent a:visited {
	color: #FC692F;
	text-decoration: underline;
}

#maincontent a:focus,
#maincontent a:hover,
#maincontent a:active {
	color: #000000;
	background: #FC692F;
	text-decoration: underline;
}

/* ******************** Breadcrumb **************************************************** */
p.breadcrumb {
	margin: 5px 0 20px 0;
	padding: 0;
}

#maincontent p.breadcrumb a, 
#maincontent p.breadcrumb a:link,
#maincontent p.breadcrumb a:visited {
	padding: 1px;
	color: #000000;
}

#maincontent p.breadcrumb a:focus,
#maincontent p.breadcrumb a:hover,
#maincontent p.breadcrumb a:active {
	color: #000000;
	background: #FC692F;
	text-decoration: underline;
}

/* ******************** Bilder **************************************************** */

div.imgcont img {
	margin: 0;
	padding: 0;
}

div.imgcont img.border {
	border: 1px solid #cccccc;
	padding: 3px
}

div.contBorder {
	border: 1px solid #cccccc;
}

div.imgcont p {
	margin: 0;
	padding: 3px 0 0 0;
	font-size: 80%;
}

div.pright {
	float: right;
	padding: 0 0 5px 10px;
}

div.pleft {
	float: left;
	padding: 0 10px 5px 0;
}


div.magazinCenter {
	margin-left: auto;
	margin-right: auto;
}

/* ******************** Info **************************************************** */
div.info {
	float: right;
	margin: 0 0 10px 10px;
	padding: 10px;
	width: 145px;
	border: 1px solid #990033;
}

*html #maincontent div.info {

}

div.info h2 {	
	padding: 10px 0 0 0 !important;
	margin: 0 0 10px 0 !important;
	text-indent: 0px;
	color: #990033 !important;
	font-size: 100% !important;
	font-family: Georgia,Chicago,Charcoal,"Times New Roman",serif;
	font-weight: normal;
	font-style: italic;
    letter-spacing: -0.03em;
    border: none !important;
}

div.info ul {
	list-style-image: url(../media/ok.gif);
	font-size: 90%;
	font-weight: bold;
	color: #666666;
}

div.info p {
	font-size: 90%;
	font-weight: bold;
	color: #666666;
}

/* ******************** Clearer **************************************************** */
div.clearer {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}


/* ******************** Footer **************************************************** */
#footer {
	clear: both;
}

#footer p {
	margin: 0;
	padding: 0;
}

/* ******************** Partner **************************************************** */
div.partner {
	width: 60%;
}

/* ******************** Kontakt **************************************************** */
body.art8 #maincontent h2 {
	width: 300px;
}

body.art8 #maincontent div.info h2 {
	width: 100%;
}

/* ******************** IE6 Korrekturen **************************************************** */