/* START: CSS RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,
fieldset,input,p,blockquote,th,td {
margin:0 0 0 0; padding:0 0 0 0;
}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:none; margin: 0 0 0 0;}
address,caption,cite,code,dfn,em,strong,th,var {
font-style:normal;
}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
/* END: CSS RESET */

BODY{
	/*background: #c0c0c0;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c0c0c0;
	background: url(images/bg_kachel.jpg);
}

DIV.cll{
	clear: left;
	height: 0;
}
DIV.clr{
	clear: right;
	height: 0;
}
DIV.cla{
	clear: both;
	height: 0;
}

.gray{
	color: #c0c0c0;
}
.black{
	color: black;
}

H1{
	margin: 20px 0 0 0;
	font-family: "Myriad Pro", "Myriad", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #272727;
	font-weight: normal;
	margin-bottom: 1em;
}

H3,
H4,
H5{
	font-family: "Myriad Pro", "Myriad", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #272727;
	font-weight: normal;
	margin-bottom: 1em;
}
H3 SPAN,
H4 SPAN,
H5 SPAN{
	color: #929292;
}
H5{
	font-size: 15px;
}


A,
A:HOVER,
A:VISITED,
A:ACTIVE{
	text-decoration: none;
	color: #2083c1;
}
A:HOVER{
	text-decoration: underline;
}

P{
	margin-bottom: 1em;
	color: #6a6a6a;
}

DIV#main{
	width: 766px;
	margin: 10px auto auto auto;
	border: 1px solid white;
	background: white;
}

DIV#main DIV#wrap_white{
	margin: 20px 28px 0 28px;
}

DIV#logo{
	background: url(images/logomain.gif) no-repeat;
	width: 154px;
	height: 68px;
	margin-bottom: 19px;
}


/* TOP ROW SMALL */
DIV#top_row_small{
	font-size: 10px;
	margin-bottom: 6px;
}
DIV#top_row_small DIV{
	margin-bottom: 0;
}
DIV#top_row_small DIV#top_row_small_date{
	float: right;
	color: black;
	padding-right: 22px;
}

/* MENU TOP SMALL */
DIV#menu_top_small{
	float: left;
}
DIV#menu_top_small UL{
	float: none;
}
DIV#menu_top_small UL LI{
	float: left;
	margin-left: 16px;
}
DIV#menu_top_small UL LI A{
	color: #c0c0c0
}
DIV#menu_top_small UL LI.active A{
	color: black;	
}

DIV#menu_main{
	background: #2083c1;
	margin: 0 0 6px 0;
	padding: 12px 0 12px 0;
}
DIV#menu_main UL{
}
DIV#menu_main UL LI{
	margin-left: 16px;
	float: left;
}
DIV#menu_main UL LI,
DIV#menu_main UL LI A{
	font-size: 12px;
	margin-top: -6px;
	color: white;
}
DIV#menu_main UL LI.active,
DIV#menu_main UL LI.active A{
	text-decoration: underline;
}

DIV#teaserbox{
	margin-bottom: 7px;
}
DIV#teasrePlaceholder{
	height: 181px;
	margin-bottom: 7px;
}

DIV#teaserbox DIV#teaser{
	height: 181px;
	background-repeat: no-repeat;
}
DIV#teaserbox P{
	font-size: 9px;
	padding: 0 2px 0 2px;
}
DIV#teaserbox P SPAN.heading{
	margin-right: 15px; 
	margin-left: 0;
	color: black;
}
DIV#teaserbox P SPAN{
	margin-left: 5px;
	color: #c0c0c0;
}
DIV#teaserbox P SPAN.active{
	color: black;
}





DIV#content{
	padding-bottom: 20px;
}

DIV#content DIV#content_left{
	float: left;
	width: 500px;
	padding: 9px 0 0 0;
	border-right: 1px solid #cecece;
}


DIV#content DIV#content_left P,
DIV#content DIV#content_left H3,
DIV#content DIV#content_left H4{
	padding-right: 30px;
}

DIV#content DIV#content_right{
	padding-top: 9px;
	margin-left: 30px;
	float: right;
	width: 179px;
}

DIV#content DIV#content_right DL DT{
	color: #6a6a6a;
	margin-bottom: 1em;
}
DIV#content DIV#content_right DL DD{
	color: #6a6a6a;
	margin-bottom: 13px;
}
DIV#content DIV#content_right DL DD P{
	margin-bottom: 0;
}


