﻿html
{
  overflow-y: scroll;
  overflow-x: hidden;	
  height: 100%;
}

body 
{
	margin: 0px auto;
	text-align: center;
	font-family: Tahoma; /*Verdana;*/
	font-size: 11px;
	color: #000000;	
	position: relative;
	/*
	background-repeat:repeat-y;
	background-image:url('../images/KoldCollege/background.png');
	background-position:center;
	*/	
}

#side 
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	/*text-align: left;  neutralisering af ovenstående hensyn */
	padding-left: 5px;
	padding-right: 5px;
	/*padding-bottom: 5px;*/
	position: relative; /* sæt referencenul i #side */
	position: relative;
	height: auto;

	background-color: Transparent;
	background: url('../images/KoldCollege/kold_front.png');
	background-repeat:no-repeat;
	background-position:bottom;
	/*
	background-color: #efefef;
	background-repeat:repeat-x;
	background-image:url('../images/KoldCollege/top_shadow.png');
	background-position:top;
	*/
}

#betaside 
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	/*text-align: left;  neutralisering af ovenstående hensyn */
	position: relative; /* sæt referencenul i #side */
	background-repeat:repeat-x;
	background-image:url('../images/KoldCollege/top_shadow.png');
	background-position:top;
	height: auto;
}

/* Drop Shadow til alle elementer! */
.shadow{
	border:1px solid silver;
	font:10pt arial;
	position:relative;
	display:inline;
	background:white;
	z-index:100;
}

.shadow_inner{
	overflow:hidden;
	position:absolute;
	top: -1000px;
	filter:alpha(Opacity=10); /*modify to change the shade solidity/opacity, same as below*/
	opacity:0.1; /*firefox 1.5 opacity*/
	-moz-opacity:0.1; /*mozilla opacity*/
	-khtml-opacity:0.1; /*opacity*/
	z-index:10
}
/* DROP SHADOW! */

#style_status 
{
    font-weight: bold;
    font-size: 12px;
}

img.padding
{
	   padding-left: 10px;
}
IMG 
{
	border:none;
}


td.side_ma 
{
	background-color: #ffffff;
}

/*spacer */
td.space
{
	width: 2px;
}

td.space2
{
	width: 0.5px;
}

td.space3
{
	height: 10px;
}

.koldHeader
{
	height:159px;
	width: 100%;
	background: url('../images/KoldCollege/Kold_header3.png') 50% 0%;	
}

.koldHeaderJord
{
	height:159px;
	width: 100%;
	background: url('../images/KoldCollege/Kold_header_jord.png') 50% 0%;	
}

.koldHeaderKNG
{
	height:159px;
	width: 100%;
	background: url('../images/KoldCollege/Kold_header_kng.png') 50% 0%;	
}

.koldHeaderAka
{
	height:159px;
	width: 100%;
	background: url('../images/KoldCollege/Kold_header_aka.png') 50% 0%;	
}

.koldHeaderMej
{
	height:159px;
	width: 100%;
	background: url('../images/KoldCollege/Kold_header_mej.png') 50% 0%;	
}

.koldHeaderLev
{
	height:159px;
	width: 100%;
	background: url('../images/KoldCollege/Kold_header_lev.png') 50% 0%;	
}

/*Logo*/
table.top
{	
	text-align:left;
    padding: 0px;
    height: 65px;
    width: 900px;
}

table.oversigt
{	
	text-align: left;
    padding: 0px;
    width: 900px;
}

/*menu*/
table.menu
{
	width: 790px;
	height: 20px;
	background-color: #000000;
	/*background-image: url('../Images/top1.png');*/
}

/*menu*/
table.menu_akademi
{
	width: 790px;
	height: 20px;
	background-color: #f89829;
	/*background-image: url('../Images/top1.png');*/
}

table.menu_jordbrug
{
	width: 790px;
	height: 20px;
	background-color: #9fcf67;
	/*background-image: url('../Images/top1.png');*/
}

table.menu_lev
{
	width: 790px;
	height: 20px;
	background-color: #ee3a43;
	/*background-image: url('../Images/top1.png');*/
}

table.menu_mejeri
{
	width: 790px;
	height: 20px;
	background-color: #00afdb;
	/*background-image: url('../Images/top1.png');*/
}

/* Menu tekst*/
td.menu
{
	/*width: 12%;*/
    text-align: center;
    font-weight: bold;
    color: White;
    font-family: Trebuchet MS; /*Verdana;*/
    font-size: 11px;
}

td.menu_jordbrug
{
	/*width: 12%;*/
    text-align: center;
    font-weight: bold;
    color: White;
    font-family: Trebuchet MS; /*Verdana;*/
    font-size: 11px;
}

td.menu_mejeri
{
	/*width: 12%;*/
    text-align: center;
    font-weight: bold;
    color: White;
    font-family: Trebuchet MS; /*Verdana;*/
    font-size: 11px;
}

td.menu_akademi
{
	/*width: 12%;*/
    text-align: center;
    font-weight: bold;
    color: White;
    font-family: Trebuchet MS; /*Verdana;*/
    font-size: 11px;
}

td.menu_lev
{
	/*width: 12%;*/
    text-align: center;
    font-weight: bold;
    color: White;
    font-family: Trebuchet MS; /*Verdana;*/
    font-size: 11px;
}

