* {
	padding: 0;
	margin: 0;
}
none {
	
}
body {
	background: #616161;
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size: 13px;
	padding: 0;
	margin: 0;
	color: #444;
	line-height: 17px;
}
img {
	border: none;
      padding-top:    5px;
      padding-bottom: 5px;
      padding-right:  5px;
      padding-left:   5px;
}
a {
	color: #CD3335;
}

a:hover {
	text-decoration: none;
	color : #111;
}
h3 {
	border-bottom: 1px dotted #aaa;
	color: #CD3335;
	padding-bottom: 4px;
	margin: 14px 0 7px 0;
	font-weight: 100;
	font-size: 22px;
	letter-spacing: -1px;
}
h3 a {
	text-decoration: none;
	font-size: 22px;
	letter-spacing: -1px;
}
h3 a:hover {
	color: #333;
}
#wrap {
	width: 800px;
	margin: 20px auto;
}
#top {
	background: #616161 url(bilder/top.jpg) no-repeat;
	padding: 10px 0;
}
#header {
	height: 120px;
	background: #616161 url(bilder/header.jpg) no-repeat;
}
#header h1 {
	color: #FFF;
	font-size: 38px;
	font-weight: 600;
	letter-spacing: -2px;
	padding: 40px 0 0 33px;
}
#header h1 a {
	color: #FFF;
	text-decoration: none;
}
#header h1 a:hover {
	color: #111;
	text-decoration: none;
}
#header h2 {
	font-size: 16px;
	color: #eee;
	padding: 9px 0 0 33px;
}
#menu {
	height: 30px;
	line-height: 30px;
	background: #616161 url(bilder/menu.jpg) no-repeat;
	padding-left: 25px;
}
#menu li {
	float: left;
	list-style-type: none;
	padding-right: 7px;
}
#menu li a {
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 0 10px;
	font-weight: 100;
}
#menu li a:hover {
	background: #666;
}
#menu ul {
}
#content {
	padding: 0 20px;
	background: #616161 url(bilder/content.jpg) repeat-y;
	font-weight:  normal;
}
#left {
	padding: 10px 0 20px 20px;
	width: 550px;
	float: left;
      padding-right:5px;
      overflow: auto;
      text-overflow: ellipsis;
      height: 500px;
	font-size: 13px;
	text-align: justify;
}
#left h3 {
	border-bottom: 1px dotted #6C91FC;
}
#leftcontent {
	width: 230px;
	float: left;
	text-align: justify;
}
#leftright {
	width: 240px;
	float: left;
	font-size: 13px;
	text-align: right;
}
#right {
	width: 150px;
	height: 400px;
	float: right;
	padding: 10px 20px 20px 0;
}
#right h3 {
	color: #CD3335;
}
#right ul {
	list-style-type: none;
	padding: 10px 0 10px 0;
}
#right ul li {
	padding: 2px 0 3px 0;
}
#right ul li a {
	color: #666;
	font-weight: 100;
	display: block;
	text-decoration: none;
	font-size: 13px;
	border-bottom: 1px dotted #666;
}
#right ul li a:hover {
	color : #111;
}
#rightcontent {
	width: 290px;
	float: right;
	font-size: 13px;
	text-align: justify;
}
#name {
	width: 530px;
    float: left;
}
#footer {
	font-size: 11px;
	color: #eee;
	text-align: center;
	height: 30px;
	line-height: 30px;
	background: #880000 url(bilder/footer.jpg) no-repeat;
}
#footer a {
	color: #eee;
}
#footer a:hover {
	color: #aaa;
	text-decoration: underline;
}
#bottom {
	background: #616161 url(bilder/bottom.jpg) no-repeat;
	padding: 5px 0;
}
.calendar {
	font-size: 11px;
}
#login {
	font-size: 12px;
}
.dold {
	visibility:	hidden;
}
.synlig{
	visibility:	visible;
}