/* Print Stylesheet
www.brigels.ch
Start: 09.03.2009
Letzte Aenderung: 18.03.2009
*/
/* Reset all */
*{
	padding: 0;
	margin: 0;
	border: 0;
}

/* Allgemeines */
body {
	font-size: 11pt;
	font-family: "Times New Roman";
	background-color: white;
	color:#000;
	
	
}

a:link {
	/*color: #DB7093; - alter Farbwert */
	/* Farbvorschlag 090316 */
	color: #9D0015;
	/*background-color: #fff;*/
	text-decoration: underline;
}

/* externe Links werden hinter dem Link dargestellt */

#content a[href^="http://"]/*::after */{
	content: " [Zugriff unter "attr(href)"]";
	font-style: italic;	
	color: #000;
} 
/*

img a:link,
img a:visited{
            display: none;
            }
*/

/* Clear Class */



.subhead {
	font-weight: bold;
}

/* Absaetze */
p {
	margin: 0 0 0.5em 0;
	/*clear: both;*/
}


blockquote { 
	background: transparent url(../bilder/open_quote.gif) no-repeat 0 -2px; 
	margin:0 0 2em; 
	padding:0;
}

blockquote > p:first-child {
	margin-bottom:0.7em;
	text-indent:22px;
}

/* IE 6.0 First-Child Problem FIX */

* html p.first {
	margin-bottom:0.7em;
	text-indent:22px;
}


.lastword {
	background:transparent url(../bilder/close_quote.gif) no-repeat scroll right top;
	padding:0 22px 0 0;
}


/* Ende  IE 6.0 First-Child Problem FIX ***/




ul {
	/*list-style: none;*/
	padding-bottom: 10px;
}

h1,h2,h3,h4,h5,h6{font-size:13pt;line-height:110%;margin:0;padding:0;}


/* Adresse momentan ausgeblendet - Besprechen */
#searchBox, #slideshow, #header, #navi, #serviceNav #iconsCont, #footer{
	display: none;
	
}

#content #wrapper{
	/*margin: 10px;*/
	/*width: auto;*/
	margin: 0 5%;
	padding: 0;
	/*overflow: hidden;*/
	
}



/* Zum Adresse wieder einblenden - ab hier das CSS greifen lassen */
/*
#navi ul {
	display: none;
}



#navi {
	width: 190px;
	color: #000;
	height: 100pt;
}




#navi #contact {
	padding: 10px 0 10px 0;
	}

#navi #contact ul {
	width: 190px;
	display: block;
	margin: 0 0 0 10pt;
	padding: 0;
	
}*/


#navi a:link, #serviceNav a:link {
	color: #ff2d00;
	}


#navi #contact a:link {
	color: #ff2d00;
	text-decoration: underline;
}


#navi #contact a:visited {
	color: black;
}





ul.thumbCont{
	overflow: hidden;
	
}


ul.thumbCont li{
	float: left;
	padding-right: 3px
}



/* Eingabefelder */
#content .fl {
	float: left;
}

dl {
	overflow: hidden;	}

dt {
	width: 40px;
}

dd select{
	width: 50px;
}

#content fieldset {
	margin-bottom: 20px;
	/*background-color: #ccc;*/
}

#content input, select {
	border: 1px solid #666;
	margin-bottom: 5px;
}

#content fieldset .fl{
	float: left;
	padding-right: 10px;
}

.txtCont {
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #CA0024;
}

.txtCont ul.thumbCont {
	width: 510px;
	}


.txtImg {
	float: left;
	margin-right: 10px;
	/*min-height: 125px;*/
}

.txtImgSmall {
	float: left;
	margin-right: 10px;
	width: 130px;
	
}

ul.bPoint {
overflow: hidden;
}


ul.bPoint li {
		margin-left: 20px;
		padding: 0;
}

#content {
	float: none !important;

}
