html, body, form 
{
	height:100%;
	margin:0;
}

body 
{
	font-family: arial, verdana, tahoma;
	font-size: 11px;
	color: #000;
	background-color: #D3C996;
}

form, input 
{
	margin: 0;
	padding: 0;
}

#PageHolder
{
	margin: 0 auto;
	position:relative;
    width:900px;
	_min-height:500px;
	_height:inherit;
	_padding-bottom: 2em;
}
#Contentbox
{
	float:left;
	height:inherit;
	color: #fff;
	background-color: #181421;
}  
#HorizontalLogo      
{
	background-image: url('../images/bg_forside_top.jpg');
	background-repeat: no-repeat;
    width:900px;
    height:127px;
}
#HorizontalMenu      
{
	width:900px;
    height:50px;
	/*float:top;*/
}
#VerticalMenu      
{
    width:129px;
	float:left;
	text-align: right;
}

#VerticalPageSubMenu      
{
    width:129px;
	color:white;
	padding-top: 50px;
	font-weight: bold;
	float:left;
	text-align: right;
}

#MainContent      
{
    width:769px;
	float:right;
	line-height:16px;
}

#BottomContent
{
	float:left;
    width:900px;
    height:75px;
	color: #fff;
	background-color: #181421;
	margin:0px auto 0px auto;
	position:relative;
   
}

#BottomLine
{
	float:left;
    width:900px;
    height:3px;
	color: #fff;
	background-color: #A29934;
	margin:0px auto 0px auto;
	position:relative;
}

#BottomMenu
{
	float:left;	
    width:900px;
    height:50px;
    color: #fff;
	background-color: #D3C996;
	margin:0px auto 0px auto;
	position:relative;
}

/*----------------------------------------*/

.EditPictureTextSpan 
{
	position:absolute;
	padding-top: 130px;
	margin-left: -160px;
}


.EditPictureTextTable  
{
	cursor:pointer; 
	color:#a8bed7; 
	border: solid 1px #cee0f4; 
	background: #eaf4ff; 
	position:absolute;
}

.EditPictureTextField {
    float: left;
    padding: 0;
    margin: 1px 0 0 1px;
    border: 0;
    width: 140px;
    background: none;
}


/*----------------------------------------*/
h1.DefaultHeader
{
 margin-top: 0px;
 margin-bottom: 8px;
 font-size: 18px;
 color: #fff;
 font-weight: normal;
 text-transform: none;
}
.DefaultContent
{
 font-size: 11px;
 color: #fff;
}

img.DefaultBorder 
{
	border: 1px solid #77735d;
}

/*----------------------------------------*/
a
{
 font-size: 11px;
 text-decoration: none;
 color: #D9891B;
}

a:hover {text-decoration: underline;}

.Menu
{
 width: 64px;
 height: 30px;
 text-align: center;
 float: left;
 padding-top: 3px
}

a.MenuItem
{
 font-family: tahoma;
 font-size: 10px;
 color: #fff;
 font-weight: bold;
 text-decoration: none;
 text-transform: uppercase;
}

a.MenuItem:hover {
 text-decoration: none;
 color: #D9891B;
}


a.MenuItemSelected
{
 font-family: tahoma;
 font-size: 10px;
 color: #D9891B;
 font-weight: bold;
 text-decoration: none;
 text-transform: uppercase;
}

a.MenuItemSelected:hover {
 text-decoration: none;
 color: #D9891B;
}



a.SubMenuItem
{
 font-family: tahoma;
 font-size: 11px;
 color: #fff;
 font-weight: bold;
 text-decoration: none;
}

a.SubMenuItem:hover {
 text-decoration: none;
 color: #D9891B;
}

a.SubMenuItemSelected
{
 font-family: tahoma;
 font-size: 11px;
 color: #D9891B;
 font-weight: bold;
 text-decoration: none;
}

a.SubMenuItemSelected:hover {
 text-decoration: none;
 color: #D9891B;
}