@charset "UTF-8";
/* CSS Document */

/* Style sheet wohnwerk_2cols */
body, html {
	width:100%;
	height:100%;
	overflow:hidden;
	
	background-color: #CCCCCC;
	
	line-height: 13.5px;
	font-size: 10px;
	
	background-image: url(../images/hintergrundverlauf-body.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	
	
	
}

html, a {
	font-family: Verdana, Arial, sans-serif, "Lucida Grande";
	color: #000000;
	text-decoration: none;
	
	letter-spacing: 1px;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

p {
	margin: 0;
	padding: 0;
}


/* Headlines */
h1  {
	font-size: 10px;
	line-height: 13px;
	padding: 0;
	margin: 0 0 5px 0;
	font-weight: bold;
}

h2 {
	font-size: 10px;
	line-height: 13px;
	padding: 0;
	margin: 5px 0 5px 0;
	font-weight: bold;
}

h3 {
	font-size: 10px;
	line-height: 13px;
	padding: 0;
	margin: 0;
	font-weight: bold;
}


/* ---------------- */


table {
	border-collapse: collapse;
}

tbody {
	margin: 0;
	padding: 0;
}

/* --------- Start | SEITENLAYOUT */

/* Header */
#header {
	position:relative;
	margin: 0;
	padding: 0;
	
	height: 90px;
	width: 100%;
	overflow: hidden;
	
	background-color: #CCCC99;
	line-height: normal;
}


#header .inside {
	width:auto;
	height: 100%;
	margin: 0 auto 0 auto;
	padding: 0;
	line-height: normal;
}


/* Wrap */
#wrapper {
	width:100%;
	height:100%;
	top:0;
	left:0;
	position:absolute;
	z-index:5;
	overflow-y:auto;
	
	background-image: url(../images/hintergrundverlauf.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}


/* Hintergrund : BildschirmfŸllend */
#background_container {
	position:absolute;
	height: 100%;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	top: 0px:
	left: 0px;;
}

#background_container .inside {
	width:1000px;
	height: 600px;
	margin: 0 auto 0 auto;
	padding: 0;
	
	background-image: url();
	background-repeat: no-repeat;
	background-position: top center;
	
}



/* Page Container */
#container {
	position: relative;
	margin: 0 auto 0 auto;
	
	top: 22px;

	padding:13px;
	
	width:774px;
	height:auto; /*574px*/;
		
	text-align:left;
	
	background-color: white;
	
	
}

#mainImageContainer {
	margin: 0;
	padding: 0;
	
	min-height: 125px;
	height: 125px;
	width: 100%;
	
	overflow: hidden;
	background-color: #CCCC99;
	
}




/* Linke Spalte */
/*
#left {
	clear: none;
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 10px;
	width: 160px;
	position: relative;
	z-index: 40;
	height: auto;
}
*/

/* Rechte Spalte */
/*
#right {
	right: 0px;
	z-index: 50;
	display: inline;
	margin: 25px 0px 0px 10px;
	width: 180px;
	position: absolute;
	padding: 0px;
	z-index: 45;
}
*/

/* Haupt Spalte */
#main {
	position: relative;
	padding: 0;
	margin: 0;
		
	width: 100%;
	height:auto;
	
	min-height: 275px;
	z-index: 50;
	
	background-color: #E7E7DE;
}

#main .inside {
	padding: 0;
	margin: 0;
}


#main #clear {
	margin: 0;
	padding: 0;
}

/* Footer */
#footer {
	background-color: #ADAD70;
	
	margin: 0;
	width: 100%;
	height: auto;
	min-height: 22px;
	
	left: 0px;
	bottom: 0px;
	
	position: relative;
	
	padding: 0;
	margin: 0;
	
	overflow: hidden;
}

#footer .inside {
		
	text-align:left;
	font-size: 11px;
	line-height: normal
}

/* --------- */
/* --------- Ende | SEITENLAYOUT */


#logo {
   width: 120px;
   height: 65px;
   position: absolute;
   
   left: 13px;
   top: 50%;
   
   margin-left: 0px;
   margin-top: -32.5px;
   
   cursor: pointer;
}




.mod_article {
	margin: 0 13px 0 13px;
	padding: 22px 0 22px 0;
}


