@charset "utf-8";
/* Reset ================================================================================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
object{
	outline:0;
}
html { background:transparent;width:100%;height:100%;overflow:scroll; }
body {
	font-size: 12px;
	line-height:1.5;
	font-family: arial,verdana,sans-serif;
	background:#e5e5e5 url(../images/bg.png) left top repeat-x;
	width:100%;
	color:#fff;
	min-width:944px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells:show;
}

a {
	text-decoration:none;
}
/* Headings */

/* Forms */
form          { display:inline; }
legend        { display:none; }

/* Table */
caption,th,td {text-align:left; font-weight:normal; }

/* Content */
strong        {
    font-weight: bold;
}
address       { font-style:normal; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
sup           { font-size:1em; vertical-align:top; }

/* Lists */
ul,ol	{ list-style:none; }
/*
clearer
*/
.clear{
    clear:both;
    height:0;
    width:0;
    line-height:0;
    font-size:0;
    overflow:hidden;
    display:block;
}
.left{
	float:left;
}
.right{
	float:right;
}
a.link{
    color: #febe33 !important;
    font-weight: bold;
}
div#All{
	width:944px;
	position:relative;
	margin:0 auto;
}
div.logo{
	width:173px;
	height:84px;
	position:relative;
}
div.logo h1,div.logo h1 a,div.logo h1 a img{
	position:absolute;
	left:0;
	top:0;
	width:173px;
	height:84px;
	overflow:hidden;
}
div.logo h1{
	text-indent:-10000em;
}
div#content h2{
	font-size:30px;
	font-weight:bold;
	line-height:1;
}
div#content h3{
	font-size:18px;
	padding-top:45px;
	line-height:1;
	font-weight:normal;
}
div#content h2 + h3{
	padding-top:35px;
}
div#content p{
	padding-top:15px;
}
div#content p.pdf{
	margin-top:15px;
	padding:12px;
	padding-bottom: 5px;
	border:1px solid #cdcdcd;
}
div#content p.pdf a{
	display:block;
	padding-left:30px;
	line-height: 1;
	padding-bottom:7px;
	background:transparent url(../images/pdf2.gif) 0 2px no-repeat;
}
div#content p.pdf a.last{
	padding-bottom:0;
}
div.hauptteaser{
	width:944px;
	height:354px;
	background:transparent url(../images/hauptteaser-bg.png) left top no-repeat;
	position:relative;
}
div.hauptteaser > img{
	position:absolute;
	top:17px;
	left:20px;
}
div.hauptteaser > p{
	position:absolute;
	top:80px;
	left:40px;
	width:340px;
	line-height:1.5;
}
div.hauptteaser > p a{
	color:#febe33;
	font-weight:bold;
}

div#navi{
	position:absolute;
	top:0;
	right:23px;
	width:453px;
	height:60px;
}
div#navi > a{
	float:left;
	height:60px;
	width:150px;
	margin-right:1px;
	background:transparent url("../images/navi-home2.png") left top no-repeat;
}
div#navi > a:hover,div#navi > a.active{
	background:transparent url("../images/navi-home_a.png") left top no-repeat;
}
div#navi > a + a{
	background:transparent url("../images/navi-products2.png") left top no-repeat;
}
div#navi > a + a:hover,div#navi > a + a.active{
	background:transparent url("../images/navi-products_a.png") left top no-repeat;
}
div#navi > a + a + a{
	background:transparent url("../images/navi-contact2.png") left top no-repeat;
}
div#navi >  a + a + a:hover,div#navi >  a + a + a.active{
	background:transparent url("../images/navi-contact_a.png") left top no-repeat;
}
div#content{
	width:900px;
	margin-left:20px;
	margin-right:24px;
	padding-top: 45px;
	min-height: 200px;
}
body.home div#content{
	padding-top: 3px;
}
div#content div.teaser{
	float:left;
	width:280px;
	height:210px;
	margin-right:30px;
}
div#content div.teaser.news{
	margin-right:0;
}
div#content div.teaser > a{
	display:block;
	width:280px;
	height:210px;
	text-decoration:none;
	outline:none;
	background:transparent url("../images/our-products.png") left top no-repeat;
}
div#content div.teaser a.products-link,
div#content div.teaser a.contact-link{
    background: #fff;
    font-size: 14px;
    font-weight: bold;
    color: #febe33;
    position: relative;
    top: -60px;
    right: -12px;
    width: 100px;
    height:20px;
}
div#content div.teaser a.products2{
	background:transparent url("../images/our-products.png") left top no-repeat;
}
div#content div.teaser a.contact{
	background:transparent url("../images/contact_us.jpg") left top no-repeat;
}


