/*
**
** CONTENT CSS
** TISCHLEREI ZEHNER
**
** 2010 LANDSIEDEL | MÜLLER | FLAGMEYER
** info@l-m-f.de
** http://www.l-m-f.de/
**
*/


/*** quicklinks oben rechts (home | impressum) ***/
#home-impressum ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#home-impressum ul li {
	padding:8px 8px 0px 5px;
	float:left;
	background:transparent url(../images/layout/tischlerei_zehner_bg_impressum.jpg) no-repeat;
	font-size:10px;
	color:#FFFFFF;
}

/*** navigation ***/
#menu {}
#menu ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#menu ul li {
	float:left;
	margin-right:20px;
}

/*** content bereich - linke seite (begriffe) ***/
#leistungen-box {
	position:relative;
	top:60px;
	font-size:11px;
	color:#865638;
}

/*** content bereich - mitte ***/
#breadcrumb {
	width:469px;
	position:relative;
	left:63px;
	top:20px;
	font-size:10px;
}

#content h1 {
	padding-top:5px;
}

.trennlinie {
	width:313px;
	height:10px;
	margin-bottom:10px;
	border-bottom:1px dotted;
}

/*** content bereich - rechte seite ***/
#col-right ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

/*** kontaktformular ***/
.single-text-field,
.multi-text-field {
	width:290px;
	background-color:#F7F0E8;
	border:1px solid #AC917E;
	font-family:Arial,sans-serif,Helvetica,Verdana;
	font-size:11px;
	color:#673B21;
}
.single-text-field {
	height:16px;
}
.multi-text-field {
	height:150px;
}


/*** bilder formatieren ***/
#fenster-tueren .image_container, 
#moebel .image_container, 
#restauration-8 .image_container {
	width:100px;
	height:100px;
	background:transparent url(../images/layout/tischlerei_zehner_bg_content_image.png) no-repeat;
}
#fenster-tueren .image_container img, 
#moebel .image_container img, 
#restauration-8 .image_container img {
	position:relative;
	top:8px;
	left:8px;
}
.bild-text p {
	margin:0px;
}


