html {
	height: 100%;
}
body {
	font-size: 100.1%;
	background: transparent url("background-1.gif")/*tpa=https://www.lamtecturkey.com/wp-content/themes/lamtec/pics/background.gif*/ repeat-x fixed center bottom;
	margin:  0;
	font-size: 101.01%;
	padding: 0;
	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;
	/*margin-left: 10px;*/
}
#topnav a {
	margin : 0;
	padding :0px 0px 0px 0px;
	text-decoration : none;
	color: #666;
	font-weight:normal;
	font-size: 11px;/*border-right : 1px solid #e5e5e5;*/
}
#topnav a:hover {
	text-decoration : underline;
}
#topnav li a.tophier {
	text-decoration: underline;
} /* aktive Seite */
#header {
	position: relative;
	width: 960px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	height: 121px;
}
.mainnav {
	position: relative;
	width: 960px;
	left: -1px;
	height: 28px;
	background: #fff;
	z-index: 20;
	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("arrows-ffffff-1.png")/*tpa=https://www.lamtecturkey.com/wp-content/themes/lamtec/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*/
}

/*######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;
}
/* INHALT
----------------------------------------------*/
#main {
	width: 960px;
	text-align: left;
	background: transparent;
	clear: both;
	font-size: 0.8em;
	position: relative;
	padding-top: 10px;
}
#rechtespalte {
	width: 700px;
	float: right;
}
#rechtespalte {
	background: transparent;
}
#rechtespalte h1, .csc-firstHeader {
	font-size: 1.3em !important;
	color: #fe0000;
	font-weight: normal;
	padding: 0 0 5px 0 !important;
	font-family: Arial, Helvetica, sans-serif;
	/*background: transparent url(../pics/punkte-grau.png) 0 20px repeat-x;*/
	border-bottom: 1px dotted #2b2b2b;
	margin-bottom:10px;
}

.csc-firstHeader
{
    background: transparent url(punkte-grau.png)/*tpa=https://www.lamtecturkey.com/wp-content/themes/lamtec/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;
	clear:both;
}
#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 !important;
	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, .item-content li {
	color: #000;
	margin-left: 0;
	background-image: url(pfeil-grau.gif)/*tpa=https://www.lamtecturkey.com/wp-content/themes/lamtec/images/pfeil-grau.gif*/;
	background-position: 0 0.5em;
	background-repeat: no-repeat;
	list-style-type: none;
	padding:3px 0 3px 25px;
}
.item-content li li{
	list-style:circle;
	background:none;
	padding:0 5px;
}
.item-content li ul{
	margin-left:15px;
}
.item-content ul{
	margin-left:310px;
}
#home table{
	width:695px;
}
#rechtespalte-inhalt li li {
	background-image: url(anstrich-2.png)/*tpa=https://www.lamtecturkey.com/wp-content/themes/lamtec/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(pfeil-grau-1.gif)/*tpa=https://www.lamtecturkey.com/wp-content/themes/lamtec/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(pfeil-grau-1.gif)/*tpa=https://www.lamtecturkey.com/wp-content/themes/lamtec/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(pfeil-grau-1.gif)/*tpa=https://www.lamtecturkey.com/wp-content/themes/lamtec/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(punkte-grau.png)/*tpa=https://www.lamtecturkey.com/wp-content/themes/lamtec/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 img {
	padding-bottom: 5px;
}
#produkte li:hover {
	background: #ebebeb;
	border: 1px solid #b6b6ad;
}
/*#produkte li a:hover {color: #333;}*/

#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;
}
#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(list-li.png.gif)/*tpa=https://www.lamtecturkey.com/wp-content/themes/lamtec/images/list-li.png*/;
	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;
}
 #linkespalte .current_page_item>a, #linkespalte .current_page_parent>a {color: #fe0000;}
#linkespalte .children{
	display:none;
}
#linkespalte .current_page_item .children,#linkespalte .current_page_parent .children{
	display:block;
}
.kleiner {
	font-size: 0.8em;
}
#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;
}
/*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] {
	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;
	/*border-top: 1px solid #CCCCCC;*/
}

div.news-list-container hr.lamtec-clearer 
{
	height: 0px;
	margin-top: 0px;
	border: none;
	/*border-top: 1px solid #CCCCCC;*/
}

dl.news-single-files dd
{
	margin-left: 0px;
}
dl.news-single-files dt
{
	margin-left: 0px;
	font-weight: normal;
}

div.news-single-item
{
	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;
}

.news-list-item h3
{
	font-size: 1.3em !important;
}

.news-list-item h3 a:link {
	color : #666666 !important;
	text-decoration : none !important;
	font-weight: normal !important;
}
.news-list-item h3 a:visited {
	color : #666666 !important;
	text-decoration : none !important;
	font-weight: normal !important;
}
.news-list-item h3 a:hover {
	color : #666666 !important;
	text-decoration: underline !important;
	font-weight: normal !important;
}
.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.tx-lamtecmemberdownload-pi1 h1
{
    color: Black !important;
	text-decoration : underline;
}


.post-thumbnail{
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}
.item-content .post-thumbnail img{
	width:300px;
	height:auto;
}

.aligncenter{
    display: block;
    margin: 0 auto;
    text-align: center;
}
.smallmenu{
	float:left;
}