div#content div.teaser.news ul{
	width:266px;
	height:208px;
	padding-left:12px;
	border:1px solid #e3e6e8;
	background-color:#ffffff;
}
div#content div.teaser.news li{
	padding-top: 9px;
	padding-left:28px;
	background:transparent url("../images/list.png") 0 9px no-repeat;
}
div#content div.teaser.news li.headline{
	background:none;
	padding-left:0px;
}
div#content div.teaser.news p{
	padding-top:0;
	line-height:15px;
	padding-right:5px;
	height:45px;
	overflow:hidden;
}
div#content div.teaser.news p,div#content div.teaser.news h3{
	color:#818181;
}
div#content div.teaser.news h3{
	padding-top:0;
	font-size:18px;
	font-weight:bold;
	padding-bottom:7px;
}
div#content *{
	color:#000;
}
div#content div.contact-address{
	padding-top:20px;
	width:310px;
}
div.disclaimer{
    float: right;
    width: 590px; margin-top: 35px;
}
div#content div.contact-address table{
	margin-top: 10px;
	width:310px;
}
div#content div.contact-address table td + td{
	text-align:right;
	font-weight:bold;
}
div#content div.contact-address table td + td p{
	padding-right:30px;
}
div#content div.contact-form{
	width:590px;
}
div#content div.contact-form table{
	margin-top: 20px;
	width:590px;
}
div#content div.contact-form table label{
	font-weight:bold;
	cursor:pointer;
	padding-top:15px;
	display:block;
}
div#content div.contact-form table label.which{
	padding-top:3px;
	line-height:15px;
}
div#content div.contact-form table label.captcha{
	padding-top:12px;
}
div#content div.contact-form td.which{
	vertical-align:top;
}
div#content div.contact-form table input,div#content div.contact-form table textarea{
	border:1px solid #c6c6c6;
	width:274px;
	height:23px;
	padding:2px;
	background-color:#fff;
}
*+html div#content div.contact-form table input{
	height:21px;
}
div#content div.contact-form table textarea{
	resize:none;
	overflow:auto;
}
div#content div.contact-form table textarea#news{
	height:51px;
	line-height:17px;
}
div#content div.contact-form table input[type="reset"],div#content div.contact-form table input[type="submit"]{
	width:135px;
	height:29px;
	border:none;
	text-align:center;
	line-height:29px;
	float:left;
	color:#fff;
	background-color:#332917;
	font-weight:bold;
	text-transform:uppercase;
	margin-right:10px;
	cursor:pointer;
}
div#content div.contact-form table input[type="submit"]{
	background-color:#febe33;
	margin-right:0px;
}
div#content div.contact-form table textarea#message{
	height:282px;
}
*+html div#content div.contact-form table textarea#message{
	height:285px;
}
div#content div.contact-form table textarea#which{
	height:126px;
}
div#content div.contact-form table td div,div#content div.contact-form table td + td + td div{
	width:280px;
}
div#content div.contact-form table td + td div{
	width:30px;
}
div#footer{
	width:900px;
	margin-left:20px;
	margin-right:24px;
	margin-top: 30px;
	height:42px;
	padding-top:9px;
	text-align:center;
	background-color:#febe33;
}
div#footer p{
	line-height: 17px;
}
div#footer a{
	color:#ffffff;
}
img#captcha-img{
	border:1px solid #c6c6c6;
	margin-bottom:15px; margin-top: 15px;
}
img#recaptcha_reload{
	display:block;
	margin: 0 auto;
	cursor:pointer;
}
div#recaptcha_widget_div{
	position:absolute!important;
	left:-10000em!important;
}
/* Fiber-Details */
table.fiber-details{
    width: 100%;
    margin: 20px 0;
}

table.fiber-details{
    background-color: #fff;
}
table.fiber-details th,
table.fiber-details td.first{
    font-weight: bold;
}
table.fiber-details th,
table.fiber-details td{
    border-top: 1px solid #C6C6C6;
    border-left: 1px solid #C6C6C6;
    border-right: 1px solid #C6C6C6;
    padding: 8px;
    text-align: center;
}
table.fiber-details th + th,
table.fiber-details td + td{
    border-left: none;
}
table.fiber-details th.left-align,
table.fiber-details td.left-align{
    text-align: left;
}
table.fiber-details tfoot td{
    border-bottom: 1px solid #C6C6C6;
    text-align: left;
}
table.fiber-details tfoot td {
    border-right: none;
}
table.fiber-details tfoot td + td {
    border-right: 1px solid #C6C6C6;
}
/* Admin */
a.news-entry{
    background: url("../images/list.png") no-repeat scroll 5px 7px transparent;
    padding: 8px 0 8px 28px;
    border: 1px solid #C6C6C6;
    float:left;
    width: 240px;
    line-height:15px;
    color: #818181 !important;
}
a.news-entry b{
    color: #000 !important;
}