/*  
Theme Name: The Search
*/

* {
	margin: 0px; 
	padding: 0px;
}
 
body {
	font-family: Tahoma, Geneva, sans-serif;
	color: #333333;
	line-height: 1.5em;
	font-size: 70%;
	background-color: #FFFFFF;
	text-align: center;
}

/* LAYOUT */


#container {
	margin: 0 auto;
	width: 850px;
	text-align: center;
	background-color: #FFFFFF;	
}

#sidhuvud  {
	width: 840px;
	text-align: right;
	padding: 5px;
	border-bottom: 1px dotted #333;	
}

.logo {
	padding: 20px 5px 20px 5px;
	text-align: left;
	border-bottom: 1px dotted #333;
}
#logo4 {
	background: url(bilder/mini-4.gif) right 7px no-repeat;
}
#logo5 {
	background: url(bilder/mini-5.gif) right 7px no-repeat;
}
#logo6 {
	background: url(bilder/mini-6.gif) right 7px no-repeat;
}
#logo7 {
	background: url(bilder/mini-7.gif) right 7px no-repeat;
}
#logo9 {
	background: url(bilder/mini-9.gif) right 7px no-repeat;
}


#meny {
	width: 840px;
	text-align: left;
	clear: both;
	padding: 10px 5px 10px 5px;
	float: left;
	border-bottom: 1px dotted #333;
}

#bild {
	width: 850px;
	text-align: left;
	background-color: #FFFFFF;
	clear: both;
	padding: 10px 0px 10px 0px;
	float: left;
	border-bottom: 1px dotted #333;
}

.feedicon {
	border: none;
	position: relative;
	top: 3px;
	left: 32px;
}

.content  {
	width: 850px;
	text-align: left;
	padding: 10px 0px 10px 0px;
	clear: both;
	float: left;
	border-bottom: 1px dotted #333;
}


.spalt2 {
	float: left;
	width: 403px;
	text-align: left;
	padding: 9px;
}

.solo {
	
	padding-left: 9px;
	margin-bottom: -4px;
}

.spalt5 {
	float: left;
	width: 160px;
	text-align: left;
	padding: 4px;
}

.spalt3 {
	float: left;
	width: 275px;
	text-align: left;
	padding: 4px;
}
.spalt3 li, .spalt2 li {
margin-left:15px;
}
.spalt3 a:link, .spalt2 a:link {
color: #990000;
}


#sidfot  {
	width: 840px;
	text-align: left;
	clear: both;
	padding: 10px 5px 10px 5px;
	font-size: 90%;
	float: left;
}


.content img {
	padding: 5px 5px 5px 5px;
	border: 1px dotted #333333;
 }


#logo a:hover {
	text-decoration: none;
	border-bottom: none;
}

#meny ul
{
	font-size: 120%;
	margin: 0;
	width: 800px;
	float: left;
}
#meny li
{
	display: inline;
	list-style-type: none;
	padding-right: 30px;
}

#meny ul a:hover
{
	text-decoration: none;
	border-bottom: 2px solid #990000;
}
#meny li.sel a {
	border-bottom: 2px solid #000;
}






/* LÄNKAR */

a:link {
	text-decoration: none;
	color: #000000;
}

a:visited {
	text-decoration: none;
	color: #000000;
}


a:hover {
	text-decoration: underline;
	color: #990000;
}


a:active {
	text-decoration: none;
	color: #990000;
}



/* LIST*/

ul, li { margin: 0; padding: 0 
}

ul { 
	list-style-type: circle;
	margin-left: 2px;
	font-size: 100%;
}


/* RUBRIKER */

h1, h2, h3 {
	font-weight: normal;
	color: #000000;
	padding: 0px 0px 5px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}



h1 {
	font-size: 170%;
}

h2 {
	font-size: 170%;
}

h3 {
	font-size: 150%;
}


p {
	padding-bottom: 10px;
}
strong {
	color: #333333;
}

hr {
	width: 100%;
	border-top: 1px dashed #000000;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
	margin: 10px 0px 10px 0px;
}
