html {
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body {
	font-size: 100.1%;
	background: transparent url("../pics/background.gif") repeat-x fixed center bottom;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, sans-serif;
	font-size: 101.01%;
	
	height: 101%;
	border-top: 4px solid #fe0000;
}
:focus {
	outline: 0;
}
h1, h2, h3, h4, h5, h6, p, br, ul, ol, li, hr {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, sans-serif;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li, div, td, th, fieldset, input, textarea, address, blockquote, nobr, b, i {
	font-family: Verdana, sans-serif;
}
ul
{
	padding-left: 15px;
}


li li {
	font-size: 100% !important;
}
b, strong {
	color: #666 !important;
}
img {
	border: none;
}
.clear {
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
}
/* CONTAINER
--------------------------------------------------*/

#container {
	text-align: left;
	margin: 0 auto;
	width: 960px;
	position: relative;
}
#oben {
	background:transparent;
	position : relative;
	width: 960px;
	height : 84px;
}
#logo {
	position:absolute;
	top: 0;
	left : 0;
	background: transparent;
}
#branding {
	position: relative;
	top: 57px;
	left: 65px;
	color:#333;
	width: 70%;
	font-size: 0.8em;
}

/*TOPNAV
-------------------------------------------------*/
#topnav {
	text-align: right;
	width: 100%;
	float: left;
	margin-top: 0px;
}
#topnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}
#topnav li {
	display : inline;
	padding : 0;
	margin : 0px 0px 0px 10px;
}
#topnav a {
	margin : 0;
	padding :0px 0px 0px 0px;
	text-decoration : none;
	color: #666;
	font-weight:normal;
	font-size: 11px;
}
#topnav a:hover {
	text-decoration : underline;
}

#header {
	position: relative;
	width: 960px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	height: 121px;
}
#homeheader
{
	position: relative;
	width: 960px;
	border: 0px;
	padding: 0px;
	margin: 0px;	
}
.mainnav {
	position: relative;
	width: 960px;
	left: -1px;
	height: 28px;
	background: transparent;
	z-index: 120;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif; 
}

/* superfish
-----------------------------------*/
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	border-left:	1px solid #fff;
	border-top:		1px solid #fff;
	padding: 		.75em 1em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited { /* visited pseudo selector so IE6 applies text colour*/
	color:			#fff;
	font-weight: bold;
}
.sf-menu li {
	background:		#fe0000;
}
.sf-menu li li {
	background:		#fe0000; /* 2. Ebene */
}
.sf-menu li li li {
	background:		#fe0000; /* 3. Ebene */
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#cc0000; /*hover Farbe */
	outline:		0;
}
.sf-menu li.current {
	background:		#cc0000;
}
/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url("../images/arrows-ffffff.png") no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}
/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
	background-position:  -10px 0;
}
.sf-menu ul a > .sf-sub-indicator {
	background-position:  0 0;
}
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator, .sf-menu ul a:hover > .sf-sub-indicator, .sf-menu ul a:active > .sf-sub-indicator, .sf-menu ul li:hover > a > .sf-sub-indicator, .sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}
/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	padding-right: 2.5em;
	*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 5px solid transparent;
	border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-top-color: rgba(255,255,255,.5);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: white; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(255,255,255,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: white;
}



div.lamtec_accordion
{
    display: none;
}

img.lamtec_accordion_button
{
	float: right;    
    display:inline;
    margin-right: 30px;
}

a.lamtec_accordion
{
    text-decoration: none !important;
    display: block;
	width: 100%;
	background: #ddd;
	color: black;
	padding: 10px;
	margin: 5px 0px 10px 0px;
}

a.lamtec_accordion h1, a.lamtec_accordion h2, a.lamtec_accordion h3, a.lamtec_accordion h4, a.lamtec_accordion h5
{
	padding: 0px 0px 0px 0px !important;
	color: black;
}

a.lamtec_accordion h1:first-of-type
{
	background: none !important;
}

a.lamtec_accordion:hover
{
    text-decoration: none !important;
}

 a.lamtec_accordion_current
{
	background: #fe0000;
	color: White;
}
a.lamtec_accordion_current h1, a.lamtec_accordion_current h2, a.lamtec_accordion_current h3, a.lamtec_accordion_current h4, a.lamtec_accordion_current h5
{
	color: white !important;
}

/*######BREADCRUMBMENU#######*/

