* /* alles vorformatieren */
{
	font-family : Arial, Helvetica, sans-serif;
}

/* normale text-groesse-farbe */
body,p,ul,ol,li,table,td,th,form,input,textarea,select,option
{
	font-size: 12px;
	color: #000000;
	font-family : Arial, Helvetica, sans-serif;
	line-height: 16px;
}

h2 {
	font-size: 12px;
	font-weight: bold;
}

.red-orange {
	color : #FF6600;
}
.blue {
	color : #004273;
}

/* normale links */
a, a img
{
	font-size: 12px;
	color : #004577;
	text-decoration : none;
	border-color: #004577; /* bilder */
}

a:link, a:link img
{
	font-size: 12px;
	color : #004577;
	text-decoration : none;
	font-weight : bold;
	border-color: #004577; /* bilder */
}

a:visited, a:visited img
{
	font-size: 12px;
	color : #004577;
	text-decoration : none;
	font-weight : bold;
	border-color: #666666; /* bilder */
}

a:hover, a:hover img
{
	font-size: 12px;
	color : #0099FF;
	text-decoration : none;
	font-weight : bold;
	border-color: #0099CC; /* bilder */
}

a:active, a:active img
{
	font-size: 12px;
	color : #0099CC;
	text-decoration : none;
	font-weight : bold;
	border-color: #0099CC; /* bilder */
}




a.home:link
{
	font-size: 12px;
	color : #FFFFFF;
	text-decoration : none;
	font-weight : bold;
	border-color: #FFFFFF; /* bilder */
}

a.home:active
{
        	font-size: 12px;
	color : #FF9900;
	text-decoration : none;
	font-weight : bold;
	border-color: #FF6600; /* bilder */
}

a.home:visited
{
	font-size: 12px;
	color : #CCCCCC;
	text-decoration : none;
	font-weight : bold;
	border-color: #CF8F30; /* bilder */
}

a.home:hover
{
	font-size: 12px;
	color : #FF9900;
	text-decoration : none;
	font-weight : bold;
	border-color: #FF6600; /* bilder */
}
a.home2:link
{
	font-size: 14px;
	color : #FFFFFF;
	text-decoration : none;
	font-weight : bold;
	border-color: #FFFFFF; /* bilder */
	background: url(../art/bullet_wh.gif) no-repeat left;
	background-position: 4 2;
	padding-left: 12px;
}

a.home2:visited
{
	font-size: 14px;
	color : #D7D7D7;
	text-decoration : none;
	font-weight : bold;
	border-color: #CF8F30; /* bilder */
	background: url(../art/bullet_wh.gif) no-repeat left;
	background-position: 2 2;
	padding-left: 12px;
}

a.home2:active
{
	color : #FF9900;
	border-color: #FF6600; /* bilder */
}

a.home2:hover
{
	color : #000000;
	border-color: #FF6600; /* bilder */
}

/* Listen im Text */
ul.listContent,
ul.text {
	padding: 0;
	margin: 0;
}

ul.text li  {
	list-style-type: none;
	display: block;
	background: url(../art/bullet_sw.gif) no-repeat left center;
	background-position: 0 0;
	padding-left: 12px;
	padding-bottom: 3px;
}
ul.listContent li  {
	list-style-type: none;
	padding-left: 12px;
}


/* titel */
.titel
{
	font-size : 15px;
	color : #000000;
	font-weight : bold;
	line-height: 17px;
}
.downoad_titel
{
	font-size : 13px;
	color : #000000;
	font-weight : bold;
	line-height: 17px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.titelgrau
{
	font-size : 15px;
	color : #6F8684;
	font-weight : bold;
	line-height: 17px;
}

/* untertitel */
.fett
{
	font-size : 12px;
	color : #000000;
	font-weight : bold;
}

.kursiv
{
	font-size : 12px;
	color : #000000;
	font-style: italic;
	line-height: 16px;
}

.fettfarbig
{
	font-size : 12px;
	color : #666666;
	font-weight : bold;
}

.klein
{
	font-size : 11px;
	line-height: 14px;
}

.grau
{
	color : #CCCCCC;
}

.weiss
{
	color : #FFFFFF;
}

.weissfett
{
	color : #FFFFFF;
	font-weight : bold;
}

.weissfettbig
{
	color : #FFFFFF;
	font-weight : bold;
	font-size : 14px;
}

a.link-klein:link { font-size : 11px; }
a.link-klein:visited { font-size : 11px; }
a.link-klein:hover { font-size : 11px; }
a.link-klein:active { font-size : 11px; }

.block
{
	padding: 4px;
}

.clear {
	clear: both;
}


/* Kontaktformualr */
.contactForm {
	margin: 0;
	padding: 0;
}
.contactForm .textInput input,
.contactForm .textInput select.land {
	width: 220px;
}
.contactForm textarea {
	width: 445px;
	height: 130px;
	overflow-x: auto;
	overflow-y: hidden;
}


/* menue: level-formate */

ul#menu {
	margin: 0px;
	padding: 0px;
	margin-left: 16px;
	padding-left: -6px;
}

