body {
background:#f4f2ec;
}
#header_bg {
background: url("pic/bg_header.png") repeat-x 0 0;
width:100%;
text-align:center;
margin-bottom:15px;
}

#head {
width:990px;
height:200px;
margin:0 auto;
padding-top:5px;
}

#top_head {
width:100%;
height:25px;
font-size:11px;
font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
font-style: normal;
font-variant: normal;
color:#5b5b5b;
}

.text_top_blue {
color:#ae833f;
}

#left_head {
width:290px;
height:140px;
float:left;
}

#center_head {
width:410px;
height:120px;
padding-top:10px;
float:left;
color:#5b5b5b;
text-align:center;
font-size:12px;
font-family:arial;
}

#right_head {
width:290px;
height:140px;
float:right;
}

#menu_head {
width:988px;
height:24px;
float:left;
border-top:1px solid #d2d2d2;
border-bottom:1px solid #d2d2d2;
border-left:1px solid #d2d2d2;
background: #F7F7F7;

}

.reklame_box {
width:226px;
height:110px;
font-family: arial;
text-align: center;
margin:auto;
font-size:12px;
}


.reklame_box img {
width:224px;
height:110px;
border:none;
padding:none;
margin:none;
border:1px solid #d1d1d1;
}

#sog_knap_box {
height:25px;
width:235px;
margin:auto;
}

input#sog_knap {
float:left;
background: url(pic/sog_knap2.png) no-repeat;
height:35px;
width:35px;
border:none;
cursor:pointer;
  -webkit-appearance: none;
  -webkit-border-radius: 0;

}

input#sog_knap:hover {
background: url(pic/sog_knap.png) no-repeat;
}

input#text_field {
float:left;
height:33px;
width:14em;
padding:0;
padding-left:5px;
color:#000;
background:#F5F5F5;
-moz-border-radius: 4px 0 0 0;
-webkit-border-radius: 3px 0 0 3px;
border-radius: 3px 0 0 3px;
border:1px solid #ae833f;
}


.kat_menu {
width:250px;
height:100%;
float:left;
border:1px solid #d2d2d2;
margin-right:10px;
background:#fff;
margin-bottom:10px;
-webkit-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
}

.kat_menu a {
text-decoration:none;
line-height: 20px;
font-size:12px;
}

.kat_menu_head {
width:100%;
height:30px;
line-height:30px;
-webkit-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}

.kat_menu table {
padding-left:5px;
}


#content_field {
width:698px;
height:100%;
padding:10px;
background:#fff;
border:1px solid #d2d2d2;
margin-bottom:25px;
text-align:left;
}

#content_field h1 {
color:#915800;
font-weight:500;
}

/****** MENU STYLE ******/

ul#nav {
padding:0;
}

#nav {
    margin: 0px;
    z-index: 10;
    display: block;
	 list-style-type: none;
}

#nav li { float: left;  list-style-type: none;  border-right:1px solid #ccc;}
#nav li:hover { position: relative }

#nav li:hover > a {
    background: #fff;
}

#nav li a {
    color: #000;
    font-weight: normal;
    text-decoration: none;
    padding: 0px 20px;
	line-height:24px;
	height:24px;
    display: block;
	color:#555;
	font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
#nav li a:hover { background-color: #fff; }



#nav li ul {
    background: #fff;
    margin-top: -2px;
    display: none;
}
#nav ul li {
border:none;
}


#nav li:hover ul {
    display:block;
    position:absolute;
    z-index:100;
}

#nav li ul {
    background: rgba(255,255,255,0.9);
    padding: 10px 5px;
	 box-shadow: 5px 5px 15px #ccc;
    -moz-box-shadow: 5px 5px 15px #ccc;
    -webkit-box-shadow: 5px 5px 15px #ccc;
    border-radius: 0px 15px 15px 15px;
    -moz-border-radius: 0px 15px 15px 15px;
    -webkit-border-radius: 0px 5px 5px 5px;
	
}
#nav li ul li a, #nav li ul li a:hover {
    background: transparent;
    color: #000;
    width: 150px;
	padding:5px;
    font-size: 0.95em;
    font-weight: normal;
}
#nav li ul li a:hover { text-decoration: underline;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;

    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

/****** Button STYLE ******/

.btn{
    padding: 6px 12px;
	margin-right:10px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius:10px;
	display:block;
	float:left;
}
.btn-success{
background-image: -webkit-linear-gradient(top,#5cb85c 0,#419641 100%); */
    background-image: -o-linear-gradient(top,#5cb85c 0,#419641 100%);
    /* background-image: -webkit-gradient(linear,left top,left bottom,from(#5cb85c),to(#419641)); */
    /* background-image: linear-gradient(to bottom,#5cb85c 0,#419641 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #3e8f3e;
	 text-shadow: 0 -1px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
	color: #fff;
    background-color: #5cb85c;
	text-decoration:none;

}
.btn-info{
	background-image: -webkit-linear-gradient(top,#5bc0de 0,#2aabd2 100%);
    background-image: -o-linear-gradient(top,#5bc0de 0,#2aabd2 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#5bc0de),to(#2aabd2));
    background-image: linear-gradient(to bottom,#5bc0de 0,#2aabd2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #28a4c9;
	color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
	text-decoration:none;
}

.btn a {
color:#fff;
text-decoration:none;
}
.btn a:hover {
color:#000;

}

/****** FOOTER STYLE ******/

#footer {
height:160px;
background:#e5e5e5;
width:100%;
margin-top:10px;
color:#616161;
border-top:3px solid #ccc;
}
#footer_box {
width:984px;
height:100%;
color:#616161;
margin-left:auto;
margin-right:auto;
}
.footernav {
width:20%;
float:left;
}
.footernav h2{
font-family: wwebdings, verdana, arial;
font-size:17px;
margin:15px 0;
}
.footernav li {
list-style-type: none;
line-height:20px;
}
.footernav a {
color:#828282;
text-decoration:none;
}
.footernav a:hover {
text-decoration:underline;
}

