/* *******************************************
	CSS-Datei fuer formwerk
	Autor: www.undkonsorten.com // Thomas Alboth
	fuer: Startseite 
 ******************************************* */
	
body { 
	background: #FFF;
	color:#333; 
	font-size: 10px;
	line-height: 1.0em;
	font-family: Verdana, Sans-Serif;
	margin: 10px 0 0 0;
	text-align: center; 	
	vertical-align: top;	
	margin: 0;
	padding: 0; 
} 

/***************************************	
***** SEITENSTRUKTUR *******************
*****************************************/
#content_all {
	margin: 0 auto;
	padding: 0; 	
	width:788px;
	text-align:left;
}

/***** SUB HEADER
************************************************/


#header {
	border: 0px solid red;
	background: url('img/header_bg_top.gif') no-repeat top left;
	height: 284px;
  line-height: 0;
	margin: 10px 0 0 0;
	overflow:hidden;
	text-align: left;
	width: 788px;
	position:relative;
}

body#leistungen #header { background: url('img/header_bg_top_leistungen.gif') no-repeat top left; }
body#referenzen #header { background: url('img/header_bg_top_referenzen.gif') no-repeat top left; }
body#ueber #header { background: url('img/header_bg_top_ueber.gif') no-repeat top left; }
body#kontakt #header { background: url('img/header_bg_top_kontakt.gif') no-repeat top left; }


#header_ecke {
  position: absolute;
  top:-1px;
  left:-1px;
  background:url('img/header_ecke.gif') no-repeat;
  height:6px;
  width:6px;
  z-index:66;
  }

#header_logo {
  background: url('img/header_logo.gif') no-repeat right top;
	float: left;
	height:47px;
	margin: 0 0 0 2px;
	width: 250px;
}
#header_logo a.logolink {
  display:block;
  width: 250px;
  height: 43px;
}
#header_img {
	float: left;
	margin: 1px 0 0 0px;
	padding: 0;
	overflow:hidden;
        position:relative;
        left:1px;
        width: 536px;
}

#header_content {
	float: right;	
	height: 271px;
	margin: 0 1px 0 0;
	overflow: hidden;
	padding: 3px 17px 0 17px;
	width: 215px;
}

#header h2#header_content_img{
        margin:0 0 7px 0 ;
}

/***** SUB HEADER
************************************************/
#sub_header { 
  border-right: 1px solid #808080;
  border-left: 1px solid #808080;
}
#sub_header1 {
	background: #808080;
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	/*clear: both;*/
	height: 20px;	
	width: 786px;
}

body#home #sub_header1 { background: #990000; }
body#leistungen #sub_header1 { background: #780000; }
body#referenzen #sub_header1 { background: #755c4a; }
body#ueber #sub_header1 { background: #8f5900; }
body#kontakt #sub_header1 { background: #8a7245; }

#sub_header_nav1 {
	border-right: 1px solid #E6E6E6;
	height: 20px;
	width: 536px;
}
#sub_header2 {
	background: #f2f2f2;
	border-bottom: 1px solid #E6E6E6;
	clear: both;
	height: 20px;	
	width: 786px;
}
#sub_header_nav2 {
	background: #F2F2F2;
	border-right: 1px solid #E6E6E6;
	float: left;
	height: 20px;
	overflow: hidden;
	width: 536px;
}
#sub_header_nav2b {
	background: #FFF;
	border-left: 9px solid #FFF;
	display: inline;
	float: right;
	overflow: hidden;
	margin: 0;
	padding: 0px 0 0 0px;
	height: 20px;
	text-align: right;
	width: 240px;
}
#sub_header_nav2b_right {
  border-left: 5px solid #FFF;  
  font-size:9px;
  float: right;
  height: 13px;
  margin: 2px 17px 0 0;
  text-align: left;
  width: 129px;
  }

#sub_header_nav2b_right img{
  vertical-align:top;
}
  
/***** CONTENT MITTE
************************************************/

#content {
  background: url('img/content_mitte_linie.gif') repeat-y top right ;	 
	margin:0;
	padding: 17px 17px 20px 43px;
	text-align: left;
}
#content_links .contentbox_rahmen , #content_links .contentbox_rahmen_unten  { 
	border-bottom: 1px dotted #F2F2F2;
	margin: 0;
	padding: 0 0 10px 0;
}


