body {
	background-color: #B11F24;
	margin-top: 0;
	}

#wrap{
	background: #B11F24 url('../img/bg_main.gif');
	width: 952px;
	margin: 0 auto 0 auto;
	}

#header{
	background-color: #84A588;
	width: 900px;
	height: 119px;
	border-bottom: 1px solid #6F8B73;
	margin: 0 26px 0 26px;
	}
	
#content{
	background: #FFF url('../img/bg_content.gif');
	width: 900px;
	margin: 0 26px 0 26px;
	}

#left{
	width: 200px;
	/*padding-left: 0px;*/
	float: left;
	margin: 0 30px 0 0;
	text-align: left;
	/*border: 1px solid #000;*/
	}

#menu{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-left: 0;
	float: left;
	}

.contact{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 35px;
	float: left;
	margin-top: 25px;
	}

#contentLeft{
	float: left;
	margin: 35px 35px 20px 0;
	/*border: 1px solid #000;*/
	}

#contentRight{
	float: left;
	margin: 35px 0 20px 0;
	/*border: 1px solid #000;*/
	}

.normal{
	width: 325px;
	}

.slim{
	width: 285px;
	}

.wide{
	width: 640px;
	}

#footer{
	background: url('../img/bg_footer.gif') top no-repeat;
	margin: 0 auto 0 auto;
	clear: both;
	width: 952px;
	height: 47px;
	text-align: right;
	}


/* --- MENU --- */

#active {
	background-image: url('../img/menu_active.gif');
	background-repeat: no-repeat;
	background-position: left;
	}

#left ul{
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
	}

#left ul li{
	display: block;
	float: left;
	}

#left ul li a{
	display: block;
	float: left;
	color: #000;
	text-decoration: none;
	padding: 7px 0 0 17px;
	width: 183px;
	height: 23px;
	border-top: 1px solid #DCDCDC;
	border-bottom: 1px solid #C0C0C0;
	}

#left ul li a:hover{
	color: #000;
	background-image: url('../img/menu_hover.gif');
	background-repeat: no-repeat;
	background-position: left;
	}


/* ---  HEADLINES  --- */

h1{
	font-family: Georgia, Times New Roman, serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #791313;
	margin-bottom: 15px;
	}

h2{
	font-family: Georgia, Times New Roman, serif;
	font-size: 1em;
	font-weight: bold;
	color: #791313;
	margin-bottom: 7px;
	}

h1.top, h2.top{
	margin-top: 0;
	}


/* ---  PARAGRAPHS  --- */

p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	line-height: 1.3em;
	margin-top: 0;
	margin-bottom: 15px;
	}

.footer{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #76787C;
	/*margin-top: 15px;*/
	}


/* --- LÄNKAR --- */

a{
	color: #76787C;
	text-decoration: none;
}

a:hover{
	color: #000;
	text-decoration: underline;
}


/* ---  IMAGES  --- */

#header img.logo{
	position: relative;
	top: 22px;
	left: 200px;
	border: none;
	}


/* --- TABELL --- */

table.table
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0 5px 20px 0;
	border-top: 1px solid #B2B2B2;
	border-left: 1px solid #B2B2B2;
	background: #E6E6E6;
}

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: 0 5px 20px 0;
	border: none;
}

td.tableBorderless
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: none;
}

td.tableDark
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-bottom: 1px solid #B2B2B2;
	border-right: 1px solid #B2B2B2;
	background: #E6E6E6;
}


/* --- 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-right: 5px;
	}
	
.input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border: 1px solid #ACACAC;
	margin-top: 1px;
	margin-bottom: 5px;
	}