@charset "utf-8";
/* CSS Document */

html, body {
	margin:				0;
	heading:			0;
	background:			url(v2background.jpg) repeat-x;
	background-color:   #49a7ff;
}


#master {
	padding: 		   	0px;
	width: 				900px;
	height:				1000;
	margin-top: 		0px;
	margin-right: 		auto;
	margin-bottom: 		0px;
	margin-left: 		auto;
	position: 			relative;
	left: 				0px;
	top: 				0px;
}

#logo {
	background:			url(v2logo.jpg);
	position:			absolute;
	width:				500px;
	height:				296px;
	top:				0px;
	left:				170px;
	z-index:			1;
}


#tekst {
	position:			absolute;
	border:				1px solid;
	border-color:		#b4b4b4;
	width:				320px;
	height:				45px;
	top:				310px;
	left:				0px;
	z-index:			1;
}

#tekst2 {
	position:			absolute;
	border:				1px solid;
	border-color:		#b4b4b4;
	width:				550px;
	height:				200px;
	top:				310px;
	left:				350px;
	z-index:			1;
	float:				left;
}

#mediaplayer {
	position:			absolute;
	border:				1px solid;
	border-color:		#b4b4b4;
	width:				320px;
	height:				45px;
	top:				55px;
	left:				0px;
	z-index:			1;		
}

#winamp {
	position:			absolute;
	border:				1px solid;
	border-color:		#b4b4b4;
	width:				320px;
	height:				45px;
	top:				110px;
	left:				0px;
	z-index:			1;
}


#fag {
	position:			absolute;
	background-color:	#F00;
	width:				264px;
	height:				100px;
	top:				550px;
	left:				0px;
	z-index:			1;
}

#fag2{
	position:			absolute;
	width:				350px;
	height:				100px;
	top:				550px;
	left:				270px;
	z-index:			1;
}

#tab1{
	position:			absolute;
	background-color:	#F00;	
	width:				80px;
	height:				30px;
	top:				0px;
	right:				0px;
	z-index:			1;
}

#tab2{
	position:			absolute;
	background-color:	#F00;	
	width:				80px;
	height:				30px;
	top:				0px;
	right:				78px;
	z-index:			1;
}

#tab3{
	position:			absolute;
	background-color:	#F00;	
	width:				80px;
	height:				30px;
	top:				0px;
	right:				157px;
	z-index:			1;
}

.tkst_white{
	color:					#ffffff;
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				14px;
	}


p {
	color:					#5f5f5f;
	font-family:			Lucida sans unicode, "arial", verdana;
	font-size:				13px;
	line-height:			21px;
    padding:	    	    0px 6px 10px 20px;
}



h1 {
	color:					#348ee4;
	font-family:			Lucida sans unicode, arial, verdana;
	font-size:				16px;
	padding:	    	    0px 5px 0px 20px;
}


a:link {
	color: 				#5f5f5f;
	text-decoration: 	none;
}

a:visited {
	color:				#5f5f5f;
	text-decoration: 	none;
}

a:hover {
	color:				#348ee4;
	text-decoration: 	none;
}