div.csc-sitemap { 
	margin: 0;
	padding: 10px 0 0 20px;
}

div.tx-indexedsearch {
	padding: 8px;
}



/***** LINKS SPALTE
************************************************/

#spalte_links {
  width: 476px;
  float:left;
  }

/***** RECHTE SPALTE
************************************************/
#spalte_rechts {	
	float: right;
	padding: 42px 0 0 0;
	text-align: left;
	width: 210px;
}

#spalte_rechts div.contentbox_rahmen , #spalte_rechts div.contentbox_rahmen_oben , #spalte_rechts div.contentbox_rahmen_unten  { 
	border-bottom: 1px dotted #969696;
	padding: 0;
	margin: 0;
}
#spalte_rechts div.contentbox_rahmen_oben  { 
	border: 0; 
	border-top: 0; 
}
#druck {
	float: left;
	margin: 0;
	padding: 0;
}


/***** FOOTER
************************************************/
#footer {
	background: url('img/footer_bg_bottom.gif') no-repeat bottom left;	
	height: 19px;
	padding: 0 0 0 50px;
	z-index:5;
}

#footer_metanav{
  float: left;
  margin-top:3px;
  height: 16px;
  line-height:12px;
  }


  
#footer_toplink {
  float:right;
  margin:3px 20px 0 0;
  padding: 0 240px 0 0;
  height: 16px;
  }




/*************************************************************	
***** SCHRIFTFORMATE (TYPO, FARBEN etc. ) *******************
*************************************************************/

#content, #content_rechts, #header_content {
	line-height: 1.4em;
}
#header_content p, #header_content p.bodytext {	
	color: #333;
	margin: 0 0 10px 0;
}
#sub_header_nav2 {
	color: #111111;
	line-height: 14px; }
#sub_header_nav2 ul.ebene1 {
	font-weight: normal; }
#sub_header_nav2 ul.ebene2 {
	font-weight: normal; }
	
#spalte_rechts {
	color: #666;
	font-size: 10px;
}

#footer {
	color: #999;
	font-size: 9px;
}


/***** UEBERSCHRIFTEN
************************************************/

h1, h2, h3 {
  /*color: #8b7267;*/
  font-weight:normal;
}

h1 {
	color: #990000;
	font-size: 15px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: left;	
}

h2 {
	color: #999;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 17px 0;
}

h3 {
	font-size: 14px;
}

#header_content h1 {
	color: white;
}
#header_content h2 {
	color: #000;
	font-size: 10px;
	font-weight: bold;	
	margin: 0;
}
#spalte_rechts h1 {
	color: #990000;
	font-size: 10px;
	font-weight: bold;	
	margin: 15px 0 0 0;
}
#spalte_rechts .contentbox_rahmen h1, #spalte_rechts .contentbox_rahmen_oben  h1 { 
	border-bottom: 1px dotted #969696;
	padding: 0 0 5px 0;
}
#spalte_rechts h2 {
	color: #000;
	font-size: 10px;
	font-weight: bold;	
	margin: 10px 0 0 0;
}


	
/***** LINK-FORMATE (LINKS)
************************************************/

a {
	border-bottom: 0px dotted #5F5F5F;
	color: #aaa; 
	text-decoration: none; 
}

a:hover {
  	border:0;
  }

a:visited, a:link, a:hover{
	
  }


h1 a {
	border: 0;
	color: #AC2800;
}
h1 a:hover {
	border: 0;
	color: #76859A;
	border:0;
}

.bodytext a, .news-single-item a  {
  color: #333333;
  border-bottom: 1px dotted #333333;
}
.bodytext a:hover,.news-single-item a:hover, .news-single-item a:active, .bodytext a:active  {
  color: #990000;
  border-bottom: 1px dotted #990000;
}

#header_nav a {
	border: 0;
	color: #FFFFFF;
}
#header_nav a.meta_aktiv { border-bottom: 1px dotted white; }
#footer a { border: 0; }
#footer a:hover, #footer a:active { color: #990000;}
a.img {
  border:0;
  }
  
.news-latest-item  a{
  color: #333;
  }