#breadcrumb {
	position: relative;
	font-size: 11px;
	margin-bottom: 10px;
	color: #000;
}
.grau {
	color: #999;
}
#breadcrumb a:link {
	color : #999;
	text-decoration : none;
	font-weight: normal;
}
#breadcrumb a:visited {
	color : #999;
	text-decoration : none;
	font-weight: normal;
}
#breadcrumb a:hover {
	color : #999;
	text-decoration: underline;
	font-weight: normal;
}
#breadcrumb a:active {
	color : #999;
	text-decoration : none;
	font-weight: normal;
}
.hier {
	color: #fe0000;
}
#main {
	width: 960px;
	text-align: left;
	background: transparent;
	clear: both;
	font-size: 0.8em;
	position: relative;
	padding-top: 10px;
}
#homemain {
	width: 960px;
	text-align: left;
	background: transparent;
	clear: both;
	font-size: 0.8em;
	position: relative;
	padding-top: 20px;
	font-family: Verdana, Geneva, sans-serif;
}
#homemain a:link {
	color : #fe0000;
	text-decoration : none;
	font-weight: normal;
}
#homemain a:visited {
	color : #fe0000;
	text-decoration : none;
	font-weight: normal;
}
#homemain a:hover {
	color : #fe0000;
	text-decoration: underline;
	font-weight: normal;
}
#homemain a:active {
	color : #fe0000;
	text-decoration : none;
	font-weight: normal;
}
#homeContent {
	width: 700px;
	float: left;
	background: transparent;
}
#homeContent h1 {
	font-size: 1em;
	color: #fe0000;
	font-weight: bold;
	padding: 0 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
}
#homeContent h2 {
	font-size: 1.3em;
	color: #fe0000;
	font-weight: normal;
	padding: 0 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
}
#homeContent h3 {
	font-size: 1.1em;
	color: #fe0000;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 0 15px 0;
}
#homeContent p {
	padding-bottom: 20px;
}
#rechtespalte {
	width: 700px;
	float: right;
}
#rechtespalte {
	background: transparent;
}
#rechtespalte h1 {
	font-size: 1.3em !important;
	color: #fe0000;
	font-weight: normal;
	padding: 0 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
	/*background: transparent url(../pics/punkte-grau.png) 0 20px repeat-x;*/
}

#main h1:first-of-type 
{
	background: transparent url(../pics/punkte-grau.png) 0 20px repeat-x;
}
.csc-firstHeader
{
    background: transparent url(../pics/punkte-grau.png) 0 20px repeat-x;
}

#rechtespalte h2 {
	font-size: 1.3em !important;
	color: #fe0000;
	font-weight: normal;
	padding: 0 0 15px 0 !important;
	font-family: Arial, Helvetica, sans-serif;
	/*background: transparent url(../pics/punkte-grau.png) 0 20px repeat-x;*/
}
#rechtespalte h3 {
	font-size: 1.1em;
	color: #fe0000;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 0 5px 0;
	font-weight: normal;
}
#rechtespalte p {
	padding-bottom: 20px;
}
#rechtespalte-inhalt {
	width: 700px;
	float: right;
}
#rechtespalte-inhalt {
	background: transparent;
}
#rechtespalte-inhalt h1 {
	font-size: 1.3em !important;
	color: #fe0000;
	font-weight: normal;
	padding: 0 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
	/*background: transparent url(../pics/punkte-grau.png) 0 20px repeat-x;*/
}
#rechtespalte-inhalt h2 {
	font-size: 1.3em !important;
	color: #fe0000;
	font-weight: normal;
	padding: 0 0 15px 0 !important;
	font-family: Arial, Helvetica, sans-serif;
	/*background: transparent url(../pics/punkte-grau.png) 0 20px repeat-x;*/
}
#rechtespalte-inhalt h3 {
	font-size: 1.1em;
	color: #fe0000;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 0 10px 0;
	font-weight: normal;
}
#rechtespalte-inhalt p {
	padding-bottom: 20px;
}
#rechtespalte-inhalt ul {
	list-style-type: none;
	padding:0;
	padding-bottom: 20px;
}
#rechtespalte-inhalt ul ul {
	list-style-type: none;
	padding:0;
	padding-bottom: 0;
}
#rechtespalte-inhalt li {
	color: #000;
	margin-left: 0;
	background-image: url(../pics/pfeil-grau.gif);
	background-position: 0 0.2em;
	background-repeat: no-repeat;
	padding-left: 25px;
	list-style-type: none;
}
#rechtespalte-inhalt li li {
	background-image: url(../pics/anstrich-2.png);
}
#rechtespalte-inhalt a:link {
	color : #fe0000;
	text-decoration : none;
	font-weight: normal;
}
#rechtespalte-inhalt a:visited {
	color : #fe0000;
	text-decoration : none;
	font-weight: normal;
}
#rechtespalte-inhalt a:hover {
	color : #fe0000;
	text-decoration: underline;
	font-weight: normal;
}
#rechtespalte-inhalt a:active {
	color : #fe0000;
	text-decoration : none;
	font-weight: normal;
}
.floatleft {
	float: left;
	width: 241px;
	padding-right: 5px;
}
.floatright {
	float: right;
	width: 241px;
	padding-left: 5px;
}
.uebersicht {
	width: 220px;
}
.inhaltrechts {
	margin-left: 260px;
	max-width: 600px;
}
.inhaltrechts ul {
	list-style-type: none;
	padding:0;
}
.inhaltrechts li {
	color: #000;
	margin-left: 0;
	background-image: url(../pics/pfeil-grau.gif);
	background-position: 0 0.2em;
	background-repeat: no-repeat;
	padding-left: 25px;
	list-style-type: none;
}

