
/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */

* {
	color: #006;
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}


html, body {
	height: 100%;
	line-height: 15px;
}
*html #box {height: 100%;}
body {
	background: #d8e0f1;
}

form .text {
	border-color: #006;
	width: 200px;
}

form .button {
	padding: 0 5px 0 5px;
	border-color: #006;
	background-color: #fff;
	color: #000;
}



#title   { background: url(../images/logo_frilcc_315.gif) no-repeat 39% 50%; position: absolute; z-index: 1; top: 0; left: 0 }

	#title a  { text-indent: -9999px; display: block; width: 485px; height: 60px }

#box {
	position: absolute;
	top: 0;
	left: 0;
	width: 990px;
	min-height: 96.5%;
	height: auto !important;
	height: 96.5%;
	padding-bottom:20px;
	background: url(../images/box_bg.png) repeat-y 0 0;	
}

#header {
	position: relative;
	height: 154px;
	background-color: #d8e0f1;
}

.search {	
	height: 60px !important;
	height: 62px;
	border-bottom: 2px solid #66f;
	background-color: #fff;
}

#search {
	position: absolute;
	width:107px !important;
	width:110px;
	left: 880px;
	height: 60px;
	padding-left: 2px;	
	border-right:1px solid #406ac0;
	
}
	
	#search label {	
		display:none;
	}

	#search .item {	
	   width:77px !important;
	   width:79px;
	   height:23px !important;
	   height:25px;	   
	   float:left;
	   margin-top:18px;
	   border: 1px solid #406ac0;
	}
	

	#search input {
		width: 69px;	
		margin:4px 0 0 4px;
        border:none;		
	}
    #search a {               
        display:block;
		float:left;	
		margin:21px 0 0 3px;
		background:transparent;
        border:none;		
	}

	
ul#metaNavigation {    
	position: absolute;
	top: 18px;
	left: 701px;
	height: 25px;
	background-image: url(../images/metanavigationtoolbar.png);
}

	#metaNavigation li {
		float: left;
		margin-right: 5px;
	}
	
    #metaNavigation li a {
		display: block;
		width: 25px;
		height: 25px;
	}

	#metaNavigation li span {
	
		position: absolute;
		top: 24px;
		left: 0;
		width: 190px;
		height: auto !important;
		height: 1px;
		line-height: 18px;
	}
	
.show {
	display:block;
}
ul.hidden span {
	display:none;
}
ul#mainNavigation {
	position: absolute;
	top: 74px;
	left: 0;
}
	#mainNavigation li {
		float: left;		
		margin-left: 2px;
		padding-top: 32px;
		border: 1px solid #006;
		border-width: 1px 1px 0 1px;
	}
	
	#mainNavigation li.first {
		margin-left: 0;
	}
	
	#mainNavigation li#mainNavigation1 {
		
	}
	
	#mainNavigation li a {
		display: block;
		width: 90px !important;
		width: 120px;
		height: 32px !important;
		height: 33px;
		line-height: 33px;
		padding: 0 15px;
		border-top: 1px solid #006;
		background-color: #99f;
		color: #006;
	}
	
	#mainNavigation li a:hover {
		background-color: #d8e0f1;
	}
	#mainNavigation li img {
		display: block;
		width: 90px !important;
		width: 120px;
		height: 32px !important;
		height: 33px;
		line-height: 33px;
		padding: 0 15px;
		border-top: 1px solid #006;
		background-color: #99f;
		color: #006;
	}

#mainBanner {
	position: absolute;	
	top:0;
	left: 214px;
	width: 468px;
	height: 60px;
	
}	