ul#menu li {
	
}

/* menue: level-formate */
ul#menu li.layer_1 {
	margin-left: 0px;
}
ul#menu li.layer_2 {
	/*margin-left: 6px;*/
	margin-left: 8px;
}
ul#menu li.layer_3 {
	margin-left: 16px;
}
ul#menu li.layer_4 {
	margin-left: 24px;
}
ul#menu li.layer_5 {
	margin-left: 32px;
}

ul#menu li a {
	margin-left: -4px;
	padding-left: 0px;
}

ul#menu li {
	list-style-image: url(../art/02_li_icon_orange.gif);
}
ul#menu li.grau {
	list-style-image: url(../art/03_li_icon_grau.gif);
}
ul#menu li.blau {
	list-style-image: url(../art/04_li_icon_blau.gif);
}
ul#menu li.rot {
	list-style-image: url(../art/05_li_icon_rot.gif);
}

ul#menu li.spacer {
	margin-left: -16px;
	list-style: none;
	list-style-image: none;
	background-image: url(../art/01_menu_spacer_line.gif);
}

ul#menu li.activ a { /* links der aktuellen seite */
	color: black;
}


table.valign-top tr td {
	vertical-align: top;
}
.downloads-link-icon {
	float:left;
	margin-bottom:30px;
	margin-right:1px;
}

#verkaufshilfen * {
	margin: 0;
	padding: 0;
}
#verkaufshilfen input {
	/*height: 22px;*/
	/*zoom : 1.3;*/
	border: none;
}
#verkaufshilfen h2 {
	margin-top: 1em;
}
#verkaufshilfen h2,
#verkaufshilfen p {
	margin-right: 10px;
}
#verkaufshilfen p {
	margin-top: 0;
	padding-top: 0;
}
#verkaufshilfen .paket {
	border-top: #d8dedd 1px dotted;
	padding-top: 10px;
	font-weight: bold;
	color: #004273;
}
* html #verkaufshilfen .paket input {
	position: relative;
	top: -2px;
}
div.bg {/* für die tooltips-hintergründe */
	/*background-color: #414141;*/
	background-color: #004577;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	position:absolute;
	top:0px;
	z-index:1;
	width: 247px;
	height: 200px;
}

/* Newsseite */
table#news {
	background: #C4CECD;
	margin-bottom: 20px;
}
table#news h2 {
	color: #000000;
	background: url(../art/bullet_sw.gif) no-repeat;
	background-position: 3 4;
	padding: 3px;
	padding-left: 12px;
	margin-bottom: 5px;
	border-bottom: #d8dedd solid 1px;
}
table#news p {
	padding: 3px;
}
table#news img {
	float: left;
	margin-bottom: 5px;
	margin-right: 20px;
}
table#news a img {
	margin-bottom: 20px;
	border: #FFFFFF solid 2px;
}
table#news.image-col-left img {
	float: none;
	margin-bottom: 0px;
	margin-right: 0px;
}
table#news a:hover img {
	border: #004273 solid 2px;
}
a.bullet-orange {
	/*display: block;*/
	background: transparent url(../art/bullet_or.gif) no-repeat;
	background-position: 2 4;
	padding: 3px 3px 3px 12px;
}

table#news .link {
	padding-left: 4px;
}



/*
	-------------------------------
	störer
*/

.stoerer3DGranulesDesigner
{
	/*background: url(../art/3d/startseiten-stoerer.png) no-repeat;*/
	height:138px;
}
.stoerer3DGranulesDesignerEN p,
.stoerer3DGranulesDesigner p {

	z-index:2;
	/*margin:0 0 48px 28px;
	padding:19px 0 0 0;*/
	color:#FFFFFF;
	font-weight:bold;
	
}
.stoerer3DGranulesDesignerEN a img,
.stoerer3DGranulesDesigner a img{
	z-index:1;
	border:none;
}

/*
	-------------------------------
	zertifikate
*/
p.zertifikate{
	min-height:102px;
	background:none;
	padding-left:200px;
	
}

p.zertifikate.zert1{
	min-height:130px;
	background:url(../art/zertifikate-iso9001.jpg) no-repeat;

}
p.zertifikate.zert2{
	min-height:186px;
	background:url(../art/zertifikate-ral.jpg) no-repeat;

}
p.zertifikate.zert3{
	min-height:186px;
	background:url(../art/zertifikate-aeo.jpg) no-repeat;

}


