/*
 * Style sheet Budstikken.dk
 * Made by: MinorSystems.dk
 */

BODY {
	margin: 0px;
	
}
BODY,TD,DIV,SELECT,INPUT,BUTTON{
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	FONT-SIZE:11px;
}
BUTTON{COLOR:#A99867;FONT-WEIGHT:bold}
INPUT,BUTTON{HEIGHT:16px}
INPUT,TEXTAREA,BUTTON{BORDER:1px #FED401 solid;BACKGROUND-COLOR:#FED401}
TEXTAREA{OVERFLOW:auto;WIDTH:98%}
.fmTd{BACKGROUND:#FED401;COLOR:#A99867;FONT-WEIGHT:bold;PADDING-LEFT:2px;LINE-HEIGHT:8px}
.fmTd2{BACKGROUND:#FFE04D;COLOR:#A99867;FONT-WEIGHT:bold;PADDING-LEFT:2px;LINE-HEIGHT:8px}
#btnSearch,#SrcFld{BACKGROUND:#FFE04D;BORDER:0}
#SrcFld{WIDTH:60px;HEIGHT:13px;}
#btnSearch{MARGIN-RIGHT:20px;MARGIN-LEFT:2px;HEIGHT:15px;}
A {
	color: #696969;
	text-decoration: none;
}

A:HOVER {
	color: #000000;
	text-decoration: underline;
}
/*Main*/
.main {
	background-color: #FFFFFF;
	padding: 10px 10px 10px 10px;
}

.main_side_right {
	background-image: url(img/main_side_right_bg.png);
	background-repeat: repeat-y;
}

.main_bottom {
	background-image: url(img/main_bottom_bg.png);
	background-repeat: repeat-x;
}

.content_side_left {
	background-image: url(img/content_side_left_bg.png);
	width: 15px;
	background-repeat: repeat-y;
}

.front_login {
	background-color: #FED401;
}

.div_hor {
	background-image: url(img/divider_horizontal.gif);
	background-repeat: repeat-x;
	height: 15px;
	background-position: center;
}

.div_ver {
	background-image: url(img/divider_vertikal.gif);
	background-repeat: repeat-y;
	width: 15px;
}

/*Text*/

.header01 {
	font-size: 32px;
	color: #636467;
	font-weight: bold;
	text-transform: uppercase;
}

.header02 {
	font-size: 28px;
	color: #636467;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 10px;
	line-height: 32px;
}

.subheader {
	font-size: 13px;
	color: #636467;
	font-weight: bold;
	line-height: 16px:
}

.text {
	font-size: 11px;
	color: #636467;
	line-height: 12px;
}


.text_image {
	font-size: 11px;
	color: #636467;
	padding-top: 10px;
	width: 190px;
	line-height: 13px;
}

.front_image_text {
	color: 636467;
	font-size: 12px;
	text-transform: uppercase;
	text-align: right;
	font-weight: bold;
}

/*Right text*/

.right_header {
	color: #636467;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}

.right_subheader {
	color: #FFD400;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}

.right_text {
	color: #636467;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}

/*Info text*/
.info{
	color: #000000; 
	font-size: 11px; 
	font-family: Verdana, sans-serif; 
	text-decoration: none;
}

/*Menu*/
.menu_niv1{
	background-color: #FED401;
}

.menu_niv2{
	background-color: #636467;
	PADDING-LEFT:21px;
}