/* Stoettruphus CSS */

body {
	background: #fff;
	margin: 0;
	padding: 0;
	}

#wrapper {
	width: 790px;
	margin: 0 auto;
	border: 0px solid #000;
	}
	
	#top-container {
		width: 100%;
		height: 133px;
		margin-top: 0px;
		position: relative;
		}
		
		#top-sky {
			position: absolute;
			left: 270px;
			background: url(images/head_sky.png) center center no-repeat;
			width: 626px;
			height: 100px;
			}
		#top-title {
			position: absolute;
			top: 33px;
			width: 265px;
			height: 52px;
			}
		#top-slogan {
			position: absolute;
			top: 98px;
			width: 600px;
			height: 18px;
			}
		#top-language {
			position: absolute;
			top: 109px;
			right: 10px;
			width: 101px;
			height:17px;
			}
		
				#line {
					position: absolute;
					top: 134px;
					margin-left: -6px;
					background: url(images/line.png) center center no-repeat;
					width: 803px;
					height: 2px;
					}
	
	#content-container {
		clear: both;
		width: 100%;
		margin-top: 0px;
		position: relative;
		border: 0;
		}
		
		#left {
			float: left;
			width: 365px;
			margin: 0;
			border: 0;
			}
				#facts {
					background: url(images/box_facts.png) top left no-repeat;
					padding-top: 10px;
					padding-left: 10px;
					}
		
		#right {
			float: left;
			width: 390px;
			margin: 0;
			border: 0;
			padding-top: 15px;
			padding-left: 35px;
			}
			
			#galleri {
				width: 100%;
				clear: both;
				}
				#foto-frame {
					background: url(images/foto_frame.png) center center no-repeat;
					width: 386px;
					height: 261px;
					}
					#billede-stort {
						width: 377px;
						height: 250px;
						padding-left: 4px;
						padding-top: 3px;
						}
				#foto-minis {
					clear: both;
					border: 0;
					height: 156px;
					}
					.foto-mini {
						float: left;
						width: 128px;
						height: 80px;
						}
						.billede-lille {
							width: 123px;
							height: 73px;
							padding-left: 4px;
							padding-top: 3px;
							}
							
		
		
		#footer {
			width: 100%;
			height: 1px;
			background: #999999;
			float: left;
			margin-top: 10px;
			border-top: 1px solid #cccccc;
			border-bottom: 1px solid #666666;
			}
			
			#Genistreger {
				width: 100%;
				float: left;
				font: 10px Lucida Sans Unicode, Lucida Grande, sans-serif;
				color: #333333;
				padding: 7px 0px;
				}
				#Genistreger-logo {
					margin-top: -7px;
					float: right;
					border: 0;
					}
	

/* adds */

table {
	font: 12px Georgia, Arial, Sans-Serif;
	}
	
.strong {
	font-weight: bold;
	}
	
.leftpad {
	padding-left: 14px;
	}

.whitespace {
	height: 5px;
	width: 1px;
	}
		
/* text */	
	
p {
	font: 12px Georgia, Arial, Sans-Serif;
	}
	p.flerebilleder {
		font: 12px Georgia, Arial, Sans-Serif;
		text-align: right;
		}
	p.uppersize {
		font: 13px Georgia, Arial, Sans-Serif;
		}

h1 {
	font: 16px Georgia, Arial, Sans-Serif;
	color: #000;
	line-height: 16px;
	}

h2, h3 {
	font: 20px Georgia, Arial, Sans-Serif;
	color: #bf0600;
	}
	
a {
	color: #000;
	text-decoration: none;
	}

.fri {
	background: #00cc00;
	}

.optaget {
	background: #ff0000;
	}