.mod_article .ce_text {
	padding: 0;
	margin: 0 0 0 0;
}

.mod_article .image_container {
	padding: 0;
	margin: 0;
	display: block;
	border: none;
}

.mod_article .image_container .caption {
	padding: 0px 0 4px 0;
	margin: 0;

	font-size: 10px;
	line-height: normal;
}

.mod_article .ce_text .image_container {
	border-color: #e6e6e6;
	border-width: 0px;
	border-style: solid;
	padding: 0;
	padding-bottom: 1px;
	margin: 0 15px 0 0;
	display: block;
	
}

/* Artikel Teaser */
.mod_article .teaser {
	padding: 0;
	margin: 0;
}

.mod_article .teaser img {
	margin: 0px 15px 0px 0px;
	display: block;
	float: left;
}

.mod_article .more {
	line-height: 50px;
}
.mod_article .more a {
	text-decoration: underline;
}

.mod_article .back {
	line-height: 50px;
}
.mod_article .back a {
	text-decoration: underline;
}


.mod_article .ce_hyperlink {
	padding: 0;
	margin: 0 0 20px 0;
	
	float: leftcode;
}

.mod_article .ce_hyperlink a:hover {
	text-decoration: underline;
}

/* Artikel Accordion */
.mod_article .ce_article_accordion .article_toggler {
	text-decoration: underline;
}

.mod_article .ce_article_accordion .article_toggler_close {
	text-decoration: underline;
	padding-top: 10px;
}


/* HTML Galerie */
.ce_gallery {
	margin: 20px 0 20px 0;
	padding: 0;
}

/* Produktauswahl Template */
.ce_gallery .product_template img {
	border-color: #e6e6e6;
	border-width: 1px;
	border-style: solid;
	padding: 7px;
	margin: 0;
}

.ce_gallery .product_template .image_container {
	padding: 0;
	margin: 0 35px 15px 0;
}

.ce_gallery .product_template .image_container .caption {
	padding-left: 7px;
	padding-right: 7px;
}

.ce_gallery .odd {
	
}

.ce_gallery .even {

}


/* ----------------- */

/* News Reader */
.mod_newslist p {
	margin: 0;
	padding: 0;
}
.mod_newslist .item {
	border-bottom-color: #b1b3b4;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	margin: 0px 0px 10px 0px;
	padding: 0 0 10px 0;

}

.mod_newslist .first {
	margin-top: 35px;
}


.mod_newslist .last {
	border: none;
	padding: 0;
	margin: 0;
}

.mod_newslist .info {
	margin-bottom: -10px;
	
	line-height: normal;
	color: #b1b4b5;
	
}

.mod_newslist a {
	text-decoration:none;	
}

.mod_newslist a:hover {
	text-decoration:underline;	
}

.mod_newslist .more:hover {
	text-decoration: underline;
}

.mod_newslist .back:hover {
	text-decoration: underline;
}

.mod_newslist .teaser {
	margin: 0;
	padding: 0;
}

.mod_newslist .teaser .image_container {
	margin: 0;
	padding: 0;
}

.mod_newslist .ce_text img {
	padding: 0px;
	margin: 5px 10px 0px 10px;
	border: none;
}


.mod_newslist .ce_text {
	
}

.mod_newslist .ce_text .image_container {
	margin: 0px 5px 0px 0px ;
	padding: 0px;
	border: none;
}

.mod_newslist .ce_news_accordion .news_toggler {
	background-image: url(../images/accordion-icon.png);
	background-position: left center;
	background-repeat: no-repeat;
	
	padding-left: 20px;
}

.mod_newslist .toggler_close {
	background-image: url(../images/accordion-icon_close.png);
	background-position: left center;
	background-repeat: no-repeat;
	
	padding-left: 20px;
}

.mod_newslist .ce_news_accordion .textLink {
	background-image: none;
	padding-left: 0px;
}



/* Accordeon allgemein */
.toggler, .toggler_close, .news_toggler, .article_toggler, .article_toggler_close {
	margin: 0;
	padding: 0;
	cursor:pointer;
	cursor:hand;
}

div.accordion, div.news_accordion {
	margin: 0;
	padding: 0;
}
/* --------- */


