
/*** Reset style ***/
* {
 margin:0;
 padding:0;
 /*border:0;*/
}

html,body {
	margin: 0;
  padding: 0;
	height: 100%; /* needed for container min-height */
  /* background-color: #FFFFFF; */
  font-family: Myriad Pro, Arial;
	font-size: 13px;
	color: #333333;;
	scrollbar-face-color: #333333; 
	scrollbar-shadow-color: #333333;
	scrollbar-highlight-color: #333333; 
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF; 
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
  background: url(../images/design/baggrund/bg-gray.png);
	background-repeat: no-repeat;
	
}

html {
	overflow: scroll;
	overflow-x: auto;
}

p {
 font-size: 13px;
 height: 5px;
}

img {
   border:0px solid #FFFFFF;
}

hr {
 border: 1px solid #333333; 
   width: 100%;
 }


/*** Headlines ***/
h1 {
 color: #333333;
 font-size: 30px;
 font-weight: bold;
 margin-top: 0px;
 margin-left: 0px;	
}

h2 {
  font-size: 14px;
}

h3 {
 font-size: 20px;
 font-weight: bold; 
}

h4 {
 font-size: 40px;
 font-weight: bold; 
}

/*** Links ***/
 a {
  color: #333333;
  text-decoration: none;
  cursor: pointer;
 }
 
 a:visited {
  color: #333333;
 }
 
 a:hover {
  color: #333333;
 }

 a:active {
  color: #333333;
 }

/*** Forms ***/
.input_texta { 
 font-size: 13px; 
 color: #333333;  
 /* background-color: #FFFFFF; */ 
 border: 1px solid #333333; 
}

input { 
 font-size: 13px; 
 color: #333333;  
 border: 1px solid #333333; 
}

select { 
 font-size: 13px; 
 color: #333333;  
 border: 1px solid #333333; 
}

.input_button {
 font-weight:bold;
 color: #FFFFFF;
 height: 18px;
 background-color: #333333;
 cursor: pointer;
 border: 0px solid #333333; 
 padding: 0px 5px;	
}

.kontakt_honeypotfield_website { 
 display:none; 
}

.kontakt_honeypotfield_email { 
 display:none; 
}
 
/*** The page ***/
#wrapper {
 border: 0px solid #000000;
 width: 980px;
 height: 100%;
 /* background-color: #FFFFFF; */ 
 margin-left: 13px;
 margin-right: auto;
 margin-top: 0px;
 margin-bottom: 0px;  
}

#wrapper_print {
 border: 0px solid #000000;
 width: 980px;
 height: 100%;
 background-color: #FFFFFF; 
 margin-left: auto;
 margin-right: auto;
 margin-top: 0px;
 margin-bottom: 0px; 
/*
 background: url(../images/design/baggrund/a4-green.png);
 background-repeat: no-repeat; 
 background-position: right bottom;   
*/
}

#wrapper_admin {
 border: 0px solid #000000;
 width: 980px;
 height: 95%;
 /* background-color: #FFFFFF; */ 
 margin-left: 13px;
 margin-right: auto;
 margin-top: 0px;
 margin-bottom: 0px;  
}

#wrapper_footer_admin {
 border: 0px solid #000000;
 width: 980px;
 height: %;
 /* background-color: #FFFFFF; */ 
 margin-left: auto;
 margin-right: auto;
 margin-top: 0px;
 margin-bottom: 0px;  
}

/*** Containers ID ***/
#container_top {
 border: 0px solid #000000;
 width: 100%;
 height: 150px;
 /* background-color: #FFFFFF; */
 /* background-image: url('../images/design/top/blue.png'); */  
 background-repeat: no-repeat; 
 background-position: right;  
}

#container_menu {
 border: 0px solid #000000;
 width: 100%;
 height: 25px;
 margin-top: 0px;
 margin-left: 7px;
}

#container_menu_bottom {
 border: 0px solid #000000;
 width: 100%;
 height: 25px;
 margin-top: 535px;
 margin-left: 7px;
}

#container_menu_admin {
 border: 0px solid #000000;
 width: 100%;
 height: 20px;
 margin-top: 10px;
 margin-left: 0px;
}

#container_bottom {
 border: 0px solid #000000;
 width: 100%; 
 /* background-color: #FFFFFF; */  
 min-height: %;
}

