/*****************
     *   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.bodarto.ch
     *   Copyright: huenet AG www.huenet.ch
****************/
/* basic elements */
html {
	margin:0px;
	padding:0px;
	height : 100%;
	}
body {
	background:#333333;
	margin:0px;
	padding:0px;
	height : 100%;
}
body,p, td, li, ul, ol, h1, h2, h3, h4, h5, h6 , form, input, select, textarea {
	font: normal 13px/19px Arial, Helvetica, Sans-Serif;
	color: #FFFFFF;
}

a { color: #FFFFFF;
    text-decoration:none ;
	}
	
p { margin:0px;}
	
/* *********************** 
layout selectors
************************** */

#halter	{
			float:left;
			display: block;
			height:50%;
			width:1px; 
			margin-bottom: -310px;
			overflow:hidden;
			} 

#maincontainer {
	clear:left;
	min-height: 620px;
	
	/** fuer alle Browser; 
	*/    
	height: auto ! important; 
	/* nur fuer IE-Win (size-value); 
	* verbergen IE-Mac \*/ 
	height: 620px; 
	/* ende verbergen IE-Mac */ 
	width: 995px; 
	margin: 0 auto; 	
  	overflow: hidden;
	background-color:#333333; 
	}
	
#head {
	width:100%; 
	height:140px; 
	overflow:hidden;
}

#contentbox {
	width:995px;
	overflow:hidden ;
	}
	
#content {
	width:995px;
	height:1px;
	overflow:hidden ;
	visibility:collapse ;
	
	}

#einzug {
	width:155px; 
	margin-top:0px; 
	overflow:hidden; 
	float:left ;
	}
	
#navcontainer {
	width:192px; 
	overflow:hidden; 
	float:left;
	}
	
#boden {
	width:130px; height:10px; overflow:hidden; background-color:#FFFFFF; margin-bottom:10px; cursor:pointer;
	}
	
#content {
	width:465px; overflow:hidden; float:left;
	}
	
/* *********************** 
Font
************************** */

.navakt {
	color:#FFFFFF ;
	font-weight:bold ;
}

.nav {
	color:#999999 ;
	font-weight:bold ;
}

.nav:hover {
	color:#FFFFFF ;
	font-weight:bold ;
}

/* *********************** 
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; 
}