* {
	margin: 0px;
	padding: 0px; 
}

ul {
	margin-left: 15px;
}

ol {
	margin-left: 18px;
}

a {
	color: #000000;
	text-decoration: underline;
}

h1, h2, h3, h4 {
	margin-top:0px;
	margin-bottom:4px;
	padding-top:0px;
	padding-bottom:0px;
	color: #A03033;
}

h1 {
	font-size: 16px;
	font-weight: bold;
}

img {
	border: 0px;
}

p.bodytext {
	margin-bottom: 8px;
}

body {
	margin-top: 15px;
	background-image: url("../images/background.jpg");
	background-repeat: repeat-x;
	background-attachment: fixed;
	text-align: center;
	margin-bottom: 25px;
}

#wrapper {
	position: relative;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 940px;
	background-color: #EFEFEF;

	font-family: Trebuchet MS, Verdana;
	font-size: 12px;
}

#header {
	margin: 0px;
	height: 169px;
	border-bottom: 1px solid #9E9E9E;
}

#shadow_top {
	position: absolute;
	background-image: url("../images/shadow_top.gif");
	background-repeat: repeat-x;
	height: 10px;
	width: 940px;
}

#menu {
  font-size: 12px;
	float: left;
	width: 205px;
	position: relative;
}

#menu .box {
  width: 175px;
	margin: 15px;
	position: relative;
}


#menu .box_top {
	background-image: url("../images/menu_corner.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	left: 0px;
	top: 0px;
	width: 175px;
	height: 4px;
	position: absolute;
}

#menu .box_content {
	position: relative;
	top: 4px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	background-color: #F6F6F6;
	margin: 0px;
}

#menu ul {
	list-style: none;
	margin: 0px;
	padding-left: 2px;
}

#menu a {
	text-decoration: none;
}

#menu a:hover {
	color: #A03033;
}

#menu li.level1 {
	font-weight: bold;
	list-style-type:none;
	padding-bottom: 1px;
	padding-left: 13px;
	background-image: URL("../images/arrow.gif");
	background-repeat: no-repeat;
	background-position: 0px;
}

#menu li.level1a a {
	font-weight: bold;
	list-style-type:none;
	padding-bottom: 1px;
	padding-left: 13px;
	background-image: URL("../images/arrow.gif");
	background-repeat: no-repeat;
	background-position: 0px;
	color: #A03033;
}

#menu li.level2 {
	font-weight: normal;
	list-style-type:none;
	padding-bottom: 1px;
	padding-left: 20px;
	background: none;
}

#menu li.level2a a {
	font-weight: normal;
	list-style-type:none;
	padding-bottom: 1px;
	padding-left: 20px;
	background: none;
	color: #A03033;
}

#content {
	position: relative;
	float: left;
	min-height: 300px;
	width: 705px;
}

#content .box {
	position: relative;
	margin-top: 15px;
	margin-bottom: 15px;
}

#content .box_top {
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url("../images/content_corner2.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 4px;
	width: 705px;
}

#content .box_content {
	position: relative;
	top: 4px;
	padding-top: 4px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	background-color: #F6F6F6;
	margin: 0px;
	height: 100%;
}

#content .box_bottom {
	position: relative;
	height: 1px;
	clear: both;
	width: 705px;
}

#margin {
	float: right;
	width: 210px;
}

#margin .box {
	margin-left: 5px;
	margin-bottom: 15px;
	margin-top: 15px;
	margin-right: 15px;
	position: relative;
}

#margin .box_top {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 190px;
	background-image: url("../images/margin_corner.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 4px;
}

#margin .box_content {
	position: relative;
	top: 4px;
	padding-top: 4px;
	padding-left: 6px;
	padding-right: 5px;
	padding-bottom: 6px;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	background-color: #F6F6F6;
}

/* SHOP */

#shopbasket {
	float: right;
	width: 200px;
}

#shopbasket .box {
	margin-left: 5px;
	margin-bottom: 15px;
	margin-top: 15px;
	margin-right: 15px;
	position: relative;
}

#shopbasket .box_top {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 180px;
	background-image: url("../images/margin_corner.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 4px;
}

#shopbasket .box_content {
	position: relative;
	top: 4px;
	padding-top: 4px;
	padding-left: 6px;
	padding-right: 5px;
	padding-bottom: 6px;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	background-color: #F6F6F6;
}

#shadow_bottom {
	clear: both;
	background-image: url("../images/shadow_bottom.gif");
	border-bottom: 1px #9E9E9E solid;
	height: 20px;
	padding-right: 15px;
	background-position: bottom;
	background-repeat: repeat-x;
	width: 925px;
}

#shadow_bottom a.rollover {
	display: block;
	width: 16px;
	height: 16px;
	background: url("../images/arrow_up.gif") 0 0 no-repeat;
	text-decoration: none;
}

#shadow_bottom a:hover.rollover {
	background-position: -16px 0;
}

#footer {
	clear: both;
	background-color: #FFFFFF;
	width: 940px;
	height: 40px;
	font-size: 9px;
}
#footer a {
	color: #AAAAAA;
}

#footer a:hover {
	color: #A03033;
}

/* TABLES */

.kurser {
	width: 100%;
}

table.menighedsplejer {
	border: 3px;
}
table.menighedsplejer td {
	margin: 3px;
	padding: 3px;
}

.tr2 {
	background-color: #EFEFEF;
}
th {
	background:#848484;
	color:#FDFDFD;
	font-size:14px;
	padding: 3px;
}

.tablepad {
	padding: 1px;
}

/* FORM */
#mailform fieldset.csc-mailform { border: 0; }
#mailform div.csc-mailform-field { padding: 3px; }
#mailform div.csc-mailform-field label { float: left; width: 75px; font-weight: bold; }
#mailform #mailformVlg_type label { float: none; font-weight: normal; }

