@charset "utf-8";
body{
	height: 100%;
	font-size: 8pt;
	font-family: verdana, sans-serif;
	text-align: center;
	background-image: url(../GFX/png/body_bg.png);
	cursor: default;
	margin: 0px;
}

a{
	font-family: "Hobo Std";	
	font-size: 10px;
}
a:link {
	color: #003366;
}

a:visited {
	color: #000033;
}

a:hover	{
	color: #0033FF;
}

a:active {
	color: #333333;
}

hr {
	color: #666666;
	width: 95%;
	height: 1px;			
}

ul{
	list-style-type:circle;
	list-style-position:inside;
	margin-left:5px;
}

a.kursus{
	color: #666666;
	font-variant: small-caps;
}
a:link.kursus, a:visited.kursus{
	color: #333333;
}
a:hover.kursus, a:active.kursus{
	color: #666666;
	font-style: italic;
}

#pagebox-bg {
	height: 100%;
	width: 945px;
	background-repeat: repeat-x;
	background-color: #FFF;
	position: relative;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../GFX/png/page_bg.png);
}
#shadow-left {
	height: 100%;
	background-image: url(../GFX/png/pageshadow_left.png);
	background-repeat: repeat-y;
	background-position: left;
}
#shadow-right {
	height: 100%;
	background-image: url(../GFX/png/pageshadow_right.png);
	background-repeat: repeat-y;
	background-position: right;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#top {
	clear: both;
	float: none;
	width: 925px;
	background-position: center top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#top1 {
	clear: both;
	float: none;
	width: 925px;
	background-position: center top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

#midt{
	clear: both;
	float: none;
	width: 925px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 30px;
	background-image: url(../GFX/png/page_bg_top.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

#menu {
	clear: both;
	float: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	position: relative;
	margin: 0px;
	padding: 1px;
	height: 100%;
	width: 100%;
}

#main {
	position: relative;
	width: 603px;
	float: right;
	clear: none;
	top: -64%;
}


#indhold {
	clear: both;
	float: none;
	width: 723px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background-color: #FFFFFF;
	background-image: url(../GFX/png/indhold_bg.png);
	background-repeat: repeat-y;
	background-position: center;
}

.indhold_top{
	background-image: url(../GFX/png/indhold_top.png);
	background-color: #FFFFFF;
}

.indhold_bund{
	background-image:url(../GFX/png/indhold_bund.png);
	background-color: #FFFFFF;	
}

#topmenu * {
	text-align: left;
	background-position: center;
}
#topmenu {
	clear: both;
	float: none;
	width: 723px;
	background-image: url(../GFX/png/topmenu_bg.png);
	background-repeat: repeat-x;
	background-color: #E8E8E8;
	border: 1px solid #369;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}

#topmenu-shadow {
	clear: both;
	height: 5px;
	background-image: url(../GFX/png/topmenu_shadow.png);
	background-repeat: repeat-x;
	background-color: #FFF;
	line-height: 100%;
	overflow: hidden;
	margin: 0 0 15px 0;
	width: 100%; /* Be nice to Safari */
}

#shadow-left>#shadow-right {
	padding-bottom: 40px;
}
#bund {
	width: 925px;
	font-size: xx-small;
	font-family: "Times New Roman", Times, serif;
	text-align: right;
	color: #333333;
	background-position: center bottom;
	text-align: right;
	vertical-align: bottom;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	cursor: default;
	position: relative;
	bottom: 0px;
	background-repeat: no-repeat;
}
#bottom {
	width: 925px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: small-caps;
	background-position: center bottom;
	text-align: center;
	vertical-align: bottom;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	cursor: default;
	position: relative;
	bottom: 0px;
	background-repeat: no-repeat;
}

#bottom table tr td a:link {
	text-decoration: none;
	color:#000000;
}

#bottom table tr td a:hover {
	text-decoration: none;
	color:#000000;
	font-weight: bold;
}

#bottom-shadow {
	float: left;
	height: 5px;
	background-image: url(../GFX/png/topmenu_shadow.png);
	background-repeat: repeat-x;
	background-color: #FFF;
	line-height: 100%;
	overflow: hidden;
	width: 100%; /* Be nice to Safari */
}
#submenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 10px;
	font-variant: small-caps;
	text-align: left;
}

#submenu tr td a:link {
	text-decoration:none;
	color: #666666;
}
#submenu tr td a:hover {
	text-decoration:none;
	font-weight:bold;
	color: #666666;	
}
#submenu tr td a:active {
	text-decoration:none;
	font-weight:bold;
	color: #666666;	
}
#submenu tr td a:visited {
	text-decoration:none;
	color: #666666;	
}

.toggleopacity img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

.toggleopacity:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
}

.indhold_top_left {
	background-image: url(../GFX/png/top_left.png);
	height: 40px;
	width: 40px;
	background-repeat: no-repeat;
}

.indhold_top_midt {
	background-image: url(../GFX/png/top_midt.png);
	background-repeat: repeat-x;
	height: 40px;
	text-align: center;
}
.indhold_top_midt h1 {
	color: #333333;
	font-family: "Hobo Std";
	font-size: 14px;
	text-align: center;
	font-variant: small-caps;
}

.indhold_top_right {
	background-image: url(../GFX/png/top_right.png);
	height: 40px;
	width: 40px;
}

.indhold_left {
	background-image: url(../GFX/png/indhold_left.png);
}

.indhold_right {
	background-image: url(../GFX/png/indhold_right.png);
}

.indhold_buttom_left {
	background-image: url(../GFX/png/buttom_left.png);
	height: 40px;
	width: 40px;
}

.indhold_buttom_midt {
	background-image: url(../GFX/png/buttom_midt.png);
	background-repeat: repeat-x;
	height: 40px;
	
}

.indhold_buttom_right {
	background-image: url(../GFX/png/buttom_right.png);
	height: 40px;
	width: 40px;
}

.indhold_main {
	background-image: url(../GFX/png/indhold_bg.png);
	background-repeat: repeat;
}


.layout {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	width: 100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.top {
	color: #FFFFFF;
	background-color: #EEEEEE;
	vertical-align: top;
	height: 40px;
}
.top1 {
	background-color: #DADBDB;
	height: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C0C1C1;
	border-bottom-color: #C0C1C1;
}

.left {
	color: #000033;
	vertical-align: top;
	border-right-color: #cccccc;
}
.middle {
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 80%;
	vertical-align: top;
	text-align: left;
}

