/* CSS för admin-listen */

#adminBar{
	position:absolute;
	left:0px;
	top:0px;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	background:url(/images/back_adminbar01.png);
	line-height:16px;
	padding:6px;
	margin:0 auto;
	float:left;
}

.contact_input {
	width:250px;
}
.contact_inputzip {
	width:50px;
}
.contact_inputcity {
	width:190px;
}
.contact_inputmessage {
	width:280px;
	height:180px;
}
.contact_button {
	width:80px;
}
.contact_mandatory {
	background-image:url(/images/form_mandatory1.gif);
	background-repeat:no-repeat;
	background-position:top right;
}

.adminicons {
	clear:both;
	height:20px;
}

#sitemap a{
	color:#8cd731;
}

#newdoc{
	margin:20px 0;
}