.news-single-image a, .news-single-image a:visited { border: 1px solid #fff; }
div#content_link div.news-list-item h2 a {
	color: #990000;
}

#sub_header_nav2b a {
  color:#666;
  }

/* LANGUAGE MENUE ********************************/
div.tx-srlanguagemenu-pi1 {
  display:inline;
  }
div.tx-srlanguagemenu-pi1 a {
	border:0;
        margin:0;
        padding:0;
}
.tx-srlanguagemenu-pi1 img { margin: 0; padding: 0; }


/* **** sub_header_nav2 *** 1. Ebene ****/	
#sub_header_nav2 ul li  a , #sub_header_nav2 li.ebene1 a, #sub_header_nav2 li.ebene2 a, #sub_header_nav2 li.ebene3 a {
	border: 0;
	color: #999;
	text-decoration: none; 
	font-weight: normal; 
}
#sub_header_nav2 ul li a:hover {
	color: #000;
  
}
#sub_header_nav2 li.ebene1aktiv_black a , #sub_header_nav2 li.ebene2aktiv_black a , #sub_header_nav2 li.ebene3aktiv_black a  {
	color: #000;
}

#sub_header_nav2 li.ebene1aktiv a {
  color: #000;
  }
	
#meta_navi a {
	border: 0;
	margin: 0 0 0 10px;
}

/***************************************	
***** ANFRAGE- MAILFORMULAR *******************
****************************************/
	div.csc-mailform-label {
	margin: 20px 0 0 0;
}
#mailformformtype_mail {
	margin: 20px 0 20px 0 ;
}
	
form {
	border: 0;
}
fieldset { 
	border: 0; 
	margin: 0;
	padding: 0;
}


/***************************************	
***** NAV2B *******************
****************************************/

/*Suche*/

.tx-macinasearchbox-pi1 { 
  float:left;
  width:80px;
  padding: 0 0 0 0;
  }

.tx-macinasearchbox-pi1 input {
  vertical-align:bottom;
}

input.field { 
	border: 1px solid #b3b3b3; 
	height: 13px;
	width: 60px;
	font-size: 9px;
	line-height: 9px;
}


	
/***************************************	
***** LISTEN / MENUES *******************
*********************

/* **** header_nav1 *** 1. Ebene ****/
#sub_header_nav1 img { float: left; margin: 0; padding: 0; }

/*#sub_header_nav1 ul {
  line-height: 0px;
	list-style:none;
	text-indent: 0px;
	margin:0;
	padding:0;
}

#sub_header_nav1 ul li {
	float: left;
  height:20px;
  margin:0;
	padding:0;  
  width: 107px;
}

#sub_header_nav1 ul li a {    
  	display:block;
  	height:20px; 
  	margin: 0;
  	padding: 0; 
}
#sub_header_nav1 ul li a img { 
  border: 0; margin: 0; padding: 0;
}*/

/* **** header_nav2 *** 1. Ebene *** */

#sub_header_nav2aktiv {
  background:#b12b2c;
  width:536px;
  height:20px;
}

body#leistungen #sub_header_nav2aktiv { background: #efe0e0; }
body#referenzen #sub_header_nav2aktiv { background: #dfd9d5; }
body#ueber #sub_header_nav2aktiv { background: #e9decc; }
body#kontakt #sub_header_nav2aktiv { background: #dcd4c7; }

#sub_header_nav2 ul {
	list-style:none;
	text-indent: 0px;
	margin:0;
	padding: 0 0 0 39px;
}

#sub_header_nav2 ul li {
	float: left;
	margin: 0 10px 0 0;
}

#sub_header_nav2 a:link, #sub_header_nav2 a:visited {
  line-height: 20px;
  margin: 0;
  padding: 0;
  color:#333;
}
#sub_header_nav2 a:hover {
  color:#000;
}

#sub_header_nav2 ul li.ebene1aktiv_black a{
  font-weight:bold;
}