#leftCol {
	float: left;
	clear: both;
	width: 166px;
}

	#subNavigation {
		padding-top:18px;
	}
	#subNavigation ul{
		padding-bottom:10px;
	}
	#subNavigation li a {
		display: block;
		height: auto !important;
		height: 1px;
		line-height: 15px;
		padding: 0 0 0 20px;
		font-weight: bold;
		font-size: 12px;
	}
	
	#subNavigation li a.cur {
		background-color: #ccf;
	}
	
	#subNavigation li a.cur:hover {
		color: #006;
	}

	#subNavigation li a:hover {
		color: #600;
	}
	
	#subNavigation li li a {
		padding-left: 30px;
		font-weight: bold;
		font-size: 11px;
	}
	#subNavigation li li ul {
		padding:0;
	}
	#subNavigation li li li a {
		padding-left: 42px;
		font-weight: normal;
		font-size: 11px;
	}

#midCol {
	position: relative;
	float: left;
	width: 822px !important;
	width: 824px;	
	border: 1px solid #006;
}

.onecol #midCol .contentElement {
        clear:both;
}

.twoCols #midCol {
  	width: 603px !important;
	width: 605px;
}

.threeCols #midCol {
	width: 384px !important;
	width: 386px;
}
#rootline {
		position: absolute;
		z-index:2;
		top: 139px;
		left:0;
		width: 973px !important;
		width: 990px;
		line-height:17px ;
		padding-bottom: 0 !important;
		padding-bottom:2px;
		padding-left:16px;	
		border-right: 1px solid #006;
		background-color: #66f;	
	}
	
	#rootline * {
		font-size: 10px;
	}
	
	#rootline a {
		
	}

	#mainContent {		
		padding: 10px;		
	}
	
#rightCol {
	float:left;	
	position: relative;
	margin: 2px 0 0 0;		
}
.twoCols #midCol {
	margin-right:5px;
}
.threeCols #midCol, 
.threeCols #rightCol {
	margin-right: 5px;
}
.twoCols #rightCol,
.threeCols #rightCol {
	display:none;
	display: block;
	width: 214px;
	background: url(../images/boxright.gif);
	
}

#outerCol {
	margin: 2px 0 0 0;
	position: relative;
	float: left;
		
}
	
.threeCols #outerCol {	
	width: 214px;
	background: url(../images/boxright.gif);	
}	

	
#specialnavigation {
	position: absolute;
	top: 74px;
	left: 0;	
}
	#specialnavigation div {		
		float:left;
		margin-left: 2px;
		width:120px;
		height:64px;	
		border: 1px solid #006;
		border-width: 1px 1px 0 1px
	}
	div#specialnavigation .first {
		margin:0;
	}
	
	#specialnavigation a {
		display: block;		
		height:100%;		
		line-height: 32px;		
		font-weight:bold;		
		color: #006;
		background-color: #99f;	
	}
	#specialnavigation span {
		display:block;
		padding-left:10px;
	}	
	#specialnavigation a:hover {		
		background-color: #d8e0f1;		
	}

	#specialnavigation img {
		border-bottom: 1px solid #006;
	}

	#specialnavigation .act {
		background-color: #99f;
	}


.onecol #iframecontent {	
  	position: relative;
	float: left;
	width: 824px;
	background: url(../images/iframecontentbgwide.gif) ;	
}

.twocols #iframecontent {
	width:650px;
	float:left;
	margin-right:5px;
	background: url(../images/iframecontentbg.gif);
}


#iframeright {
	width: 169px;
	margin: 2px 0 0 0;
	float:left;
	background: url(../images/boxbgiframe.gif);
}
#footer {
	position:absolute;
	bottom:0;	
	left:0;
	width: 990px;		
	background-color: #66f;
	clear:both;
}
#footer a {
	text-decoration:none;
	color:#006;
}
#footer ul{	
	padding-left:4px;
	line-height:16px;
	margin:0;
			
}
#footer li{
	padding-right:8px;
	background:none;
	float:left;	
}
#footer .printlink{
		
}
#footer .impressum{	
	
}
#footer p{
	float:right;
	margin:0;
	padding-right: 8px;
}
