body {
	padding: 2em;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	background-color: #333333;
	background-image: url(img/fade.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
	color: #CCCCCC;
}
h2 {margin: 0 0 0.5em 0; font-size: 2.5em;}
h3 {margin: 1em 0 0.5em 0; font-size: 1.5em;}
h4 {margin: 1.5em 0 0.5em 0; font-size: 1em;}
p {line-height: 1.8em; margin: 0 0 5px 0;}

/* sidlayout */
#layout {
	width: 700px;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
	background-image: url(img/c_bg1.jpg);
}
#sidhuvud {
	padding: 10px;
	margin: 0;
	height: 135px;
}
#kolumncontainer{
	float: left;
	width: 700px;
}
#kolumn1 {
	float: left;
	width: 470px;
	padding: 10px;
	background-color: #333333;
}
#kolumn2 {
	float: left;
	width: 190px;
	padding: 10px;
	background-image: url(img/trans.png);
	background-repeat: repeat;
	height: 100%;
}
#sidfot {
	clear: both;
	padding: 10px;
	border-bottom: 1px solid #666666;
	background-image: url(img/bottom.jpg);
	height: 30px;
}

/* meny */
#menycontainer{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C2C2C0;
}
#menycontainer ul{padding: 0.5em 0; margin: 0;}
#menycontainer li{margin-right: 0.2em; display: inline; list-style: none;}
#menycontainer li a{
	text-decoration: none;
	padding: 0.5em 1em;
	margin-left: 0;
	font-weight: bold;
}
#menycontainer a:link{color: #CCCCCC;}
#menycontainer a:visited{color: #CCCCCC;}
#menycontainer a:hover{
	color: #DDB97D;
}
#menycontainer a#current{
	color: #DDB97D;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #CCCCCC;
}
a:hover {color: #cccccc; }