DIV#footer{
	margin-bottom: 1px;
	color: #6a6a6a;
	font-size: 10px;
}



DIV#content DIV.boxSmall{
	width: 195px;
	padding: 20px 15px 22px 8px; 	
	border-top: 1px solid #cecece;
	float: left;
	font-size: 11px;
}

DIV#content div#content_left DIV.boxSmall DIV.boxSmallContent{
	float: left;
	padding-right: 0;
	width: 135px;
}

DIV#content DIV.boxSmall IMG{
	width: 50px;
	float: left;
	margin: 0 8px 8px 0;
}
DIV#content DIV.boxSmall H5{
	font-weight: bold;
	color: #6a6a6a;
	margin-bottom: 0;
}
DIV#content DIV.boxSmall P A{
	margin-top: 0.5em;
	font-size: 9px;
	float: left;
}
DIV#content DIV.boxSmall P{
}

DIV.box{
	padding: 0 30px 22px 1px; 
	/*border-right: 1px solid #cecece;*/
	border-bottom: 1px solid #cecece;
}

DIV.box P{
}
DIV.flr{
	float: right;
}
DIV.fll{
	float: right;
}

DIV.contactForm{
	color: #6a6a6a;
}
DIV.contactForm LABEL{
	display: block;
	margin-bottom: 4px;
}
DIV.contactForm TEXTAREA,
DIV.contactForm INPUT.field{
	margin-bottom: 9px;
	width: 156px;
	border: 1px solid #cecece;
	height: 19px;
	padding: 2px 2px 2px 2px;
	font-size: 12px;
}
DIV.contactForm TEXTAREA{
	height: 196px;
}

DIV.contactForm INPUT.button{
	margin-right: 0;
	border: none;
	background: none;
	color: #2083c1;
	cursor: pointer;
	font-size: 12px;
}
DIV.contactForm TABLE{
	width: 156px;
}
DIV.contactForm TD{
	text-align: right;
}



DIV#contactBoxLeft{
	width: 206px;
	border-right: 1px solid #cecece;
	float: left;
	color: #6a6a6a;
}
DIV#contactBoxRightTop{
	padding-left: 18px;
	float: left;
	width: 275px;
	padding-bottom: 21px;
	color: #6a6a6a;
}
DIV#contactBoxRightBottom{
	padding-top: 21px;
	border-top: 1px solid #cecece;
	padding-left: 18px;
	float: left;
	width: 275px;
	color: #6a6a6a;
}


DIV.contact{
	margin-bottom: 18px;
	color: #6a6a6a;
}
DIV#contactBoxLeft DIV.contact SPAN.cntName{
	color: #2083c1;
}
DIV#contactBoxLeft DIV.contact SPAN.cntPosition{
	font-size: 10px;
}
DIV#contactBoxLeft DIV.contact TABLE{
	margin-top: .5em;
	margin-right: 4px;
}

DIV.contact TABLE TH{
	width: 73px;
	font-weight: normal;
}
DIV#contactBoxLeft DIV.contact TABLE TD{
	padding-right: 4px;
	word-wrap: break-word;
}



DIV.products{
	border-top: 1px solid #cecece;
	padding-top: 10px;
	margin-left: 20px;
}
DIV.picture,
DIV.product{
	clear: both;
	padding: 10px 0 0 0;
	border-bottom: 1px solid #cecece;
}
DIV.picture UL,
DIV.product UL{
	float: right;
	margin: 0 10px 10px 10px;
}
DIV.picture P,
DIV.product P{
	margin-bottom: 10px;
}

DIV.pictureTitled{
	margin: 0 10px 10px 10px;
}

DIV.pictureTitled.right{
	margin-right: 0;
	margin-left: 10px;
	float: right;
}
DIV.pictureTitled.left{
	margin-right: 10px;
	margin-left: 0;
	float: right;
}
DIV.pictureTitled.center{
	margin:0 0 10px 0;
	float: none;
	text-align: center;
}


UL.gallery LI{
	width: 100px;
	height: 100px;
	float: left;
	padding: 5px 5px 5px 5px;
	border: 1px solid #cecece;
	margin: 0 10px 10px 0;
}


DIV.sitemap UL{
	margin-bottom: 1em;
}
DIV.sitemap UL LI {
	line-height: 1.5;
}