/* CSS Reset */ 
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;} table {border-collapse:collapse;border-spacing:0;} fieldset,img {border:0;} address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal;} ol,ul {list-style:none;} caption,th {text-align:left;} h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;} q:before,q:after {content:'';} abbr,acronym {border:0;} 
/* CSS Document */
html
{
	width: 100%;
}

body 
{
	background: url('../images/bg.jpg');
	background-color: #000000;
	color: #FFFFFF;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
}

img, a, p
{
	margin: 0px;
	padding: 0px;
	border: none;
}

h2 {
	text-transform: uppercase;
	color: #FFFF00;
	font-weight: 900;
	font-size: 20px;
	letter-spacing: -1px;
}

/* LINKS */
a {
	text-decoration: none;
	color: #FFFF00;
}

a:hover {
	text-decoration: underline;
	color: #FFFF00;
}

/* CLASSES */

.content {
	text-transform: uppercase;
	color: #FFF;
	font-weight: bold;
	line-height: 20px;
	font-size: 15px;	
}

#twitter p, #rating p {
	text-transform: uppercase;
	color: #FFF;
	font-size: 10px;	
}

.vetkleppen {
	margin-bottom: 10px;
}


/* ID's */

#container
{
	width: 960px;
	height: 680px;
	padding: 0px;
	margin: 0 auto;
	position:relative;
	overflow:hidden;
	margin-top:15px;
}

#logo {
	background-color:#000000;
	top:10px;
	position:absolute;
	left:10px;
	width: 319px;
	height: 89px;
}

#query {
	background-color:#000000;
	top:109px;
	letter-spacing:1px;
	padding:10px;
	position:absolute;
	left:10px;
	width: 299px;
	height: 60px;
}

#search {
	border: 5px solid #FFFF00;
	background-color: #2e2e2e;
	width: 290px;
	height: 50px;
}

#searchbar {
	border: 0px;
	background-color: #2e2e2e;
	width: 170px;
	height: 35px;
	color: #FFF;
	font-size: 18px;
	font-weight: 600;
	padding: 10px 0 0 10px;
}

#searchsubmit {
	background-color: #FFFF00;
	border: 0px;
	height: 40px;
	width: 100px;
	color: #000;
	font-size: 14px;
	font-weight: 900;
	margin-top: 5px;
	cursor: pointer;
}

#input {
	border: 0px;
	background-color: #000;
	color: #FFF;
	height: 30px;
}

#explain {
	background-color:#000000;
	top:199px;
	letter-spacing:1px;
	padding:5px;
	position:absolute;
	left:10px;
	width: 309px;
}

#rating {
	background-color: #000;
	top: 323px;
	left: 10px;
	position:absolute;
	width: 309px;
	letter-spacing: 1px;
	padding: 5px;
}
#rating2 {
	background-color: #000;
	left: 10px;
	position:absolute;
	width: 309px;
	letter-spacing: 1px;
	padding: 5px;
	top: 339px;
}

#twitter {
	position: absolute;
	left:0;
	bottom: 0;
	background-color: #000;
	letter-spacing: 1px;
	padding: 5px;
	padding-right:15px;
	width: 950px;
	height:70px;
	text-align:right;
}
