/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* {
	padding: 0;
	margin: 0;
	
}

html, body {
	height: 100%;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 100%;
	background-color: #fff;
	text-align: center;/* fuer IE */
}
#wrapper {
	/*VORHER: margin: 0 auto;*/
 margin: 0 auto -53px auto;
	width: 975px;
	height: 100%;
	min-height: 100%;
	/*bottom: 0px;*/
	text-align: left;
}

html>body #wrapper {
	height: auto;
}
#faux {
	margin-bottom: 5px;
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
	width: 100%;
	clear:both;
}
#printheader, #printfooter {
display: none;
}
#header {
	position: relative;
	width: 975px;
	padding: 0px;
	height: 120px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image:url(../pix/header.gif);
	background-color: #fff;
	background-repeat:no-repeat;
}
#searchbox {
	margin: 4px 4px 0px 0px;
	height:20px;
	float: right;
}

#loginbox {
	display: none;
	margin: 40px 10px 0px 0px;
	height:20px;
	float: right;
	background-color:#999999;
}
#menumain {
	width: 975px;
	height: 27px;
	background-color: #0055B4;
}
#menubreadcrumb {
	color: #999999;
	width: 975px;
	padding: 0px;
	height: 15px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear:right;
	font-size: 11px;
	
}

#leftcolumn {
	display: inline;
	color: #333;
	margin: 0px 10px 10px 0px;
	padding: 0px;
	width: 350px;
	float: left;
}
#content {
	float: left;
	margin: 0px 10px 10px 0px;
	padding: 0px;
	width: 710px;
	display: inline;
	position: relative;
}

#rightcolumn {
	display: inline;
	position: relative;
	margin: 0px 10px 10px 10px;
	padding: 0px;
	width: 350px;
	float: left;
}
#bordercolumn {
	display: inline;
	position: relative;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	width: 230px;
	float: right;
	border: #CCCCCC solid 1px;
}

#footerbox {
	clear: both;
	height: 40px;
}/* schafft Platz fuer footer*/
#footer {
	position: relative;
	width: 994px;
	clear: both;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	height: 53px;
	/*bottom: 0px;*/
	border-top: #999999 solid 1px;
}
#footertext {
	width: 994px;
	margin: 0px 0px 0px 0px;
	padding: 22px 0px 0px 0px;
	height: 31px;
}
.clear {
	clear: both;
	background: none;
}
/* === Fixes fuer IE (auslagern in CC) === */
* html #footer {
	\height: 53px; /* IE5 */
	he\ight: 53px; /* IE6 */
} /* korrigiert Footer-Hoehe */
/* === Ende Fixes fuer IE === */

/*td {
vertical-align: top;
}*/
