/***********************************************/
/* index.css                              */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #000000;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}


img.nohover{
	border:0;
	float: right;
	
		}
	
img.hover{
	border:0;
	display:none;
	float: right;
		
	}


a{
	color: #333333;
	text-decoration: none;
}

a:link{
	color: #333333;
	text-decoration: none;
}

a:visited{
	color: #333333;
	text-decoration: none;
}

a:hover{
	color: #666666;
}


a:hover img.hover{
	display:inline;
	text-decoration: none;
	
}
a:hover img.nohover{
		display:none;
		text-decoration: none;
}


h1{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 70%;
	color: #333333;
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 2px;
}

h2{
 	font-family: Arial,sans-serif;
 	font-size: 60%;
 	text-align: right;
 	font-weight: normal;
 	color: #333333;
 	padding: 8px 0px 25px 0px
}

h3{
	font-size: 65%;
	color: #333333;
	margin: 0px;
	font-weight: normal;
	text-align: right;
	padding-right: 43px;
	margin-top: -1px;
}

	
p{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 70%;
	font-family: Georgia, Times New Roman, Times, serif;
	font-style: italic;
	color: #333333;
	}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#frame{
	margin: 0 auto;
	width: 800px;
	height: auto;
	}
	
#player{
	float: right;
	margin-right: 0px;
	width: 720px;
	height: 400px;
		}
	 
#picture{
	float: right;
	width: 800px;
	height: 400px;
		}
		
#picture_staende{
	float: right;
	width: 400px;
	height: 550px;
	margin-right: 80px;
		}
		
#picture_kvadrat{
	float: right;
	width: 575px;
	height: 550px;
	margin-right: 25px;
			}
			
#description{
	float: right;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	width: 160px;
	height: auto;
 }
	 
#sidfot{
	float: right;
	width: 800px;
	text-align: right;
	}
	
#sidfot_staende{
	float: right;
	width: 160px;
	text-align: right;
	margin-top:-17px;
	}


