html { width:100%; }

	body { margin: 5% 12%; background-color:white; }
	
	body, td {
		font-family: Helevtica, Arial, sans-serif; 
		font-size: 10px; 
		color: #666;
	}
	
	.note table {
		border:0;
		background-color:#666699;
	}
	
	#LinksDiv h1, #LinksDiv h2  { 
		color: #669;
		margin:0;
	}
	#LinksDiv h2  { 
		margin-bottom:0.5em;
		font-size: 1.5em; 
	}
	#LinksDiv h1 {
		font-size:1.2em;
		float:left;
	}

	A:link {color: #666699}
	A:visited {color: #666699}
	A:hover {color: #9999CC}

	#LinksDiv { 
		font-size:1.2em;
	}
	#LinksDiv form {
		margin: 0 0 1em 0; 
	}
	
	#LinksDiv input {
		width: 300px; 
		border:solid 1px #c4c4c4;  
		padding: 1px 3px 0px; 
		margin-right: 10px;
	}
	
	#LinksDiv select {
		margin: 1px 10px 1px 0;
	}
	
	#LinksDiv p { margin-top: 15px; }
	
	#LinksDiv .button { 
		width: auto; 
		background: #dddddd;
	}

	#LinksDiv hr {
		border: 0px; /* Für Firefox und Opera */
		border-top: solid 1px #ddd;
		border-bottom: transparent;
		height:1px;
		margin:0;
	}


		.bar {
			background-color:whitesmoke;
			border-left:0px; border-right:0;
			padding:0.2em 0 0.3em 0;	
			text-align:center;
		}
		.bar a { white-space:nowrap; }
		
		.category {
			float:left; 
			width:100%;
			padding:0.3em 0 0.3em 0;
			
			background-image:url(../images/icons/home.gif);
			background-repeat: no-repeat;
			background-position: 0 0.2em;
			padding-left:20px;
		}
		
		.categories {
			padding:0.3em 0 0.3em 0;
 		}
 		
		.categories ul, .alternate ul { 
			list-style-type:none;
			
			float:left; 
			width:50%;

			margin:0 0 0.5em 0;
			padding:0;
		}
		
		.alternate ul { 
			width:100%;
		}
		
		.categories li { 
			background-image:url(../images/icons/folder.gif);
			background-repeat: no-repeat;
			padding-left:20px;
			margin-bottom: 0.2em;
		}

		.add_on_top {
			float:right;
			text-align:right; 
			background-image:url(../images/affiliate_ebay.gif); 
			background-position:right; 
			background-repeat:no-repeat; 
			height:23px; 
			padding-right:50px;
			padding-top:0.5em;
		}
		
		.result {
		}
		.result img {
			float:left; 
			margin-right:10px; 
			margin-bottom:10px;
			border:solid 1px #ddd;
		}
		.clear {
			clear:both;
		}

		.thumbshots {
			width:150px;
			height:100px;
			background: url(/images/comingsoon.png) no-repeat;
		}
