/* main menue  */

#mmenu {
	position: relative;
   	top: 6px;
}
.mmenuoff {
}
.mmenuon {
/*	border-bottom: solid 6px #f6f6f6; */
}
#mmenu a, #mmenu a:visited , #mmenu a:active {
	display:block;
/*	WIDTH: 80px; */
	height: 18px;
	text-align: center;
	font-weight:bold;
	text-decoration: none;
	background-color:#f6f6f6;
	color:#000000;
	border-top: solid 1px #000000;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-radius: 7px 7px 0px 0px;
   	-moz-border-radius: 7px 7px 0px 0px;
	padding-left: 7px;
	padding-right: 7px;
		
}
#mmenu .mmenuon a {
	color: #cf2c00;
	border-bottom: solid 6px #f6f6f6;
	height: 22px;
}
#mmenu .mmenuoff a {
	color: #000000;
	border-bottom: solid 6px #ffffff;
   	opacity: 0.60;
	-moz-opacity: 0.60;
	_filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}

#mmenu .mmenuoff a:hover {
	border-bottom: solid 6px #cf2c00;
	color: #cf2c00;
	height: 22px;
   	opacity: 0.80;
	-moz-opacity: 0.80;
	_filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}


/* side menue  */

#menu1 a , #menu1 a:visited , #menu1 a:active {
	display:block;
	background-color:#;
	color:#6F6F6F;
	text-decoration:none ;
	text-align:left;
	width:183px;
/*	width:100%; */
	font: normal 14px "Trebuchet MS",verdana, sans-serif;
	padding-bottom:2px;
	padding-top:2px;
	PADDING-LEFT:6px;
}

#menu1 a:hover{
background-color:#c1a13d;
color:#000;
text-decoration:none ;
   opacity: 0.20;
-moz-opacity: 0.20;
_filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);

}

.menuitem {
}

.indent1 {
	padding-left: 15px !important;
	padding-top: 0px !important;
	font-size: 13px !important;
	width: 174px !important;
	
}

.indent2 {
	padding-left: 30px !important;
	padding-top: 0px !important;
	font-size: 12px !important;
	width: 159px !important;
	
}

/* allgemeine links im text */

a:link, a:visited, a:active{ 
/*	font-size: 95%;
	line-height: 125%;
	font-family: arial, helvetica, tahoma ,verdana,  sans-serif;*/
	text-decoration:underline;
	color:#2F2F2F;}

a:hover{
	background-color:#E7E7E7;
}

#formContact label {
	FONT-SIZE: 12px;
}

.contactfield, .contactfield100 {
	FONT-SIZE: 10px;
	border: solid 1px #000000;
	background-color:#ffffff;
	padding-left:2px;
	font-family: "Trebuchet MS",verdana, sans-serif;
}

.contactfield100 {
	WIDTH: 100%;
} 

.loginfield {
	FONT-SIZE: 10px;
	WIDTH: 80px;
	border: solid 1px #000000;
	background-color:#ffffff;
	padding-left:2px;
}
.submitbutton,
.logoutbutton,
.contactbutton,
.loginbutton {
	border: 0px;
	text-align:right;
	padding-right:0px;
	text-shadow:white 0px 0px 2px;
	font-weight:bold;
}
.submitbutton,
.logoutbutton,
.loginbutton {
	background-color: #808080;
}
.contactbutton, .contactbutton:hover {
	BACKGROUND-COLOR: #808080;
	border: 1px;
	text-align:middle;
	padding: 3 3 3 3;

}
.logoutbutton {
	color: #000000;
}
.logoutbutton:hover, .contactbutton:hover {
	color: #cf2c00;
}
.loginbutton {
	color: #cf2c00;
}
.loginbutton:hover {
	color: #000000;
}
.loginarea {
	FONT-SIZE: 11px;
	PADDING-RIGHT: 5px;
	TEXT-ALIGN:RIGHT;
	min-height:40px;
}
.logintable, .logintable td {
	PADDING: 5 5 2 2;
/*	PADDING-LEFT: 5px;
	PADDING-RIGHT: 5px;
	PADDING-TOP: 2px;
	PADDING-BOTTOM: 2px;
*/
}
.loginarea label {
	FONT-SIZE: 11px;
}

.authors {

}
.title {
	font-weight:bold;
}
.where {
	font-style: italic;	
	margin-bottom: 10px;
}

span.firstLetter {
    float: left;
    font-size: 290%;
    font-weight: bold;
    line-height: 1;
    margin-right: 4px;
    margin-bottom: -2px;
    padding-bottom: 0px;
    text-transform: uppercase;
}

.header {
	WIDTH: 1000px;
	BACKGROUND-COLOR: #ffffff;
	background-image:url(/images/HeaderBack.png);
}
/*.upRight {
	background-color:#f6f6f6;
   	opacity: 0.40;
	-moz-opacity: 0.40;
	_filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	padding-left:5px;
}
*/

.upRight {
	color: #fff;
}
.upRight a {
	text-decoration:none;
	color: #cf2c00;
}
/*
.upRight a:hover {
   	opacity: 0.80;
	-moz-opacity: 0.80;
	_filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}
*/

.imageBox {
    overflow: hidden;
    position: relative;
}

.imageBox img {
    border: 1px solid #666666;
}

.imgDescription {
    margin: 1px 1px 1px 1px !important;
	font-weight:bold;
}

.align, .alignLeft, .alignRight, .alignCenter, .alignLeftMiddle {
    page-break-inside: avoid;
    text-align: left;
}

