body {
	background: #ECECED url('../img/bg.gif');
	margin-top: 0;
	}

#header{
	background: #FFF url('../img/bg_top.jpg');
	width: 908px;
	height: 118px;
	margin: 0 auto 0 auto;
	}

#wrap{
	background: #FFF url('../img/bg_main.gif');
	width: 908px;
	margin: 0 auto 0 auto;
	padding-top: 0;
	}

#footer{
	background: #EDECE8 url('../img/bg_footer.gif');
	clear: both;
	height: 26px;
	padding: 8px 27px 0 0;
	text-align: right;
	}

#content{
	background: url('../img/skugga.gif') top right no-repeat;
	width: 901px;
	/*padding: 8px 27px 0 0;*/
	}

#contentLeft{
	float: left;
	display: inline;
	margin: 50px 40px 30px 30px;
	}
	
.normal{
	width: 320px;
	}

.wide{
	width: 500px;
	}

.narrow{
	width: 250px;
	}

#contentRight, #contentRightStart, #contentRightWide{
	margin: 50px 0 30px 0;
	float: left;
	display: inline;
	}

#contentRight, #contentRightStart{
	width: 260px;
	}

#contentRightWide{
	width: 330px;
	}


/* ---  HEADLINES  --- */

h1{
	font-family: Georgia, Times New Roman, sans-serif;
	font-size: 1.4em;
	color: #515E6A;
	margin: 0 0 15px 0;
	}

h2{
	font-family: Georgia, Times New Roman, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #515E6A;
	margin-bottom: 10px;
	}

h1.top, h2.top{
	margin-top: 0;
	}

h2.tight{
	margin-bottom: 5px;
	}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #515E6A;
	margin-bottom: 0;
	}


/* ---  PARAGRAPHS  --- */

p.bread{
	font-family: Verdana, Arial, Helvitica, sans-serif;
	font-size: .7em;
	line-height: 1.4em;
	margin-top: 0;
	margin-bottom: 15px;
	}

p.news{
	font-family: Verdana, Arial, Helvitica, sans-serif;
	font-size: .6em;
	margin-top: 0;
	margin-bottom: 10px;
	}

p.menuRows{
	font-family: Verdana, Arial, Helvitica, sans-serif;
	font-size: .7em;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 2px;
	}

.grey{
	color: #76787C;
	}

.footer{
	font-family: Verdana, Arial, Helvitica, sans-serif;
	font-size: .7em;
	color: #76787C;
	}


/* --- LÄNKAR --- */

a{
	color: #76787C;
	text-decoration: none;
}

a:hover{
	color: #000;
	text-decoration: underline;
}

a.menuRow{
	color: #666;
	text-decoration: none;
	}

a.menuRow:hover{
	color: #000;
	}


/* ---  IMAGES  --- */

#header img.logo{
	position: relative;
	top: 15px;
	left: 40px;
	border: none;
	}

.noBorder{
	border: none;
	}


/* --- TABLES --- */

table.table
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px 5px 20px 0px;
	border-top: 1px solid #B2B2B2;
	border-left: 1px solid #B2B2B2;
}

td.table
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-bottom: 1px solid #B2B2B2;
	border-right: 1px solid #B2B2B2;
}

table.tableBorderless
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px 5px 20px 0px;
	border: none;
}

td.tableBorderless
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: none;
}


/* --- LISTS --- 

ul {
	list-style-type: disc;
	font: .7em/2em Verdana, Helvetica, sans-serif;
	margin-top: 0em;
	margin-left: 0;
	margin-bottom: 0em;
	padding-left: 1em;
	}

li {
	list-style-position: outside;
	}*/

#list{
	margin:  5px 0 5px -10px;
	/*width: 595px;*/
	}

#list ul{
	list-style: disc outside;
	font: 0.7em/1.6em Verdana, Helvetica, sans-serif;
	/*padding:  0 auto 10px 0;*/
	}

#list li{
	}


/* --- FORMULÄR --- */

.formlabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	}

.alert {
	color: #F0004A;
	}
	
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #F2F2F2;
	border: 1px solid #646464;
	padding: 0 10px 0 10px;
	margin-top: 3px;
	}
	
.input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border: 1px solid #ACACAC;
	margin-top: 1px;
	margin-bottom: 5px;
	}

.input2 {
	font-family: Verdana, Geneva, Arial;
	font-size: 10px;
	border-style: solid;
	border-width: 1;
	background-color: #EEEEEE;
	}
