/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/


html {
  height: 100%;
}

body {
  height: 100%;
  background: #ffffff;
  color: #000000;
  font-family: tahoma;
  font-size: 11.5px;
  margin: 0px;
}

a {font-family: tahoma; font-size: 11.5px; color: #5D5D5D; font-weight: bold; text-decoration: underline;}
a:hover {font-family: tahoma; font-size: 11.5px; color: #5D5D5D; font-weight: bold; text-decoration: none;}

a.header {font-family: tahoma; font-size: 11.5px; color: black; text-decoration: underline;}
a.header:hover {font-family: tahoma; font-size: 11.5px; color: black; text-decoration: none;}

a.small {font-family: tahoma; font-size: 9.5px; color: black; text-decoration: underline;}
a.small:hover {font-family: tahoma; font-size: 9.5px; color: black; text-decoration: none;}

a.header_produkte {  font-family: tahoma; font-size: 16px; font-weight: bold;text-decoration: underline;}
a.header_produkte:hover {  font-family: tahoma; font-size: 16px; font-weight: bold; text-decoration: none;}

a.header_link {  font-family: tahoma; font-size: 12px; color: #5D5D5D; font-weight: bold;text-decoration: underline;}
a.header_link:hover {  font-family: tahoma; font-size: 12px; color: #5D5D5D; font-weight: bold; text-decoration: none;}

#mainframe_textfield {

width: 488px;
border: 1px dotted black;
padding: 10px;
text-align: left;
margin: auto;

}

label{ 
  display: block;
  float: left;
  width: 150px;
  font-weight: bold;
  font-size: 12px;

}

#download li{ 
	padding-bottom: 5px;
	margin-bottom: 5px;	
}





