/************************************************************************
* Elements
************************************************************************/
html, body {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #FFFFFF;
	font-family: verdana;
	font-size: 11px;
	color: #888483;
	line-height: 15px;
}

div, p, td {
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	
}

a{
	text-decoration: none;
	color: #a0a19c;
	font-family: verdana;
	font-size: 12px;
}

a:hover{
	text-decoration: underline;
}



h1{
	font-family: arial;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

h2{
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 3px;
}

#mainContainer{
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	width: 760px;
	background-color: #FFFFFF;
}

#standardTop{
	background: url('/files/leonardo/billeder/standardTop.jpg');
	background-repeat: no-repeat;
	width: 760px;
	height: 108px;
}

#colum{

}


#columLeft{
	float: left;
	width: 111px;
	
}

#columRight{
	/*
	background-image: url('/files/leonardo/billeder/standardBackground.jpg');
	background-repeat: repeat-y;
	*/
	background-color: #E5E5E5;
	float: left;
	width: 622px;
	padding-right: 10px;
}

#menu{
	margin-top: 75px;
}
.menuItem{
	background-image: url('/files/leonardo/billeder/redDot.jpg');
	background-repeat: no-repeat;
	background-position : 0% 50%;
	padding-left: 13px;
}

.menuItemPicked{
	background-image: url('/files/leonardo/billeder/redDot.jpg');
	background-repeat: no-repeat;
	background-position : 0% 50%;
	padding-left: 13px;
}

#frontpage{
	background-image: url('/files/leonardo/billeder/forsideBackground.jpg');
	background-repeat: no-repeat;
	width: 760px;
	height: 472px;
}