#container_bottom_print {
 border: 0px solid #000000;
 width: 100%; 
 /* background-color: #FFFFFF; */  
 min-height: %;
}

#container_image_print {
 position: absolute;
 border: 0px solid #000000;
 width: 980px;
 height: 99%;
 margin-left: 0px;
 margin-right: 0px;
 margin-top: 0px;
 margin-bottom: 0px;   
}

#dhtmltooltip{
position: absolute;
width: 250px;
border: 2px solid black;
padding: 2px;
background-color: white;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}




/*** Class ***/
.menu {
 border: 0px solid #000000; 
 margin-top: 0px;
 height: 25px;
 font-size: 15px;
 font-weight: bold;
 line-height: 25px;
 vertical-align: text-top;
}

div.table {
 overflow: hidden; 
 float: left;
 width: 100%;
 margin-left:8px;
}


/*** Mini tables | start ***/
div.table div.mini {
 float: left;
 width: 206px;
 margin-right:8px; 
}

div.table div.mini div.headline {
 width: 100%;
 margin-bottom: 1px; 
 /* background-image: url('../images/design/minibold/blue.png'); */ 
 background-repeat: no-repeat; 
 background-position: right bottom; 
}

div.table div.mini div.headline div.text {
 width: 80%;
 font-size: 18px;
 font-weight: bold;
 color: #333333;
}

div.table div.mini div.content {
 border: 1px solid #333333;
 border-top: 2px solid #333333;
 padding: 1px;
 padding-bottom: 9000px;
 margin-bottom: -9000px; 
}

div.table div.mini div.content_transparent {
 border: 0px solid #FFFFFF;
 border-top: 0px solid #FFFFFF;
 padding: 1px;
 padding-bottom: 9000px;
 margin-bottom: -9000px; 
}

/*** Mini tables | end ***/

/*** Small tables | start ***/
div.table div.small {
 float: left;
 width: 313px;
 margin-right:8px; 
}

div.table div.small div.headline {
 width: 100%;
 margin-bottom: 1px; 
 /* background-image: url('../images/design/minibold/blue.png'); */ 
 background-repeat: no-repeat; 
 background-position: right bottom; 
}

div.table div.small div.headline div.text {
 width: 87%;
 font-size: 18px;
 font-weight: bold;
 color: #333333;
}

div.table div.small div.content {
 border: 1px solid #333333;
 border-top: 2px solid #333333;
 padding: 1px;
 padding-bottom: 9000px;
 margin-bottom: -9000px; 
}

div.table div.small div.content_transparent {
 border: 0px solid #FFFFFF;
 border-top: 0px solid #FFFFFF;
 padding: 1px;
 padding-bottom: 9000px;
 margin-bottom: -9000px; 
}
/*** Small tables | end ***/

/*** Medium tables | start ***/
div.table div.medium {
 float: left;
 width: 420px;
 margin-right:8px; 
}

div.table div.medium div.headline {
 width: 100%;
 margin-bottom: 1px; 
 /* background-image: url('../images/design/minibold/blue.png'); */ 
 background-repeat: no-repeat; 
 background-position: right bottom; 
}

div.table div.medium div.headline div.text {
 width: 90%;
 font-size: 18px;
 font-weight: bold;
 color: #333333;
}

div.table div.medium div.content {
 border: 1px solid #333333;
 border-top: 2px solid #333333;
 padding: 1px;
 padding-bottom: 9000px;
 margin-bottom: -9000px; 
}

div.table div.medium div.content_transparent {
 border: 0px solid #FFFFFF;
 border-top: 0px solid #FFFFFF;
 padding: 1px;
 padding-bottom: 9000px;
 margin-bottom: -9000px; 
}
/*** Medium tables | end ***/

/*** Large tables | start ***/
div.table div.large {
 float: left;
 width: 634px;
 margin-right:8px; 
}

div.table div.large div.headline {
 width: 100%;
 margin-bottom: 1px; 
 /* background-image: url('../images/design/minibold/blue.png'); */ 
 background-repeat: no-repeat; 
 background-position: right bottom; 
}

div.table div.large div.headline div.text {
 width: 90%;
 font-size: 18px;
 font-weight: bold;
 color: #333333;
}

