@media all
{
/* ######################################################################################################
** ### Vorbereitende Maßnahmen | Reset ##################################################################
** ######################################################################################################
*/
	/* Hiermit werden die Randabstände und border aller HTML-Elemente auf Null gesetzt. Damit wird das       
	** Aussehen der Webseite in unterschiedlichen Browsern vereinheitlicht. 
	*/
	
	* { margin-top:0; padding-top: 0; }

	

/* ######################################################################################################
** ### Individuelle Formate            ##################################################################
** ######################################################################################################
*/

	.Headline {  
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 12px; 
		font-style: normal; 
		font-weight: bolder;
		margin-bottom:50px;
	}

	.Fliess, p { 
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 12px; 
		font-style: normal; 
		font-weight: normal; 
		/*line-height: 14px; */
	}

	.egro { font-family: Arial, Helvetica, sans-serif; 
		font-size: 14px; 
		font-style: normal; 
		font-weight: normal; 
		line-height: 20px;
	}

	.Subheadline {  
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 12px; 
		font-style: normal; 
		font-weight: bolder;
		line-height: 20px;
	}

	.Headline2 { 
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 14px; 
		font-style: normal; 
		font-weight: bold;
	}

	.Preis { 
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 14px; 
		font-style: normal; 
		font-weight: bold;
		background-color: #FAFAFA;
	}
	
	table.border-green {
		border-width: 2px;
		border-style: solid;
		border-color: #339966;
	}

	table.header-border-green {
		border-top: #339966 solid 2px;
		border-left: #339966 solid 2px;
		border-right: #339966 solid 2px;
	}

	a {
		/* Standardformatierung Links */
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 12px; 
		font-style: normal; 
		font-weight: normal; 
/*		line-height: 14px; */
		color:#000000;
	}
	a:hover {
		/* MouseOver Links */
		color:#999999;
	}
	a:active {}

	a img {
	border:0;

	}

	ul {
	   list-style-type: none;
	   padding-left:0;
	   margin-left:0;
	}
	
	li {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		/*line-height: 14px;*/
		margin:0;
		padding: 2px 3px 6px 18px;
		background:url("../images/Sell/goto.gif") 0 0.5em no-repeat;
	}

	li.backlink {
		background:url("../images/Sell/goback.gif") 0 0.5em no-repeat;
	}


	#footer {
		font-family: Arial, Helvetica, sans-serif;
		font-size:11px;
		/*color:navy;*/
		margin-top: 10px;
		margin-bottom: 18%;
		text-align:center;
	}

	#footer a {
		color:#666;
		text-decoration:none;
		font-size:11px;
		margin:0px 5px;	
	}

	#footer a:hover {
		text-decoration:underline;
		color:#123;
	}

}
