/* ------------------------------------------------------------------ Body und MainDivs */

body {
	text-align:center;	
	margin:0;
	margin-top:56px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	height:100.1%;
	}

#maincontainer {
	margin:0px auto;
	text-align:left;
	width:730px;
	}


#info { display:none; }

/* ------------------------------------------------------------------ Sonstiges */

/* ------------- LINKS */

a:focus{outline:none}

a:link, a:visited, a:active {
	color: #ccc;
	text-decoration: none;
	}

a:hover {
	color: #000;
	text-decoration: none;
	}

:focus {
outline: 0;
}