/* SITEMAP FORMARTIEN ******************/
div.csc-sitemap ul {
	list-style: none; 
	margin: 0;
	padding: 0;
	text-indent: 0px; 
}
div.csc-sitemap ul li {
	background: #FFFFFF url('img/pfeil_ebene1.gif') no-repeat 0px 9px;
	text-indent: 0;
	margin: 0;
	padding: 0;
}
div.csc-sitemap ul li a {
	border: 0;
	display: block;
	margin: 0 0 0 20px;
	padding: 3px 0 3px 0;
	text-indent: 0;
}
div.csc-sitemap ul li ul li {
	background: #FFFFFF url('img/pfeil_ebene2.gif') no-repeat 20px 7px;
}
div.csc-sitemap ul li ul li a {
	border: 0;
	display: block;
	margin: 0px 0 0px 40px;
	padding: 3px 0 3px 0;
}
div.csc-sitemap ul li ul li ul li {
	background: #FFFFFF url('img/pfeil_ebene2.gif') no-repeat 40px 7px;
}
div.csc-sitemap ul li ul li ul li a {
	border: 0;
	display: block;
	margin: 0px 0 0px 60px;
	padding: 3px 0 3px 0;
}
	
/***************************************	
***** TABELLEN ***********************
****************************************/
table { border: 1px solid silver; padding: 0; }
td { vertical-align: top; }

.tx-indexedsearch .tx-indexedsearch-searchbox table , 
.tx-indexedsearch .tx-indexedsearch-searchbox table tr  {
	border: 0;
	width: 400px;
}	
td.tx-indexedsearch-info  {
	display: none;
}

.tx-newloginbox-pi1 table { border: 0;}

/***************************************	
***** BILDER ***************************
****************************************/

#header img { border: 0; padding: 0; margin: 0; }

#csc-textpic-border { 
	border: 1px solid #000000; }
img {
	border: 0px; }	
a img {
	border: 0px; }	
	
.csc-textpic-imagewrap {
	margin-top: 5px;
}	
	
.csc-textpic-caption {
	color: #555555;
	font-style: italic;	
}


/***************************************	
***** TT_NEWS ******************
****************************************/


.news-single-item {
	margin-top:-35px;
}
.news-single-item  .news-single-text {
	width: 300px;
	float: left;
	padding: 0 0 24px 0;
	
}
.news-single-timedata {
	float:right;	
}
.news-single-image {
  float:right;
  display: box;
  width: 150px;
  padding: 0;
  }


.news-list-date, .news-latest-date {
	margin: 0 10px 0 0;
}

.news-list-morelink, .news-latest-morelink {
	margin-top: 0; 
	padding: 0; 
}

.news-list-item h2{
  margin:20px 0 5px 0;
  }

.news-latest-item {
  margin-bottom:10px;
  }

.news-latest-container {
  height:180px;
  }
  
/***************************************	
***** FORMUARE *************
****************************************/


fieldset#newsletter, .csc-mailform,fieldset#absenden {
        width:315px;
        text-align:right;
}

.csc-mailform input, select, textarea{
        border:1px #999999 solid;
        width:225px;
        margin-top:10px;
}



/* Hintergrundfarbenänderungenbla */
input, input:active, input:focus, input:hover,
textarea, textarea:active, textarea:focus, textarea:hover,
select, select:active, select:focus, select:hover{
        background: #f2f2f2;
		font-size: 10px;
		font-family: Verdana, Sans-Serif;
}


.submit, .csc-mailform-submit {
        border:1px #666 solid;
        background:#ccc;
}


input#plz {
        width:55px;
}

input#city {
        width:164px;
}

label, .csc-form-labelcell {
        clear:both;
        text-align:left;
        font-weight:bold;
        display: block;
        width: 80px;
        float: left;
}

label {  margin-top:8px; }

.red {
        color: #990000;              
}
.csc-mailform-label {text-align:left;}

.csc-form-fieldcell {
        display:inline;
}
/***************************************	
***** SONSTIGE SPIELEREIEN *************
****************************************/
.nowshow { display: none; }	
.hidden { display: none; }
div.INACT, div.CUR { display: none; }
hr { background: #FFFFFF; height: 0; margin: 0; padding: 0; border-bottom: 1px solid #c0d7e5; }	

.csc-linkToTop { padding: 0 0 0 10px; }

/* MAILFORMULAR SCRIPT FÃœR DEN RTE */
div#mailformular form input, div.mailformular form textarea { border: 1px solid silver;  } 

.clearer {
  background:#808080;
  margin:40px 0 5px 0;
  height:1px;
  border:0;
  clear:both;
}
