* { 
	margin: 0; padding: 0; 
	}

body {
	background: url(../media/standard/bg_top.jpg) repeat-x #e7e7e0;
	color: #102237;
	font-family: Georgia, Times, serif;
	font-size: 13px;
	line-height: 190%;
	}
	
/***** Diverse *****/		

h2 {
	font-size: 22px;
	font-weight: normal;
	line-height: 30px;
	margin: 0px 0px 21px 0px;
	}

h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	}
	
table, td {
	font-size: 13px;
	margin: 0px 0px 5px 0px;
	}
	
th {
	font-size: 15px;
	text-align: left;
	}
	
li {
	font-size: 13px;
	margin: 0px 0px 5px 15px;
	}	
	
p, ul {
	margin: 0px 0px 24px 0px;
	}
	
a {
	text-decoration: none;
	font-weight: bold;
	color: #102237;
	}
	
a:hover {
	color: #2d4c71;
	}	
	
img {
	border-width: 0px;
	}
	

/***** Top *****/	

#top {
	width: 980px;
	height: 130px;
	margin: 0 auto;
	}

#top h1 {
	width: 260px;
	height: 130px;
	float: left;
	background: url(../media/logo/logo_dmu.jpg) no-repeat center center;
	text-indent: -9999px;
	}
	
		
/***** Menu *****/		

#menu {
	width: 640px;
	height: 45px;
	padding-top: 55px;
	float: left;
	}

#menu a {
	float: left;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 14px;
	margin: 0px 0px 0px 30px;
	}

#menu a:hover, #menu a.indicator {
	border-bottom: 2px solid #fff;
	}

#menu a#sub {
	display: none;
	}
	
#menu img {
	border: 1px solid #333;
	margin-left: 20px;
	}	
	
	
/***** Submenu *****/

#submenu {
	width: 640px;
	float: left;
	}
	
#submenu a {
	float: left;
	color: #ddd;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 12px;
	margin: 0px 0px 0px 30px;
	}

#submenu a:hover, #submenu a.indicator {
	border-bottom: 1px solid #fff;
	}

#submenu a { 
	display: none; 
	}	

#submenu a#sub {
	display: inline;
	}
	
	
/***** Language *****/

#language {
	float: right;
	position: relative;
	top: -40px;
	width: 25px;
	}

#language img {
	border: 1px solid #333;
	}
	
/***** Header *****/	

#header {
	height: 244px;
	background: url(../media/standard/bg_header.jpg) repeat;
	text-align: center;
	}

#header table {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	}	

#header table td {
	font-size: 15px;
	color: #fff;
	}
	

/***** Content *****/	

#content {
	width: 980px;
	margin: 0 auto;
	}
	
	
/***** Content Left *****/	
	
#content_left {
	float: left;
	width: 580px;
	margin: 30px 0px 0px 0px;
	}
	
#content_left #column {
	float: left;
	width: 170px;
	margin: 0px 20px 0px 0px;
	*margin: 0px 10px 0px 0px;
	}
	
	
/***** Content Right *****/	
	
#content_right {
	float: right;
	width: 380px;
	margin: 30px 0px 0px 0px;
	}
		
#content_right h2 {
	font-size: 18px;
	font-weight: normal;
	*font-weight: bold;		
	line-height: 25px;
	margin: 0px 0px 21px 0px;
	border-bottom: 1px solid #102237;
	}
	
#content_right	h3 {
	font-size: 16px;
	font-weight: normal;
	*font-weight: bold;	
	margin: 0px 0px 5px 0px;
	}
	
#content_right .date {
	color: #464646;
	}
	
	
/***** Nyheder *****/		

#content_left table span.date {
	color: #464646;
	}	

#content_right #nyheder p {
	margin: 0px 0px 0px 0px;
	}
	
	
/***** Nyhedsbrev *****/		

#content_right #nyhedsbrev input.textfield {
	width: 380px;
	height: 20px;
	font-family: Georgia, Times, serif;
	font-size: 13px;
	color: #464646;	
	padding: 2px;
	}
	
.send_succes {
  	color: #197B30;
	text-align: left;
	}

.send_fiasko {
  	color: #9E0B0E;
	text-align: left;
	}