/* CSS Document Knürr AG 16.06.2004 */

/* Knürr Farben sind Blau = #000066, D-Rot = 90001A, Rot = B90018 */

/* Grundlegendes */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
table {
	margin:0px;
	padding:0px;
	font-size: 11px;
}
ul, ol {
	margin-left: 15px;
	padding: 0px;
	list-style-type: square;
	}
li {
	margin: 0px;
	padding: 0px;
}

/* Linkverhalten */
a:link {
	text-decoration: none;
	color: #000000;
}	
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}

/*a.verdana:link  {
	text-decoration: none;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}*/
#verdana a:link  {
	text-decoration: none;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#verdana a:hover {
	text-decoration: underline;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#verdana a:visited {
	text-decoration: none;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#verdana a:active {
	text-decoration: none;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}


/* Überschriften*/
h1 {
	font-size: 16px;
	line-height: 20px;
	color: #999999;
}
h2 {
	font-size: 12px;
	color: #999999;
	line-height: 14px;
}

.h1 {
	font-size: 16px;
	line-height: 20px;
	color: #999999;
	font-weight: bold;
}

.h2 {
	font-size: 12px;
	color: #999999;
	line-height: 20px;
	font-weight: bold;
}





/* Linie unten, Grau */
.borderbottom {
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-bottom-width: 1px;
}
/* Linie unten, Grau, Text eingerückt 5px */
.borderbottomgrey {
	font-weight: bold;
	border-bottom-style: solid;
	background-color: #CCCCCC;
	border-bottom-color: #999999;
	border-bottom-width: 1px;
	text-indent: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Linie unten, hellgrau , eingerückt 5px */
.borderbottomlightgrey{
	font-weight: bold;
	border-bottom-style: solid;
	background-color: #EBEBEB;
	border-bottom-color: #999999;
	border-bottom-width: 1px;
	text-indent: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
/* Linie rechts, Grau */
.borderright {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}

/* Rahmen, 1px */
.border1px {
	border: 1px solid #999999;
}
/* images ohne Rand */
.img {
	border: 0;
}
/* linie unter 1 px hellgrau*/
.borderuntendotted {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

/* hellgrau dunkler */
.hellgrau1 {
background-color:#EFEFEF;
/*background-color:#666666;*/
}
/* hellgrau heller */
.hellgrau2 {
background-color:#FBFBFB;
}
/* hellgrau heller */
.bghellgrau {
background-color:#FBFBFB;
}
.weiss {
background-color:#FFFFFF;
}.h290001a {
	font-size: 11px;
	color: #90001a;
	font-weight: bold;
}

/* Download Buttom Anfang */
.borderbottomcooling {
	font-weight: bold;
	border-bottom-style: solid;
	background-color: #9292BE;
	border-bottom-color: #999999;
	border-bottom-width: 1px;
	text-indent: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #EFEFEF;
}
a.boldbuttons{
	display: block;
	float: left;
	font: bold 13px Arial; /* Change 13px as desired */
	line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
	height: 30px; /* Height of button background height */
	padding-left: 8px; /* Width of left menu image */
	text-decoration: none;
	background-color: transparent;
	background-image: url(../icons/roundedge-gray-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

a:link.boldbuttons, a:visited.boldbuttons, a:hover.boldbuttons, a:active.boldbuttons{
color: white; /*button text color*/
}

a.boldbuttons span{
	display: block;
	padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
	background-color: transparent;
	background-image: url(../icons/roundedge-gray-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

a:hover.boldbuttons{ /* Hover state CSS */
text-decoration: underline;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}
/* Download Buttom Ende */