#mainproductcontent ul {
	list-style-type: none;
	padding:0;
}
#mainproductcontent li {
	color: #000;
	margin-left: 0;
	background-image: url(../pics/pfeil-grau.gif);
	background-position: 0 0.2em;
	background-repeat: no-repeat;
	padding-left: 25px;
	list-style-type: none;
}

#produktuebersicht h3 {
	font-size: 1.3em;
}
#produktuebersicht ol {
	list-style-type: none;
	padding:0;
	width: 90%;
}
#produktuebersicht li img {
	float: left;
	padding-right: 10px;
}
#produktuebersicht li {
	clear: both;
	color: #000;
	list-style-type: none;
	overflow: hidden;
	margin: 0px 0;
}
 ol li:nth-child(even) {
 background-color: #f7f7f7;
}
ol li:nth-child(odd) {
 background-color: #fff;
}
#produktuebersicht li:hover {
	background: #f8e4e4;
}
#produktuebersicht p {
	padding: 0;
}
#produktuebersicht li li {
	color: #000;
	margin-left: 0;
	background-image: url(../pics/pfeil-grau.gif);
	background-position: 0 0.2em;
	background-repeat: no-repeat;
	padding-left: 25px;
	list-style-type: none;
	display: inline;
}
#produktuebersicht a:link {
	color : #fe0000;
	text-decoration : none;
	font-weight: normal;
}
#produktuebersicht a:visited {
	color : #fe0000;
	text-decoration : none;
	font-weight: normal;
}
#produktuebersicht a:hover {
	color : #fe0000;
	text-decoration: underline;
	font-weight: normal;
}
#produktuebersicht a:active {
	color : #fe0000;
	text-decoration : none;
	font-weight: normal;
}
#produktblock {
	padding: 10px 0;
	background: transparent url(../pics/punkte-grau.png) 0 bottom repeat-x;
	overflow: hidden;
}
#produktblock p {
	padding-top: 5px;
}
#produktblock a:link {
	color : #fe0000;
	text-decoration : none;
	font-weight: normal;
}
#produktblock a:visited {
	color : #fe0000;
	text-decoration : none;
	font-weight: normal;
}
#produktblock a:hover {
	color : #fe0000;
	text-decoration: underline;
	font-weight: normal;
}
#produktblock a:active {
	color : #fe0000;
	text-decoration : none;
	font-weight: normal;
}
#produkte
{
	padding: 0px;
}

#produkte a:link {
	color : #fe0000;
	text-decoration : none;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
}
#produkte a:visited {
	color : #fe0000;
	text-decoration : none;
	font-family: Arial, Helvetica, sans-serif;
}
#produkte a:hover {
	color : #fe0000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
#produkte a:active {
	color : #fe0000;
	text-decoration : none;
	font-family: Arial, Helvetica, sans-serif;
}
#produkte img {
	padding-bottom: 5px;
}
#produkte li:hover {
	background: #ebebeb;
	border: 1px solid #b6b6ad;
}

