#left{	width: 200px;
		height: 400px;
		position: absolute;
		top: 0px;
		left: 0px;
		text-align: left;
		padding-top: 12px;
		padding-left: 10px;
		background-image: url('../images/diverse/band_kontakt.jpg');
		background-position: top left;
		background-repeat: no-repeat;
		background-color: #D4D4D4;
}

#midt{	width: 466px;
		height:400px;
		position: absolute;
		top: 0px;
		left: 200px;
		padding-top: 7px;
		
		background-image: url('../images/twister/bar.gif');
		background-position: left top;
		background-repeat: repeat-y;
}

#overskriftcontainer{
		width: 446px;
		height: 40px;
		
}


#repleft{
		width: 42%;
		height: 50%;
		float: left;
		text-align: left;
		padding-left: 30px;
		padding-top: 90px;
}

#repright{
		width: 48%;
		height: 50%;
		float: left;
		text-align: right;
		padding-right: 10px;
		padding-top: 90px;
}

#footer2{
		width: 670px;
		height: 35px;
		position: absolute;
		bottom: 0px;
		left: 0px;
		background-color: #444444;
		border: 2px solid white;
		padding-top: 3px;
		text-align: left;
}
/*a{		color: #000000;
		text-decoration:none;
		font-size: 10px;
		margin-left: 6px;
}

a:hover{
		color: #000000;
		text-decoration:none;
}*/