/*
RESET
*/

/*
Extra kod
background: rgba(255,255,255,0.2)
 url(../images/Back_black.jpg) fixed no-repeat
*/


* {
	margin: 0;
	padding: 0;
}

html {
	
}

html, body {
	height: 105%
}

body {
	font-size: 0.8em;
	font-family: Tahoma, Arial, Verdana;
	color: #000;
	
}

ul {
	list-style: square inside;
	line-height: normal;
	
}
li {
line-height: 16px;


}

ol {
	list-style: decimal inside;
}

a {
	outline: none;
	text-decoration: none;
}

a img {
	border: none;
}

img {
	vertical-align: middle;
}


/*
Ola Lundstrom 2009
*/

* {
	padding: 0px;
	margin: 0px;
}

.clear {
	clear: both;
}

body {
	
	color: #000;
	letter-spacing: 0.1em;
	line-height: 1.2em;
	background: #fff url(../images/) fixed no-repeat;
	font-weight:normal;
}

a {
	text-decoration: bold;
	
}

a img {
	border: 0px;
}

a:link {
	text-decoration: none;
	font-weight: bold;
	color: #000
}

#page-wrap {
	padding-top: 40px;
	width: 960px;
	margin: 25px 0 0 20px;
	overflow: hidden;
	margin:0 auto;
	
}

#main-content {
	
	position: absolut;
	z-index: 100;
	float: left;
	padding: 20px;
	width: 720px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 10px;
	background: rgba(230,230,230,0.5)
	
		
}

#main-content a {
	text-decoration: none;
	color: #000;
}

#main-content h1 {
	font: 17px Tahoma, Arial, Verdana;
	line-height: 20px;
	font-weight: normal;
	font-style: italic;
}

#main-content h2 {
	font: 16px Tahoma, Arial, Verdana;
	line-height: 18px;
	font-weight: normal;
	color: #000;
}
#main-content h3 {
	font: 14px Tahoma, Arial, Verdana; 
	line-height: 16px;
	font-weight: normal;
	color: #000;
}
#main-content h4 {
	font: 14px Tahoma, Arial, Verdana;
	line-height: 15px;
		
	color: #000;
	font-weight: normal;
}

#main-content h5 {
	font: 12px Tahoma, Arial, Verdana;
	line-height: 14px;
	font-style: normal;
	color: #000;
}


/* Works in Safari */

::selection {
	background-color: #000;
	color: #0000;
}

#floatleft {
	margin: 20px 10px 10px 10px;
	float: left;
}

#sidebar {
	margin: 20px 0 0 0;
	float: right;
	width: 180px;
	}

#main-nav {
	list-style: none;
	 
}

#main-nav li {
	font: 16px Arial, Verdana, Helvetica;
	letter-spacing: 2px;
	line-height: 24px;
	font-weight: normal;
	
	}

#main-nav li a {
	color: #000;
}

#main-nav li a:hover {
	color: #999;
	border: none;
}

#fot {
	position: relative;
	font: 11px Tahoma, Arial, Verdana;
	padding: 10px 0 0 10px;
	color: #000;
}

