#title {font-size: 5em;}
#tagline {font-size: 1.5em; text-align: center;}
.header {background: #ccc; text-align: center;}
.navigation, .navigation ul {list-style: none; margin: 0px; padding:0px;}
.navigation li, .navigation ul li {list-style-type: none; margin: 0px; padding: 0px;}
.navigation ul li a {padding-left: 10px;}
.navigation a {display:block;}
.navigation a:hover, .navigation a:focus {background-color: #ccc; color: #fff;}
.subtitle {font-size: 1.2em;}
/*div ul li {padding: 0px; list-style-type: none;}*/
.footer {background: #cfd4da; padding: 4px 0px;}
.footer small {padding-left: 10px;}




/* ab hier Einträge von Klaus */
html, body, div, p, span, h1, h2, h3, h4, h5, h6, p, bodytext, a:link, a:active, a:visited, a:hover{
	font-family:arial,helvetica,verdana,sans-serif; font-size: 12px;
}
h1{font-size:20px;margin:0px 0px 0px 0px;padding:0px;}
h2{font-size:14px;margin:0px 0px 14px 0px;padding:0px 0px 0px 0px;}
h3{font-size:12px;margin:0px 0px 12px 0px;}
h4{font-size:10px;margin:0px 0px 11px 0px;}
h5{font-size:9px;margin:0px 0px 5px 0px;}
h6{font-size:8px;margin:0px 0px 5px 0px;}

a, a:link, a:visited, a:active{text-decoration: underline;}
a:hover{text-decoration: none;}
.underline{text-decoration: underline;}
a.noneUnderline, a.noneUnderline:link, a.noneUnderline:visited, a.noneUnderline:active, a.noneUnderline:hover {text-decoration: none;}

a.infolink:link, a.infolink:visited, a.infolink:active, a.infolink:hover {
	background-image: url(../img/info.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left:5px;
	text-decoration: none;
	color: #333333;
}
.fTiny{
	font-size:10px;
}
.fTinyB{
	font-size:10px;
	font-weight:bold;
}
.fSmall{
	font-size:11px;
}
.fSmallB{
	font-size:11px;
	font-weight:bold;
}
.fCopy{
	font-size:12px;
}
.fCopyB{
	font-size:12px;
	font-weight:bold;
}
.fMedium{
	font-size:14px;
}
.fMediumB{
	font-size:14px;
	font-weight:bold;
}
.fLarge{
	font-size:18px;
}

.fLargeB{
	font-size:18px;
	font-weight:bold;
}
.fXLarge { 
	font-style: normal; 
	font-variant: normal; 
	font-weight: normal; 
	font-size: 30px; 
	line-height: 1.0em; 
	letter-spacing: 0.0em; 
	text-decoration: none; 
	text-align: left; 
	text-indent: 0.0em; 
}
.fXLargeB{
	font-style: normal; 
	font-variant: normal; 
	font-weight: bold; 
	font-size: 30px; 
	line-height: 1.0em; 
	letter-spacing: 0.0em; 
	text-decoration: none; 
	text-align: left; 
	text-indent: 0.0em; 
}
.centered {text-align: center;}
.rightAlign {text-align: right;}

body { 
  background-color:#b3c9dd;
}

/* A container should group all your columns. */
.container {
  border:7px solid #F5F5FA;
}

.bodytext {
  line-height: 16px;
}

/* --------------------------------------------- */
/* -- Header mainMenue Navigation -- */
/* --------------------------------------------- */
#hauptmenue {
  /*line-height : normal;*/
  text-align: left;
  overflow:hidden;
  border-top: 0px solid white;
  border-bottom: 1px solid white;
  /*padding-top: 3px;*/
  width: 990px; 
  height: 34px;
  /*background-color: #1A681D;*/
  
  background-image:url(../img/mainnavi_bg.jpg);
  background-repeat:no-repeat;
  background-position:0px 0px;
}
* #hauptmenue {
	padding-top: 4px;
	height: 30px;
}
#hauptmenue ul {
  list-style-type : none;
  margin-right : 0;
  margin-left: 0;
  padding : 0;
  margin-top: 0;
  margin-bottom: 0;
  text-align:right;
  display:inline;
}

#hauptmenue li {
  display : inline;
  margin : 0;
  padding : 0;
}
a.hauptmenue, a.hauptmenue:visited{
  font-family:arial,tahoma,geneva,verdana,sans-serif;
  font-size:13px;
  font-weight:normal;
  color: #000000;
  text-decoration:none;
  /*background-color: #FB5E03;*/
  padding: 10px 9px 8px 10px;
  height: 50px;
  border: 0px solid #ffffff;
}

