    @import 'core.css';

html	{
	padding: 0px;
	margin: 0px;
	line-height:  1.0em;
	font-size: 1.0em;
	font-family: Arial, Verdana, Tahoma;
	background-color: #ECECEC;
	background-image: url('/assets/files/bg.jpg');
	background-repeat: repeat-x;
	background-position: top right;
}
hr	{
	clear: both;
	visibility: hidden;
	
}
div#head	{
	text-indent: -9999px;
	background-image: url('/assets/files/banner.gif');
	background-position: top left;
	background-repeat: no-repeat;
	height: 200px;
}

div#head a span	{
	display: block;
	width: 1012px;
	height: 180px;
}



div#content	{
	display: block;
	background-color: white;
	min-height: 400px;
	padding: 20px;
}

div#nav		{
	background-image: url('/assets/files/menubg.gif');
	display: block;
	height: 68px;
	margin-top: -10px;
	
}

div#nav ul	{
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	display: block;
}

div#nav ul li	{
	float: left;
	padding: 3px;
}

div#nav ul li a	{
	color: white;
	text-decoration: none;
	font-size: 0.9em;
	display: block;
	height: 40px;
	padding-top: 23px;
	
}

div#nav ul li.active a	{
	color: black;
}

div#nav ul li:hover a	{
	color: black;
}

div#sidebar	{
	background-image: url('/assets/files/trainingsplan-230x307-alpha.png');
	background-position: top center;
	background-repeat: no-repeat;
	color: black;
	font-size: 0.9em;
}

@font-face	{
//	font-family:  "Monotype Cursiva";
//	src: url('/assets/files/MTCORSVA.TTF');
    font-family: Arial;
	
}

div#fitnessplan	{
	margin-top: 80px;
	padding-left: 30px;
	padding-right: 25px;
	height: 180px;
	overflow: hidden;
	margin-bottom: 200px;
//	font-family: "Monotype Cursiva";
	
}

div#fitnessplan a	{
	text-decoration: none;
	color: blue;
	font-weight: normal;
}

div#address	{
	position: relative;
	bottom: 0px; 
	width: 238px;
/* 	height: 110px; */
}

div#foot	{
	margin-top: -15px;
	font-size: 0.7em;
	height: 1em;
	border-top: solid 1px #888;
	padding-top: 5px;
	display: block;
}
p#copyright	{
	float: left;
}

p#thewholelegalstuffyouneedtorunawebsitewithoutgettingjailed	{
	text-align: right;
	width: 200px;
	float: right;
}

p#thewholelegalstuffyouneedtorunawebsitewithoutgettingjailed a	{
	color: black;
	text-decoration: none;
}

