@import url("menu.css");
@import url("layout.css");
@import url("plugins.css");
@import url("rte.css");

/*Haupt-CSS - svs-online.ch - 555 webdesign.com - ts*/

body{
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	margin-left:50px;
	margin-top:50px;
	font-family: Arial;
}
#header{
}

#top_banner{
margin: 0px 1px;
}

#main{
	width:752px;
	padding:0px;
	text-align:left;
	}
	
#main1{
	
}
#center{
	float:left;
	width: 563px;
	color: #747474;
	font-size: 12px;
	margin-top: 30px;
	padding-left: 20px;
	text-align: left;
/*	border-left: 1px solid #004065;*/
	min-height: 480px;
}

#center h1, #center h2, #center h3, #center h4, #center h5{
	margin-top: 0px;
}
#left{
	width: 150px;
	margin-top: 30px;
	float: left;
}
#menu{
}

#footer{
	padding-top: 3px;
	border-top: 1px solid #004065;
	background-color: #ffffff;
	text-align: left;
	color: #004065;
	width: 750px;
	margin-top: 10px;
	padding-left: 10px;
	margin-bottom: 30px;
}

#footer a, #extras a{
	color: #f9ed1f;
}

#footer a:hover, #extras a:hover{
	color: #f9f5b1;
}

#webdesign_logo{
	float: right;
}

.cleaner{
		clear:both;
		height:0px;
		font-size:0px;
		margin:0; 
		padding:0;
		background:transparent;
		border-right: 1px solid #004065;
}

img, a.img{
	border: none;
}