/* IMPORTED STYLES */  
@import url("product_details.css");

body { 
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #373535;
 background-image: url(../layout/streifen_oben.gif);
 background-repeat: repeat-x;
 }
 
td { 
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: #373535;
}

td.menue { 
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 13px;
 color: #373535;
}

td.netto { 
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: #373535;
 padding-top:3px;
 text-align: right;
}

td.brutto { 
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: #373535;
 padding-bottom:3px;
 text-align: right;
}

ul {
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: #373535;
 padding: 0px;
 margin: 0px;
 margin-left: 10px;
 margin-top: 5px;
 margin-bottom: 5px;	
}

H1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #373535;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	padding: 0px;
	line-height : 13px;
	float: inherit;
	font-weight: bold;
}

H2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #373535;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	padding: 0px;
	line-height : 15px;
	float: inherit;
	font-weight: bold;
}

input {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
	border : thin;
	border-style : solid;
	border-width : 1px;
	border-color : #1F2D57;
	padding-left: 2px;
	padding-right: 2px;
}

select {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
	border : thin;
	border-style : solid;
	border-width : 1px;
	border-color : #1F2D57;
	padding-left: 2px;
	padding-right: 2px;
	margin: 0px;
}

a:link {
color : #A13047;
text-decoration : none;
 }    /* noch nicht besuchte Ziele */

a:visited { 
color : #A13047;
text-decoration : none;
 } /* besuchte Ziele */
 
a:hover { 
color : #A13047;
text-decoration : underline;
 }   /* Verweise bei "MouseOver" */

a:active {
color : #A13047;
 }  /* Angeklickte Verweise */
 
a:focus {
color : #A13047;
 }   /* Verweise, die Fokus erhalten */

 
a.menue:link {
color : black;
text-decoration : none;
 }    /* noch nicht besuchte Ziele */

a.menue:visited { 
color : black;
text-decoration : none;
 } /* besuchte Ziele */
 
a.menue:hover { 
color : black;
text-decoration : underline;
 }   /* Verweise bei "MouseOver" */

a.menue:active {
color : black;
 }  /* Angeklickte Verweise */
 
a.menue:focus {
color : black;
 }   /* Verweise, die Fokus erhalten */
 
