/*
               	IMPORT - Spalten und Abstände
*/
@import url(layout.css);
/*
               	IMPORT - Navigation
*/
@import url(navigation.css);
/*
               	IMPORT - Footer
*/
@import url(footer.css);
/*
               	IMPORT - Content
*/
@import url(content.css);
/*
               	IMPORT - Margin
*/
@import url(margin.css);
/*
               	IMPORT - forms
*/
@import url(forms.css);

/*
               	IMPORT - Calender
*/
@import url(content.css.php);

body{
	margin:0px;
	padding:0px;
	background:#f7f7f7 url('../img/background/bg_page.gif') repeat left top;
}

table{
	font-family:arial, verdana, helvetica;
	font-size:12px;
	font-weight:normal;
	line-height:17px;
	background:white;
	text-align:left;
	border:1px solid white;
	
}




a{
	color:#009BD8;
	text-decoration:underline;
}

a:hover{
	text-decoration:underline;
}

.floater{
	float:none;
	clear:both;
}
