﻿/* Body & Mainbody */
body 
{ 
   margin: 0px;
   padding: 2px;
   font-size:10pt;
   font-family: Arial;
   color: #3d4c4f;
   letter-spacing: 0.04em;
   line-height:13pt;
}

img
{
    border:0px;
}

td
{
    padding-left:10px;
    padding-right:10px;
    margin-top:2px;
    margin-bottom:2px;
}

a
{
	color: inherit;
	text-decoration: none;
}

*a 
{
	color: #3d4c4f;
	text-decoration: none;
}

      
.mainbody 
{
    position: absolute;
    width: 1000px;
    margin-left: -500px;
    left: 50%;
    padding: 0px; 
}
            
/* Divs' */
/*.div_header
{
    position:absolute;
    width:1000px;
    height:127px;
    top: 0px;
    left: 0px;
}*/
.div_header_content 
{
	position:absolute;
	width:980px;
	height:20px;
	top:105px;
	left:10px;
	right:10px;
}
.div_menus
{
    position: absolute;
    top: 130px;
    left: 0px;
    width: 140px;
    bottom: 21px;
}

.div_maincontent
{
    position: absolute;
    top: 130px;
    left: 146.5px;
    width:526px;
    bottom: 21px;
}

.div_sidepanel
{
    position: absolute;
    top: 130px;
    left: 679px;
    width: 321px;
    bottom: 21px;
}
            
/* Schriften */
.font_white
{
   color: #e9e7d8;   
}

.font_blue_2 a {
	color: #3f4e48;
}

.font_blue_1 
{
    color: #506875;
}

.font_blue_2
{
    color: #3f4e48;
}

.font_yellow
{
    color: #e8e495;   
}

.font_blue_big_1
{
    font-size:12pt;
    color: #637e90;
}

.font_blue_big_2
{
    font-size:12pt;
    color: #3f4e48; 
}

.font_orange_big
{
    font-size:12pt;
    color: #DAA520;
}

.font_big
{
    font-size:12pt;
}

.font_really_big
{
    font-size:14pt;
}

.font_really_really_big
{
    font-size:35pt;
}

/* Forms */
.input 
{
    border: 1px solid #000;
    font-size:8pt;
    background-color: Transparent;
}

.button
{
    border: 1px solid #000;
    font-size:8pt;
    background-color: Transparent;
}

/* Tabellen */
.tableHeadline 
{
	font-size:10pt;
	font-weight:bold;	
}

.tableLine
{
	font-size:8pt;
}

.tableLineSmall
{
	font-size:7.5pt;
}

.table_plan 
{
	background-color: #a6b6c2;
	font-size:10pt;
	color: #ffffff;
	font-weight: bold;
}

.td_plan 
{
	background-color: #ffffff;
	color: #000000;
	font-weight: normal;
	font-size: 7.5pt;
}