a.hauptmenue:active, a.hauptmenue:hover  {
  font-size:13px;
  font-weight:normal;
  color: #FFFFFF;
  text-decoration:none;
  /*background-color: #112759;*/
  padding: 10px 9px 8px 10px;
  border: 0px solid #ffffff;
}

a.hauptmenueAct, a.hauptmenueAct:visited {
  font-size:13px;
  font-weight:normal;
  color: #FFFFFF;
  text-decoration:none;
  /*background-color: #ff0000;*/
  padding: 10px 9px 8px 10px;
  border: 0px solid #ffffff;
  
  background-image:url(../img/hauptmenuact.png);
  background-repeat:repeat-x;
  background-position:100px 130%;
}
* a.hauptmenueAct, a.hauptmenueAct:visited {
  background-position:100px 130%;
}

a.hauptmenueAct:active, a.hauptmenueAct:hover  {
  font-size:13px;
  font-weight:normal;
  color: #FFFFFF;
  text-decoration:none;
  /*background-color: #00ff00;*/
  
  background-image:url(../img/hauptmenuact.png);
  background-repeat:repeat-x;
  background-position:100px 130%;

  
  padding: 10px 9px 8px 10px;
  border: 0px solid #ffffff;
}

/* --------------------------------------------- */
/* -- Left submainMenue Navigation -- */
/* --------------------------------------------- */
.blocknavi1 a:link, .blocknavi1 a:visited, .blocknavi1 a:active {
		display: block;
		padding: 4px 4px 5px 15px; 
		
		white-space: normal;
		background-color: #9CA3A5;
		color: #000; 			/* gray */
		font-style: bold;
		text-decoration: none;
		width: 159px;
		/*background: url("../images/buttons.gif") top left no-repeat;*/
		border-bottom-color: #ffffff;
		border-bottom-style: dotted;
		border-bottom-width: 1px;
		
		
}
.blocknavi1 a:hover {
		background-color: #575C5F;
		color: #fff;
}

.blocknavi1-act a:link, .blocknavi1-act a:visited, .blocknavi1-act a:active, .blocknavi1-act a:hover {
		display: block;
		padding: 4px 4px 5px 15px;
		font-weight: bold;
		white-space: normal;
		color: #FFF; 			/* white */
		text-decoration: none;
		width: 159px;
		/*background: url("../img/orange-point.gif") top left no-repeat;
		background-position: 8px 8px;*/
		background-color: #990000;
}
 

.blocknavi2 a:link, .blocknavi2 a:visited , .blocknavi2 a:active, .blocknavi2 a:hover  {
		display: block;
		padding: 4px 4px 5px 25px;
		
		white-space: normal;
		background-color: #E9EAEC;
		color: #000; 			/* sky blue */
		text-decoration: none;
		width: 149px;
		/*background: url("../images/buttons.gif") top left no-repeat;*/
		/*background-position: 0 -48px;*/
		border-bottom-color: ffffff;
		border-bottom-style: dotted;
		border-bottom-width: 1px;
}

.blocknavi2-act a:link, .blocknavi2-act a:visited, .blocknavi2-act a:active, .blocknavi2-act a:hover{
		display: block;
		padding: 4px 4px 5px 25px;
		font-weight: bold;
		white-space: normal;
		background-color: #E9EAEC;
		color: #990000; 			/* Black */
		text-decoration: none;
		width: 149px;
		/*background: url("../images/buttons.gif") top left no-repeat;
		background-position: 0 -72px;*/
		border-bottom-color: ffffff;
		border-bottom-style: dotted;
		border-bottom-width: 1px;
}

