/* Start of CMSMS style sheet 'AHa css' */
* {
	margin: 0; 
	padding: 0; 
}
html {
	height: 100%;
}
body {
	background: #fff url(images/bg-pattern.png) repeat top; 
	height: 100%;
	text-align: center;
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #9e005d;
	text-decoration: underline;
}
a img {
        border: none;
}
H1 {
	font-family: georgia, serif;
	font-weight: normal;
	font-size: 2em; 
	letter-spacing: 1px;
	margin: 20px 0 12px 0;
	color: #9e005d;
}

H2 {
	font-family: georgia, serif;
	font-weight: normal;
	font-size: 2em; 
	letter-spacing: 1px;
	margin: 20px 0 12px 0;
	color: #669ac9;
}

H3 {
	font-family: tahoma, arial, sans-serif;	
	font-weight: bold;
	font-size: 1em; 
	line-height : 1.6em;
	color: #669ac9; 
	margin: 5px 0 0 0;
}

H4 {
	font-family: tahoma, arial, sans-serif;	
	font-weight: bold;
	font-size: 1em; 
	line-height : 1.6em;
	color: #9e005d; 
	margin: 5px 0 0 0;
}

.grad {
	background: url(images/grad.png) repeat-x top;
	width: 100%;
	height: auto;
	min-height: 600px;
}
#wrap {
	width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	position:relative;
}
#sgleft {
	background: url(images/sg-left.png) no-repeat top;
	width: 20px;
	height: 400px;
	float: left;
}
#sgright {
	background: url(images/sg-right.png) no-repeat top;
	width: 20px;
	height: 400px;
	float: left;
}
#mainwrap {
	background: #fff url(images/bg.png) repeat-x top;
	width: 920px;
	float: left;	
}
#main {
	width: 800px;  
	margin: 0 60px 0 60px;
}
#header {
	background: url(images/head.png) no-repeat top;
	width: 800px; 
	height: 400px;	
}  
#contenttop {
	width: 800px;
	height: 6px;
}
#contentwrap {
	background: #fff;
	width: 800px;
	height: auto;
	overflow: auto;
}
#leftcontent {
	width: 460px;
	margin: 0 25px 0 25px;
	float: left;
	text-align: left;
	font-family: tahoma, arial, sans-serif;	
	font-size: 0.8em; 
	line-height : 1.6em;
	color: #000; 
}
#rightwrap {
	width: 290px;
	float: right;
}
#rightheader {
	width: 240px;
	min-height: 10px;
	height: auto !important;
	height: 10px;
	margin: 0 25px 0 25px;
	float: right;
	text-align: left;
	font-size: 0.8em; 
	line-height : 1.6em;
}
#rightcontent {
	background: #e8f2fa url(images/datotop.png) no-repeat top;
	width: 240px;
	margin: 8px 25px 0 25px;
	float: right;
}
#datoer {
	background: #e8f2fa;
	width: 220px;
	min-height: 180px;
	height: auto !important;
	height: 180px;
	margin: 0 7px 0 13px;
	float: right;
	text-align: left;
	font-family: tahoma, arial, sans-serif;	
	font-size: 0.8em; 
	line-height : 1.3em;
	color: #000; 
}
#lenker {
	background: #fff;
	width: 240px;
	margin: 0 25px 0 25px;
	float: left;
	text-align: left;
	font-family: tahoma, arial, sans-serif;	
	font-size: 0.8em; 
	line-height : 1.6em;
	color: #000; 
}
#rightbottom {
	background: #fff url(images/datobunn.png) no-repeat top;
	width: 240px;
	height: 10px;
	margin: 0 25px 0 25px;
	float: right;
}
#contentbottom {
	background: #fff url(images/line2.png) no-repeat top;
	margin: 40px 0 0 0;
	width: 800px;
	height: 6px;
}
#footer {
	background: #fff;
	width: 800px;
	height: 75px;
	margin: 40px 0 40px 0;
}
#menu {
	float: right;
	width: 800px;
	height: 50px;
	font-family: tahoma, arial, sans-serif;
	font-size: 0.95em; 
	line-height: 1.6em;
	color: #333;
	}
#menu ul {
	margin: 0;
	padding: 25px 0 0 0;
	list-style: none;
	}
#menu li {
	display: inline;
	margin: 0;
	padding: 0;
	}
#menu li .menuactive { /** currently selected menu item **/
	color: #9e005d;
	}
#menu a {
	float: right;
	margin: 0;
	padding: 0 0 0 15px;
	text-decoration: none;
	}
#menu a span {
	float: right;
	display: block;
	padding: 0;
	}
/* End of 'AHa css' */

