/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	}

textarea, input {border:1px solid lightgray; display:block}
label, .ledord {font-size:10px; color: gray;}	

#all {width: 750px; margin-right: auto; margin-left: auto;}

#header {
	float:left;
	width:550px;
	height:125px;
	z-index:1;
	
}

#login {
	float:left;
	width:100px;
	height:125px;
	
}

#meny {
	float:left;
	width:150px;
	height:300px;
	
}


#content {
	float:left;
	width:520px;
	padding-right:30px;
	
}

#footer {
	float:left;
	width:702px;
	height:110px;
	border-top: 1px solid #ccc;
	font-size: small;
	
}

#link {
	float:left;
	width:702px;
	margin-top:-20px;
	margin-bottom:20px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	color: #999;
	font-size: small;
	z-index:2;
}

#link a {color: #999; text-decoration:none;}
.style1 {font-size: x-small}


