


.Overskrift2{
	
	font-size: 13px;
	font-weight: bold;
	position: absolute;
	top: 1px;
	left: 5px;
}


.errorMsg{
	
	font-size: 11px;
	font-weight: bold;
	color:red;
}



#menu{
	font-family:Verdana;
	color:#C10077;
	font-size: 11px;
	margin-top: 2px;
	text-indent: 2px;
	text-transform:lowercase;

}

.menuParent{
	font-family:Verdana;
	text-transform: lowercase;
	color: #C10077;
	font-size: 11px;
	font-weight: normal;
	height: 17px;
}

#menuChild{
	font-family:Verdana;
	color:#C10077;
	font-size: 11px;
	text-indent: 2px;
	text-transform: lowercase;
}


.menuChild,.menuChild:hover,.menuChild:link,.menuChild:visited{
	font-family:Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #C10077;
	text-decoration:  none;
	border:0px;
	text-transform: lowercase;
	
}

.menuChild:active{
	font-family:Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #C10077;
	text-decoration:  none;
	border:0px;
	text-transform: lowercase;
}

.menuChildFrame{
	border: 1px solid #CED0D3;
	background-color: #ffffff;
	visibility:hidden;
	position: absolute;
	top:10px;
	left: 50px;
	width: 220px;
	margin-top:5px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 5px;
	
}

.menuParentHover{
	text-transform: uppercase;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	height: 17px;
}


.menu{
	font-family: verdana ;
	font-size: 11px;
	font-weight: bold;
	color: black;
	font-stretch: extra-expanded;
	
}

.lesmer{
	
	font-size: 11px;
	font-weight: bold;
	color: red;
	
}


img{
	border:0px;	
}

select{
	border:1px solid black;	
}

Table{

	font-size: 10px;
	font-weight: normal;
}

.PersonDetails{
	border:3px solid black;
	width:605px;
	height:198px;
	position:absolute;
	top:119px;
	left:192px;
	background-color: white;
	
}

input,textarea{
    width: 200px;
	border: 1px solid black;
	background-color: #cccccc;
	font-weight: bold;
}

#button{
	width: 80px;
	border:1px solid black;
	font-weight: bold;
	background-color: black;
	color: white;
	
}

