/*
 * (c) 2008 ECR Solutions
 * ECR base CSS
 * Grundgeruest fuer alle ECR Seiten
 */

body, div, p, ul, li, img, a, h1, h2, h3, h4
{
	margin: 0;
	padding: 0;
	text-decoration: none;
}

a img
{
	border: 0;
}

a:hover
{
	text-decoration: underline;
}

body
{
	margin: 0;
	padding: 5px;
	text-align: center;
	font: 12px Arial, Helvetica, Verdana, sans-serif;
	background: #f5f5ff;
}

div
{
	border: 1px solid #27457b;
}

#main
{
	min-width: 700px;
	margin: 0 auto;
	text-align: left;
	background: #fff;
}

#logo
{
	background: #fff url('img/f_logo.jpg') top right no-repeat;
	height: 62px;
}

#header, #footer
{
	padding: 2px;
	height: 18px;
	background: #27457b url('img/f_header.jpg') top repeat-x;
	color: #fff;
	text-align: center;
	font-size: 14px;
}

#menu
{
	width: 200px;
	margin-top: 8px;
	float: left;
}

#content
{
	background: #f5f5ff;
}

#content, #content div
{
	border: 0;
}

#main a.clear
{
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}

#footer
{
	font-size: 11px;
	padding: 4px;
	height: 14px;
}

#footer a
{
	color: #fff;
}
