.copy {
	font-size: 11px;
	font-family: tahoma;
	color: #8fbe01;
font-weight:bold;
	}

.webbhotell {
	font-size: 11px;
	font-family: tahoma;
	color: #757575;
	}
.webbhotell a {
	font-size: 11px;
	font-family: tahoma;
	color: #a8aba2;
	text-decoration:underline;
	}
.webbhotell-2 {
	font-size: 11px;
	font-family: tahoma;
	color: #a8aba2;
	text-decoration: none;}
	
	
	html, body {
		width: 100%;
		height: 100%;
	}

	body {
		background: #fff;
		font: small Verdana, Arial, sans-serif;
		text-align: center;
margin-top:20px;
	}
	
	#Container {
		width: 635px;
		min-height: 100%;
		margin: 0 auto;
		text-align: left;
		background: #FFF;
	}
	
	#Search {
		width: 100%;
		height: 185px;
		background: #FFF url(../images/HeaderBG.jpg) no-repeat;
		overflow: hidden;
	}
	
	#Button {
		width: 100%;
		height: 45px;
		background: #FFF url(../images/LogoBar.jpg) no-repeat;
		text-align: right;
	}
	
	#Button input { margin-right: 22px; }
	
	#Freeform { width: 300px; }
	#Checkform { width: 220px; }
	#Sortform { width: 200px; }
	
	#Results .Wrapper { padding-bottom: 3em; }
	
	div.Left {
		float: left;
	}
	
	div.Right {
		float: right;
	}
	
	div.Left div.Wrapper {
		margin-top: 25px;
	}
		
	table {
		width: 100%;
		border-collapse: collapse;
	}
	
	td.Left {
		width: 96px;
	}
	
	td.Right {
		width: 640px;
		overflow: hidden;
	}
	
	tr.EvenRow div { background: #EEE; }
	tr.EvenRow { background: #EEE; }
	
	div.Clear {
		width: 1px;
		height: 1px;
		clear: both;
		font-size: 1px;
	}
	
	div.Wrapper { padding: 12px; }
	
/*
	Cosmetics
*/
	
	input[size="1"] {
		width: 30px;
		text-align: center;
	}
	
	ul {
		list-style-type: none;
	}
	
	h1 {
		margin-top: 2em;
		font-family: Verdana;
color:#8fbe01; font-size:15px;
	}
	
	a { color: #416080; }
	
	.grey {
		color: #999;
		font-size: 0.8em;
	}
	
