body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

body{
	font-family: "Verdana";
	font-size: 80%;
	color: #4A4849;
	background: url(../img/back.png) repeat-x 0 43px;
}

a{
	text-decoration: none;
	color: #4A4849; 
}

a:hover{
	color: #AE1726;
}

strong{
	font-weight: bold;
}

#wrap{
	width: 1049px;
	margin: 0 auto;
}

#uberheader{
	height: 43px;
	position: relative;
}

#topmenu{
	position: absolute;
	right: 0px;
	top: 12px;
}

#topmenu ul li{
	float: left;
}

#topmenu ul li a{
	text-decoration: none;
	text-transform: lowercase;
	color: #4A4849;
	font-size: 8pt;
	padding: 0 5px;
	margin: 0;
	background: url(../img/line.gif) no-repeat 0 50%;
}

#topmenu ul li a.active{
	color: #B51621;
}

#topmenu ul li a.first{
	background: none;
}

#header{
	height: 305px;
}

#header-left{
	width: 250px;
	height: 305px;
	float: left;
}

#logo{
	background: url(../img/logo.png) no-repeat 50% 50%;
	width: 250px;
	height: 286px;
	display: block;
}

#header-center{
	width: 398px;
	background: #FFF;
	padding: 0 1px;
	height: 305px;
	float: left;
	position: relative;
}

#shutter{
	width: 398px;
	height: 286px;
	display: block;
	overflow: hidden;
}

#shutter img{
	width: 398px;
	height: 305px;
}

img.slide {
	display: none;
}

img.slide.active {
	display: block;
}

#header-right{
	width: 399px;
	height: 305px;
	float: left;
	position: relative;
	background: url(../img/header_right_bg.png) no-repeat top left;
}

#mainmenu{
	position: absolute;
	left: 26px;
	bottom: 39px;
}

#mainmenu ul li{
	padding: 1px 0;
	position: relative;
}

#mainmenu ul li a{
	color: #3e3d40;
	text-transform: uppercase;
	padding-left: 15px;
	text-decoration: none;
	font-size: 11px;
	
}

#mainmenu ul li a:hover,
#mainmenu ul li a.active{
	color: #B51621;
	background: url(../img/arrow.gif) no-repeat left bottom;
	
}

#mainmenu ul li a.active{
	font-weight: bold;
}

#submenu{
	position: absolute;
	left: 1px;
	bottom: 0px;
	width: 399px
}

#submenu ul li{
	float: left;
}

#submenu ul li a{
	color: #787779;
	text-transform: uppercase;
	padding: 4px 8px;
	font-weight: bold;
	text-decoration: none;
	font-size: 9px;
	background: url(../img/line.gif) no-repeat 0 50%;
}

#submenu ul li a.first{
	background: none;
}

#mainmenu ul li.hover a,
#submenu ul li a:hover,
#submenu ul li a.active{
	color: #B51621;
}

#submenu ul li a.active{
	/*font-weight: bold;*/
}

/* NEW SUBMENU START */

#mainmenu ul ul {
	background: white;
	padding: 0 5px;
	border: 1px solid #dddddd;
	min-width: 95px;
	width: auto;
	height: auto;
	left: 130px;
	top: 0px;
	position: absolute;
}

#mainmenu ul ul li {
	padding: 5px 0;
	line-height: 9px;
	font-size: 9px;
}

#mainmenu ul ul li a {
	padding: 0px;
	font-size: 9px;
	display: block;
	width: 100%;
	height: 100%;
}

#mainmenu ul ul li a:hover, #mainmenu ul ul li a.active { 
	background: none;
}


#submenu .hover a {
	color: #B51621;
}

#submenu table {
	width: 100%;
	height: 17px;
}

#submenu td {
	background: url(../img/bg_tab.png) repeat-x;
    height: 17px;
    line-height: 16px;
    border-right: 1px solid white;
    padding: 0 10px;
    vertical-align: top;
	text-align: center;
}

#submenu td.active { background: url(../img/bg_tab.png) repeat-x 0 -23px; }
#submenu td.active a { color: white; }

#submenu td  a {
    font-size: 9px;
    font-weight: bold;
	color: 787779;
	display: block;
	width: 100%;
	height: 100%;
}



/* NEW SUBMENU  END */

#headline{
	color: #3e3d40;
	padding: 20px 25px;
	text-transform: uppercase;
	font-family: "Trebuchet MS";
	line-height: 110%;
	font-size: 22pt;
}

#left{
	width: 199px;
	float: left;
	padding: 0 40px 0 10px;
	margin: 18px 0;
}

#content{
	width: 380px;
	margin: 10px 0;
	padding: 0 10px;
	float: left;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	font-size: 8pt;
	color: #4a4849;
}

#content h1{
	/*font-size: 8px;*/
	color: #B61622;
	padding: 8px 0;
	font-size: 10pt;
	text-transform: uppercase;
	font-weight: bold;
}

#content a{
	color: #AE1726;
}

.contacts .contact {
	margin-bottom: 5px;
	position: relative;
}

.contacts .contact img {
	width: 60px;
}

.contacts .contact div {
	position: absolute;
	left: 65px;
	top: 0px;
}

