/*****************
     *   File Name: layout.css
     *   Section: @approot/css/
     *   Creator: Heinz Zuercher (hzuercher@huenet.ch)
     *   Creation Date: 08/08/2008
     *   Purpose: stylsheet screen
     *   Description: Stylesheet Publicsection www.kongresshaus-stiftung.ch
     *   Copyright: huenet AG www.huenet.ch
****************/
/* basic elements */
html {
	margin:0px;
	padding:0px;
	height : 100%;
	}
body {
	background:#FFFFFF;
	margin:0px;
	padding:0px;
	height : 100%;
}
body,p, td, li, ul, ol, h1, h3, h4, h5, h6 , form, input, select, textarea {
	font: boöd 13px/19px Arial, Helvetica, Sans-Serif;
	color: #000;
}

h2 {
	font: bold 13px/19px Arial, Helvetica, Sans-Serif;
	margin:0px;
	padding:0px;
	color:#000;
	text-decoration:underline ;
	/*border-bottom: #334798 2px solid ;*/
		}

a { color: #334798;
    text-decoration:none ;
	}
	
p {
	margin:0px;
}


	
/* *********************** 
layout selectors
************************** */

#halter	{
			float:left;
			display: block;
			height:50%;
			width:1px; 
			margin-bottom: -300px;
			} 

#maincontainer {
	clear:left;
	min-height: 600px;
	
	/** fuer alle Browser; 
	*/    
	height: auto ! important; 
	/* nur fuer IE-Win (size-value); 
	* verbergen IE-Mac \*/ 
	height: 600px; 
	/* ende verbergen IE-Mac */ 
	width: 840px; 
	/*margin: 0 auto; 	*/
  	overflow: hidden;
	background-color:#FFFFFF; 
	}
	
#head {
	position:relative;
	width:100%; 
	height:65px; 
	overflow:hidden;
	background-image:url(../img/head.png) ;
	z-index: 10 ;
	cursor:pointer;
}

#content {
	position:relative;
	width:100%;	
	height:538px; 
	overflow:hidden;
	background-image:url(../img/kongresshaus_bg.jpg) ;
	z-index: 1 ;
	top: -3px;
	}

#contentbox {
	font: bold 13px/18px Arial, Helvetica, Sans-Serif;
	color: #000000;
	margin-top:17px;
	margin-left:17px;
	width:635px;
	height:100%;
	overflow:hidden ;
	float:left ;
	}


	
#navcontainer {
	font: bold 12px/16px Arial, Helvetica, Sans-Serif;
	color: #334798;
	width:120px; 
	margin-top:17px;
	margin-left:20px;
	margin-right:20px;
	overflow:hidden; 
	float:left;
	}
	
	
.subnav {
	margin-top:0px;
	margin-left:0px;
	width:100%;
	height:85px;
	overflow:hidden; 
	
	}
	
.subsubnav {
	color:#000000;
	font-weight:normal ;
	}
	
.subsubnav a {
	color: #000000;
}

	

	
/* *********************** 
Font
************************** */

.navakt {
	color:#FFFFFF ;
	font-weight:bold ;
}

.nav {
	color:#999999 ;
	font-weight:bold ;
}

.nav:hover {
	color:#FFFFFF ;
	font-weight:bold ;
}

.orgtabelle {
	height:10px;
	overflow:hidden :
	}
	
.blue {
	color: #334798;
	}
	
.black {
	color: #000000;
	}
	
.black a:hover {
	color: #334798;
	}

/* *********************** 
Form
************************** */

.tf {
	width:280px ; height:16px; background-color:#FFFFFF; color:#999999;
	font-weight:bold ;
	font-size:12px ;
	border:#FFFFFF 1px solid;
	margin-bottom:16px;
}

.txtf {
	width:280px ; height:140px; background-color:#FFFFFF; color:#999999;
	font-weight:bold ;
	font-size:12px ;
	border:#FFFFFF 1px solid;
	margin-bottom:16px;
}

.sf {
	width:60px ; height:16px; background-color:#FFFFFF; color:#999999;
	font-weight:bold ;
	font-size:12px ;
	border-width:0px; 
}