.blocknavi3 a:link, .blocknavi3 a:visited, .blocknavi3 a:active{
		display: block;
		padding: 4px 4px 5px 35px;
		/*text-indent: 45px;*/
		white-space: normal;
		background-color: #f8f8f8;
		color: #000; 			/* sky blue */
		text-decoration: none;
		/*width: 178px;*/
		width: 139px;
		/*background: url("../images/buttons.gif") top left no-repeat;
		background-position: 0 -96px;*/
		border-bottom-color: ffffff;
		border-bottom-style: dotted;
		border-bottom-width: 1px;
}
.blocknavi3 a:hover {
		background-color: #dcdcdc;
		border-bottom-color: ffffff;
		border-bottom-style: dotted;
		border-bottom-width: 1px;
}
.blocknavi3-act a:link, .blocknavi3-act a:visited, .blocknavi3-act a:active {
		display: block;
		padding: 4px 4px 5px 35px;
		font-weight: bold;
		white-space: normal;
		background-color: #9a9a9a;
		color: #990000; 			/* Black */
		text-decoration: none;
		width: 139px;
		/*background: url("../images/buttons.gif") top left no-repeat;
		background-position: 0 -120px;*/
		border-bottom-color: ffffff;
		border-bottom-style: dotted;
		border-bottom-width: 1px;
}


/* -------------------------------------- */
/* -- Header Meta Navigation -- */
/* -------------------------------------- */
span.headerMetanavi, .headerMetanavi:link, .headerMetanavi:visited, .headerMetanavi:active, .headerMetanavi:hover {
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
}

.headerMetanavi_current, .headerMetanavi_current:link, .headerMetanavi_current:visited, .headerMetanavi_current:active, .headerMetanavi_current:hover {
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
}

span.headerMainnavi, .headerMainnavi:link, .headerMainnavi:visited, .headerMainnavi:active, .headerMainnavi:hover {
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
}

.headerMainnavi_current, .headerMainnavi_current:link, .headerMainnavi_current:visited, .headerMainnavi_current:active, .headerMainnavi_current:hover {
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
}
/* -------------------------------------- */
/* -- Header Meta Navigation -- */
/* -------------------------------------- */
div.footerMetanavi, .footerMetanavi:link, .footerMetanavi:visited, .footerMetanavi:active, .footerMetanavi:hover {
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
    text-decoration: none;
	color: #333333;
}

.footerMetanavi_current, .footerMetanavi_current:link, .footerMetanavi_current:visited, .footerMetanavi_current:active, .footerMetanavi_current:hover {
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
    text-decoration: none;
	color: #333333;
}


/* -------------------------------------- */
/* -- headerBreadcrumb -- */
/* -------------------------------------- */
/* PFAD MENU */
.pfadstyle {
 font-weight: normal;
 color: #333333;			
 font-size: 9px;
 text-decoration: none;
}
.pfadstyle:link {
 font-weight: normal;
 color: #333333;			
 font-size: 9px;
 text-decoration: none;
}
.pfadstyle:visited {
 font-weight: normal;
 color: #333333;			
 font-size: 9px;
 text-decoration: none;
}
.pfadstyle:hover {
 font-weight: normal;
 color: #333333;
 font-size: 9px;
 text-decoration: none;
}

/* -------------------------------------- */
/* -- Sitemap -- */
/* -------------------------------------- */
.csc-sitemap ul {
  list-style-type : none;
  margin-right : 0;
  padding : 0;
  padding-left : 30px;
  margin-top: 0;
  margin-bottom: 0;
  text-align:left;
  display:block;
}

.csc-sitemap li {
  display : inline;
  margin : 3px;
  padding : 2px;
  /*border: 1px solid #999999;
  background-color: #dedede;*/
  display:block;
  width: 80%;
}

.csc-sitemap a, .csc-sitemap a:visited, .csc-sitemap a:active, .csc-sitemap a:hover{
  font-size:12px;
  font-weight:bold;
  color: #333333;
  text-decoration:none;
  
  background-image:url(../img/pageicon.gif);
  background-repeat:no-repeat;
  background-position:4px 4px;
  
  padding: 4px 5px 6px 20px;
  height: 20px;
}
.csc-sitemap{
  font-size:12px;
  font-weight:bold;
  color: #333333;
  text-decoration:none;
  padding: 4px 5px 6px 150px;
  text-align: center;
  border: 0px solid green;
}

