/* Start of CMSMS style sheet 'interim' */
    * {
		margin: 0; padding: 0;
	        color: #a3a47a;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 11px;
	}
	h1 {
		font-size: 18px;
	}
	h2 {
		font-size: 14px;
	}
	h1, h2, p {
		margin-bottom: 1.0em;
		margin-top: 0.3em;
	}
	#page {
		position: relative;
		width: 900px;
		height: 550px;
		margin: 50px auto 0 auto;
	}
	#container {
	position: relative;
        width: 900px;
	height: 550px;
	border: 1px solid #a3a47a;
	background-image:  url(uploads/images/0206p_bg.jpg);
	z-index: 1;
	}
	#temp {
	position: relative;
        top: 30px;
        left: 50px;
	width: 800px;
	z-index: 2;
	}
	#temp p.hl:hover {
		background-color: rgb(255, 255, 255); 
		background: rgba(255, 255, 255, 0.8); 
	}
	#krone {
	position: absolute;
        top: 30px;
        right: 50px;
        text-align: center;
	z-index: 3;
		
	}
/* End of 'interim' */