#produkt_1, #produkt_2, #produkt_3, #produkt_4, #produkt_5, #produkt_6 {
	-moz-box-shadow: 1px 1px 4px #E1E1DC;
	-webkit-box-shadow: 1px 1px 4px #E1E1DC;
	-o-box-shadow: 1px 1px 4px #E1E1DC;
	box-shadow: 1px 1px 4px #E1E1DC;
	border-bottom: 1px solid #E1E1DC;
	border-right: 1px solid #E1E1DC;
}

#produkte li {
	overflow: hidden;
}
#produkte li {
	float: left;
	width: 208px;
	margin-right: 10px;
	border: 1px solid #E1E1DC;
	padding: 5px;
	margin-bottom: 10px;
	background: #fff;
}
#produkte h1 {
	font-size: 1em;
}

#produkte h2 {
	font-size: 1em;
}

#news 
{
	display: table-cell;
	margin-left: 722px;
	background: #fff;
	padding: 8px 8px 30px 8px;
	border: 1px solid #E1E1DC;
	width: 220px!important;
	-moz-box-shadow: 1px 1px 4px #E1E1DC;
	-webkit-box-shadow: 1px 1px 4px #E1E1DC;
	-o-box-shadow: 1px 1px 4px #E1E1DC;
	box-shadow: 1px 1px 4px #E1E1DC;
	border-bottom: 1px solid #E1E1DC;
	border-right: 1px solid #E1E1DC;

}
#news h1 {
	font-size: 1.2em;
	color: #fe0000;
	font-weight: normal;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#news h2 {
	font-size: 1.2em;
	color: #fe0000;
	font-weight: normal;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#news h1 a 
{
	font-size: 14px;
}
#news h2 a 
{
	font-size: 14px;
}
#news h3 {
	font-size: 13px;
	color: #666;
	font-weight: normal;
	padding: 0 0 5px 0;
	margin: 0;
}
#news p {
	font-size: 11px;
	line-height: 16px;
}
#news a {
	font-size: 11px;
	line-height: 16px;
}
#news p.datum {
	color: #999;
	padding-top: 5px;
}

#linkespalte {
	background: #fff;
	padding: 8px 8px 30px 8px;
	border: 1px solid #E1E1DC;
	width: 220px!important;
	margin-right: 720px;
}
#linkespalte {
	-moz-box-shadow: 1px 1px 4px #E1E1DC;
	border-bottom: 1px solid #E1E1DC;
	border-right: 1px solid #E1E1DC;
}
#linkespalte h1 {
	font-size: 1.2em;
	color: #fe0000;
	font-weight: normal;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#linkespalte h2 {
	font-size: 1.2em;
	color: #fe0000;
	font-weight: normal;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#linkespalte h3 {
	font-size: 0.9em;
	color: #666;
	font-weight: normal;
	padding: 0 0 5px 0;
	margin: 0;
}
#linkespalte p {
	font-size: 0.8em;
}
#linkespalte p.datum {
	color: #999;
	padding-top: 5px;
}
/*
MENU LINKESPALTE------------------------*/
#linkespalte ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#linkespalte li {
	color: #000;
	margin-left: 0;
	background-image: url(../pics/pfeil-liste.gif);
	background-position: 0 0.2em;
	background-repeat: no-repeat;
	padding-left: 25px;
}
#linkespalte li a {
	color: #000;
	text-decoration: none;
}
#linkespalte li li {
	background: none;
}
#linkespalte li a.red {
	color: #fe0000;
}
#linkespalte li a:hover {
	color: #fe0000;
	text-decoration: underline;
}
.kleiner {
	font-size: 0.8em;
}

#teasercontent  
{
    width: 236px;
	margin-right: 720px;
	margin-top: 20px;
}

#teasercontent div.innerContent
{
    background: white;
    border: 1px solid #E1E1DC;
    padding: 5px;
}

#teasercontent h1, #teasercontent h2, #teasercontent h3 {
	font-size: 1.1em;
	padding-bottom: 5px;
	color: #fe0000;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
#teasercontent a:link {
	color : #fe0000;
	text-decoration : none;
	font-weight: normal;
}
#teasercontent a:visited {
	color : #fe0000;
	text-decoration : none;
	font-weight: normal;
}
#teasercontent a:hover {
	color : #fe0000;
	text-decoration: underline;
	font-weight: normal;
}
#teasercontent a:active {
	color : #fe0000;
	text-decoration : none;
	font-weight: normal;
}

#teaserbox {
	background: transparent;
	width: 236px;
	margin-right: 720px;
	margin-top: 20px;
}
#teaserbox h3 {
	font-size: 1.1em;
	padding-bottom: 5px;
	color: #fe0000;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
