/*
 * Style sheet for MinorSystems.dk
 * Made by: http://www.minorsystems.dk
 */

BODY {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 12px;
	text-align: left;
	margin: 0px;
	background-color: #000000;
	height: 100%;
	background-image:url(../images/page_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

A {
	color: #d97823;
	text-decoration: none;
	font-weight: bold;
}

A:HOVER {
	color: #d97823;
	text-decoration: underline;
	font-weight: bold;
}

A:ACTIVE {
	color: #d97823;
	text-decoration: underline;
	font-weight: bold;
}

/*
 * Main
 */
.content {
	vertical-align: top;
	text-align: left;
 }

.page_top_large {
	background-image:url(../images/page_top_large.jpg);
	background-repeat: repeat-x;
	height: 336px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	vertical-align: top;
	color: #707070;
	line-height: 18px;
 }
 
 .page_top_small {
	background-image:url(../images/page_top_small.jpg);
	background-repeat: repeat-x;
	height: 200px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	vertical-align: top;
	color: #707070;
	line-height: 18px;
 }

.page_bottom {
	background-color: #454545;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	color: #ffffff;
 }

.front_bottom_box {
	padding: 10px 10px 10px 10px;
	background-color: #3b3b3b;
	font-size: 12px;
	line-height: 18px;
	color: #ffffff;
 }

.div_horizontal {
	height: 20px;
	background-image: url(../images/div_horizontal.png);
	background-repeat:repeat-x;
 }

.div_vertical {
	width: 20px;
	background-image: url(../images/div_vertical.png);
	background-repeat:repeat-y;
 }
 
 .div2_horizontal {
	height: 40px;
	background-image: url(../images/div2_horizontal.png);
	background-repeat:repeat-x;
	background-position:center;
 }

.div2_vertical {
	width: 40px;
	background-image: url(../images/div2_vertical.png);
	background-repeat:repeat-y;
	background-position:center;
 }

.domaene_tester {
	background-color: #ffffff;
	padding: 20px 20px 20px 20px;
	border: 1px solid #000000;
 }
/*
 * Text
 */
 
 H1 {
 	color: #252525;
	font-size: 40px;
	padding: 10px 0px 0px 0px;
	text-align: left;
	margin: 0px;
	font-weight: normal;
 }
 
 H2 {
 	color: #252525;
	font-size: 24px;
	padding: 5px 0px 10px 0px;
	text-align: left;
	margin: 0px;
	font-style:italic;
	font-weight: normal;
	
 }

 H3 {
 	color: #ffffff;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: normal;
	padding: 0px 0px 10px 0px;
	text-align: left;
	margin: 0px;
 }

 H4 {
 	color: #434343;
	font-size: 12px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	margin: 0px;
 }
 
  H4 a {
  	color: #434343;
	text-decoration: none;
 }
 
  H4 a:hover {
  	color: #d97823;
	text-decoration: none;
 }
 
 H5 {
 	color: #d8d8d8;
	font-size: 16px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	margin: 0px;
 }

 .page_top_box {
 	font-size: 10px;
	vertical-align: top;
	padding-right: 10px;
 }
 
 .read_more {
 	text-align: right;
 }
 
/*
 * Menu
 */ 
 
 .menu {
 	background-image: url(../images/menu_bg.jpg);
	background-repeat: no-repeat;
	height: 115px;
	color: #ffffff;
	text-align: right;
	padding-right: 30px;
 }
 
 .menu a {
 	color: #ffffff;
	text-decoration: none;
 }
 
 .menu a:hover {
 	color: #d97823;
	text-decoration: underline;
 }
 
 .menu a:active {
 	color: #d97823;
	text-decoration: underline;
 }
 
 .menu_sub {
	color: #838383;
	font-size: 12px;
	height: 35px;
	text-align: right;
	padding-right: 0px;
 }
 
 .menu_sub a {
 	color: #838383;
 	text-decoration: none;
 }
 
 .menu_sub a:hover {
 	color: #d97823;
	text-decoration: underline;
 }
 
  .menu_sub a:active {
 	color: #d97823;
	text-decoration: underline;
 }
 
 /*
 * Bottom
 */
 .bottom {
 	background-color: #2e2e2e;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #838383;
 }
 
 .bottom a {
 	color: #838383;
	text-decoration: none;
 }
 
 .bottom a:hover {
 	color: #e6e6e6;
	text-decoration: underline;
 }

