@charset "utf-8";
/* CSS Document */
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Tahoma;
	background-color: #161616;
}

body img {
	vertical-align: middle;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0xp;
}

a {
	text-decoration: none;	
}

hr {
	margin: 35px 10px 5px 10px;
	color: #000;
}

input.submit {
	background: transparent url(/img/knapp.png) no-repeat center top; 
	cursor: pointer; 
	border: 0px solid #ffffff; 
	width: 34px; 
	height: 24px;	
}

div#wrapper {
	width: 1018px;
	background-color: #ffffff;
	margin: 20px auto 0px auto;
}

div#header {
	background-image: url(/img/top.jpg);
	width: 1018px;
	height: 201px;
}

div#header div#logo {
	width: 570px;
	height: 105px;
	position: relative;
	margin: -40px 0px 0px 20px;
	cursor: pointer;
}

div#header div#searchbox {
	position: relative; 
	top: 157px; 
	left: 27px; 
	width: 448px; 
	padding: 0px 0px 0px 0px;	
}
div#header div#searchbutton {
	position: relative; 
	top: 140px; 
	left: 490px; 
	width: 34px;
	height: 24px;
	padding: 0px 0px 0px 0px;	
}
div#header div#searchbox .searchbox {
	background-color: transparent; 
	border: 0px solid pink; 
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px; 
	width: 448px; 
	font-weight: bolder; 
	font-size: 11px;	
}

div#header div#newscount {
	position: relative;
	top: 135px;
	left: 925px;
	width: 90px;
	font-size: 10px;
	color: #ffffff;
	font-weight: bolder;
}

div.advanced {
	height: 29px;
	font-size: 11px;
	position: absolute;
	width: 1018px;
	vertical-align: top;
}

div.advanced img {
	float: left; 
	clear: left;	
}

div.advanced h1 {
	font-size: 11px;
	padding: 0;
	margin: 0;
	display: inline;
}

div.advanced div.results {
	float: right;
	width: 433px;
	padding-top: 5px;
	background-image: url(/img/fade.png);
	background-repeat: repeat-x;
	background-position: top;
}

div.advanced div#criterias {
	 width: 575px; 
	 background-color: #074561; 
	 color: #fff; 
	 float: left;
	 padding-left: 10px;
	 padding-top: 10px;
}

div#related {
	float: right; 
	width: 130px; 
	margin-top: 34px; 
	background-color: #fff; 
	border-left: 1px solid #000; 
	border-bottom: 1px solid #000;
	font-size: 11px;
	padding-left: 10px;
	padding-bottom: 10px;
}

div#related a {
	color: #075e9b;
	font-size: 11px;
}

div.item {
	margin: 0px 10px 10px 10px;
	font-size: 11px;
}

div.item a.title {
	font-weight: bolder;
	color: #075e9b;
	font-size: 11px;
}

div.item a.site {
	font-weight: bolder;
	color: #2c8a1c;
	font-size: 11px;
}

div.item .category {
	font-weight: bolder;	
}

div.item .description {
	
}

div.item .description .city {
	font-style: normal;
	font-weight: bolder;
}

div.spacer {
	height: 1px;
	background-image: url(/img/linebreak.png);
	background-repeat: repeat-x;
	background-position: center;
	margin: 0px 10px 10px 10px;
}

div.footer {
	margin: 15px 10px 0px 10px;
	color: #bebebe;
	font-size: 11px;
}

div.footer a {
	color: #bebebe;
}

div.pages {
	color: #000000;
	border-top: 1px solid #000;
	font-size: 11px;
	margin: 0px 10px 0px 10px;
	padding-top: 5px;
}

div.pages a {
	color: #000000;
	text-decoration: none;
}
div.pages .current {
	font-weight: bolder;
}

div.shadow {
	width: 100%;
	height: 16px;
	background-image: url(/img/fade.png);
	background-repeat: repeat-x;
	background-position: top;
	clear: both;
}

div.content {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 11px;
	font-family: Tahoma;
}

div.content h1 {
	color: #075e9b;
	font-size: 14px;
}

div.content a {
	color: #075e9b;
	line-height: 20px;
}