#left, #right{
	font-size: 8pt;
}

#left p, #right p, #content p{
	color: #4a4849;
	display: block;
	line-height: 160%;
	padding: 5px 0;
}

#left p, #right p{
	overflow: hidden;
	font-size: 8pt;
	width: 100%; /* ??? */
}

#left h3, #right h3{
	text-transform: uppercase;
	font-weight: bold;
	color: #B51621;
}

#left ul li, #right ul li{
	padding: 5px 0 5px 10px;
	line-height: 150%;
	background: url(../img/dot.gif) no-repeat 0 10px;
}

#left ul li ul li,
#right ul li ul li{
	background: url(../img/dot-sub.gif) no-repeat 0 10px;
}

#left ul.news-list li, #right ul.news-list li{
	padding: 0;
	line-height: 100%;
	background: none;
	margin: 10px 0 18px -28px;
	border-bottom: 1px solid #dddddd; 
	padding: 0 0 28px 28px;
	line-height: 150%;
}

#left ul.news-list li .news-headline, #right ul.news-list li .news-headline{
	line-height: 150%;
}

#left ul.news-list li p, #right ul.news-list li p{
	line-height: 120%;
}

#left a,
#right a
{
	color: #B51621;
}

#right{
	width: 299px;
	font-size: 8pt;
	float: left;
	padding: 0 10px 0 40px;
	margin: 18px 0;
}

.morelink{
	clear: both;
	float: right;
	background: #AE1726 url(../img/arrow-white.gif) no-repeat 4px 2px;
	color: #FFF!important;
	padding: 0px 10px 0px 18px; 
	margin-right: -30px;
	line-height: 15px;
}

.morelink:hover{
	background: #FFF url(../img/arrow.gif) no-repeat 4px 2px;
}

.news-list li h3{
	text-transform: uppercase;
	font-weight: bold;
	color: #B51621;
	padding-bottom: 5px;
}

.news-list li h4{
	color: #4a4849;
	font-weight: bold;
}
#left .news-list li p.date,
#right .news-list li p.date { color: #b61622; font-size: 11px; padding: 2px 0 0px; }
#right .news-list li .morelink { margin-right: -12px; }

#left .promo li{
	margin-bottom: 20px;
	clear: both;
	position: relative;
	background: none;
	padding: 0;
	padding-bottom: 20px;
	font-size: 8pt;
}

#left .promo li .promo-body{
	margin-left: 70px;
	color: #4a4849;
	line-height: 160%;
}

#left .promo li img{
	position: absolute;
	top: 0;
	left: 0;
}

.promo li .promo-headline{
	font-weight: bold;
	margin-left: 70px;
}

hr{
	clear: both;
	border: 0;
	height: 1px;
	background: #DDD;
	margin: 5px 0;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

.bild-links{
	float: left;
	margin: 4px 5px 0 0;
}

#claim{
	position: absolute;
	font-weight: bold;
	top: 12px;
	left: 0;
	font-size: 11pt;
	color: #787779;
	text-transform: uppercase;
}

#footer{
	display: block;
	clear: both;
}

#footer{
	position: relative;
	display: block;
	height: 400px; /* neu*/
	clear: both;
	font-size: 8pt;
}

#footer img {
	position: absolute;
	left: 50%;
	margin-left: -508px;
}

#footer div{
	position: absolute;
	right: 5px;
	bottom: 5px;
}

#tagcloud { position: absolute; width: 200px; left: -400px; display: none; }

.pdflink{
	background: url(../img/pdf.gif) no-repeat 0 50%;
	padding-left: 20px;
}

.table tr td{
	padding: 5px 0;
}

#mainmenu ul li a.qualitaet .flir-image{
	position: relative;
	top: 2px;
}

#content .news { border-bottom: 1px solid #dddddd; margin-bottom: 24px; padding-bottom: 6px; }
#content .news h1 { color: #4a4849; font-size: 11px; line-height: 11px; padding: 0px;}
#content .news .date { color: #b61622; font-size: 11px; padding: 2px 0 0px; }
#content .pagenationtab { float: right; margin-right: -2px; }
#content .pagination { color: #FFFFFF; background: #AE1726;  line-height: 15px; display: block; cursor: pointer; width: 15px; height: 15px; text-align: center; margin: 0 2px; float: left; }
#content .pagination.current { background: none; border: 1px solid #AE1726; color: #AE1726; width: 13px; height: 13px; line-height: 13px; }

#social {
    position: absolute;
    right: 28px;
    top: 14px;
}
#social a {
    background: url("../img/social.gif") repeat scroll 0 0 transparent;
    float: left;
    height: 16px;
    margin-left: 3px;
    overflow: hidden;
    width: 16px;
}
#social a#facebook {
    background-position: -16px -0px;
}
#social a#facebook:hover {
    background-position: -16px 0;
}
#social a#twitter {
    background-position: 0 -0px;
}
#social a#twitter:hover {
    background-position: 0 0;
}

.btn_facebook, .btn_twitter {     background: url("../img/social.gif") repeat scroll 0 0 transparent;    float: left;    height: 16px;    margin-left: 3px;    overflow: hidden;    width: 16px;}
.btn_facebook { background-position: -16px 0; }
