/*** HTML BASIS CSS ***/

/* * {
  margin: 0;
  padding: 0;
} Alternative Browser margin / padding reset for the table cellpadding attribute */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote {  
  margin: 0; 
  padding: 0;
} 

html { 
  height: 100%; 
}

body {
  height: 100%;
  font-family: Verdana;
  font-size: 11px;
  color: #263543;
  background: #d2e0eb;
}

a {
  color: #263543;
  text-decoration: none;
}

a:hover {
	color: #263543;
	text-decoration: underline;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 1em;
}

img,fieldset {
	border: 0;
}

legend { 
	display: none; 
}

input,textarea,select {
  font-family: Verdana;
  font-size: 11px;
}

table td {
  padding: auto;
  margin: auto;
}

/********************
* TYPO3 CLASSES
********************/

.align-right   { text-align: right;   }
.align-center  { text-align: center;  }
.align-left    { text-align: left;    }
.align-justify { text-align: justify; }

.csc-sitemap ul { list-style: none; }

.csc-sitemap li {
  font-weight: bold;
  margin-bottom: 1em;
}

.csc-sitemap li li {
  padding-left: 1em;
  font-weight: normal;
  margin-bottom: 0;
}

/********************
* TYPO3 EXTENSIONS
********************/

/*** MACINA SEARCHBOX ***/

.tx-macinasearchbox-pi1 input.s_button {
  display: inline;
  float: left;
  width: 27px;
  height: 23px;
  background: url(../img/search_submit.png) no-repeat;
  border: 0;
  overflow: hidden;
  text-indent: -999em;
  font-size: 0;
  color: #ffffff;
}

.tx-macinasearchbox-pi1 input.s_box {
  display: inline;
  float: left;
  width: 125px;
  height: 13px;
  padding: 5px 5px 5px 0;
  background: url(../img/search_input.png) no-repeat;
  border: 0;
}

	/*** 
		NEWS EXT 
			***/

#col2 .news-latest-container {
  background: url(../img/news-latest-item.png) repeat-y;
  padding: 0 15px;
}

#col2 .news-latest-item {
  padding: 15px 0;
  background: url(../img/news_latest.png) bottom left repeat-x;
}

#col2 .news-latest-more {
  margin-top: 1em;
}

#col2 .news-latest-more a {
  display: block;
  background: url(../img/news_latest_more.png)  123px 2px no-repeat;
  text-align: right;
  padding-right: 18px;
}

#col1 .news-single-content,
#col1 .news-single-links,
#col1 .news-single-img,
#col1 .news-single-backlink {
  padding-top: 1em;
  clear: both;
}

#col1 .news-single-singleimg {
  float: left;
  display: inline;
  margin: 0 10px 10px 0;
}

#col1 .news-list-item {
  margin-bottom: 1em;
  padding-bottom: 1em;
  background: url(../img/sitelinks.png) repeat-x bottom left;
}

#col1 .news-list-subheader {
  margin: 1em 0;
}

#col1 .news-list-morelink a {
  background: url(../img/news_latest_more.png) no-repeat 0px 2px;
  padding-left: 16px;
  display: block;
  width: 110px;
}

/**             **\
     POWERMAIL
\**             **/

.tx-powermail-pi1 label {
  clear: left;
  float: left;
  display: inline;
  width: 150px;
}

.tx-powermail-pi1 input.powermail_text {
  float: left;
  display: inline;
  margin-bottom: 2px;
  padding: 2px;
  width: 250px;
  border: 1px solid #658cb1;
}

.tx-powermail-pi1 p.tx_powermail_pi1_fieldwrap_html_checkbox_title {
  clear: left;
  float: left;
  width: 150px;
}

.tx-powermail-pi1 div.powermail_check_inner {
  float: left;
  margin-bottom: 2px;
}

.tx-powermail-pi1 div.powermail_check_inner label {
  width: 220px;
  clear: none;
  float: right;
  margin-left: 5px;
}

.tx-powermail-pi1 input.powermail_check {
  float: left;
  display: inline;
  margin-bottom: 2px;
}

.tx-powermail-pi1 textarea.powermail_textarea {
  float: left;
  display: inline;
  margin-bottom: 2px;
  padding: 2px;
  width: 250px;
  border: 1px solid #658cb1;
}

.tx-powermail-pi1 select.powermail_select {
  float: left;
  display: inline;
  margin-bottom: 2px;
  padding: 2px;
  width: 256px;
  border: 1px solid #658cb1;
}

.tx-powermail-pi1 input.powermail_submit {
  width: 256px;
  margin-left: 150px;
  padding: 2px;
  float: left;
  clear: left;
  border: 0 none;
  background: #658cb1;
  color: #ffffff;
}

