﻿html
{
  overflow-y: scroll;
  overflow-x: hidden;	
}



body 
{
	margin: 0px auto;
	text-align: center;
	font-family: Verdana;
	font-size: 10px;
	color: #000000;	
	position: relative;
}

#side 
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	/*text-align: left;  neutralisering af ovenstående hensyn */
	padding: 0px;
	position: relative;  /* sæt referencenul i #side */
	background-color: #ffffff;
	background-repeat:repeat-x;
	background-image:url('../images/KoldCollege/top_shadow.png');
	background-position:top;
}

#style_status 
{
    font-weight: bold;
    font-size: 12px;
}



img.padding
{
	   padding-left: 10px;
}
IMG 
{
	border:none;
}


/*spacer */
td.space
{
	width: 2px;
}

/*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: 900px;
	height: 20px;
	background-color: #808080;
	/*background-image: url('../Images/top1.png');*/
}

/* Menu tekst*/
td.menu
{
	width: 10%;
    text-align: left;
    font-weight: bold;
    color: White;
    font-family: Verdana;
    font-size: 10px;
}

/*Tabel midt */
table.content_middle
{
	padding: 0px;
	margin-top: 5px;
	width: 900px;
	border-collapse: collapse;
	text-align: left;
	
}

/*Indhold midt */
td.content_middle
{
	margin: 0px;
	width: 220px;
	/*height: 300px;*/
	padding: 5px;
	/*background-color: #F6F6F4;*/
	border: 1px;
	border-color: #CCCCCC;
	border-style: solid;
	
}


/*Indhold midt til højre */
td.content_middle_right
{
	margin: 0px;
	width: 665px;
	height: 200px;
	padding: 5px;
	/*background-color: #F6F6F4;*/
	border: 1px;
	border-color: #CCCCCC;
	border-style: solid;
}


/*Tabel bund */
table.content_bottom
{	
	border-collapse : collapse;
	margin-top: 5px;
	width: 900px;
	height: 195px;
	
}

/*Indhold bund */
td.content_bottom
{
	text-align: center;
	width: 900px;
	/*background-color: #F6F6F4;*/
	border: 1px;
	border-color: #CCCCCC;
	border-style: solid;
}

.structurecoffee {
	background-color: #D5D5AA;
}
.structurecobber {
	background-color: #9cb9c1;
}
		.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: Verdana;
            font-size: 10px;
            background-color:white;
            border-bottom:solid 1px white;
        }
        
        .tabContents
        {
            border:solid 1px #cccccc;
            padding:10px;
            background-color:white;
        }