.foo {}
/****************************************************************************************************
	Reset
****************************************************************************************************/
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{ margin: 0; padding: 0; }
html{ width: 100%; height: 100%; }
body{ width: 100%; height: 100%; font-size: 62.5%; }
table{ border-collapse: collapse; border-spacing: 0; }
fieldset,img{ border: 0; }
address,caption,cite,code,dfn,em,strong,th,var{ font-style: normal; font-weight: normal; }
ol,ul { list-style: none; }
caption,th { text-align: left; }
h1,h2,h3,h4,h5,h6{ font-size: 100%; }
q:before,q:after{ content:''; }
a:link,a:hover,a:visited,a:active,a:focus{ text-decoration: none; outline: 0; }

/****************************************************************************************************
	Format
****************************************************************************************************/

body
{
	font-family: "Trebuchet MS", Helvetica, Arial;
	color: #FFF;
}

a:link, a:visited
{
	color: #00bffe;
	font-weight: bold;
	text-decoration: underline;
}
	a:hover
	{
		font-weight: bold;
	}
	a:focus, a:active
	{
		outline: none;
	}

a[rel="External"]
{
   padding-right: 1.5em;
   background: transparent url(/res/img/external.gif) no-repeat center right;
}

a[href$=".pdf"][rel="External"]
{
   padding-right: 1.5em;
   background: transparent url(/res/img/pdf.gif) no-repeat center right;
}

a[href^="mailto:"]
{
   padding-right: 1.5em;
   background: transparent url(/res/img/mailto.gif) no-repeat center right;
}

p
{
	font-size: 120%;
	line-height: 140%;
}
#Content p,
#Content table
{
	font-size: 120%;
	margin: 0 0 1em 0;
}


b, strong
{
	font-weight: bold;
	color: #00bffe;
}
	b.Red, strong.Red
	{
		color: #C60000;
	}

i, em
{
	font-style: italic;
	color: #00bffe;
}

h1, h2, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*Rubrik */
h1
{
	font-size: 240%;
	font-weight: lighter;
	margin-left: .5em;
	margin-bottom: .3em;
	clear: both;
}

/*Underrubrik */
h2
{
	margin-left: .5em;
	font-size: 200%;
	font-weight: lighter;
	color: #00bffe;
}

/* Ingress */
h3
{
	font-size: 120%;
	font-weight: normal;
	font-style: italic;
	margin: 0 1em 1em 1em;
}

/* Paragrafrubrik */
h4
{
	font-size: 140%;
	color: #00bffe;
}

/* Citattext */
h5
{
	font-size: 100%;
	font-weight: normal;
	font-style: italic;
}

hr
{
	display: block;
	height: 3px;
	background: url(/res/img/hb.gif) top left repeat-x;
	margin-top: 1em;
	border: 0;
}
br.Clear
{
	clear: both;
}
div.ClearBox
{
	width: 100%;
	overflow: hidden;
}

#Content ul
{
	list-style: disc;
	font-size: 120%;
	margin: .5em 0 1em 2em;
}
	#Content ul li
	{
		margin: .1em 0;
	}

/****************************************************************************************************
	Classes
****************************************************************************************************/
.Left
{
	float: left;
}

.Right
{
	float: right;
}

.Center
{
	display: block;
    margin-left: auto;
    margin-right: auto;
	text-align: center;
}
.Center div.Content
{
	width: 570px
}
div.Center
{
	width: 600px;
}

.VBR
{
	background: url(/res/img/vb.gif) top right repeat-y;
	padding-right: 1em;
}

.VBL
{
	background: url(/res/img/vb.gif) top left repeat-y;
	padding-left: 1em;
}

.HBT
{
	background: url(/res/img/hb.gif) top left repeat-x;
}

.HBB
{
	background: url(/res/img/hb.gif) bottom left repeat-x;
}

.Column
{
	width: 295px;
}
.Column div.Content
{
	width: 265px;
}

.Column3
{
	width: 190px;
	margin-right: 10px;
}
.Column3 div.Content
{
	width: 160px;
}

.TopSpace
{
	margin-top: 15px;
}

.BottomSpace
{
	margin-bottom: 15px;
}

.Img,
.ImgRight,
.ImgLeft,
.ImgCenter
{
	border: 3px solid #373737;
}
.ImgRight
{
	float: right;
	margin: 5px 0 5px 15px;
}

.ImgLeft
{
	float: left;
	margin: 5px 15px 5px 0;
}

.ImgCenter
{
	display: block;
    margin-left: auto;
    margin-right: auto;
}
	
/****************************************************************************************************
	Form
****************************************************************************************************/

form
{
	margin: 2em 0;
}

fieldset br
{
	clear: left;
}
label, input.Text
{
	display: block;
	width: 20em;
	float: left;
	margin-bottom: .2em;
}

label
{
	text-align: right;
	width: 10em;
	padding-right: 1em;
	font-size: 120%;
}

input.Text, textarea.Text
{
	display: block;
	padding: .1em 0 .2em .5em;
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #494949;
	font-size: 120%;
}

textarea.Text
{
	border-width: .1em;
}

input.Text:focus
{
	border-color: #df4f13;
	background-image:url(/res/img/edit.gif);
	background-repeat:no-repeat;
	background-position:right;
}

input.Error, input.Error:focus, textarea.Error, textarea.Error:focus
{
	border-color: #FF0000;
	background-image:url(/res/img/error.gif);
	background-repeat:no-repeat;
	background-position:right;
}

input.Submit
{
	font-size: 90%;
	font-weight: bold;
	border: 1px solid #494949;
	margin-top: 1em;
	padding: .3em 1.2em;
	background: #FFFFFF;
}
	input.Submit:hover
	{
		color: #df4f13;
		border-color: #df4f13;
	}

div.Error
{
	display: block;
	width: 25em;
	margin: 2em 0 0 10em;
	padding: 1em 2em;
	background-color: #FFFFFF;
	border: 1px solid #FF0000;
}
	div.Error h1
	{
		margin: 1em;
		font-size: 100%;
		color: #FF0000;
		font-weight: bold;
	}
	div.Error p
	{
		margin: 0;
	}