div.table div.large div.content {
 border: 1px solid #333333;
 border-top: 2px solid #333333;
 padding: 1px;
 padding-bottom: 9000px;
 margin-bottom: -9000px; 
}

div.table div.large div.content_transparent {
 border: 0px solid #FFFFFF;
 border-top: 0px solid #FFFFFF;
 padding: 1px;
 padding-bottom: 9000px;
 margin-bottom: -9000px; 
}
/*** Large tables | end ***/

/*** Mega tables | start ***/
div.table div.mega {
 float: left;
 width: 964px;
 margin-right:8px; 
}

div.table div.mega div.headline {
 width: 100%;
 margin-bottom: 1px; 
 /* background-image: url('../images/design/minibold/blue.png'); */ 
 background-repeat: no-repeat; 
 background-position: right bottom; 
}

div.table div.mega div.headline div.text {
 width: 95%;
 font-size: 18px;
 font-weight: bold;
 color: #333333;
}

div.table div.mega div.content {
 border: 1px solid #333333;
 border-top: 2px solid #333333;
 padding: 1px;
 padding-bottom: 9000px;
 margin-bottom: -9000px; 
}

div.table div.mega div.content_transparent {
 border: 0px solid #FFFFFF;
 border-top: 0px solid #FFFFFF;
 padding: 1px;
 padding-bottom: 9000px;
 margin-bottom: -9000px; 
}
/*** Mega tables | end ***/

div.table.bottom {
 height:1px; 
 font-size:0;
 margin-left:0px;
}

div.table.bottom_transparent {
 height:0px; 
 font-size:0;
 margin-left:0px;
}

div.break {
 border: 0px solid #000000;
 clear: both;
 height: 10px;
}

/* Table Scroll */

.scrollArea {
 width: 665px; 
 height: 519px;
 padding-left: 0px;
 padding-right: 0px; 
 border-color: #000000;
 border-width: 0px; 
 border-style: solid;
 margin-left: 4px;
 float: left; 
 overflow: auto;
 overflow-x: hidden; 
 }		
		

/* Table */
.table_headline {
 background: #FFFFFF;
 width: 100%;
 font-size: 14px;
 font-weight: bold;	
 margin-top: 5px;
 margin-bottom: 1px;
}

.table_headline_bgonly {
 background: #FFFFFF;
 font-size: 14px;
 font-weight: bold;	
}

.table_headline_nobg {
 width: 100%;
 font-size: 14px;
 font-weight: bold;	
 margin-top: 5px;
 margin-bottom: 1px;
}

.table_info {
 color: #FFFFFF;
 font-weight: bold;
 background: #333333;
}

.table_info_print {
 font-size: 20px;
 font-weight: bold;
}

.table_info {
 font-weight: bold;
}

.table_info_bg {
 font-weight: bold;
 background: #FFFFFF; 
}

.table_info_border_top		{
 font-weight: bold;
 border-top: 1px solid #333333;
}

.table_info_border_bottom		{
 font-weight: bold;
 border-bottom: 1px solid #333333;
}

.table_info_border_bottom_print		{
 font-size: 20px;
 font-weight: bold;
 border-bottom: 1px solid #333333;
}

.table_data_border_top		{
 border-top: 1px solid #333333;
}

.table_data_border_bottom		{
  border-bottom: 1px solid #333333;
}

.table_data		{
}

.table_data_bg		{
	background: #FFFFFF;	
}

.table_data_bold	{
 font-weight: bold;
}

.table_data_bold_border_bottom		{
 font-weight: bold;
 border-bottom: 1px solid #333333;
}

.table_data1		{
	background: #FFFFFF;	
  border-bottom: 1px solid #333333;
}

.table_data2		{
	background: #FFFFFF;
  border-bottom: 1px solid #333333;
}

.table_data_select		{
	color: #333333;
}

.table_data_select_bg		{
 color: #FFFFFF;
 background: #333333;
 border-bottom: 1px solid #FFFFFF; 
}

.table_data_select_border_bottom		{
	color: #333333;
  border-bottom: 1px solid #333333;	
}

.table_data_print		{
 font-size: 20px;
}

.table_alert {
 color: #FF0000;
}


.clearer {
 clear:both;
}

