


/*********************************************
* 	GLOBALS
**********************************************/

body,
html
{
	font-size:12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	height:auto;
	width:auto;
	}
td,
th{
	font-size:12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	}

h1	{
	font-size:14px;
	font-weight:100;
	color:#01009a;
	}








/*********************************************
* 	TEMPLATE & STRUKTUR
**********************************************/
#page {
	background-color:#deddff;
	width:99%;
	height:100%;
	float:left;
	border:8px solid #01009a;
	}
#header{
	height:120px;
	background-image:url(../img/bg_header.png);
	}
.col_left{
	width:120px;
	float:left;
	height:100%;
	padding:5px;
	overflow:hidden;
	}	
.col_middle{
	width:650px;
	height:100%;
	float:left;
	padding:5px;
	
	}
.col_right{
	width:200px;
	height:350px;
	margin-top:-2px;
	background-color:#fff;
	float:left;
	padding:5px;
	border-bottom:100px solid #fff;
	border-top:50px solid #fff;
	margin-top:-20px;
	margin-right:50px;
	overflow:hidden;
	}
#footer{
	float:right;
	width:100%;
	text-align:center;
	background-color:#01009A;
	}

#links{
	border:1px solid red;	
}














/*********************************************
* 	NAVIGATION
**********************************************/
.navi a,
.navi-act a{
	color:#01009a;
	text-decoration:none;
	font-size:12px;
	float:left;
	width:100px;
	margin-bottom:10px;
	}
.navi-act a,
.navi a:hover{
	text-decoration:underline;
	}


.navi2 a,
.navi2-act a{
	float:left;
	width:100px;
	font-size:12px;
	color:#01009a;
	padding-left:10px;
	}





















