/************************************************************************/
/**		CSS-Styles  Zanker Elektrotechnik - style.css  		   	       **/
/************************************************************************/

/**--Import - CSS-data--**/

@import url("navigation.css");
@import url("content.css");

/**---Main - Styles---**/

body {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px 0px 20px;
	height: 100%;
	color: #575756;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 13pt;
	line-height:18pt;}

a:link, a:visited, a:hover, a:active { color: #00518c; text-decoration:none;}
	
a:hover { color: #00518c; text-decoration:none;}

hr { clear:left; margin-bottom:-25px; visibility:hidden;}

img { border:none;}

/**---Layout - Styles---**/

#whole {
	position: relative;
	margin:0 auto;
	padding-bottom:50px;
	height: 100%;
    width:850px;
	min-height:550px;
	border: 1px solid #2a538a;
	border-top: 0px;}
	
#navigation {
	background-color: #00518c;
	clear:both;
	width:850px;
	height: 27px;}	


/**---Header - Styles---**/

#header { position:relative; width:850px; height:122px;}
	
#logo { float: left;}

#logo img { border: 0px;}

