/* GENERAL STYLES */
html
{
	width: 100%;
}

body 
{
	width: 100%;
	margin: 23px 0 0 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica;
	font-size: x-small;
	color: #666;
	background-color: #7f7f7f;
}

div#backgroundColor
{
	width: 100%;
	height: 100%;
	background-color: #7f7f7f;
}

td	/* Bruges hvis nogle skulle være su uheldige at lave en tabel i editoren */
{
	font-family: Verdana, Arial, Helvetica;
	font-size: x-small;
	color: #666;

}

img
{
	border: none;    
}

a
{
	color: #d99400;
	text-decoration: underline;
}

a:hover
{
	color: #d99400;
	text-decoration: none;

}

div#mainContainer
{
	position: absolute;
	left: 50%;
	width: 750px;
	margin-left: -375px;
	background-color: #fff;
}

div#headerToolbar
{
	background-color: #7f7f7f;
	text-align: right;
	padding-bottom: 2px;}

div#headerContainer
{
	position: relative;
	width: 750px;
	height: 75px;
	background-color: #ccc;
}

div#menuLevel1
{
	position: relative;
       	background-color: #f6a800;
	padding: 35px 0 0 0;
	margin: 0;
	width: 750px;
    	height: 20px;
}

div#menuLevel2
{
	position: relative;
    	background-color: #f8bd3f;
	padding: 0;
	margin: 0;
	width: 750px;
    	height: 20px;
	line-height: 20px;
	vertical-align: middle;
}

div#contentContainer
{
	position: relative;
	width: 750px;
	/*height: 280px;*/
	margin: 20px 0 37px 0;
	background: url('../img/bg_contentContainer_orange.gif') repeat-y;
}

div#leftContainer
{
    float: left;
    width: 391px;
    margin: 0 60px 0 60px;
    display: inline;
}

div#rightContainer
{
    float: left;
    width: 219px;    
}

/* EDITOR PROPERTIES */
h1 {
font-size: small;
font-weight: bold;
}