#teaserbox a:link {
	color : #fe0000;
	text-decoration : none;
	font-weight: normal;
}
#teaserbox a:visited {
	color : #fe0000;
	text-decoration : none;
	font-weight: normal;
}
#teaserbox a:hover {
	color : #fe0000;
	text-decoration: underline;
	font-weight: normal;
}
#teaserbox a:active {
	color : #fe0000;
	text-decoration : none;
	font-weight: normal;
}
.boximage {
	margin: 0 0 10px;
}
/* FOOTER
------------------------------*/
#footer {
	font-size:  0.7em;
	padding-top: 20px;
	/*background: transparent url("../pics/punkt.gif") repeat-x 0 10px;*/
height: 100px;
}
#footer a:link {
	color : #fe0000;
	text-decoration : none;
	font-weight: normal;
}
#footer a:visited {
	color : #fe0000;
	text-decoration : none;
	font-weight: normal;
}
#footer a:hover {
	color : #fe0000;
	text-decoration: underline;
	font-weight: normal;
}
#footer a:active {
	color : #fe0000;
	text-decoration : none;
	font-weight: normal;
}
/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
	background:url(../images/slider.png) no-repeat;
	width:998px;
	height:392px;
	margin:0 auto;
	padding-top:74px;
	margin-top:50px;
}
#slider {
	position:relative;
	width:960px;
	height:240px;
	background:url(../images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}
.nivo-controlNav {
	position:absolute;
	left:5px;
	bottom: 12px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}
.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:5px;
}
a.nivo-prevNav {
	left:5px;
}
.nivo-caption 
{
	position:absolute;
	left:15px;
	bottom:60px;
	background: transparent;
	font-size: 0.9em;
	font-weight: bold;
	color:#fff;
	padding: 0px;
	display: none;
	opacity:1; /* Overridden by captionOpacity setting */	
	width:350px;
	z-index:8;
	font-family: Arial, Helvetica, sans-serif;
}
.nivo-caption a {
	color:#fff;
	text-decoration:underline;
}
/*TABELLE*/
table {
	border-collapse: collapse;
}
table td {
	font-size: 1em;
}
table tbody {
	border: 0;
}
td {
	border: 1px solid #e5e5e5;
	/*padding: .4em;*/

  color: #000;
}
thead th, tfoot th {
	font: bold 11px verdana, arial, helvetica, sans-serif;
	border: 0;
	text-align: left;
	background: none;
	color: #08325e;
	padding-top:3px;
}
tbody td a {
	background: transparent;
	text-decoration: none;
	color: #363636;
}
tbody tr a:hover {
	background: transparent;
	color: #363636;
}
tbody td a:hover {
	background: transparent;
	color: #363636;
}
tbody th a {
	font: normal 11px arial, helvetica, sans-serif;
	background: transparent;
	text-decoration: none;
	font-weight:normal;
	color: #363636;
}
tbody th a:hover {
	background: transparent;
	color: #fff;
}
tbody th, tbody td {
	vertical-align: top;
	text-align: left;
}
tfoot td {
	border: 1px solid #03476F;
	background: #4591AD;
	padding-top:3px;
	color: #FFFFFF;
}
/*
.odd {
	background: #AEE239;
}
tbody tr:hover th, tbody tr.odd:hover th {
	background: #FFD800;
	color: #FFFFFF;
}*/
/*============================*/
/*=== mootools tabs ===*/
/*============================*/
#home {
	background-color: transparent;
	position:relative;
	height:400px;
	width:700px;
	margin-bottom:10px;
	margin-top: 10px;
	padding-top: 5px;
	-moz-box-shadow: 1px 1px 4px #E1E1DC;
	border-bottom: 1px solid #E1E1DC;
	border-right: 1px solid #E1E1DC;
}
.feature {
	/*height:400px;*/
	position: absolute;
	width:690px;
	top: 0px;
	overflow:visible;
}
.feature img {
	border:none;
}
.feature table p 
{
	margin: 0px !important;
	padding:0px !important;
}
#tabs {
	margin-left:0;
	margin-bottom:0;
	margin-top: 20px;
	padding-left: 0px;
}

