/*
Design og kodning til Centrifugen.dk af Malene Hald/www.malenehald.dk
Centrifugen.dk er et kontorfællesskab på Theklavej 2, 2400 København NV
*/

@import url('reset.css');


body {
	font-size: 62.5%; /* Resets 1em to 10px */
	background: #fff;
	text-align: center;	
	font-family: Helvetica, Arial, sans-serif;}
	
	
/*** LAYOUT ***/

.wrapper { /* hele indholdet*/
	margin: 0px auto;
	width: 950px;
	height:auto;
	min-height:1000px;
	text-align: center;
	}

.container { 
	width:950px;
	height:auto;
	text-align: center;
	float:left;
	margin:0 0 20px 0;
	position:relative;
	z-index:100;
	}

.centrifugen_logo{
	width: 950px;
	height:64px;
	float:left;
	text-align:center;
	position:relative;
	margin: 0 0 20px 0;
	}
	
.introtekst{
	width:838px;
	height: auto;
	float:left;
	margin:0 57px 10px 57px;
	text-align:center;
	position:relative;
	}
	
.gulstreg1{
	width:838px;
	height:5px;
	background-color:#FFFF00;
	float:left;
	text-align:center;
	position:relative;
	margin:5px 57px 15px 57px;
	}
	
.gulstreg2{
	width:838px;
	height:5px;
	background-color:#FFFF00;
	float:left;
	text-align:center;
	position:relative;
	margin:10px 57px 5px 57px;
	}

.indhold{
	width:838px;
	height: auto;
	float:left;
	margin:0 57px 0 57px;
	text-align:left;
	position:relative;
	}

.adresse{
	width:836px;
	height:auto;
	margin:0 57px 10px 59px;
	float:left;
	position:relative;
	}

.menu{
	width:836px;
	height:auto;
	float:left;
	margin:12px 57px 3px 59px;
	text-align:left;
	position:relative;
	}
		
.footer_grafik{
	background-image:url(images/footerbg2.jpg);
	background-repeat:no-repeat;
	width: 950px;
	margin: 15px 0 0 0;
	height:213px;
	text-align: center;
	float:left;
	position:relative;}
	
		
/*** PLACERING AF FIRMALOGOER ***/
.firmalogoer_img_left{
	padding:0 47px 20px 0;
	}
	
.firmalogoer_img_right{
	padding:0 0 20px 0;
	}

.indhold a:hover{
	opacity:0.4;
	filter:alpha(opacity=40);
	}
	
/*** PLACERING AF FOTOS UNDER LEDIGE LEJEMÅL ***/
.kontor_img_left{
	padding:0 39px 12px 0;
	}
	
.kontor_img_right{
	padding:0 0 12px 0;
	}


/*** TYPOGRAFI ***/
.indhold p{
	font-size:1.2em;
	line-height:1.4em;
	text-align:justify;
	color:#565656;
	}

.indhold h1{
	font-size: 1.4em;
	line-height:1.4em;

	color:#565656;
	font-weight:bold;
	}

.indhold h2{
	font-size: 1.2em;
	color:#565656;
	font-weight:bold;
	}

.introtekst h1{
	font-size:1.2em;
	line-height:1.4em;
	text-align:justify;
	color:#565656;
	}

a, a:visited{
	color:#00adcf; /*blå farve*/
	text-decoration:none;
	}
	
a:hover, a:active{
	text-decoration:line-through;
	}
	
.menu h2, .adresse h2{
	font-size:1.0em;
	color:#999;
	text-align:left;
	letter-spacing:0.3px;
	}
	
.fed{
	font-weight:bold;
	text-transform:uppercase;
	}
	
/*** FORMULR ***/

fieldset label, legend{
	font-size:1.2em;
	line-height:1.4em;
	color:#222;

}	

form, fieldset textarea, fieldset input, fieldset submit{
	border: 1 px #CCCCCC;
	}