@CHARSET "UTF-8";

/* ########################### */
/* B R O W S E R   R E S E T S */
/* ########################### */

/* Author: Marc Haunschild
 * (c) 2009 Bundesanstalt für Landwirtschaft und Ernährung (BLE)
 */

/*  
+++++++++++++++++++++++++++++++++++
  Reset and general settings
+++++++++++++++++++++++++++++++++++
*/

* {margin:0;padding:0;border:0;}

body {
	height: 100%;
	font-size: 100.01%;
	background: #fff;
}

#page {
  font-size: 100%; /* font-size not set for <body>, so that min-width-expression still can be used for IE 6 */
}

.floatLeft{float:left;}
.floatRight{float:right;}
.clear {clear:both;}
.clearleft {clear:left;}

hr {
	clear:both;
}

.pullMeHigher {
	position:relative;
	top:-12px;
}

/* Hints for users with non-graphical UAs
		(which will be moved out of the viewport by the following rules) */

.sr-hint {
	position: absolute;
	left: -1000px;
	top:-1000px;
	width:0px;
	height: 0px;
	overflow:hidden;
	display:inline;
}
dfn, acronym, abbr {
	font-style: normal;
	text-decoration: none;
	cursor: help;
	border-bottom: 1px dotted;
}
#skipnav {
	position: absolute;
	left: -2000px;
}
#skipnav li a:focus,
#skipnav li a:active {
	display: block;
	position: absolute;
	z-index: 10;
	top: 5px;
	left: 2200px;
	font-size: 1.5em;
	background: #fff;
	color: #000000;
	border: solid 2px #999999;
	padding: 10px;
	width:  15em;
	height: 2em;
}

