a { text-decoration: none; color: #808080; }
a:hover { text-decoration: underline; }

input.text, input.info
{
	font-size: 1em;
	border: 1px solid #DEDEDE;
	margin: 1px 0px;
	font-family: Verdana, Arial, Sans-Serif;
}

input.button 
{
	font-size: 1em;
	border: 1px solid #BEBEBE;
	background-color: #F3F3F3;
	font-family: Verdana, Arial, Sans-Serif;
	color: #74787A;
}

.alignright
{
	font-family: Verdana, Arial, Sans-Serif;
	text-align: right;
}


body 
{
	background-color: #F7F7F7;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 100%;
}

#BgTema 
{
	font-size: 0.63em;
	width: 962px;
	margin: 20px auto;
}

#MainContainer
{
	width: 962px;
/*	background-image: url("gfx/shadowcorner.gif");
	background-repeat: no-repeat;
	background-position: bottom right;
*/

}

/* Legacy styles, not needed in modern layout */
div.FloatBreaker 
{
	display: none;
}

div.ColumnBetween 
{
	display: none;
}



/* Styles for the toplogo */
#TopImage 
{
	display: none;
}

#TopContainer #Logo 
{
	margin: 8px 12px;
}

/* Menu Styles */

#Menu
{
	background-image: url("gfx/menubg.gif");
	width: 936px;
	height: 33px;
	overflow: hidden;
	color: #808080;
	padding: 0px 13px;
}

#Menu .Headline1 
{
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 0px 0px 11px;
	float: left;
	width: 263px; /* Actual width of 274-11px padding */
}

#Menu .Headline2 
{
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 0px 0px 0px;
	float: left;
	width: 432px;
}

div#Search 
{
	float: right;
	padding-top: 7px;
	margin-right: 5px;
}

div#Search .searchfield
{
	border-right: 0px;
	height: 15px;
	font-size: 0.9em;
	color: #808080;

	/* Needed because of IE rendering bug in Transitional HTML, looks weird everywhere else */
	margin-top: -1px;
	padding-top: 1px;
}


div#LogOut
{
	float: left;
	padding-top: 10px;
	width: 80px;
	text-align: left;
}

/* 2 Column layout */

div#ContentContainer 
{
	padding: 22px 13px 0px 13px;
	background-color: White;
	background-image: url("gfx/horisontalshadow.gif");
	background-repeat: repeat-y;
}

div.ColumnSmall 
{
	width: 263px;
	padding: 0px 11px 60px 0px;
	float: left;
	overflow: hidden;
}

div.ColumnLargeLogin,div.ColumnLarge
{
	width: 662px;
	padding: 0px 0px 60px 0px;
	float: right;
	overflow: hidden;
}



/* Footer styles */
#BottomContainer
{
	padding: 10px 13px 0px 13px;
	color: #B3B3B3;
	font-weight: bold;
	background-image: url("gfx/verticalshadow.gif");
	background-repeat: repeat-x;
	width: 936px;
	height: 20px;
}

#BottomContainer a 
{
	color: #B3B3B3;
}

#BottomContainer a:hover 
{
	text-decoration: none;
}


#BottomContainerText1 
{
	float: left;
}

#BottomContainerText2
{
	float: right;
}

#BottomLogo
{
	display: none;
}

/* Standard clearfix */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
