.clearBoth {clear: both;}

body {
	background-color: #CCCCCC;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

#wrapper {
	text-align: left;
	width: 760px;
	margin: 15px auto 0 auto;
	border: 1px solid #000;

}
#header {
	background-color: #999999;
	height: 135px;
	width: 100%;
}

#logo {
	float: left;
	width: 429px;
	height: 115px;
	margin-top: 10px;
	margin-left: 10px;
}
#headcenter {
	float: left;
	height: 100px;
	margin-top: 20px;
	margin-left: 30px;
}

#headright {
	float: right;
	width: 160px;
	margin: 20px 10px 0px 15px;
	color: white;
	font-size: 1.0em;
	font-weight: bold;
	text-align: right;
}
#headright .eng {
	color:#4F4F4F;
	padding-top: 1.0em;
}

/*
-------------------------------------
	footer
*/

#footer {
	clear: both;
	padding:0 0.5em;
	background-color: #999999;
	color: #ffffff;
	border-top:1px solid #999;
	font-size:0.75em;
	line-height:2.0;
}

#footer address {
	font-style:normal;
}

#footer address a{
	color: #ffffff;
}

#footer p {
	float:right;
	margin:0;
}

/*
-------------------------------------
	Navigation
*/

ul#navigation
		{
	padding-left: 0;
	margin-left: 0px;
	list-style-type: none;
	float: left;
	width: 100%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
		}

ul#navigation li 
		{
		display: inline;
		}

ul#navigation a 
		{
		display: block;
		float: left;
		padding: .4em 2em;
		text-decoration: none;
		color: #fff;
		background-color: #999;
		border-right: 1px solid #fff;
		}

ul#navigation a:hover 
		{
		color: #000;
		background-color: #69c;
		}

/*
	Navigation in menu, indication of active page.
*/		
body#home		li#nav-home a,
body#deltagare	li#nav-deltag a,
body#about		li#nav-about a,
body#findus		li#nav-findus a
		{
		color: #CC9966;
		background-color: #000;
		}

/*
-------------------------------------
	Content
*/
#content	 {
	width: 100%;
	height: auto;
}

#content p
{
	text-align: center;
	background-color: #EFEFEF;
	padding-top: 5px;
	padding-bottom: 5px;
}
/*
-------------------------------------
	Exhibiter content
*/

#content-exhibit	 {
	background: url(../bilder/tonad_bg.jpg) repeat-y top left;
	width: auto;
}

#content-exhibit img{
	float: right;
	padding-top: 0px;
	padding-right: 30px;
	width: 480px;
	height: auto;
}

#wrapper-person	 {
	padding-left: 30px;
}

#exhibiters	 {
	padding: 10px 0px 20px 130px;
}

.eng	 {
	color: #6666CC
}


.person	 {
	padding-bottom: 1em;
}

.person	 p{
	padding-bottom: 0.2em;
	color: #CC6600;
	font-weight: bolder;	
}

.person	 a{
	color: #999999;
}
.person	 a:visited{
	color: #333333;
}
/*
-------------------------------------
	Exhibiter content
*/

#content-about	 {
	background: url(../bilder/tonad_bg.jpg) repeat-y top left;
	width: auto;
	height: 380px;
	line-height: 130%;
	font-size: 0.85em;
}
#sidebar-left	 {
	float: left;
	width: 220px;
	height: 340px;
	overflow: auto;
	padding: 20px 20px 20px 20px;
	
}
#sidebar-right	 {
	float: right;
	width: 220px;
	height: 340px;
	overflow: auto;
	padding: 20px 20px 20px 20px;
}
#middlebar	 {
	height: 360px;
	width: 238px;
	overflow: auto;
	margin: 0px 0px;
	padding-top: 20px;
}

#middlebar	 img{
	width: 100%;
}

/*
-------------------------------------
	Content map & find us
*/
#content-findus	 {
	background: url(../bilder/tonad_bg.jpg) repeat-y top left;
	width: 100%;
	height: 400px;
	font-size: 2.5em;
	text-align: center;
	color: #666666
}
#content-findus	 img {float: left;
}
#kart_text {
	float: right;
	margin: 0px;
	padding-top: 50px;
	height: auto;
	width: 410px;
}

/*
-------------------------------------
	Various
*/
.highlight
{
	text-align: center;
	font-size: 1.6em;
	color: #993300
}

/*
-------------------------------------
	Icons on links
*/
a.pdf {
	padding: 0 0 0 22px;
	background: url(../images/icon-pdf.gif) no-repeat;
}
a.doc {
	padding: 0 0 0 22px;
	background: url(../images/icon-doc.gif) no-repeat;
}


