h1, h2, h3 {
   padding: 0;
   margin: 20px 0;
   font-family: Trebuchet MS, Times New Roman;
   font-weight: bold;
}
h3.withimg {
   background-repeat: no-repeat;
   padding-left: 45px;
   background-position: 0px 0px;
   line-height: 35px;
   
}
body {
   font-family: Verdana;
   font-size: 12px;
   margin: 0;
   padding: 0;
}
h1 {
   font-size: 2.6em;
}
h2 {
   font-size: 2.4em;
}
h3 {
   font-size: 1.8em;
}

a {
   color: #2583ad;
   text-decoration: none;
}
a:hover {
   color: #d54e21;
}
a.button {
	display:block;
	float: left;
	background-color: #f7de00;
   background-repeat: no-repeat;
   background-position: 5px 5px;
   padding: 6px 6px 6px 24px;
   color: #000;
   font-weight: bold;
   
   border: 1px solid #000;
   -moz-border-radius:3px;
}
a.button:after {
	
}
a.button-noimg {
   background-color: #f7de00;
   padding: 6px;
   color: #000;
   font-weight: bold;
   
   border: 1px solid #000;
   -moz-border-radius:3px;
}
a.tooltip {
   background-repeat: no-repeat;
   padding: 0px 0 5px 25px;
   
}
hr {
   height: 0px;
   border: 0;
   border-bottom: 1px solid #dedede;
   width: 100%;
}
hr.blue {
	border-bottom: 1px solid #0084ce;
}
.vr {
   color: #dedede;
   font-weight: bold;
   padding: 0 5px 0 5px; 
}

#subheader-content {
   
   color: #555555;
   line-height: 2.0em;
   font-size: 1.8em;
}


/* ### LISTEN ### */
/* *********************** */
/* 		  Listen				*/
/* *********************** */
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}


#topnavbar ul {
	margin-left: 200px;
}
#topnavbar li {
	
}
#topnavbar li a {
	display: block;
	float: left;
	padding: 9px 10px 7px 10px;
	font-weight: bold;
	color: #fff;
}
#topnavbar li a:hover {
	background-color: #f7de00;
	color: #000;
}
#topnavbar li a:hover {
	font-weight: bold;
}

#leftnavbar {
	width: 170px;
}

#leftnavbar li {

}

#leftnavbar li a {
	display: block;
	font-size: 1.1em;
	background-color: #D6D6DE;
	padding: 6px 0 6px 10px;
	margin-bottom: 1px;
	color: #000;
	font-weight: bold;
}

#leftnavbar li a:hover {
	background-color: #0087CD;
	color: #fff;
}


#subtopsearch input {
	border: 1px #000 solid;
	padding: 2px;
}

#tabnav ul {
   margin: 0;
   padding: 0;
   list-style: none;
}
#tabnav li {
   margin: 0 8px 0 0;
   float:left;
   
   padding: 0;
}
#tabnav a {
   text-decoration: none;
   padding: 8px 0 7px 8px;
   margin: 0 0 0 0;
   color: #999999;
   
   display: block;
   float: left;

   background: url('../images/tabs-bg.gif') left 0; 
}

#tabnav a span {
   background: url('../images/tabs-bg.gif') 100% 0;
   padding: 8px 15px 7px 5px;
}

#tabnav a.active {
   background-position: 0 -35px;
}
#tabnav a.active span {
   background-position: 100% -35px;
   color: #555555; 
}

#tabnav a.active:hover {
   background-position: 0 -35px;
}
#tabnav a.active:hover span {
   background-position: 100% -35px;
   color: #555555;    
}

#tabnav a:hover {
   background-position: 0 -70px;
}
#tabnav a:hover span {
   background-position: 100% -70px;
   color: #fff;
}

ul.link-list {
   list-style: none;
   padding: 0;
   margin: 10px 0 10px 10px;
}
ul.link-list li {
   background-position: 0px 1px;
   background-repeat: no-repeat;
   padding-left: 20px;
   margin-bottom: 3px;
}


