/*-----------------------------------------------------------------------------
[F & N Food Service GmbH] Screen Stylesheet

version:   1.0
date:      2010-05-11
author:    Lennart Basler
email:     lennart@polargold.de

-----------------------------------------------------------------------------*/




/* General
-----------------------------------------------------------------------------*/
html {
}

.clear {
	clear: both;
}

body {
	font-size: 14px;
	font-family: "Lucida Grande", "Lucida Sans", "Trebuchet MS", Tahoma, Verdana, sans-serif;
	color: #8f8f8f;
}

/* Clearfix
-----------------------------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}


/* Layout
-----------------------------------------------------------------------------*/
#wrapper {
	width: 980px;
	margin: 0 auto;
	padding-top: 20px;
}

.copy {
	padding-top: 200px;
}

#logo {
	float: right;
}

p {
	margin-top: 1em;
}

span a {
	color: #8f8f8f;
	text-decoration: none;
	border-bottom: 1px dotted #8f8f8f;
}

span a:hover {
	color: #ED7924;
}

h1 {
	font-size: 1.4em;
	font-weight: bold;
}
