
*
{
	margin: 0;
	padding: 0;
}
html
{
	height: 100%;
	margin-bottom: 1px;
}
body
{
	margin: 0;
	height: 100%;
	color: #303030;
	background: white url(../gfx/bg.gif) repeat-y center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}
body.HighContrastEnabled
{
	background: black none;
	color: white;
}

input
{
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.requiresJavaScript
{
	display: none;
}
.JavaScriptEnabled div.requiresJavaScript
{
	display: block;
}
.JavaScriptEnabled span.requiresJavaScript
{
	display: inline;
}

a, a:link
{
	color: #00778D;
	text-decoration: underline;
}
a:hover
{
	text-decoration: none;
}
a:visited
{
	color: #00778D;
}
a img
{
	border: none;
}
.HighContrastEnabled a
{
	color: #FFFF4D;
}

.ikkeaktiv
{
	color: Gray;
	font-style: italic;
}

.forAccessibilityOnly
{
	position: absolute;
	top: -5000px;
	left: -5000px;
	/*top: 10px;
	left: 200px;
	border: solid 1px red;
	z-index: 100;*/
}

form
{
	background: transparent url(../gfx/bg_shape.gif) no-repeat center top;
	height: 100%;
	width: 100%;
}
.HighContrastEnabled form
{
	background: black none;
}

#Page
{
	margin: 0 auto;
	width: 976px;
	min-height: 100%;
}
#Footer
{
	background: white url(../gfx/footer_bg.gif) repeat-x left top;
	position: relative;
	margin: -100px auto 0 auto;
	width: 952px;
	height: 100px;
}
#Footer .shdir
{
	position: absolute;
	bottom: 33px;
	left: 20px;
}
#Footer .shdir a
{
	display: block;
	height: 23px;
	float: left;
    margin-right: 15px;
}
#Footer .content
{
	position: absolute;
	bottom: 25px;
	right: 13px;
	z-index: 999;
}
#Footer .content .copyright, #Footer .content span
{
	padding: 10px 0px 10px 10px;
	float: left;
}
#Footer .content a, .copyright
{
	background: transparent url(../gfx/footer_pipe.gif) no-repeat right 9px;
	padding: 10px;
	
}
.TextSizeLarge #Footer
{
	font-size: 1.29em;
}

.HighContrastEnabled #Footer .shdir a img
{
	display: none;
}
.HighContrastEnabled #Footer .shdir a
{
	background: black url(../gfx/logo_shdir_contrast.gif) no-repeat top left;
}

.HighContrastEnabled #Footer
{
	background: transparent none;
	border-top: 1px solid #666;
}

#Header
{
	position: relative;
	width: 964px;
	padding-top: 66px;
	padding-left: 12px;
}
#Header #MainMenu
{
	width: 950px;
}
#Header #Logo
{
	position: absolute;
	top: 19px;
	left: 28px;
}
#Header #TopMenu
{
	position: absolute;
	top: 13px;
	right: 14px;
	width: 600px;
	padding-left: 0px;
}
#Header #TopMenu .LoginUser
{
	display: none;
}
#Header #Search
{
	position: absolute;
	top: 80px;
	right: 25px;
}

#Content
{
	padding-bottom: 100px;
}

.Menupunkt
{
	color: #000000;
	background-color: #E8E8E8;
}
.Menupunkt_sub
{
	color: #000000;
	background-color: #E8E8E8;
	padding-left: 10px;
}
.MenupunktSelected
{
	color: #000000;
	background-color: #000066;
}

.commentButtons
{
	width: 100%;
}
.ventetidElement
{
	vertical-align: top;
}

