* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
	border: 0;
	
}

body, html {

	height:100%; 


}

body {
	background: url('../pics/topbg2.png') repeat-x;
}

#wrap {
	width: 1060px;
	padding-top: 85px;
	height:100%; 
	margin: 0 auto;

}

#logo {
	background: url('../pics/logo.png') no-repeat;
	width: 180px;
	height: 99px;
	margin: 0 auto;
	margin-bottom: 20px;
}

#content_left {
	width: 218px;
	float: left;
/*border-right: 2px solid #ccc; */
	height: 100%;
	padding-left: 4px;
	padding-top: 100px;
}

#content_middle {
	float: left;
/*	width: 612px;*/
	width: 620px;
	padding: 0px 4px 0px 4px; 
	height: 100%;
	overflow: visible;
	border-right: 2px solid #ccc;
	border-left: 2px solid #ccc;	
}
#content_middle p {
	padding: 4px;
}
#content_middle h1 {
	padding: 4px;
	color: #7c0d6e;
	font-size: 24px;
}
#content_middle h2 {
	padding: 4px;
	color: #7c0d6e;
	font-size: 18px;
}


#content_right {
	width: 198px;
	float: left;
/*	border-left: 2px solid #ccc; */
	height: 100%;
	padding-left: 4px;	
	padding-top: 100px;	
}


#bottom {
	height: 29px;
	width: 100%;
	background: url('../pics/bottombg.gif') repeat-x;
	position: fixed;
	bottom: 0;
}

#logonBruger {
	padding-top: 25px;
	width: 220px;
	margin: 0 auto;

}

#logonBruger label {
	width: 120px; 
	float: left;
}

#logonBruger input {
	width: 210px;
	padding: 2px;
	border: 1px outset black;
}

#logonBruger .logon_submit {
	width: 60px;
	margin-top: 15px;
}

/* expand menu css */

.menu1 {
	background-image:url(images/menudiv1bg.gif);
	margin-left:15px;
	padding-left:10px;
	padding-top:2px;
	padding-bottom: 2px;
	display:block;
	text-decoration: none;
	color: #000000;
	height: 20px;
	cursor: pointer;
	font-size: 11px;
	font-family: Arial;
	color: #7c0d6e;
}
.submenu {
	background-image: url(images/submenu.gif);
	display: block;
	height: 19px;
	margin-left: 28px;
	padding-top: 2px;
	padding-left: 20px;
	color: #000;
	font-size: 11px;
	font-family: Arial;

}



.hide{
display: none;
}
.show{
display: block;
}
/* ----------------------------------- */