ul.legend {
   list-style: none;
   padding: 0;
   margin: 10px 0 10px 10px;
}
ul.legend li {
   background-position: 0px 1px;
   background-repeat: no-repeat;
   padding: 2px 0 3px 20px;
   margin-bottom: 3px;
}

ul.paginated {
   list-style: none;
   padding: 0;
   margin: 0;
}
ul.paginated li {
   float: left;
   background-color: #d6d6de;
   margin: 2px;
   padding: 0;
   -moz-border-radius:3px;
   border: 1px solid #c6c6ce;
}
ul.paginated li.cur {
   background-color: #0084ce;
   margin: 2px;
   padding: 0;
   -moz-border-radius:3px;
   border: 1px solid #0064Ae;
}
ul.paginated li a {
   display: block;
   padding: 3px 7px;
   color: #0084ce;
}
ul.paginated li.cur a {
   display: block;
   padding: 3px 7px;
   color: #fff;
   font-weight: bold;
}

/* ### boxen ### */
div.info {
   display: block;
   width: 100%;
   border: 1px solid #e6db55;
   background-color: #fffbcc;
   padding: 10px;
   line-height: 1.8em;
   margin: 20px 0;
   
}

/* tabellen */
table {
   
}
th {
   background-color: #0084ce;
   color: #fff;
   font-size: 1.2em;
   padding: 5px 10px;
/*
   -moz-border-radius:3px;
   border: 1px solid #c6dbef;
*/
}
table.center td {
   text-align: center;
}
table.data th.withimg, th.withimg {
   padding-left: 25px;
}

table.data th {
   background-repeat: no-repeat;
   background-position: 5px 6px;
   text-align: left;
   font-size: 1.2em;

}

tr.row1 {
   /*background-color: #000;*/
}
tr.row2 {
   background-color: #d6d6de;
}
tr.row1:hover, tr.row2:hover {
   background-color: #0084ce;
   color: #fff;
}
tr.marked {
   background-color: #d6d6de;
}

table.data th.center, table.data td.center {
	text-align: center;
}

/* formulare */
input, select {
   border: 1px solid #949a9c;
   margin: 2px;
   font-family: Verdana;
}
input.submit, input.button {
   background-color: #f7de00;
   padding: 4px;
   color: #000;
   border-color: #000;
   -moz-border-radius:3px;
   font-weight: bold;
   cursor: pointer;
}
input.submit:hover, input.button:hover {
   color: #000;
}
input.text_number_small {
   width: 80px;
}
div.radios input {
   padding-top: 20px;
}

#form_filter td {
   height: 30px;
}

/* errorbox */
div.errorbox {
   background-color: #fffbce;
   border: 1px solid #efe77b;
   -moz-border-radius:3px;
   padding: 5px;
}
div.errorbox ul {
   padding: 0;
   margin: 5px 0 5px 5px;
   list-style: none;
}
div.errorbox ul li {
   background-image:url('../images/icons/16x16/actions/messagebox_warning.png');
   background-repeat: no-repeat;
   background-position: 0px 4px;
   padding-left: 22px;
   line-height: 1.8em;
   font-weight:bold;
}


div.machinebox {
   
   /* border: 1px solid #444444; */
   margin: 20px 10px;
   padding:  2px 2px 10px 2px;
   width: 250px;
   float: left;
   
}
div.machinebox table {
	background-color: #D6D6DE;
	height: 210px;
	border:1px solid #000;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;	
}
div.machinebox table tr {

}
div.machinebox table th {
	   
}
div.machinebox table td {
   line-height: 1.6em;
   padding: 1px 5px;
}

/*
div.machinebox:hover {
   background-color: #e7f3ff;
}
*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

ul.copy-form, ul.copywhat-form {
	margin: 10px 0 0 0;
}
ul.copy-form li {
	float: left;
	margin: 0 20px 0 0;
}



ul.copywhat-form li label {
	
}