#tabs li {
	background-color:transparent;
	display:inline;
	float:none;
	list-style:none;
}
#tabs li a {
	background-color:#ddd;
	color:#000;
	display:inline;
	height:auto;
	padding:5px 20px;
	text-decoration:none;
	width:auto;
}
#tabs li a.hover {
	background-color:#fe0000;
	color:blue;
}
#tabs li a.active {
	background-color:#fe0000;
	color:#fff;
}
.feature a:link {
	color : #fe0000;
	text-decoration : none;
}
.feature a:visited {
	color : #fe0000;
	text-decoration : none;
}
.feature a:hover {
	color : #fe0000;
	text-decoration: underline;
}
.feature a:active {
	color : #fe0000;
	text-decoration : none;
}
/*#######SUCHFORMULAR#######*/
form#minisearch {
	float: right;
	margin-top: -3px;
	width: 235px;
}
form {
	float: left;
	height: auto;
	padding: 0;
	width: 100%;
}
form#minisearch input#sword {
	border: 1px solid #666;
	margin: 15px 0 0 2px;
	height: 12px;
	font-size: 11px;
	padding: 1px !important;
	width: 161px;
}
form#minisearch input#ssubmit {
	background-color: transparent;
	border: 0px none;
	color: #666;
	font-size: 11px;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	font-weight: normal;
	text-align: right;
	width: 60px;
}
/*#####Login#####*/
/*fieldset input {
	border: 1px solid #ccc;
	background: #fafafa;
}*/
.submit {
	background:  #fafafa;
}
#loginform p {
	background: transparent;
}
fieldset {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
/* ----------- Formular stylized ----------- */

.myform {
	width:500px;
	padding:14px;
}
#stylized {
}
label {
	display:block;
	font-weight:bold;
	text-align:right;
	width:160px;
	float:left;
	color: #666 !important;
}

label.tx_lamtectelefon_pi1_department
{
	text-align: left;
}

#stylized .small {
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:140px;
}
input[type=radio] 
{
	border: none;
}
input[type=checkbox]
{
    margin-left: 10px;
    margin-bottom: 2px;
} 
input[type=file]
{
    margin-left: 10px;
    margin-bottom: 2px;
    background: white;
    font-size:12px;
    padding:4px 2px !important;
	border:solid 1px #E1E1DC;
}
input[type=text], input[type=email], input[type=tel], input[type=password] {
	margin-left: 10px;
	margin-bottom: 2px;
	font-size:12px;
	padding:4px 2px !important;
	border:solid 1px #E1E1DC;
		
}
input[type=password] {
	
	font-size:12px;
	padding:4px 2px !important;
	border:solid 1px #E1E1DC;
		
}
textarea {
	/*float:left;*/
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #E1E1DC;
	width:300px;
	margin:2px 0 20px 10px;
}
button, input[type="button"], input[type=submit], input[type=reset] {
	
	/*width:auto;
	height:25px;
	background:#666666;
	text-align:center;
	line-height:31px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;*/
	-moz-appearance: button;
    -moz-binding: none;
    -moz-box-sizing: none;
    -moz-user-select: none;
    background-color: buttonface;  
    color: buttontext;
    cursor: default;
    font: -moz-button;
    line-height: normal;
    padding: 0 6px;
    text-align: center;
    text-shadow: none;
    white-space: pre;
}

select {
    -moz-appearance: menulist;
    -moz-box-sizing: border-box;
    -moz-user-select: none;
    background-color: -moz-combobox;
    border-color: threedface;
    border-style: inset;
    border-width: 1px;
	border: solid 1px #E1E1DC;
    color: -moz-comboboxtext;
    cursor: default;
    font: -moz-list;
    line-height: normal !important;
    margin: 0;
    overflow: -moz-hidden-unscrollable;
    text-align: start;
    text-indent: 0;
    text-shadow: none;
    white-space: nowrap !important;
    word-wrap: normal !important;
	margin:2px 0 2px 10px;
	padding:2px 2px;
}

dd.tx-srfeuserregister-pi1-gender label
{
	text-align:left;
	width: auto;
	display: inline;
}

p.tx-srfeuserregister-pi1-notice
{
	padding-left: 0px !important;
}

.tx-srfeuserregister-pi1 fieldset
{
	padding-left: 0px;
	margin-left: 0px;
}
.tx-srfeuserregister-pi1 legend
{
	padding-left: 0px !important;
}

dd.tx-srfeuserregister-pi1-gender input[type=radio]
{
	float: left;
}

div.tx-felogin-pi1 label
{
	
}
div.tx-felogin-pi1 input
{
	margin:2px 0 20px 10px;
}
div.tx-felogin-pi1 input[type=submit]
{
	margin-left: 170px;
	
}