/*Tabel midt */
table.content_middle
{
	width: 100%;
	text-align: left;
	/*background-color: #F6F6F4;*/
	border: 1px;
	border-color: #CCCCCC;
	border-style: solid;
}

div.content_middle
{
	padding: 0px;
	margin-top: 5px;
	width: 900px;
	text-align: left;
	background-color:#191d26;
	height:100%;
}

div.content_middle_kold
{
	padding: 0px;
	margin-top: 5px;
	width: 900px;
	text-align: left;
	background-color:#191d26;
	height:100%;
}

div.content_middle_jord
{
	padding: 0px;
	margin-top: 5px;
	width: 900px;
	text-align: left;
	background-color:#9fcf67;
	height:100%;
}

div.content_middle_lev
{
	padding: 0px;
	margin-top: 5px;
	width: 900px;
	text-align: left;
	background-color:#ee3a43;
	height:100%;
}

.roundcont {
	width: 100%;
	background-color: #ffb950;
	color: #fff;
}

.roundcontSide {
	width: 100%;
	background-color: #ffffff;
	color: #fff;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url(../images/rounded/tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(../images/rounded/br.gif) no-repeat top right; 
}

.roundbottomSide {
	background: url(../images/rounded/br_side.gif) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}


/*Indhold midt */
td.content_middle
{
	margin: 0px;
	width: 220px;
	/*height: 300px;*/

	
}


/*Indhold midt til højre */
td.content_middle_right
{
	margin: 0px;
	width: 665px;
	height: 200px;
	/*background-color: #F6F6F4;*/

}

td.content_middle_knapper
{
	position:relative;
	bottom: -5px;
	left: -3px;
	vertical-align: bottom;
	float:left;
	display:inline;
}

/*Indhold midt til højre med bannere */
td.content_middle_right_banner
{
	margin: 0px;
	width: 155px;
	height: 200px;
	float: right;
}

/*Tabel top */
table.content_top
{	
	border-collapse : collapse;
	margin-top: auto;
	width: 900px;
	text-align: center;
}

/*Tabel bund */
table.content_bottom
{	
	border-collapse : collapse;
	margin-top: auto;
	width: 900px;
	height: 195px;
	text-align: center;
}

div.content_bottom1
{	
	border-collapse : collapse;
	margin-top: auto;
	width: 900px;
	height: 195px;
	text-align: center;
}

/*Indhold bund */
td.content_bottom
{
	border-collapse : collapse;
	text-align: center;
	width: 900px;
	/*background-color: #F6F6F4;*/
}

/*Sitemap */
table.sitemap
{
	margin-left: auto;
	margin-right: auto;
	/*text-align: left;  neutralisering af ovenstående hensyn */
	padding: 10px 0px 20px 0px;
	position: relative; /* sæt referencenul i #side */
	background-color: #ffffff;
	border-collapse : collapse;
	margin-top: auto;
	width: 900px; /* 100% for fed footer! */
	height: 100px;
	text-align: center;
	background: url('../images/KoldCollege/sitemapFade.png') repeat-x 50% 0%;
	border-top:1px solid #666;
}

td.sitemap
{
	padding-top: 20px;
	padding-left: 20px;
	text-align:left;
	vertical-align:top;
}

.content_adresse
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	/*text-align: left;  neutralisering af ovenstående hensyn */

	position: relative; 
	text-align: center;
	width: auto;
	background-color: Transparent; /*#d9d9d9;*/
}

td.adresse
{
	/*width: 12%;*/
    text-align: center;
    font-weight:normal;
    color: Black;
    font-family: Trebuchet MS; /*Verdana;*/
    font-size:x-small;
}

table.nyhed
{
	color: #000000;
	font-size: 12px;
	font-family: Tahoma;
	font-weight: normal;
}

.structurecoffee {
	background-color: #D5D5AA;
}
.structurecobber {
	background-color: #9cb9c1;
}

.tabGroup
{
	width:100%;
	padding-bottom: 0px;
	/*padding:20px 20px 20px 50px;*/
}

		.tabs
        {
            position:relative;
            top:1px;
            left:0px;
        }

	/*	.tab
        {
            border:solid 1px #cccccc;
            background-color:#CC0033;
            padding:2px 10px;   
            color: White;
            font-family: Verdana;
            font-size: 10px;
            
     
        
        .tab_kvu
        {
            border:solid 1px #cccccc;
            background-color:#91AF27;
            padding:2px 10px;   
            color: White;
            font-family: Verdana;
            font-size: 10px;
            
        }
        
        .tab_jord
        {
            border:solid 1px #cccccc;
            background-color:#009933;
            padding:2px 10px;   
            color: White;
            font-family: Verdana;
            font-size: 10px;
            
        }
           }*/
        .selectedTab
        {
            color: #666666;
            font-family: Tahoma;
            font-size: 10px;
            background-color:white;
            border-bottom:solid 1px white;
        }
        
        .tabContents
        {
            border:solid 1px #cccccc;
            padding:10px;
            background-color:white;
        }

/* Nyhedsbrev Baggrunds Opacity */

div.background
  {
  background: url('../images/nyhedsbrevikon_opa.png') no-repeat 50% 50%;
  /* for IE */
  /*filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);*/
  /* CSS3 standard */
  opacity:0.4;
  /* Firefox opacity */
  -moz-opacity:0.4;
  }
div.transbox
  {

  }
div.transbox p
  {
      
  }
        
