﻿/************************/
/* USERSTATUSAREA       */
/************************/
#UserStatusArea{
	background-color:#fff;
}
#CurrentUser
{
    font-weight:bold;
    text-align:right;
    color:#616161;
}
#CurrentUser a
{
    font-weight:bold;
    text-align:right;
    color:#616161;
    text-decoration:none;
}
#CurrentUser span
{
    font-weight:normal;
}


/************************/
/* HEADERAREA           */
/************************/
#HeaderArea{
	background-color:#fff;
}
#HeaderArea div.contentwidth{
	height:116px;
	background:#fff url('../images/framework/bg_header_left.gif') bottom left no-repeat;
}
#HeaderArea h1{
	float:left;
	width:30%;
	margin:0;
}
#HeaderArea h1 a{
	display:block;
	height:76px;
	margin-top:25px;
	text-indent:-2000px;
	background: url('../images/framework/logo.gif') top left no-repeat;	
}

/************************/
/* TOPMENUAREA         */
/************************/
#TopMenuArea{
	background: #e71701 url('../images/framework/menues/topmenu/bg_topmenu.gif') bottom left repeat-x;	
	border-top:solid 1px #b11a04;
}


/*************************/
/* QUICKSEARCH           */
/*************************/
div.QuickSearch{
	width:24%;
	float:right;
	padding-top:1px;
}

div.QuickSearch #SearchField{
    width:70%;
    float:left;
}
div.QuickSearch #SearchField input{
    width:95%;
}

div.QuickSearch a{
    background-image: url('../images/framework/search.gif');	
    color:#ffffff;
    display:block;
    float:left;
    padding-top:5px;
    padding-left:5px;
    width:58px;
    height:15px;
    background-repeat:no-repeat;
    background-position:right top;
    font-weight:bold;
    text-decoration:none !important;
}

div.QuickSearch a:hover{
    background-position:left top;
    color:#cccccc;
}




/*************************/
/* STAGEAREA             */
/*************************/
#StageArea{
	min-height:50em;
	padding-top:1em;
}


/*************************/
/* BREADCRUMBSAREA       */
/*************************/
#BreadCrumbsArea{
	height:2.5em;
}

#BreadCrumbs{
	width:75%;
	float:left;
	color:#626161;
}

#BreadCrumbs a{
	color:#626161;
	text-decoration:none;
}

#BreadCrumbs a:hover{
	color:#474646;
}

ul.Languages{
	width:24%;
	float:left;
	margin:0;
	padding:0;	
	list-style-type:none;
}

ul.Languages li{
	float:right;
}

ul.Languages li a{
	float:left;
	text-indent:-2000px;
	height:17px;
	width:17px;
	margin-left:5px;
}

ul.Languages li#sv a{
	background: url('../images/framework/languages/sv.gif') top left no-repeat;	
}
ul.Languages li#da a{
	background: url('../images/framework/languages/dk.gif') top left no-repeat;	
}
ul.Languages li#en a{
	background: url('../images/framework/languages/en.gif') top left no-repeat;	
}
ul.Languages li#de a{
	background: url('../images/framework/languages/ge.gif') top left no-repeat;	
}


/*************************/
/* SUBMENUAREA 		 */
/*************************/
#SubMenuArea{
	width:20%;
	float:left;
}


/*************************/
/* MainContentArea       */
/*************************/
div#MainContentArea{
	width:78%;
	padding-left:2%;
	float:right;
}


/*************************/
/* CONTENTAREA           */
/*************************/
div#ContentArea{
	width:72%;
	float:left;
}

html.emptymaster div#ContentArea
{
    width:100%;
}


div#ContentArea div.modulcontent{
	padding:1.2em 1.2em 2em 1.2em;
}



/*************************/
/* SECONDARYCONTENTAREA  */
/*************************/
div#SecondaryContentArea{
	width:27%;
	padding-left:1%;
	float:left;
}

#PuffContainer div.modul{
	float:left;
	width:100%;
	margin-bottom:1em;
}

/*************************/
/* FOOTERAREA            */
/*************************/
#FooterArea div
{
    margin-top:2em;
	border-top: solid 1px #cecece;
}

#FooterArea #Footer{
	padding:1em 0 4em 0;
	margin:0;
	list-style-type:none;
}

#FooterArea #Footer li, #FooterArea #Footer a{
	float:left;			
	color:#626161;
}

#FooterArea li
{
    padding-right:1.5em;
}

#FooterArea #Footer a{
	text-decoration:none;
}

#FooterArea #Footer a:hover{
	color:#474646;
}

/*************************/
/* MODUL                 */
/*************************/

div.modultopleft{
	background: url(../images/framework/modul/modultopleft.gif) top left no-repeat;
	padding-left:10px;
}
div.modultopright{
	background: url(../images/framework/modul/modultopright.gif) top right no-repeat;
	padding-right:10px;
}
div.modultop{
	background: url(../images/framework/modul/modultop.gif) top left repeat-x;
	height:10px;	
}
div.modulleft{
	background: #fff url(../images/framework/modul/modulleft.gif) top left repeat-y;
	padding-left:10px;	
}
div.modulright{
	background: url(../images/framework/modul/modulright.gif) top right repeat-y;
	padding-right:10px;
}
div.modulbottomleft{
	background: url(../images/framework/modul/modulbottomleft.gif) bottom left no-repeat;
	padding-left:10px;
}
div.modulbottomright{
	background: url(../images/framework/modul/modulbottomright.gif) bottom right no-repeat;
	padding-right:10px;
}
div.modulbottom{
	background: url(../images/framework/modul/modulbottom.gif) bottom left repeat-x;
	height:10px;	
}



/*************************/
/* PUFF                  */
/*************************/
div.modul.genericupload div.modulcontent
{
    padding:5px 0 9px 0;
    text-align:center;
}