div.news-list-container hr.clearer 
{
	height: 20px;
	margin-top: 5px;
}

hr.lamtec-clearer 
{
	height: 0px;
	margin-top: 0px;
	border: none;
	clear: both;
}

hr.lamtec-clearer-seminar-home
{
	height: 5px;
	margin-top: 0px;
	border: none;
	clear: both;
}

dl.news-single-files dd
{
	margin-left: 0px;
}
dl.news-single-files dt
{
	margin-left: 0px;
	font-weight: normal;
}

div.news-single-item
{
	width: 600px;
	padding-top:0px !important;
	margin-top: 0px !important;
}

div.lamtec-news_content
{
	margin-top: 0px;
	margin-bottom: 0px;
}

div.lamtec-news_content h3
{
	color: #666666 !important;
	font-size: 1.3em !important;
	font-weight: normal;
}

#main .news-list-item h3
{
	font-size: 1.3em !important;
}

#main .news-list-item h3 a:link {
	color : #666666 !important;
	text-decoration : none !important;
	font-weight: normal !important;
}
#main .news-list-item h3 a:visited {
	color : #666666 !important;
	text-decoration : none !important;
	font-weight: normal !important;
}
#main .news-list-item h3 a:hover {
	color : #666666 !important;
	text-decoration: underline !important;
	font-weight: normal !important;
}
#main .news-list-item h3 a:active {
	color : #666666 !important;
	text-decoration : none !important;
	font-weight: normal !important;
/*	font-size: 9em !important;*/
}

.lamtec-news-list-morelink
{
	padding-left: 0px !important;
}

.lamtec-news-list-date {
	font-size: 12px;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	float:left !important;
	}


.news-single-rightbox
{
	width: 180px;
}
.tx-lamtecpartner-pi1
{
	width: 700px;
}
.lamtec_partner_item
{
	width: 220px;
	height: 150px;
	vertical-align: middle;
	display: table-cell;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
	border: 1px solid #e1e1dc;
	overflow: hidden;
}
.lamtec_partner_item a
{
	color: Black !important;
}

.lamtec_partner_item p
{
	margin: 0px !important;
	padding: 0px !important;	
}

div.tx-lamtectelefon-pi1
{
	position: relative;
	display:block;
}

div.tx-lamtectelefon-pi1-search
{
	position: relative;
	display:block;
	height: 125px;
}

.tx-lamtectelefon-pi1-search label
{
	width: 170px;
	display: inline-block;
}

.tx-lamtectelefon-pi1-search table
{
	width: 700px;
}

div.tx-lamtectelefon-pi1-list
{
	position: relative;
	display:block;
}

.tx-lamtectelefon-pi1-list table
{
	width: 700px;
}

li.csc-textpic-image
{
	background-image: none !important;
	padding: 0px !important;
}

.powermail_mandatory
{
    color: Red;
}

.error p
{
    font-size: 12px;
    margin-left: 30px;
    color: Red;
}
.error
{
    margin-top: 25px;
}

#tx-lamtecseminar-pi1-form span
{
    color: red;
}

span.requiredField 
{
    vertical-align: top;
    font-family: Verdana, sans-serif;
	font-weight:bold;
	color: red !important;
}

div.tx_lamtecseminar_pi1_Missing
{
    display: block;
    color: red;
    font-size: 12px;
    padding-left: 10px;
    margin-left: 10px;
}

div.lamtec_seminar_reservation a.lamtec_accordion
{
	display: block;
	width: 100%;
	background: #ddd;
	color: black;
	padding: 10px;
	margin: 5px 0px;
}
div.lamtec_seminar_reservation a.lamtec_accordion_current
{
	background: #fe0000;
	color: White !important;
}

div.lamtec_seminar_participant
{	
	background: #EEEEEE;
	width: 100%;
	padding: 10px;
}

div.tx-lamtecmemberdownload-pi1 h1
{
    color: Black !important;
}


div.powermail_fieldwrap
{
	clear: both;
}

input.powermail_input
{
	width: 300px;
}
select.powermail_country
{
	width: 300px;
}

table.lamtecdownloads
{
	width: 100%;
}

table.lamtecdownloads a:link
{
	color: Black !important;
}

