.langMenu
{
	display: inline;
	float:left;
	color: #ffffff;
	/* background-color: #000;  OBS! Må ikke sættes, da den eller laver sort baggrund for alle subsites langMenu */
	padding: 8px 0px 3px 15px;
	margin: 0px 0px 0px 0px;
}
.login
{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background-color:Black;
    -moz-opacity:80;
	filter:alpha(opacity=80);
	opacity: 0.8;
	color:White!important;
	font-weight:bold;
	padding:200px 0px 0px 0px;
	font-size:140%;
}
.login H1
{
    color:White;
}
.login input[type="text"],
.login input[type="password"]
{
    background-image:url("/layouts/images/formBG.png");
    background-repeat:no-repeat;
    background-position:left top;
    border:none;
    padding:3px 7px;
    background-color:transparent;
    width:262px;
    font-size:12px;
}
.login input:-webkit-autofill 
{
    background-image:url("/layouts/images/formBG.png");
    background-repeat:no-repeat;
    background-position:left top;
    border:none;
    padding:3px;
    background-color:transparent;
}
.login .button2
{
    background-image:url("/layouts/images/ButtongreyBG.png");
    width:85px;
    background-color:transparent;
    border:none;
    font-size:smaller;
    margin:20px 0px;
}
a.logOut
{
    float:left;
    color: #FFFFFF;
    margin: 8px 0 3px 15px;
}
/* COMMON FRONTTEXT*/
.fronttext
{
	float:left; 
	width:400px;
	overflow:hidden;
}
.fronttextnarrow
{
	float:left; 
	width:280px;
	overflow:hidden;
	margin-left:20px;
}
.fronttext_wide
{
	float:left;
	padding-top: 15px;
	width: 650px;
}
/* COMMON  NEWSBOXES */
.imageboxes
{
    width:340px!important;

}
.imageboxes .newsbox
{
    width: 340px;
}
.imageboxes .newsboxlast
{
    width: 340px;
}
.imageboxes .newsboxinner
{
    width: 240px;
    display:block;
	float:left;
}
.newsbox_imagecontainer
{
    float:left;
    margin-right:20px;
    height:77px;
    width:80px;
    overflow:hidden;
    display:block;
}
.imageboxes_wide
{
    width:640px!important;

}
.imageboxes_wide .newsbox
{
    width: 640px;
    margin-bottom:10px;
}
.imageboxes_wide .newsboxlast
{
    width: 640px;
}
.imageboxes_wide .newsboxinner
{
    width: 450px;
    display:block;
	float:left;
}
.imageboxes_wide .newsbox_imagecontainer
{
    float:left;
    margin-right:20px;
    height:90px;
    width:160px;
    overflow:hidden;
    display:block;
}
