 /* -----------------------------
Defaults 
--------------------------------*/

*{						padding:0px;
						margin:0px;}
						
body{					font-family: verdana, arial, helvetica, sans-serif;
						font-size: 12px;
						color: #003333;
						background-color: white;}
						
p, ul{					display: block;
						padding: 0px 0px 10px 0px;
						color: inherit;
						background-color: inherit;}
						
h1, h2, h3, h4, h5, h6{ display: block;
						font-weight: bold;
						padding: 0px 0px 10px 0px;
						color: inherit;
						background-color: inherit;}


h1{						font-size: 32px;}
h2{						font-size: 24px;}
h3{						font-size: 14px;}
h4{						font-size: 12px;}
h5{						font-size: 10px;}
h6{						font-size: 8px;}			
												
img{					display: inline;}
						
a:link,a:active,a:visited,a:hover {						
						text-decoration: none;
						font-weight: normal;
						background-color: inherit;}
						
a:link{					color: #cc3333;}
a:visited{				color: #999999;}
a:hover{				color: #00ff00;}
a:active{				color: #ffffff;}

/* ------------------------------
Tables
---------------------------------*/	

table{					display: table;
						background: inherit;
						color: inherit;}

td, th{					vertical-align: top;
						padding: 0px 0px 3px 0px;}

						
/* --------------------------------
Enclosing block
---------------------------------*/

div.block{				position: relative;
						top: 15px; 
						left: 15px; 
						height: 600px;
						width: 900px;
						border: 1px solid #eeeeee;
						background-color: white;
						color: inherit;}
						
						
/* --------------------------------
Home - page
---------------------------------*/
                       
img.logo{               position: absolute;
                        top: 0px; 
                        right: 0px;}
						
div.home_nav{ 			position: absolute;
						bottom:17px;
						left: 17px;}		

div.fkk{ 				position: absolute;
						top:355px;
						left: 17px;}
						
div.fkk a:link{ 		font-size: 18px;
						color: #003333;}						
						


/* --------------
Header
----------------*/

div.header{				position: absolute;
						top: 20px;
						left: 20px;
						width: 850px;
						height: 70px;
						color: #cc0000;
						background-color: inherit;}


div.header h3{			position: absolute;
						left: 20px; 
						top: 20px;
						width: 600px;
						color: inherit;
						background-color: inherit;}
						
						

/* ------------------------------
Navigation
---------------------------------*/
						
div.nav {				position: absolute;
						top: 75px;
						left: 20px;
						width: 850px;
						height:35px;
						font-size: 9px;
						background-color: transparent;}
						
div.nav p{				position: absolute;
						left: 20px;
						top: 0px;
						width: 800px;
						height: 30px;
						font-size: 10px;}
						
div.nav a{				font-size: 10px;}						
						
.hier{					font-size: 10px;
						color: inherit;
						background: inherit;}								

/* ------------------------------
Info
---------------------------------*/

div.info{				position: absolute;
						top: 125px;
						left: 20px;
						width: 850px;
						height:460px;
						color: inherit;
						background-color: inherit;}
						
div.text{				position: absolute;
						top: 20px;
						left: 20px;
						width: 850px;
						color: inherit;
						background-color: inherit;}
						
div.images{				position: absolute;
						top: 20px;
						left: 20px;
						width: 850px;
						height: 240px;
						background-color: inherit;
						color: inherit;}
						
						

/* ------------------------------
Date
---------------------------------*/	

div.date{				position: absolute;
						top: 610px;
						left: 50px;
						background: inherit; 
						color: inherit; 
						font-size: 9px; 
						font-style: italic;
						padding: 0px 5px;}
						
						
