/* 
================================
styles for splittundmehr - Produktverwaltung
================================
*/ 
body {	
	background-color: #ffffff;
	margin:0; 
    padding:0;
    font-family: Arial, Verdana, Sans Serif; 
	font-size: 9pt; 
	font-weight: normal; 
	font-style: normal;
	color:#000000;
}

h1 {font-size:16px; font-weight:bold; margin:0; padding:0; color:#1b3c75;}
h2 {font-size:9pt; font-weight:bold; margin:0; padding:0; color:#1b3c75;}
h3 {font-size:9pt; font-weight:bold; margin:0; padding:0; color:#000000;}

a:link, a:visited, a:active {
    font-weight:bold;
    color:#1b3c75;
    text-decoration:underline;
}
a:hover {
    font-weight:bold;
    color:#ff9a03;
    text-decoration:underline;
}

.blue {font-size:9pt; font-weight:bold; margin:0; padding:0; color:#1b3c75;}
/*=========================================
		== Treeview ==
===========================================*/

.Menublock {
	float:left;
	width: 170px;
	background-color: transparent;	
}
/*-- 1.Menupunkt HG orange*/
.MenuHdr {
    width:auto;
    padding:0;
	padding-left:5px;
	padding-top:3px;
	background-color:#ff9a03;
	border-bottom:solid 1px #1b3c75;
	height:20px;
	color: #1b3c75;
	font-family: Arial, Verdana, Sans Serif; 
	font-size: 9pt; 
	font-weight: bold; 	
	text-decoration:none;
	vertical-align: bottom;
}

.MenuHdr A:link {
    color:#1b3c75;
    text-decoration:none;
    font-weight: bold;
}
.MenuHdr A:visited {
    color:#1b3c75;
    text-decoration:none;
    font-weight: bold;
}
.MenuHdr A:hover {
    color:#ffffff;
    text-decoration:none;
    font-weight: bold;
}

/*-- 1. Menuunterpunkt Produktgruppen ------*/
.MenuItem_1 {
	font-family: Arial, Verdana, Sans Serif; 
	font-size: 9pt; 
	font-weight: normal; 
	font-style: normal;
	color: #000000;
	text-decoration:none;	
	padding-left:0;
	border-bottom:solid 1px #333333;
	width:100%;
	height:25px;
}
.MenuItem_1 A:link {
    color:#000000;
    text-decoration:none;
    font-weight:normal;
}
.MenuItem_1 A:visited {
    color:#000000;
    text-decoration:none;
    font-weight:normal;
}
.MenuItem_1 A:hover {
    color:#666666;
    text-decoration:none;
    font-weight:normal;
}
.MenuItem_1 A:active {
    color:#ff9a03;
    text-decoration:none;
    font-weight:normal;
}
/*-- 2. Menuunterpunkt Produktgruppen ------*/
.MenuItem_2 {
	font-family: Arial, Verdana, Sans Serif; 
	font-size: 9pt; 
	font-weight: normal; 
	font-style: normal;
	color: #000000;
	text-decoration:none;	
	padding-left:0;
}
.MenuItem_2 A:link {
    color:#1b3c75;
    text-decoration:none;
    font-weight:normal;
}
.MenuItem_2 A:visited {
    color:#1b3c75;
    text-decoration:none;
    font-weight:normal;
}
.MenuItem_2 A:hover {
    color:#ff9a03;
    text-decoration:none;
    font-weight:normal;
}
.MenuItem_2 A:active {
    color:#ff9a03;
    text-decoration:none;
    font-weight:bold;
}

/*==============================================
=== Produktseite ====*/

.line_blue {
    width:100%;
    /*background-color:#1b3c75;
    height:1px;
	border-left: #1b3c75 1px solid; 
	border-bottom: #1b3c75 1px solid;
	border-right: #1b3c75 1px solid;*/ 
	border-top: #1b3c75 1px solid; 
}
.line_gray {
    width:100%;
    /*background-color:#c0c0c0;
    height:1px;*/
    border-right: #c0c0c0 1px solid; 
	border-top: #c0c0c0 1px solid; 
	border-left: #c0c0c0 1px solid; 
	border-bottom: #c0c0c0 1px solid;
}

.frametree {
    width:171px; 
    min-height:600px;   
    padding:0;    
	border: 0;
}
* html .frametree {
    width:170px; 
    height:100%;   
    padding:0;    
	border: 0;
}
.frameprodukt {
    width:634px;
    min-height:600px;
    padding:0 0 0 1px;    
	border: 0;
}
* html .frameprodukt {
    width:634px; 
    height:100%; 
    padding:0 0 0 3px;    
	border: 0;
}
.produkt {
    width:605px;
    padding:5px;    
	border: #c0c0c0 1px solid;
}
.produkt img {float:right;}

.AW {
    width:605px;
    clear:both;
    padding:0;
}
.AW img {float:none;}

.produktinfo {
    width:605px;
    /*height:143px;*/
    padding:5px;	
}

/*==============================================
=== Anwendungsseite ====*/

.awSite {
    width:450px;
    padding:5px;    
	border: #c0c0c0 1px solid;
}

.awU {
    width:auto;
    background-color:#ff9a03;
    padding:3px;
}

/*==============================================
=== Mengenrechner ====*/

.mrSite {
    width:400px;
    padding:5px;    
	border: #c0c0c0 1px solid;
}

.mrU {
    width:auto;
    background-color:#ff9a03;
    padding:3px;
}
.mrContent {
    padding-left:20px;
}

/*==============================================
=== Produktverwaltung ====*/
.PV {
    width:770px;
    padding:0;
    margin:0;
}


/*===========================================*/
.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family:  Arial, Verdana, Sans Serif; 
  font-size: 11px;
  font-weight: normal;
}

/*== Ueberschrift der Module ==*/
.Head {
   font-family:  Arial, Verdana, Sans Serif;
   font-size:16px;
   font-weight:bold;
   color: #1b3c75;
}

