/*
 * Style sheet for MinorSystems.dk
 * Made by: http://www.minorsystems.dk
 */

BODY {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 11px;
	text-align: left;
	margin: 0px;
	background-color: #2e2e2e;
	height: 100%;
}

A {
	color: #5f7403;
	text-decoration: none;
	font-weight: bold;
}

A:HOVER {
	color: #758a5d;
	text-decoration: underline;
	font-weight: bold;
}

A:ACTIVE {
	color: #758a5d;
	text-decoration: underline;
	font-weight: bold;
}

/*
 * Main
 */
 
.cream {
	background-image: url(bg_cream.png);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #F8EAA1;
	color: #000000;
	font-size: 12px;
	vertical-align: top;
	text-align: left;
}

.groen {
	background-image: url(bg_groen.png);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #ab8d25;
	color: #ffffff;
	font-size: 14px;
	vertical-align: top;
	text-align: left;
}

.orange {
	background-image: url(bg_orange.png);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #eccd50;
	color: #2e2e2e;
	font-size: 12px;
	vertical-align: top;
}

/*
 * Text
 */
 
 H1 {
 	color: #8a0909;
	font-size: 28px;
	height: 30px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	margin: 0px;
 }
 
 H2 {
 	color: #2e2e2e;
	font-size: 16px;
	height: 30px;
	padding: 5px 0px 0px 0px;
	text-align: left;
	margin: 0px;
 }


 .text {
 	color: #2e2e2e;
	font-size: 12px;
	padding: 0px 10px 30px 10px;
	text-align: left;
 }
 
  .text1_ramme {
 	font-family: Arial, Helvetica, sans-serif;
	color: #2e2e2e;
	font-size: 16px;
	padding: 0px 10px 30px 10px;
	text-align: left;
 }
 
 .skraaskrift {
 	font-size: 16px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", serif;
 }
 
.page_banner_skraa {
 	font-size: 24px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", serif;
	padding: 0px 30px 0px 30px;
	line-height: 30px;
 }

 .news_header {
 	color: #383838;
	font-size: 22px;
	font-weight: bold;
 }
 
 .news_date {
 	background-color: #faf1ce;
	color: #8a0909;
	font-size: 10px;
	padding: 3px 10px 3px 10px;
 }
 
 .news_text {
 	font-size: 11px;
 }
 
/*
 * Menu
 */ 
 
 .menu {
 	background-image: url(menu_bg.png);
	color: #ffffff;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	height: 34px;
	padding-left: 50px;
	text-align: left;
 }
 
 .menu a {
 	color: #ffffff;
	text-decoration: none;
 }
 
 .menu a:hover {
 	color: #f8eaa1;
	text-decoration: underline;
 }
 
  .menu a:active {
 	color: #f8eaa1;
	text-decoration: underline;
 }
 
 .menu_sub {
 	background-color: #1a1a1a;
	color: #ffffff;
	font-size: 12px;
	height: 30px;
	text-align: left;
	padding-left: 100px;
 }
 
 .menu_sub a {
 	color: #ffffff;
 	text-decoration: none;
 }
 
 .menu_sub a:hover {
 	color: #ffffff;
	text-decoration: underline;
 }
 
  .menu_sub a:active {
 	color: #ffffff;
	text-decoration: underline;
 }
 
 /*
 * Bottom
 */
 
 .bottom {
 	background-image: url(bottom_bg.png);
	background-repeat: repeat-x;
	height: 42px;
	vertical-align: middle;
	font-size: 11px;
 }
 
 .bottom_left {
 	color: #ffffff;
	text-align: left;
	padding-left: 25px;
 }
 
 .bottom_left a {
 	color: #ffffff;
	text-decoration: none;
 }
 
 .bottom_left a:hover {
 	color: #ffffff;
	text-decoration: underline;
 }
 
 .bottom_right {
 	color: #bcac58;
	text-align: right;
	padding-right: 25px;
 }
 
  .bottom_right a {
 	color: ##bcac58;
	text-decoration: none;
 }
 
 .bottom_right a:hover {
 	color: ##bcac58;
	text-decoration: underline;
 }