/* -------------------------------------- */
/* -- Teaser -- */
/* -------------------------------------- */
/* teaser bloecke */
p.ffTeaserBold {
	background:#FBE493 none repeat scroll 0%;
	border:1px dotted #000;	
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:140%;
	color:#000;		
	font-size:12px;
	font-weight:bold;
	line-height:150%;
	margin:5px 0pt 5px 120px;
	padding:5px 5px 5px 18px;
	width:350px;
	min-height: 48px;
	_height: 48px;
	background-image: url(../img/barke.html);
	background-position:3px 5px;
	background-repeat:no-repeat;
}
p.ffTeaser {
	background:#FBE493 none repeat scroll 0%;
	border:1px dotted #112759;
	color:#000066;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:140%;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:150%;
	margin:5px 0pt 5px 120px;
	padding:5px;
	width:350px;
}
.lcTeaser{
	margin:0px; margin-bottom: 15px; margin-left: 0px; padding: 4px; border: 1px solid #D66930; border-top: 12px solid #D66930; background-color: #F5DFD2;
}
.rcTeaser{
	margin:0px; margin-bottom: 5px; margin-right: 0px; padding: 4px; border: 1px solid #D66930; border-top: 12px solid #D66930; background-color: #F5DFD2;
}
.rcTeaserWhite{
	margin:0px; margin-bottom: 5px; margin-right: 0px; padding: 4px; border: 1px solid #D66930; border-top: 12px solid #D66930; background-color: #FFFFFF;
}
.newsTeaser{
	height: 210px; _height: 210px; overflow: hidden; margin:0px; margin-bottom: 5px; margin-right: 0px; padding: 4px; border: 1px solid #D66930; border-top: 0px solid #D66930; background-color: #F5DFD2;
}
h3.rcTeaserTitle { margin:0px; padding:1px 10px 1px 10px; background-color:#D66930; font-family:"trebuchet ms",verdana,arial,sans-serif; color:#ffffff; font-weight:bold; font-size:140%;}

.zweierTeaserYellow {
	float: left; width: 265px; _width: 262px; margin: 5px; padding: 4px; border: 1px solid #FFD500; border-top: 15px solid #FFD500;
}
.zweierTeaserRed {
	float: left; width: 265px; _width: 262px; margin: 5px; padding: 4px; border: 1px solid #D55A45; border-top: 15px solid #D55A45;
}
.zweierTeaserGray {
	float: left; width: 267px; _width: 264px; margin: 5px; padding: 4px; border: 0px solid #D55A45; border-top: 15px solid #999999;
}
.dreierTeaserYellow {
	float: left; width: 170px; _width: 168px; margin: 5px; padding: 4px; border: 1px solid #FFD500; border-top: 15px solid #FFD500;
}
.dreierTeaserRed {
	float: left; width: 170px; _width: 168px; margin: 5px; padding: 4px; border: 1px solid #D55A45; border-top: 15px solid #D55A45;
}
.dreierTeaserGray {
	float: left; width: 172px; _width: 170px; margin: 5px; padding: 4px; border: 0px solid #D55A45; border-top: 15px solid #999999;
}
/* end Teaser */

/* tt_news styles überschreiben */
.news-single-additional-info {
	background-color:#999999;
	border:0px solid #666666;
	margin-top:15px;
	padding:1px 1px 0px 0px;
}
.news-single-img {
	float:right;
	margin-left:10px;
}
.news-single-timedata {
	float:right;
	text-align: right;
	margin-right: 5px;
}
.news-single-category {
	float:left;
	margin-left: 5px;
}
.tx-ttnews-browsebox-SCell {
	background-color:#FFD500;
	border:1px solid #666666;
}


/* overwrite typo3 styles */
div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
display:inline;
margin-left:0;
}
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
margin-bottom:0px;
}

