/* ======================= */ 
/* == behavioral styles == */
/* ======================= */ 

body {
	text-align: center;
	background-position: left top;
	background-repeat: repeat-x;	
}

#side {
	text-align: left;
	width: 750px;
}

#header 
{
 width:  750px;
 height: 150px;
}

#logo 
{
	position: relative;
	z-index: 1000;
	width: 100%;
	height: 100%;
	left: 20px;
	top: 10px;
	background-repeat: no-repeat;		
}

#leftcol {
	float:left;
	width: 198px;
}

#menu { 
padding: 0px;
padding-left: 20px;
padding-right: 20px;
}

#rightcol, body#edit {
	float: left;
	height: auto;
	width: 517px;
	background-repeat: no-repeat;
	background-position: top;
}

#content {
	padding-left: 50px;
	padding-right: 50px;
}

.xtra {
	border: solid 1px blue;
	background-color: none;
	filter:alpha(Opacity=100);
}

#footer {
	clear: left;
	text-align: right;
	padding: 35px;
}

.menuclass 
{
	padding-left: 10px;
	margin-bottom: 5px;
	width: 150px;
	margin-bottom: 80px;
	background-position: left bottom;
	background-repeat: repeat-x;	
}

.mouseOverMenu
{
	padding-left: 10px;
	background-position: left bottom;
	background-repeat: repeat-x;	
	width: 150px;    
}

.subMenu 
{
	width: 150px;    
}


.utils { display: none;}

#textMenu 
{
	width: 750px; 
	text-align: center; 
}

ul, li{ 
	margin:0; 
	padding:0; 
	list-style-type:none; 
} 
li{ 
	background-image: url(bullet.gif);
	background-position: 7 7; 
	background-repeat: no-repeat;
	padding: 0px;
	padding-left:20px;
} 

/*
UL 
{
	list-style-image: url(bullet.gif);
}
*/


/* ======================= */ 
/* ==== layout styles ==== */ 
/* ======================= */ 

body {
	background-image: url('body_Background.jpg');
	background-color: #FFFFFF; 
}

Body, td {
	font-family: Tahoma, Verdana, Arial;
	font-weight: normal;
	font-size: 11px;
	letter-spacing: 1.5px;
	line-height: 18px;
	color: #333333;
}

#side {
	border: solid 1px #969696;
	background-image: url('side_baggrund.jpg');
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #FFFFFF;	
}

#header {
 background-image: url('header.jpg');
}



#leftcol {
	font-size: 10px;
}

#rightcol, body#edit {
}

#footer {		
	font-size: 10px;
}

.menuclass 
{
    font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 3px;
    
	background-color: #FFFFFF;
	color: #000000;
	border: solid 1px #FFA800;
}

.mouseOverMenu 
{
    font-family: Tahoma;
	letter-spacing: 3px;
	font-weight: bold;
	color: black;

	cursor: hand;
	background-image: url('button_over.jpg');
	background-color: #F6F6F5;
	border: solid 1px #FFA800;

}

.mouseOutMenu 
{
	cursor: default;
}

.subMenu 
{
	filter:alpha(opacity=80);
	background-color: none;
	background-image: none;
}

#textMenu 
{
	color: #666666;
}

H1, H2, H3, H4 
{
    color:#838383; 
    line-height: 125%; 
    margin-top: 10px; 
    font-weight:bold; 
    letter-spacing: 2.5px;
}
H1 { font-size: 18px;  }
H2 { font-size: 16px;  }
H3 { font-size: 14px;  }
H4 { font-size: 11px; font-style: normal; font-weight: bold;  }

A, A:link, A:visited
{
    text-decoration: none;
    color: #FFA800; 
    font-weight: normal; 
}

A:hover 
{
    text-decoration: underline overline;
}


#editorWindow 
{
	background-color: white;
	background-image: none;
	text-align: left;
}


