/**************************************************
* CSS Document 
*
*Autor: Karin Weiss für eventax.de
*Erstellt am: 02.08.2006
*Zuletzt geändert am: 02.08.2006
****************************************************/




body {
	padding:0px;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

/*Seitenbox mit Top(Logo und Suche), 
Inhalt(bezahltenLinks und ergebnissen) 
und Bottom(Zitat und Impressum)*/
#seite {
width:750px;

margin-left: 20px;
}

/*Topbox mit Logo und Suche*/
#top {
	}

	#logo{
		width:200px;
		height:75px;
		
		float: left;
		color:red;
		}
	
	#suche{
		height:75px;
		float:left;
		}
		
	#suche #go{
     position:relative;
     top:5px;
     }
		
		
	#menue { }

		
		#hauptmenue {
		float: left;

		border-style:solid;
                border-width:1px;
                border-bottom-style:none;

		height:20px;
		width:100%;
		padding-right:5px;
		padding-top:5px;
		padding-left:10px;
		background-color:#d6d6d6;
		}
		
#hauptmenue a {color:#CC0000 ; font-family: Arial, Helvetica, sans-serif; font-weight: 600; font-size: 12px; text-decoration: none;}
#hauptmenue a:hover{color:#ff6363  ; font-family: Arial, Helvetica, sans-serif; font-weight: 600; font-size: 12px; text-decoration: none;}

		
		
		#submenue {
		clear: both;
		float: left;
		border-style:solid;
                border-width:1px;
                border-top-style:none;
		width:100%;
		padding-bottom:5px;
		padding-right:5px;
		padding-left:10px;
		background-color:#d6d6d6;
		}
		
#submenue a {color:#CC0000 ; font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-size: 12px; text-decoration: none;}
#submenue a:hover{color:#ff6363  ; font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-size: 12px; text-decoration: none;}

		

/*Inhaltsbox mit bezahltenLinks und ergebnissen*/
#inhalt {
	width:100%;
  }


	#bezahlteLinks {
		margin-top:20px;
		padding-top:0px;
		clear: both;
		float:left;
		
		width: 50%;
		}
		
		
	
		
	.PAIDHEADER b a {font-size: 16px; color:#CC0000; text-decoration: none;}

	.PAIDHEADER  a {font-size: 12px; color:#000000; text-decoration: none;}

	.PAIDHEADER i a {color:#CC0000 ; font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-size: 12px; text-decoration: none;}

	.PAIDHEADER i a:hover{color:#ff6363 ; font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-size: 12px; text-decoration: none;}

	.YAHOO a {color:#999999; font-family:serif; font-weight: 400; font-size: 12px; text-decoration: none;}

	
	#ergebnisse {
		float:left;
		width:49%;	
		font-family: Arial, Helvetica, sans-serif; 
		font-weight: normal; 
		font-size: 12px;	
		overflow:hidden;	

	
		}
	#ergebnisse table {
		font-size:12px;
		height:450px;
    width:375px;
		}
		
	#ergebnisse b{
		font-size:16px;
		font-family: serif; 
		}
	
		
	#ergebnisse a {
		color:#0000ff ; font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-size: 12px; text-decoration: underline;
		}
	#ergebnisse a:hover{
		color:#ff6363 ; font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-size: 12px; text-decoration: underline;
		}


/*Bottom mit Zitat und Impressum*/
#bottom {
		margin-top:10px;		
		margin-bottom:5px;
					
		font-size:12px;
		}
		
		
#bottom a {color:#CC0000 ; font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-size: 12px; text-decoration: none;}
#bottom a:hover{color:#ff6363 ; font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-size: 12px; text-decoration: none;}



	#zitat {
		clear: both;
		float:left;
		
		width:100%;
		padding:5px;
		padding-left:10px;
		margin-top:20px;
                
                border-style:solid;
                border-width:1px;		

		text-align:center;
		background-color:#d6d6d6;
		}