/* Inner Templates */
.kuehlausbauten-top-left {width: 200px; float: left;padding-right: 12px; b--ackground-color: #fff; } 
.kuehlausbauten-top-mid { width: 200px; float: left;padding-right: 13px; b--ackground-color: #fff; }
.kuehlausbauten-top-right { width: 365px; float: left;padding: 0px; b--ackground-color: #fff; }


.kuehlausbauten-mid-left_container { width: 412px; float: left;padding-right: 12px; }
.kuehlausbauten-mid-left { width: 412px; float: left;padding-right: 12px; }
.kuehlausbauten-mid-left2 { width: 200px; float: left;padding-right: 12px; }
.kuehlausbauten-mid-mid { width: 200px; float: left; padding-right: 0px; }
.kuehlausbauten-mid-right { width: 365px; float: left;padding: 0px; }

.innenausbauten-top-left {width: 247px; float: left;padding-right: 12px; b--ackground-color: #fff; } 
.innenausbauten-top-mid { width: 247px; float: left;padding-right: 12px; b--ackground-color: #fff; }
.innenausbauten-top-right { width: 247px; float: left;padding: 0px; b--ackground-color: #fff; }


.innenausbauten-mid-left_container { width: 512px; float: left;padding-right: 6px; }
.innenausbauten-mid-left { width: 512px; float: left;padding-right: 12px; }
.innenausbauten-mid-left2 { width: 247px; float: left;padding-right: 12px; }
.innenausbauten-mid-mid { width: 247px; float: left; padding-right: 0px; }
.innenausbauten-mid-right { width: 247px; float: left;padding: 0px; }


.innenausbauten-left {width: 247px; float: left;padding-right: 12px; b--ackground-color: #f0f; } 
.innenausbauten-mid { width: 247px; float: left;padding-right: 13px; b--ackground-color: #ff0; }
.innenausbauten-right { width: 247px; float: left;padding: 0px; b--ackground-color: #0ff; }


.flyer_container { width: 790px; padding: 0px; }
.flyer1 { width: 182px; float: left; padding-right: 15px; }
.flyer2 { width: 182px; float: left; padding-right: 15px; }
.flyer3 { width: 182px; float: left; padding-right: 15px; }
.flyer4{ width: 182px; float: left; padding-right: 0px; }

.about-container { 
	/*width: 512px; float: left;padding-right: 6px; */
	background-image: url(../img/timeline.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	padding-left: 9px;
}
.about-left_container { 	width: 512px; float: left;padding-right: 6px; }
.about-left { width: 512px; float: left;padding-right: 12px; }
.about-left2 { width: 247px; float: left;padding-right: 12px; }
.about-mid { width: 247px; float: left; padding-right: 0px; }
.about-right { width: 247px; float: left;padding: 0px; }

.zubehoer-left { width: 528px; float: left;padding-right: 12px; }
.zubehoer-250-right { width: 250px; float: left;padding: 0px; }
	
.neu_flag {
	background-image: url(../img/neu.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	padding-left: 54px;
	height: 38px;
}

.pressetitle {
	background-color: #b3c9dd;
	width: 100%;
	padding: 0px;
	margin-bottom: 10px;
	font-family:arial,helvetica,verdana,sans-serif; 
	font-size: 20px;
	color: #000;
	line-height: 100%;
}
.pressetrenner {
	background-color: #b3c9dd;
	width: 100%;
	height: 2px;
	color: #b3c9dd;
	font-family:arial,helvetica,verdana,sans-serif; 
	font-size: 1px;
	margin-bottom: 10px;
}

a.pdf_link:link, a.pdf_link:visited, a.pdf_link:active, a.pdf_link:hover {
  font-size:12px;
  font-weight:normal;
  color: #000;
  text-decoration:underline;
  
  background-image:url(../img/pdf-icon.jpg);
  background-repeat:no-repeat;
  background-position:0px 0px;
  
  padding: 6px 15px 16px 32px;
  height: 28px;
}



table.contenttable {
	border:0.1em solid #aab1b3;
}
thead {
	background-color: #b3c9dd;
}
tr, td {
	border:0.1em solid #aab1b3;
}

.p_bold {
	font-weight: bold;
}