.tx-powermail-pi1 .kontakt label,
.tx-powermail-pi1 .produkte label,
.tx-powermail-pi1 .nachricht label {
  clear: left;
  float: left;
  display: inline;
  width: 150px;
}

.tx-powermail-pi1 .kontakt input,
.tx-powermail-pi1 .nachricht textarea {
  float: left;
  display: inline;
  margin-bottom: 2px;
  width: 250px;
  border: 1px solid #658cb1;
}

.tx-powermail-pi1 .produkte select {
  float: left;
  display: inline;
  margin-bottom: 2px;
  width: 252px;
  border: 1px solid #658cb1;
}

.tx-powermail-pi1 div.powermail_mandatory_js {
  float: left;
  display: inline;
  margin-left: 10px;
  width: 145px;
}

.tx-powermail-pi1 .absenden input.powermail_submit {
  width: 252px;
  margin-left: 150px;
  border: 0 none;
  background: #658cb1;
  color: #ffffff;
}

/**             **\
     GOOGLEMAP
\**             **/

.tx-rggooglemap-pi1 #resultdiv {
  margin-top: 1em;
}

.tx-rggooglemap-pi1 #resultdiv ul {
  list-style: none;
  margin-top: 1em;
}

.tx-rggooglemap-pi1 #resultdiv li {
  clear: left;
}

.tx-rggooglemap-pi1 .list_name {
  float: left;
  width: 505px;
  font-weight: bold;
  border-bottom: 1px dotted #000000;
}

.tx-rggooglemap-pi1 .list_link {
  float: left;
  width: 60px;
  text-align: right;
  border-bottom: 1px dotted #000000;
}

/********************
* LAYOUT
********************/

/*** NON DISPLAYED IDs ***/

	#jump,#path,#lang { display: none; }
	
	
/*** PSEUDO ***/

	#top {
	}
	
	#end {
	
	}

/*** CONTAINER ***/
	#container {
		position: relative;
		width: 1000px;
		height: auto !important;
		min-height: 100%;
		margin: 0 auto;
		background: #ffffff url(../img/container.png) repeat-y;
		
	}
		
	/*** HEADER ***/

		#header {
			width: 100%;
			height: 137px;
			background: url(../img/header.png) no-repeat;
		}

		#header h1 {
			position: absolute;
			width: 210px;
			height: 69px;
			top: 40px;
			left: 16px;
			background: url(../img/header_h1.png);
			z-index: 1;
		}

		#header h1 a {
			position: absolute;
			width: 100%;
			height: 100%;
			top: 0;
			left: 0;
			overflow: hidden;
			display: block;
			text-indent: -999em;
		}
		
		
	/*** CONTENT ***/

		#content {
			float: right;
			display: block;
			width: 760px;
			z-index: 2;
			background: url(../img/header.png) no-repeat -240px -137px;
		}
		
		#content h2 {
		  overflow: hidden;
		  text-indent: -999em;
		  padding-bottom: 14px;
		}
		
		#content h2 span {
		  display: block;
		  width: 100%;
		  height: 20px;
		}
		
		/*** COL1 ***/

			#col0 {
				
			
			}
		
			#col1 {
				display: inline;
				float: left;
				width: 565px;
				height: auto;
				min-height: 1em;
				height: auto !important;
				height: 1em;
				margin-right: 16px;
			}
			
			#col1 h3 {
				margin-bottom: 1em;
			}
			
			#col1 li {
				margin-left: 2em;
			}
			
		/*** COL2 ***/
		
			#col2 {
				display: inline;
				float: left;
				width: 165px;
				
			}
			
			#col2_bg {
				width: 100%;
				height: 15px;
				background: url(../img/col2.png) no-repeat left bottom;
			}
			
			#col2 h3 {
				height: 28px;
				background: url(../img/col2_h3.png) no-repeat;
				
				font-size: 14px;
				font-weight: bold;
				padding-top: 10px;
				color: white;
				text-align: center;
			}

			

		
	/*** SITEMETA ***/
			
		#sitemeta {
			float: left;
			display: block;
			width: 221px;			
			margin-top: -15px;
			padding-bottom: 30px;
			background: #658cb1;
			z-index: 2;
		}
			
		#sitemeta ul {
			list-style: none;
		}

		#sitemeta ul li {
			display: inline;
		}
		
		#sitemeta ul li span {
			display: none;
		}
		
		/*** MENU ***/

			#menu {
				position: absolute;
				top: 87px;
				left: 238px;
				width: 746px;
				height: 27px;
				background: url(../img/menu.png) no-repeat;
				
			}
			
			#menu ul {
				/* margin: 1px 6px 0 6px; */
				margin: 1px 0 0 0;
			}
			
			#menu ul li ul li {
				float: left;
				margin-right: 6px;
			}
			
			#menu ul li ul li a {
				display: block;
				padding: 4px 10px;
				
				font-size: 14px;
				font-weight: bold;
				text-transform: uppercase;
				text-decoration: none;
				
			}
			
			#menu ul li ul li:hover,
			#menu ul li ul li.hover,
			#menu ul li ul li.active {
				background: url(../img/menu_li_left.png) no-repeat left #658cb1;
			}
						
			#menu ul li ul li:hover a,
			#menu ul li ul li.hover a,
                        #menu ul li ul li.active a {
			        background: url(../img/menu_li_right.png) no-repeat right;
			        color: #ffffff;
			}
			
		
		/*** MENU2 ***/
		
			#menu2 {
				background: url(../img/menu2.png) no-repeat left top;
				padding: 0 10px;
			}
		
			#menu2 ul {
				padding-top: 30px;
			}
		
			#menu2 ul li ul {
				padding: 0;
			}
		
			#menu2 ul li ul li {
				display: block;
				/*border-top: 1px dotted white;*/
				background: url(../img/menu2_ul_li_ul_li.png) bottom left repeat-x;
				padding-top: 3px;
			}
			
			#menu2 ul li ul li.first-child {
				display: block;
				border-top: 0;
			}
			
			#menu2 ul li ul li a {
				display: block;
				padding-left: 20px;
				background: url(../img/menu2_ul_li_ul_li_a.png) no-repeat left center;
				
				font-size: 14px;
				font-weight: bold;
				color: white;
			}
			
			#menu2 ul li ul li ul {
				padding: 8px 0 8px 23px;
			}
			
			#menu2 ul li ul li ul li {
				/*border: 0;*/
				background: none;
				padding: 0;
        width: 100%;
			}
			
			#menu2 ul li ul li ul li a {
				background: url(../img/menu2_ul_li_ul_li_ul_li_a.png) no-repeat left center;
				padding: 1px 10px;
			  
				font-size: 11px;
				font-weight: normal;
			}
			
			
		/*** SITELINKS ***/
    
    #sitelinks {
      position: absolute;
      bottom: 100px;
      right: 13px;
      padding-top: 6px;
      background: url(../img/sitelinks.png) repeat-x;
      color: #e81116;
      font-weight: bold;
      white-space: nowrap;
    }
    
    #sitelinks a {
      color: #e81116;
    }
	
	/*** SEARCH ***/
	
	
