/* --------------------------------------------------
CSS Document for www.nordlohnerholz.de
-------------------------------------------------- */

/* Global -------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	}

body {
	background: #cbcbcb url(pics/bg.gif) repeat-x;
	font: normal 13px "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #494949;
	}

/* Schrift -------------------------------------------------- */

h1, h2, h3 {
	color: #373737;
	}

h1 {
	margin-bottom: .4em;
	font-size: 180%;
	font-weight: normal;
	letter-spacing: -2px;
	}

h2 {
	margin-bottom: .4em;
	font-size: 130%;
	font-weight: normal;
	letter-spacing: -1px;
	}

h3 {
	font-size: 100%;
	font-weight: bold;
	}

p, ol, ul {
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 168%;
	font-size: 104%;
	}

ol {
	margin-left: 2em;
	}

ul {
	list-style: none;
	}

ul li {
	padding-left: 1em;
	background: url(pics/bullet-li.gif) no-repeat left center;
	}

a {
	text-decoration: none;
	color: #c24300;
	}

a:hover {
	text-decoration: underline;
	color: #c24300;
	}

/* Menu -------------------------------------------------- */

#menu {
	width: 740px;
	height: 60px;
	margin: 0 auto;
	border-left: 20px solid #c24300;
	}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#menu li {
	padding: 0;
	display: inline;
	background: none;
	}

#menu a {
	display: block;
	float: left;
	height: 40px;
	padding: 20px 20px 0 20px;
	font-size: 92%;
	font-weight: bold;
	color: #373737;
	}

#menu a:hover {
	background: #c24300;
	text-decoration: none;
	color: #FFFFFF;
	}

#menu b {
	text-decoration: underline;
	}

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

#header {
	width: 760px;
	height: 180px;
	margin: 0 auto;
	padding: 0;
	}

#header img{
	margin: 0;
	padding: 0;
	display: block;
	}

#header h1 {
	margin: 0;
	padding: 120px 0 0 0;
	text-align: right;
	letter-spacing: -1px;
	font-size: 120%;
	color: #373737;
	}

/* Container -------------------------------------------------- */

#container {
	width: 760px;
	margin: 0 auto;
	background: url(pics/bg-container.gif) repeat-y;
	}

/* Content -------------------------------------------------- */

#content {
	float: left;
	width: 440px;
	padding: 20px 30px 20px 50px;
	}

/* Content einspaltig */
#textcontent {
	margin-bottom: 20px;
	padding-bottom: 1px;
	}

/* Content zweispaltig */
.floating-box {
	float: left;
	width: 210px;
	}

.floating-box p, .floating-box ol, .floating-box ul {
	line-height: 144%;
	font-size: 92%;
	text-align: left;
	}

.floating-box img {
	border: 5px solid #E39226;
	}

/* Sidebar -------------------------------------------------- */

#sidebar {
	float: right;
	width: 196px;
	padding: 20px;
	}

/* Sidebar Navigation */
#sidebarnav {
	}

#sidebarnav ul {
	border-bottom: 1px solid #E39226;
	}

#sidebarnav li {
	padding: 5px 0;
	border-top: 1px solid #E39226;
	}

#sidebarnav a {
	padding-left: 1em;
	color: #c24300;
	}

/* Sidebar News */
#news {
	margin-left: 0;
	padding-left: 1em;
	border-left: 5px solid #c24300;
	}

#news p {
	text-align: left;
	line-height: normal;
	font-style: italic;
	}

/* Footer -------------------------------------------------- */

#footer {
	height: 50px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	}

#footer .footertext {
	width: 760px;
	margin: 0 auto;
	}

#footer .adresse {
	float: left;
	width: 440px;
	height: 36px;
	padding: 16px 30px 0 30px;
	background: #ffffff;
	border-left: 20px solid #000000;
	font-size: 85%;
	}

#footer .legal {
	float: right;
	width: 220px;
	height: 36px;
	margin: 0 auto;
	padding: 16px 20px 0 0;
	background: #c24300;
	text-align: right;
	font-size: 85%;
	color: #ffffff;
	}