body {
	margin:0px; padding:0px;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	background-attachment: fixed ;/* or: scroll*/
	background-color: #ffffff;
	background-image: url(images/background_bg.jpg) ;/* or: none*/
	background-position: top center;/*or: top/bottom left/right x% y-value*/
	background-repeat: no-repeat ;/*or : repeat, repeat-x, repeat-y, no-repeat*/
	
}
img {
	border: 0px;
}
#outside_container {
	margin: 0 auto;
  	width: 910px;
}
#container_forside {
	background:url(images/background_forside.jpg) no-repeat;
	min-height:800px;
	width:910px;
	position:relative;
	text-align: left;
}
#container_underside {
	background:url(images/background_underside.jpg) no-repeat;
	min-height:800px;
	width:910px;
	position:relative;
	text-align: left;
}

/*
	Hand of God
*/

#flyingtape {
	position:absolute; top:0px; left:760px;
}
#flyingtape2 {
	position:absolute; top:8px; left:150px;
}


/*
	Content
*/

#content {
	padding-top:445px;
	padding-left:75px;
	width:815px;
	color:#674f5d;
	font-size:13px;
	line-height:20px;
}

.column1 { float:left; width:230px; margin-right:30px; }
.column2 { float:left; width:230px; margin-right:30px; text-align: justify;}
.column3 { float:left; width:270px; text-align: justify; }

h3 {  
     font-family:Georgia, "Times New Roman", Times, serif;  
     color:#c02f44;  
     margin:10px 0px 10px 0px;  
     font-weight:normal;  
}
#content .column1 p {
	margin: 4px 0px 0px 0px;
		
}

#content_underside {
	padding-top:225px;
	padding-left:75px;
	width:815px;
	color:#674f5d;
	font-size:13px;
	line-height:20px;
}

h1.kontakt {
	width: 122px; height: 36px;
	background: url("images/kontakt.gif") no-repeat;
	}
	h1.kontakt span {
		display: block;
		width: 0;
		height: 0;
		overflow: hidden;
	}
	
h1.omos {
	width: 98px; height: 36px;
	background: url("images/omos.gif") no-repeat;
	}
	h1.omos span {
		display: block;
		width: 0;
		height: 0;
		overflow: hidden;
	}
	
h1.programmer {
	width: 195px; height: 36px;
	background: url("images/programmer.gif") no-repeat;
	}
	h1.programmer span {
		display: block;
		width: 0;
		height: 0;
		overflow: hidden;
	}
h1.sendeplan {
	width: 195px; height: 36px;
	background: url("images/sendeplan.gif") no-repeat;
	}
	h1.sendeplan span {
		display: block;
		width: 0;
		height: 0;
		overflow: hidden;
	}
h1.sitemap {
	width: 195px; height: 36px;
	background: url("images/sitemap.gif") no-repeat;
	}
	h1.sitemap span {
		display: block;
		width: 0;
		height: 0;
		overflow: hidden;
	}

a.plade { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 230px; /* width of reactive image */
     height: 148px; /* height of reactive image */
     background-image: url(images/kassette_off.jpg); /* source for start image */
     background-repeat: no-repeat;
     }
	 
a.plade:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(images/kassette_on.jpg); /* source for target image */
     } 

/*
	Logo / Menu / Panel Positioning
*/

#logo { position:absolute; top:50px; left:155px; }

h1.logo {
	width: 427px; height: 79px;
	background: url("images/logo.gif") no-repeat;
	}
	h1.logo span {
		display: block;
		width: 0;
		height: 0;
		overflow: hidden;
	}

ul#menu { 
	margin:0px;	padding:0px;
	position:absolute; top:199px; left:76px;
}
ul#right_menu { 
	margin:0px;	padding:0px;
	position:absolute; top:248px; right:110px;	
}
ul#menu li, ul#right_menu li {
	margin:0px;	padding:0px;
	list-style:none;
	margin-right:10px;
	font-size:12px;
	text-transform:uppercase;
	display:inline;
}
ul#menu li a, ul#right_menu li a {
	text-decoration:none;
	color:#767676;
}
ul#menu li a:hover, ul#right_menu li a:hover {
	text-decoration:none;
	color:#bd92b2;
}

#panel { 
	position:absolute; 
	top:240px; 
	left:75px; 
	width: 805px; 
	font-size:25px;
	color:#000000;
	text-align: justify;
}


/*
	Footer
*/

#footer {
	border-top:1px solid #3aaac2;
	padding: 20px 10px 55px 50px;
	color:#000000;
	font-size:9px;
	line-height:14px;
	background: url(images/footer_bg.jpg) #8cccd0;
	
}

#footer_container {
	margin: 0 auto;
  	width: 940px;
  	text-align: left;
}

#footer img {
	float:left;
	margin-right:10px;
}
#footer a {
	color:#674f5d;
	text-decoration:underline;
}
#footer a:hover { 
	color:#9e8292; 
	text-decoration:none;
}


#footer span {
	display:block;
	float:left;
	width:350px;
}

#footer span.right {
	width: 100px;
	margin-left: 290px;
	text-align:right;
}	
#footer span.left {
	width: 350px;
	margin-right: 80px; 
}	


	




