
/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */
 
 *::-moz-selection
 {
	background:#B7E5DF;
}


*::selection
 {
	background:#B7E5DF;
}

*::-webkit-selection
 {
	background:#B7E5DF;
}
 
 html {
  /* font-size: 100.0%;*/
}

html,body {
	margin:0;
	padding:0;
	height:100%;
	color: #333;
	font-family: Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-shadow: none;
	text-decoration: none;
	text-transform: none;
	/*letter-spacing: 0.050em;
	word-spacing: 0.075em;
	line-height: 1.4;
	font-size:0.9em ;*/
	background-color: #000;
	background-repeat:repeat-y;
}

body {background-color: #FFF;}


img{border:none;}

a { color:#000; text-decoration:}


h1 {font-size: inherit; margin: 0;}
h2 {font-size: inherit;}
p {margin-bottom:10px;}
a { color:#000; text-decoration:}

/*INTRO*/
#halter	{
			float:left;
			display: block;
			height:50%;
			width:1px; 
			margin-bottom: -150px;
			} 

#maincontainer {
	clear:left;
	min-height: 300px;
	/** fuer alle Browser; 
	*/    
	height: auto ! important; 
	/* nur fuer IE-Win (size-value); 
	* verbergen IE-Mac \*/ 
	height: 300px; 
	/* ende verbergen IE-Mac */ 
	width: 650px; 
	margin: 0 auto; 	
  	overflow: hidden;
	/*background-image:url(../img/bg1.jpg) ;*/
	line-height: 1.4em; 
	font-size: 1.1em; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:14px; 
	}
#maincontainer a { color: #000; text-decoration:none; border:none;}
/* LAYOUT */ 
#main {width:992px; }
