body {
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	color: #333;
}

a {
	text-decoration:none;
	color:#B60005;
}

p {
	margin: 0 0 18px 0;
}

a:hover {
	text-decoration:underline;
}

h1 {
	font-size:20px;
	margin:0 0 15px 0;
	color:#B60005;
}

h3 {
	font-size:1em;
	font-weight:bold;
	color:#B60005;
	margin:0;
	display:inline;
}

#container {
	width: 900px;
	margin: 10px auto; 
	background: #fff url(../bilder/svart-bakgrund.gif) left repeat-y;
}

#svartspalt {
	float:left;
	background-color: #000;
	width: 185px;
	text-align: center;
}

	#svartspalt-topp {
		background: #000 url(../bilder/svartspalt-top.gif) top no-repeat;
		width: 100%;
		height: 5px;
	}
	
	#svartspalt-bottom {
		background: url(../bilder/svartspalt-bottom.gif) bottom left no-repeat;
		height: 5px;
	}
	
	#anm-deltagare {
		padding-left:35px;
	}
	
	#anm-utstallare {
		padding-right:35px;
	}
	#svartspalt a {
		color:#000;
	}
	
#main {
	position:relative;
	float:left;
	width:715px;
	background-color:#fff;
}

#header {
	height:129px;
	width:715px;
	position:relative;
}

#bubblabit {
	position:absolute;
	z-index: 10;
	left:588px;
	top:129px;
}
	
#meny {
	margin:3px 0 40px 0;
	background-color:#B60005;
	width:100%;
	position:relative;
}

	#meny ul {
		list-style:none;
		margin:0;
		padding:0;
	}
	
	#meny li {
		margin:0;
		padding:0;
		display:inline;
	}
	
	#meny a {
		background-color:#B60005;
		padding:0px 11px;
		border-left:#fff solid 1px;
		font-size:11px;
		line-height:20px;
		color:#ffffff;
		font-weight:bold;
		float:left;
	}
	
	#meny li.vald a, #meny a:hover {
		text-decoration:none;
		background-color:#fff;
		color:#B60005;
	}
	
	/* undermenyer */
	#meny li ul {
		display:none;
	}
	
	#meny li.vald ul {
		display:block;
		position:absolute;
		top:20px;
		border: #FFD9DA 1px solid;
		border-top:0;
	}	
	#meny ul#mnuProgram { left:100px; }
	#meny ul#mnuUtstallare { left:300px; }
	#meny ul#mnuPress { left:380px; }	
	
#innehall {
	text-align: left; 
	padding-left:75px;
	width:470px;
	padding-bottom:10px;
}

img {
	border:0;
}

.clearfloat {
	clear:both;
	height:0;
    line-height: 0px;
}

.formstyle8,
.formstyle9 
{
	font-size: 12px;
}

.HeadRed {
	color: #B60005;
	font-weight: bold;
}
.HeadColored {
	color: #B60005;
	font-weight: bold;
	background-color:#f1f1f1;
}
.code
{
    font-size:12px;
    font-family: 'Courier New' , Courier, monospace;
}

