/* format standard */
body,td {
	margin: 0px;
	font-family: arial, verdana, sans-serif;
	font-size: 9pt;
	line-height: 18px;
	color: #000;
}
body {
	background-color: #FFF;
	text-align: center;
}
img {
	border: 0px;
}
a {
	text-decoration: underline;
	color: #5A0057;
}
a:hover, a:active {
	text-decoration: none;
	color: #0E909F;
}
table{
	margin: 0px;	
	padding: 0px;
}
p, form {
	margin:0px;
	padding:0px;
}
select {
	font-family: arial, verdana, sans-serif;
	font-size: 8pt;	
}

/* layout */	
#content {
	width: 770px;
	margin: 0 auto;
	text-align: left;
}
#top {
	width: 770px;
	height: 42px;
	margin: 6px 0px 0px 0px;
	border-top: #5A0057 6px solid;
	background-image: url(../images/logo_sportstimulering.gif); 
	background-position: bottom right;
	background-repeat: no-repeat; 
}

/* diversen */
.kop {
	color: #5A0057;
	font-weight: bold;
}
.subkop {
	color: #000000;
}
.kop2 {
	text-decoration:none;
	color: #000000;
	font-weight: bold;
}
.kop2 a {
	color: #000000;
	font-weight: bold;
	text-decoration:none;
}
.kop3 {
	color: #000000;
}

/* Menu */
#top ul {
    text-align: left;
	margin: 3px 8px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}
#top ul li {
	float: left;
	margin: 12px 4px 0px 0px;
	padding: 0px 4px 0px 0px;
	height: 14px;
	line-height: 14px;
	border-right: #5A0057 1px solid;
}
#top ul li ul li{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 12px 0px;
	border:none;
}
#top ul li.last {
	border-right: 0px;
}
#top ul li a {
	margin: 0px;
	text-decoration: none;
	display: block;
}
#top ul li a:hover, #top ul li a.active  {
	color: #0E909F;
}


/* Telmenu */
#telmenu {
	width: 100%;
	height: 42px;
	margin: 6px 0px 0px 0px;
	border-top: #5A0057 6px solid;
}
#telmenu ul {
    text-align: left;
	margin: 3px 8px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}
#telmenu ul li {
	float: left;
	margin: 12px 4px 0px 0px;
	padding: 0px 4px 0px 0px;
	height: 14px;
	line-height: 14px;
	border-right: #5A0057 1px solid;
}
#telmenu ul li.last {
	border-right: 0px;
}
#telmenu ul li a {
	margin: 0px;
	text-decoration: none;
	display: block;
}
#telmenu ul li a:hover, #telmenu ul li a.active  {
	color: #0E909F;
}