.alignLeft {
    float: left;
    margin: 4px 15px 10px 0 !important;
}

.alignLeftMiddle {
    float: left;
    margin: 14px 15px 10px 0 !important;
}

.alignRight {
    float: right;
    margin: 4px 0 10px 15px !important;
}

.alignCenter {
	display:inline-block;
    margin: 4px 0 13px 0 !important;
}

.alignRightMiddle {
    float: right;
    margin: 14px 0 10px 15px !important;
}

/*
.header a:hover {
	BACKGROUND-COLOR: #cf2c00;
}
*/
.logo {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; WIDTH: 183px; PADDING-TOP: 0px;
}
.header2 {
	MARGIN-TOP: 6px; WIDTH: 1000px;
	background-image:url(/images/productsSmall.jpg);

}
.grau {
	width: 34px;
}
.white, .hellgrau {
	PADDING-RIGHT: 12px; PADDING-LEFT: 12px; FONT-SIZE: 12px; PADDING-BOTTOM: 12px; VERTICAL-ALIGN: bottom; LINE-HEIGHT: 18px; PADDING-TOP: 12px;
}
.white {
	COLOR: #ffffff;
	width: 580px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 0px;
}
.hellgrau {
	width: 172px;
}
.goldbg {
	BACKGROUND-COLOR: #cf2c00;
	PADDING:1px;
}
.main {
	MARGIN-TOP: 16px
}
.content, .pathTable {
	WIDTH: 1000px; BACKGROUND-COLOR: #f6f6f6; padding-top:4px; 
}
.pathTable {
	margin-top:6px; 
}
.content {
	height:400px; PADDING-BOTTOM:10px; 
}
.breadcrumb, .breadcrumb a:link, .breadcrumb a:visited, .breadcrumb a:active {
	PADDING-BOTTOM: 1px; PADDING-TOP: 1px; FONT-SIZE:11px; COLOR: #7F7F7F;
}
.pfadtable {
	BACKGROUND-COLOR: #f6f6f6; MARGIN-TOP: 6px; PADDING-BOTTOM: 10px; PADDING-LEFT:5px;
}
.navi {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 34px; 
	FONT-SIZE: 11px; 
	PADDING-BOTTOM: 4px; 
	VERTICAL-ALIGN: top; 
	LINE-HEIGHT: 11px; 
	PADDING-TOP: 0px;
}

.navi a:link {
}

.spalte1 {
	PADDING-RIGHT: 15px; PADDING-LEFT: 10px; VERTICAL-ALIGN:TOP;
}
.spalte2 {
	PADDING-RIGHT: 15px; PADDING-LEFT: 15px; VERTICAL-ALIGN:TOP;
}

.spalte2 ul {
	FONT-SIZE: 12px;
}

.featurelist, .featurelist2 {
	font-size :13px;	
}

.featurelist li {
/*	line-height: 150%;	*/
	background-Image: url("/images/arrow_bullet_red.gif");
	background-repeat: no-repeat;
	margin-top: 5px;
	LIST-STYLE-TYPE: none;
	PADDING-LEFT: 15px;
	TEXT-INTEND: 0;
}

.featurelist2 li {
	background-Image: none;	
	background-repeat: no-repeat;
	LIST-STYLE-TYPE: circle;
	TEXT-INTEND: 0;
	PADDING-LEFT: 0;
}

.centerCenter {
	text-align: center;
	vertical-align: center;
}

.smallTable {
	FONT-SIZE: 9px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.smallTable tr {
	BACKGROUND-COLOR: #e6e6e6;
}

.smallTable td {
	vertical-align: top;
	PADDING: 4px;
}

.smallTable th{
	FONT-SIZE: 12px;
}

.normalTable  {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

.normalTable  td {
	vertical-align: top;
	padding-right:15px;
	padding-bottom:10px;
}

.normalTable tr {
/*	BACKGROUND-COLOR: #e6e6e6;
	PADDING: 2px;
*/
}
.rightBox {
	margin-top: 15px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-top:1px solid #cf2c00;
	text-align:center;
	border-bottom:1px solid #cf2c00;
}
.screenShot {
	border: solid 1px #000000;
	margin-top: 10px;
	margin-bottom: 10px;
}

#verbatim {
	font: normal 8px courier, sans-serif;
	padding-bottom:8px;
	padding-top:8px;

}

#verbatim p {
	text-indent:-12px;
	margin-top:12px;
	margin-bottom:0px;
	margin-left:12px;
	margin-right:12px;
}

.error {
	font-weight: bold;
	color: #cf2c00;
}

.good {
	font-weight: bold;
	color: #00aa00;
}

.clipped130 {
	overflow:hidden;
	white-space: nowrap;
	width:130px;
}


/*
old styles ??

.goldtext {
	PADDING-RIGHT: 4px; PADDING-LEFT: 4px; FONT-SIZE: 13px; PADDING-BOTTOM: 4px; VERTICAL-ALIGN: bottom; COLOR: #4c4c4c; LINE-HEIGHT: 18px; PADDING-TOP: 4px; BACKGROUND-COLOR: #c0c0c0
}

.gold {
	PADDING-RIGHT: 12px; PADDING-LEFT: 12px; FONT-SIZE: 12px; PADDING-BOTTOM: 12px; VERTICAL-ALIGN: bottom; COLOR: #ffffff; LINE-HEIGHT: 18px; PADDING-TOP: 12px; BACKGROUND-COLOR: #c0c0c0
}

*/