html {
	height: 100%;
}
body {
	font-size: 100.1%;
	background: transparent url("background.gif")/*tpa=https://www.lamtecturkey.com/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;
}
li li {
	font-size: 100% !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: 360px;
	padding-left:600px;
	float: left;
	margin-top: 0px;
}

#topnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}
#topnav li {
	display : inline;
	padding : 0;
	margin : 0;
	margin-left: 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;
}
.tophier a:link, .tophier a:visited, .tophier a:hover, .tophier a:active, .tophier a:focus {
	text-decoration : underline;
}

/*#####HEADER######*/
#header {
	position: relative;
	width: 960px;
}
.mainnav {
	position: relative;
	width: 960px;
	left: -1px;
	height: 28px;
	background: transparent;
	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.png")/*tpa=https://www.lamtecturkey.com/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*/
}







/* INHALT
----------------------------------------------*/
#main {
	width: 960px;
	text-align: left;
	background: transparent;
	clear: both;
	font-size: 0.8em;
	position: relative;
	padding-top: 20px;
	font-family: Verdana, Geneva, sans-serif;
}
.content a:link {
	color : #fe0000;
	text-decoration : none;
	font-weight: normal;
}
.content a:visited {
	color : #fe0000;
	text-decoration : none;
	font-weight: normal;
}
.content a:hover {
	color : #fe0000;
	text-decoration: underline;
	font-weight: normal;
}
.content a:active {
	color : #fe0000;
	text-decoration : none;
	font-weight: normal;
}
/*#####INHALTsspalte######*/
#produktuebersicht {
	width: 700px;
	float: left;
}

#produktuebersicht {
	background: transparent;
}
#produktuebersicht h1 {
	font-size: 1em;
	color: #fe0000;
	font-weight: bold;
	padding: 0 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
}



#produktuebersicht h2 {
	font-size: 1.3em;
	color: #fe0000;
	font-weight: normal;
	padding: 0 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
}
#produktuebersicht h3 {
	font-size: 1.1em;
	color: #fe0000;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 0 15px 0;
}
#produktuebersicht p {
	padding-bottom: 20px;
}



#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;
}

/*##########SPALTE RECHTS NEWS###########*/

#news {
	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 h3 {
	font-size: 0.9em;
	color: #666;
	font-weight: normal;
	padding: 0 0 5px 0;
	margin: 0;
}
#news p {
	font-size: 11px;
	line-height: 16px;
}
#news p.datum {
	color: #999;
	padding-top: 5px;
}
.kleiner {
	font-size: 11px;
}
/* FOOTER
------------------------------*/
#footer {
	font-size:  0.7em;
	padding-top: 20px;
	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(slider.png)/*tpa=https://www.lamtecturkey.com/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(loading.gif)/*tpa=https://www.lamtecturkey.com/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: 42px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(bullets-1.png)/*tpa=https://www.lamtecturkey.com/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(arrows-2.png)/*tpa=https://www.lamtecturkey.com/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 {
}
.nivo-caption a {
	color:#fff;
	text-decoration:underline;
}
/*#######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;
	padding: 1px;
	width: 161px;
}
form#minisearch input#ssubmit {
	background-color: transparent;
	border: 0 none;
	color: #666;
	font-size: 11px;
	margin: 0;
	padding-right: 0;
	text-align: right;
	width: 48px;
}*/

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;
}

div.tx-lamtectelefon-pi1-search table
{
	border: none;
}

div.tx-lamtectelefon-pi1-search td
{
	border: none;
}

.sitemap ul{
	margin-left:25px;
}

.sitemap .current_page_item{display:none;}
