@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) central stylesheet
 * (de) zentrales Stylesheet
 *
 * @creator       YAML Builder V1.2b (http://builder.yaml.de)
 * @file          my_layout.css
 * @-yaml-minver  3.1
 * 
 */

/* import core styles | Basis-Stylesheets einbinden */
@import url(../yaml/core/base.css);

/* import screen layout | Screen-Layout einbinden */
@import url(screen/basemod.css);
@import url(screen/content.css);

/* import print layout | Druck-Layout einbinden */
@import url(../yaml/print/print_draft.css);


/* Drop Down Menu */
@import url(screen/dropdown.css);

/* headline */

#headlinefa {
	color: #FFF;
	padding-left: 0px;
	padding-top: 75px;
	margin: 0;
}

#colorbar {
	padding-left: 180px;
	background-image: url(../layoutimages/colorbar_fa.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	float: left;
	height: 25px;
}

/* Teaser rechte Spalte YAML="col1" */

#teaser_img_1 {
	background-color: #fcc54c;
	height: 150px;
	width: 250px;
}

#teaser_1 {
	background-color: #ffde7e;
	height: 110px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 5px;
	list-style-type: square;
}

#teaser_1 a{
	color: #000;
}

#teaser_1 a:hover{
	color: #000;
	border-bottom: 1px #000 dotted;
}

#teaser_1 h1 {
	font-size: 15px;	
}

#teaser_1 h2 {
	font-size: 12px;
	padding-bottom: 5px;
}


#teaser_img_2 {
	background-color: #008f97;
	height: 150px;
	width: 250px;
}

#teaser_2 {
	background-color: #b0c568;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 5px;
	list-style-type: square;
	height: 110px;
}

#teaser_2 h1 {
	font-size: 15px;
	font-weight: bold;
}

#teaser_2 h2 {
	font-size: 10px;
	padding-bottom: 5px;
}

#teaser_2 tr td {
	padding: 2px;
}


/* Teaser linke Spalte YAML="col3" */

#logoleiste {
	height: 400px;
}

#logoleiste img {
	padding: 5px 0px;
}

#adresse {
	margin-top: 30px;
}


/* Hauptinhalte Seite */

#maincontent {
	line-height: 1.5em;
}

#maincontent h1, h2, h3, h4, h5 { line-height: 1.5em;}

#maincontent h1 { font-size: 180%; line-height: 1.8em;}

#maincontent h3 {margin-top: 0.7em;}

#maincontent ul {
	margin-top: 10px;
}

#maincontent a {
	border-bottom: #fff 1px dotted;
}

#maincontent a:hover {
	border-bottom: #000 1px dotted;
}

.hinweis {
	margin-top: 10px;
	font-size: 10px;
}

.content_bild {
	float: right;
	padding: 5px;
}

.movie {
	background: #b0c568;
	padding: 10px;
	margin-top: 5px;
	width: auto;
}

/* Inhalte TEAM LISTVIEW */

.teambild_gross {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.text_team {
	clear: left;
}

.name_team {
	padding-top: 80px;
	padding-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
}

.kurzbeschreibung_team {
	font-weight: bold;
}

#teamlist {
	float: left;
	width: 270px;
	margin-bottom: 10px;
height: 90px;
}

.imglist {
	float: left;
	margin-right: 10px;
}

.namelist {
	font-weight: bold;
	margin-top: 62px;
}

/* Inhalte Atelier LISTVIEW */

.atelierlistimg_klein {
	padding: 0px 5px;
	margin-top: 6px;
}

/* Inhalte Trends LISTVIEW */

.trendslistimg_klein {
	padding: 0px 8px;
	margin-top: 6px;
}

/* Inhalte Beauty Card Aktionen LISTVIEW */

.bc_aktion_bild {
	float: right;
}

.bc_aktion_imglist {
	float: right;
}

/* Inhalte Beauty Card News LISTVIEW */

.bc_news_bild {
	float: right;
}

.bc_news_imglist {
	float: right;
}

/* Inhalte Projekte LISTVIEW */

.projekte_bild {
	float: right;
}

.projekte_imglist {
	float: right;
}

/* Inhalte Preisliste */

.preisheader {
	color: #fff;
	background: #b0c568;
	font-size: 16px;
	padding: 3px 0px 3px 10px;
	margin-top: 5px;
	width: auto;
}

.preistable {

	font-weight: bold;
	width: 100%;
	padding: 0;
	margin: 0;
	font-size:13px;
	line-height: 13px;
	border-bottom: 1px #b0c568 dotted;
}

/* Sitegallery */

.bildnav {
	background: #b0c568;
	font-size: 12px;
	padding: 10px;
	margin-top: 3px;
	width: 600px;
	height: 15px;
}