#search {
  position: absolute;
  top: 14px;
  right: 17px;
}
	
	
	/*** FOOTER ***/
		
		#footer {
			clear: both;
			display: block;
      width: 750px;
			padding: 195px 10px 10px 240px;
      font-size: 12px;
			background: url(../img/sitemeta.png) no-repeat;
		}
		
		#footer address {
			margin-top: 20px;
      font-style: normal;
		}

		
		
		/****
	INDEXED SEARCH
		****/
		
		.tx-indexedsearch-searchbox fieldset {
			border: 0;
			margin: 0;
			padding: 0;
		}
		
		.tx-indexedsearch-searchbox label{
			margin-right: 10px;
		}
		
		.tx-indexedsearch-searchbox legend { 
			display: none; 
		}
		
		.tx-indexedsearch-form,
		.tx-indexedsearch-search-submit {
			position: relative;
			float: left;
		}
		
		.tx-indexedsearch-form input {
			border: 1px solid #000000;
			background: #ffffff;
			padding: 2px;
			
			font-size: 10px;

			font-family: Tahoma;
			width: 150px;
			height: 12px;
		}
		
		.tx-indexedsearch-res {
			position: relative;
			clear: left;
			float: none;
			margin: 0 0 15px 0;
		}
		
		.tx-indexedsearch-res h3 {
			position: relative;
			margin: 0 0 10px 0;
			padding: 0;
		}
		
		.tx-indexedsearch-res h3 img {
			padding: 3px 0 0 0;
		}
		
		.tx-indexedsearch-whatis {
			position: relative;
			margin: 8px 0 0 0;
		}
		
		.tx-indexedsearch-browsebox {
			position: relative;

			margin: 0 0 8px 0;
		}
		
		.tx-indexedsearch-searchbox-button {
			width: 120px;
			height: 20px;
			border: 0;
			text-transform: uppercase;
			color: #ffffff;
			text-align: center;
			background: #ffffff;
		}
		
		.tx-indexedsearch-info {
			display: none;
		}