/*===========================
	F A R B E N
	
	total-border:	#b5b5b5	grau


* html #id{  
 !! CSS-Hack für IE6 und kleiner !!    
}

=============================*/

/*===========================
	IMPORTS
=============================*/
@import url("header.css");
@import url("body.css");
@import url("menus.css");
@import url("rte_styles.css");
@import url("tt_address_vcard.css");
@import url("formulare.css");

/*===========================
	FLOATING
=============================*/
.clear_float
{
	clear: both;
}

/*===========================
	MAIN
=============================*/

body
	{
	background-color: white;
	margin: 0px;
	padding: 0px;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	color: black;
	}
	
#total
	{
	display: inline-block;
	position: absolute;
        top: 0px;
	left: 50%; 
	width: 890px;
	margin-left: -445px;
	border-left: 5px solid #b5b5b5;
	border-right: 5px solid #b5b5b5;
	}
	
#copyright
	{
	display: block;
	border-top: 2px dashed black;
	margin: 5px 0;
	padding: 10px 0;
	}
	