table.lamtecdownloads th
{
	font-size: 1.2em;
	background-color: #404040;
	color: White;	
	font-weight: bold;
	padding: 4px;
	border: 0px;
	font-family: Arial;
}
table.lamtecdownloads td
{
	border: 0px;
}
td.lamtecdownloads_group
{
	background-color: #D9D9D9;
	font-weight: bold;
	padding: 2px 4px 4px 4px;
	font-family: Arial;
}

td.lamtecdownloads_fileimage
{
	width: 32px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
}

td.lamtecdownloads_download
{
	width: 60%;
	vertical-align: middle;
	padding: 2px 4px 2px 4px;
}
td.lamtecdownloads_languages
{
	vertical-align: middle;
	padding: 2px 4px 2px 4px;
}



div.lamtec_portfolio
{
}

div.lamtec_portfolio_item
{
	float: left;
	display: inline-block;
	width: 225px;
	height: 230px;
	padding: 3px;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
}

div.lamtec_portfolio_item:hover
{
	background: #f8e4e4;
}

div.lamtec_portfolio_item h3
{	
	font-size: 1.3em;
}
div.lamtec_portfolio_item a:link {
	color : #fe0000;
	text-decoration : none;
	font-weight: normal;
}
div.lamtec_portfolio_item a:visited {
	color : #fe0000;
	text-decoration : none;
	font-weight: normal;
}
div.lamtec_portfolio_item a:hover {
	color : #fe0000;
	text-decoration: underline;
	font-weight: normal;
}
div.lamtec_portfolio_item a:active {
	color : #fe0000;
	text-decoration : none;
	font-weight: normal;
}

span.tx-indexedsearch-percent
{
	float: right;
}

div.tx-indexedsearch-searchbox
{
	margin: 15px 0px 20px 0px;
}

div.tx-indexedsearch-form label
{
	width: 150px;
}

div.tx-indexedsearch-search-submit
{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 160px;
}

ul.tx-indexedsearch-browsebox
{
	list-style-type: none;
	text-align: center;
}

ul.tx-indexedsearch-browsebox li
{
	display: inline-block;
	background: none;
	background-image: none !important;
}

ul.tx-indexedsearch-browsebox li:after
{
	content: "|";
	margin-left: 20px;
}
ul.tx-indexedsearch-browsebox li:last-child:after
{
	content: ""
}

li.tx-indexedsearch-browselist-currentPage
{
	font-weight: bold;
}

li.tx-indexedsearch-browselist-currentPage a
{
	font-weight: bold !important;
}

div.ce-product
{
	position: relative;
	display: table-row;
}

div.product_image
{
	display: table-cell;
	margin-right: 10px;
	margin-left: 5px;
}

div.product_image a.lightbox
{
	position: relative;
	width: auto;
	left: auto;
	z-index: auto;
	
}
div.product_bodytext
{
	display: table-cell;
	vertical-align: top;
	padding-left: 10px;
}

div.product_thumbs
{
	display: block;
	clear:both;	
}

div.product_thumbs figure.image
{
	float: left;	
	margin: 10px 5px 10px 5px;
}

div.product_thumbs a.lightbox
{
	position: relative;
	width: auto;
	left: auto;
	z-index: auto;	
}

div.product_features a.lamtec_accordion
{
	display: block;
	width: 100%;
	background: #ddd;
	color: black;
	padding: 10px;
	margin: 5px 0px;
}
div.product_features a.lamtec_accordion_current
{
	background: #fe0000;
	color: White;
}


.tx-srfeuserregister-pi1-radio
{
	float: left;
}

label[for=tx-srfeuserregister-pi1-gender-0], label[for=tx-srfeuserregister-pi1-gender-1], label[for=tx-srfeuserregister-pi1-gender-2]
{
	width: auto;
}

div.powermail_fieldwrap_marker div.powermail_field, div.powermail_fieldwrap_schulungstyp div.powermail_field, div.powermail_fieldwrap_sprache div.powermail_field
{
	clear: both; margin-left: 160px;
}

div.powermail_fieldwrap_marker div.powermail_field div.checkbox, div.powermail_fieldwrap_schulungstyp div.powermail_field div.checkbox, div.powermail_fieldwrap_sprache div.powermail_field div.checkbox
{
	clear: both;
}

div.powermail_fieldwrap_marker div.powermail_field div.checkbox label, div.powermail_fieldwrap_schulungstyp div.powermail_field div.checkbox label, div.powermail_fieldwrap_sprache div.powermail_field div.checkbox label
{
	width: auto;
	text-align: left;
}