/* Spaltenset */
.subcolumns {
}





*/
/* ------------------------------------------------------------- */
/* --------- Start | STYLES */

/* Accordeon */
.toggler {
	float: left;
	clear: none;
	text-align: right;
	
	width: 160px;
}

.toggler:hover, .toggler.sfhover {
	color: #93278F;
}

.accordion, .news_accordion {
	float: left;
	clear: right;	
}

.accordion .ce_text {
	padding: 0;
	margin: 0 0 10px 15px;
	
	width: 600px;
}

.accordion .ce_text h1,
.accordion .ce_text h2,
.accordion .ce_text h3 {
	padding: 0;
	margin: 0 0 7px 0;
	color: #93278F;
}

.accordion .ce_headline {
	padding: 0;
	margin: 0 0 15px 15px;
	line-height: normal;
	color: #93278F;
}


/* Sprachenwechsler */
#language_switch {
	margin: 0;
	padding: 0;
	
	position: relative;
	top: 0px;
	left: 13px;
	
	width: 100%;
	height: 22px;
	
	line-height: 22px
}

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

#language_switch ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#language_switch li {
	display: inline;
	margin: 0 15px 0 0;
	padding: 0;
	
}

#language_switch a,
#language_switch span {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: normal;
	
	color: #CECEAD;
	
}

#language_switch a:hover {
	color: #FFFFFF;
	text-decoration: none;
}



/* --------- */

.mod_pageImage .image_container {
	float: left;
	position: relative;
	height: 125px;
	overflow: hidden;
}

.pageImageBlock {
	height: 125px;
	width: auto;
	
	min-width: 129px;
	
	background-color: #E7E7DE;
	position: absolute;
	
	float: left;
}

/* Seitenspezifisch ------------------------ */

.Startseite #main {
	background-color: #999966;
}

/* Seitenbild + Block */
.Startseite .pageImageBlock {
	display: none;
}

.Startseite .mod_pageImage .image_container {
	top: 97px;
}


/* Unternehmen */
.Unternehmen .mod_pageImage .image_container,
.About-us .mod_pageImage .image_container {
	left: 129px;
}
.Unternehmen .pageImageBlock,
.About-us .pageImageBlock {
	left: 0px;
}

/* Artikel Position */
.Unternehmen .mod_article,
.About-us .mod_article {
	margin-left: 137px;
}



/* Sprachen */
.Sprachen .mod_pageImage .image_container,
.Languages .mod_pageImage .image_container {
	left: 258px;
}
.Sprachen .pageImageBlock,
.Languages .pageImageBlock {
	left: 0px;
	width: 258px;
}

/* Artikel Position */
.Sprachen .mod_article,
.Languages .mod_article {
	margin-left: 266px;
}

/* Leistungen */
.Leistungen .mod_pageImage .image_container,
.Services .mod_pageImage .image_container {
	left: 387px;

}
.Leistungen .pageImageBlock,
.Services .pageImageBlock {
	left: 258px;
}

/* Referenzen */
.Referenzen .mod_pageImage .image_container,
.References .mod_pageImage .image_container {
	left: 129px;

}
.Referenzen .pageImageBlock,
.References .pageImageBlock {
	left: 387px;
}

/* Preise */
.Preise .mod_pageImage .image_container,
.Prizes .mod_pageImage .image_container {
	left: 258px;

}

.Preise .pageImageBlock,
.Prizes .pageImageBlock {
	left: 516px;
}

/* Artikel Position */
.Preise .mod_article,
.Prizes .mod_article {
	margin-left: 266px;	
}

/* Kontakt */
.Kontakt .mod_pageImage .image_container,
.Contact .mod_pageImage .image_container {
	left: 387px;

}
.Kontakt .pageImageBlock,
.Contact .pageImageBlock {
	left: 645px;
}

/* Artikel Position */
.Kontakt .mod_article,
.Contact .mod_article {
	margin-left: 395px;	
}

/* Impressum */
.Impressum #main {
	background-color: #999966;
}

/* Seitenbild + Block */
.Impressum .pageImageBlock {
	display: none;
}

.Impressum .mod_pageImage .image_container {
	top: 98.5px;
}

.Impressum .mod_article {
	margin-left: 266px;	
}



