body {
	background: #474747;
	margin: 0;
	padding: 0;
}
#main {
	background: #fff;
	width:822px;
	padding:0;
	margin:auto;
	position: relative;
}
#header{
	padding: 50px 0 15px 25px;
	margin: 0;
}

#header-kristofer {
	width: 497px;
	height: 42px;
	background: url('images/kristofer_gustafsson_logo.gif') no-repeat;
	text-indent: -100em; /* Hack to hide header text and show picture to most visitors */
}
#language {
	float: right;
	position: relative;
	top: -100px;
	right: 13px;
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;
	font-size: 0.8em;
	color: #474747;
}
#language a {
	color: #474747;
}

#plate {
	background: #a2a888;
	padding: 25px 350px 30px 50px;
	margin: 5px 0 0 0;
}
#plate h2{
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;
	line-height: 1.3em;
	font-size:1.4em;
	color: #fff;
}
#vcard {
	float: right;
	border: 1px solid #e4e4e4;
	margin: 15px 0 0 0;
	padding: 10px 5px 5px 5px;
	font-size: 0.8em;
}
#vcard img {
	float: left;
	margin: 5px 0 0 0;
	border: 0;
	}
.bread {
	margin: 0;
	padding: 10px 330px 50px 50px;
	font-family: georgia,arial,helvetica,sans-serif;
	font-size: 90%;
	line-height:1.3em;
}
.contact {
	font-size: 1.1em;
	line-height: 1.2em;

}
.bread a {
	color: #000;
}
.bread li {
	margin: 3px 0 10px 0;
}

#footer {
	background: #e4e4e4 url('images/footer_background.gif') repeat-x;
	margin-top: 20px;
	padding: 10px 25px 20px 25px;	
	font-family: arial,helvetica,sans-serif;
	font-size: 0.7em;
	color: #474747;
	text-align: center;
}
#footer a {
	color: #000;
}
#footer a:hover {
	color: #bd3737;
	text-decoration:none;
}
#rightpanel {
	position: absolute;
	top: 200px;
	left: 515px;
	background: #474747;
	width: 230px;
	padding: 15px;
	margin: 0;
	font-family:arial,helvetica,sans-serif;
	color: #bfbfbf;
	font-size:0.9em;
}
#rightpanel h2 {
	margin: 0;
}

#rightpanel #caption {
	padding: 0 0 20px 0;
}
#rightpanel a {
	color: #fff;
	text-decoration: none;
}
#rightpanel a:hover {
	text-decoration: underline;
}

ul.links {
	padding: 0;
	margin: 0;
	border-top: 1px solid #bd3737;
}
ul.links li {
	border-bottom: 1px solid #bd3737;
	list-style-type: none;
	margin: 10px 0 10px 0;
	padding: 0 0 10px 0;
	color: #fff;
	font-weight: bold;
}
ul.links li img {
	border: 0;
	margin: 0 5px 0 0;
}
ul.links .link-description {
	font-weight: normal;
	font-size: 0.7em;
	margin-left: 15px;
}

.reddot {
	font-family:arial,helvetica,sans-serif;
	color: #bd3737;
	line-height: 5pt;
	font-size: 30pt;
}
.rightalign {
	text-align: right;
}
