html, body {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	background-color:#006651;
	font-size:9pt;
}

#frame {
	margin:auto;
	width:775px;
	text-align:left;
	background-color: #dde1df;
}

#header {
	height:165px;
	text-align:right;
	/* background-image:url(../bilder/layout/topframe_bg.jpg); */
	background-color:#FFF;
	background-repeat:no-repeat;
}

#header #logo {
	float:left;
}

.topmenu {
}

.topmenu a {
	text-decoration:none;
	color:#000;
	padding:0 5px;
	border-right:1px solid #000;	
	background-color:#FFF;
}

.topmenu a.lastlink {
	border-right:none;
}

.leftmenu {
	width:120px;
	height:400px;
	background-color:#dde1df;
	float:left;
	padding-left:20px;
	font-size:11pt;
	color:#006651;
	margin-top:-18px;
}


.leftmenu ul {
	list-style:none;
	margin:0;
	padding:0;
}

.leftmenu ul.navigation2 {
	font-size:9pt;
}

.leftmenu ul.navigation2 li {
	padding-left:15px;
}

.leftmenu li a {
	text-decoration:none;
	display:block;
	color:#006651;
	margin-top:10px;
}

.leftmenu li a.active {
	font-weight:bold;
}

.content {
	width:465px;
	background-color:#FFF;
	float:left;
	padding-left:10px;
	padding-bottom:10px;
	min-height:400px;
	
}

.content div,
.content p {
	margin-right:10px;
}

#rightcol {
	width:160px;
	background-image:url(../bilder/layout/right_bg.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	height:400px;
	float:right;
	color:#000;
	background-color:#dde1df;
	overflow:hidden;
}

#rightcol div.news-latest-container,
#rightcol div.csc-textpic-intext-left,
#rightcol h4{
	padding-left:8px;
}

#rightcol p,
#rightcol div.csc-header {
	padding-left:15px;
}

.last_update {
	padding-left:30px;
}

#footer {
	clear:both;
	background-color:#FFFFCC;
	font-size:10pt;
	padding-left:10px;
}

h1.csc-firstHeader {
	font-size:10pt;
	margin-top:10px;
}

h1 {
	font-size:10pt;
}

h2 {
	font-size:10pt;
}


h3 {
	font-size:9pt;
}

a {
	color:#666;
}
.csc-frame {
	width : auto;
}

.csc-frame-rulerAfter {
	border-bottom:solid #808080 1px;
	height:1px;
}

span.news-list-date {
	color:#AAA;
	font-size:11px;
}

div.news-single-category {
	font-style:italic;
}

