/*"utf-8";*/
/* CSS Document */


html, body {
	font-family: Verdana;
	margin-top:px;
	background-color: #000;
	margin-bottom: 25px;
	font-size:10px;
}

#logo {
	height:147px;
	width:160px;
	margin-left: 37px;
	margin-top: 24px;
	position: absolute;
}

a{
	color:#000;
}
a:hover{
	text-decoration:none;
}

#menu_item a div{
margin-top:40px;
position: absolute;
height:31px;
}

#menu_item a div:hover{
background-position:bottom;
}

#home {
	background-image: url(../img/menu_home.png);
	width:61px;	
	margin-left:510px;
}

#portfolio {
	background-image: url(../img/menu_portfolio.png);
	width:82px;
	margin-left: 590px;
}

#contact {
	background-image: url(../img/menu_contact.png);
	width:78px;
	margin-left: 690px;
}

#tekst {
	margin-left: 300px;
	margin-top: 140px;
	position:absolute;
	color:#000;
	width:500px;
}

#tekst .scroll{
			height:370px;
			margin-top:20px;
			display:block;
			overflow:auto;
			padding-right:15px;
		}
		#tekst .scroll p{
			margin-bottom:20px;
		}
			#tekst .scroll p a{
				text-decoration:none;
				color:#000;
			}
			#tekst .scroll p a:hover{
				color:#aaa;
			}
			/*#content img.topContent{
				float:right;
				margin:0 0 15px 15px;
			}*/
		
#bottom-tekst :hover{
  width:200px;
	margin-left:365px;
	margin-top:430px;
	position: absolute;
	left: 500px;
	top: 200px;
  color:#ggg;
	}
	
#bottom-tekst {
	width:240px;
	margin-left:600px;
	margin-top:595px;
	position: absolute;
  color:#CCC;
}

#doc {
	margin-top: 10px;
	background-image: url(../img/background.jpg);
	background-position:bottom;
	min-height:590px;
}
input[type=text], textarea{
	-moz-opacity:0.4;
	-khtml-opacity:0.4;
	filter:alpha(opacity:40);
	opacity:0.4;
	border:solid 1px;
	border-color:#000 #aaa #aaa #000;
	width:225px;
	padding:2px;
}
