/***********************************************/
/* index.css                              */
/***********************************************/

/* =Reset
   ----------------------------------------------------*/

html, body, div, span, a,
h1, img, ul, li, form {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;}
a { text-decoration: none; }
ul li {list-style: none;}

/* --- */



/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	background:#000000;
	}

h1{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 0.75em;
	font-weight: bold;
	color: #333333;
	text-align: left;
	padding: 4px 0px 2px 0px;
	}

h2, h3 {
 	font-family: Arial,sans-serif;
	font-weight: normal;
	color: #333333;
	text-align: right;
	}

h2 {
 	font-size: 0.65em;
	}
	
h3{
	font-size: 0.6em;
	padding: 0px 43px 0px 0px;
	margin-top: -1px;
	}

p{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 0.7em;
	font-style: italic;
	color: #333333;
	margin: 0px;
	padding: 0px;
	}


/***********************************************/
/* Link tag styles                             */
/***********************************************/ 


a, a:link, a:visited{
	color: #333333;
	}


a:hover{
	color: #666666;
	}


a:hover img.hover{
	display:inline;
	}


a:hover img.nohover{
	display:none;
	}


img.nohover{
	border:0;
	float: right;
	}

	
img.hover{
	border:0;
	display:none;
	float: right;
	}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container{
	margin: 80px auto;
	width: 800px;
	height: 623px;
	}
	
#player{
	float: right;
	width: 720px;
	height: 400px;
	margin: 0px 0px 10px 0px;
	}
	 
#picture{
	position: relative;
	float: right;
	width: 800px;
	height: 400px;
	margin: 0px 0px 10px 0px;
	}
	
	#picture img{
		position:absolute;
		bottom: 0px;
		right: 0px;	
		}

		
#picture_staende{
	float: left;
	width: 436px;
	height: 623px;
	margin-left: 175px;
	}
		
#picture_kvadrat{
	float: left;
	width: 575px;
	height: 575px;
	margin-left: 40px;
	}
			
#description{
	float: right;
	width: 160px;
	height: 140px;
	}
	
#description-staende{
	float: right;
	width: 160px;
	height: 140px;
	padding-top: 410px;
	}
	 
#sidfot{
	clear: right;
	float: right;
	width: 160px;
	height: 30px;
	}


