/*==============================================================================
        Allgemein CSS für Kunstoff-Nonn
==============================================================================*/
body                {
	font-family: Arial, sans-sans-serif;
	font-size: 12px;
	color: #666666;
	margin-left: 43px;
	background-color: #ffffff;
	}

label                {
	font-family: Arial, sans-sans-serif;
	font-size: 10px;
	color: #999999;
	margin-left:10px;
	background-color: #ffffff;
                 }
img                {
                border: 0px;
                 }
p                {
                 margin:12px;
				 font-size:1em;
                 }
h1, h2, h3, h4, h5, h6 {
                 font-family: Anton, sans-serif;
                 font-weight:normal;
				 margin-left:10px;
				 color: #000000;
				 
                 }
h1               {
                 font-size:15px;
                 margin:10px;
                 }
h2               {
                 font-size:20px;
                 margin-bottom:0px;
				 margin-left:10px;
				 
                 }

div.trenner      {
                 height:1px;
                 background-color:#000;
                 width:100%;
                 margin-top:20px;
                 margin-bottom:20px;
                 }
div.trennerzwei  {
                 height:1px;
                 background-color:#fff;
                 width:100%;

                 }
/*==============================================================================
        Links
==============================================================================*/
a:link, a:visited {
	         font-size: 10px;
                 color: #000000;
                 font-weight: normal;
                 text-decoration: none;
                 }
a:hover, a:active, a:focus {
                 font-size: 10px;
                 color: #eb2e25;
                 font-weight: normal;
                 text-decoration: none;
                }
/*==============================================================================
        Links copy
==============================================================================*/
a.copy:link, a.copy:visited {
                 font-size: 10px;
                 color: #eb2e25;
                 font-weight: normal;
                 text-decoration: none;
                 }
a.copy:hover, a.copy:active, a.copy:focus {
                 font-size: 10px;
                 color: #eb2e25;
                 font-weight: normal;
                 text-decoration: none;
                }

/*==============================================================================
                 ** ENDE **
==============================================================================*/
