/* ######################################################################################################
** ### DIV-Container der Breadcrumb-Navigation ###################################################################
** ######################################################################################################
*/

#breadcrumb {
	height: 25px;
	background-color: black;
	background-image:url(../../img/bg_breadcrumb.jpg);
	background-repeat: no-repeat;
	color: #fff;
	padding: 10px 0 8px 25px;
	/* margin: 0 -0.65em 0 -0.65em;*/
}


/* ######################################################################################################
** ### DIV-Container der SearchBOX ###################################################################
** ######################################################################################################
*/


/* ###  Formatierung Container ################################################################## */

#searchbox {
	/* background-image:url(../../img/bg_search.jpg);
	background-repeat: repeat; */
}

/* ###  Formatierung Eingabefeld ################################################################## */

.searchbox_field {
	background-image:url(../../img/bg_formfield.jpg);
	background-repeat: no-repeat;
	width: 165px;
	height: 15px;
	border-color: #999999;
}



/* ######################################################################################################
** ###DIV-Container der FirmenlogoBox ##########################################################
** ######################################################################################################
*/

#firmenlogo {
	width: 206px;
	height: 63px;
	float: left;
	background-color: NONE;
	margin-left: 10px;
}


/* ######################################################################################################
** ### DIV-Container ContentContainer ###################################################################
** ######################################################################################################
*/

.con_con {
	background-image: url(../../img/bot_ruler.jpg);
	background-position: bottom left;
	background-repeat:no-repeat;
	width: 575px;
	padding-top: 3em;
	padding-bottom: 3.3em;
	padding-left: 3em;
	padding-right: 3em;

	background-color: transparent;
}

.con_con_last {
	background-image: url(../../img/col3_bottom.jpg);
	background-position: bottom left;
	background-repeat:no-repeat;
}

.subContainer { 
		width: 100%;
		padding: 0 1px 0 1px; 
		margin: 0 -1px 0 -1px; 
		overflow:hidden;
	}
	
.subLeftContainer {float: left; overflow: hidden;}
.subRightContainer {float: right; overflow: hidden;}

.subLeft { padding: 0 1em 0 0; overflow: hidden; }
.subRight { padding: 0 0 0 1em; overflow: hidden; }

.contentLeftContainer .subLeft {
		padding-right: 1em;
	}
	
.contentRightContainer .subRight {
}

.contentLeftContainer { width: 50%; }
.contentRightContainer { width: 50%; }



/* ### Textformatierung ######################################## */


.linkhinweis {
	color: #663333;
}

h1.services {
	padding: 0 0 0.3em 0;
	margin: 0px;
}

h2.latestclients {
	border: none;
	margin: 0;
	padding: 0;
}

/* ######################################################################################################
** ### UL-Container Liste Startseite ###################################################################
** ######################################################################################################
*/


#heaven {
	width: 100%; 
	height: 10px; 
	background-color: #333; 
	font-size: 0px;
}

.liste_startseite ul {
	margin: 0;
	padding:0;
	padding-bottom: 50px;
	list-style: none;
	background-color: none;
	/* width: 650px; */
}

.liste_startseite li {
	margin: 0;
	padding: 0;
	padding-right: 0px;
	margin:  0 3px;
	float: left;
	display: inline;
	width: 200px;
	background-color: none;
	text-align: center;
}

.liste_startseite li li {
	float: none;
	display: block;
	background-color: none;
}


/* ### liste Breite 612px ######################################## */

.liste_1col ul {
	margin: 0;
	padding:0;
	padding-bottom: 50px;
	list-style: none;
	background-color: none;
	/* width: 650px; */
}

.liste_1col li {
	margin: 0;
	padding: 0;
	padding-right: 0px;
	margin:  0 3px;
	float: left;
	display: inline;
	width: 612px;
	background-color: none;
	text-align: center;
}


.one_unit {
	display: block;
	float: left;
	background-color: green;
	width: 650px;
}

p.subtitle {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #996600;
	
}

.content{
	height: 175px;
}

/* ######################################################################################################
** ### Tabellenformatierung Preisliste ###################################################################
** ######################################################################################################
*/


.pricelist {
	border: solid;
	border-color: grey;
	border-width: 1px;
}

.tr-even {
	background-color: #CCCCCC;
}

.pricelist td {
	padding: 5px 10px;
}
