/* Grundlegende Seitenstruktur - Horizontale & Vertikale Zentrierung */

* {margin:0;padding:0}

/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */

body { 
	background-color: #66cc33;
	text-align:center;
	font-family: Verdana, "Trebuchet MS", sans-serif;
}
#inner {
	width: 800px;
	background:white;
	min-height: 630px;
	text-align: center;
	margin: 18pt auto;
	border:none;	
	background-image: url(../images/fair-zur-natur.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}

/* Tags */

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, "Century Gothic", sans-serif;
	color: #000;
}

h1 {
	color: #000;
	font-size: 10pt;
}

h2 {
	font-style: italic;
	font-size: 10pt;
	font-weight: normal;
}

ul {
	margin-left: 12pt;
	font-size: 8pt;
}

A IMG {
	border: none;
}

/* Allgemeine Styles */

.clearer {
	width:1px;
	height: 1px;
	clear: both;	
}

div.links {
	float: left;
	width: 50%;
	margin-top: 18pt;
}

div.rechts {
	float: right;
	width: 50%;
	margin-top: 18pt;
}

div.text p {
	margin-right: 18pt;
	font-size: 8pt;
}

/* Individuelle Styles */

div#box {
	text-align: left;
	font-size: 9pt;
	padding: 0 18pt 90pt 80pt;
}

div#logo {
	margin-left: 0;
	padding: 12pt 0;
}

div#navi {
	margin: 0;
}

div#scrolling {
	width: auto;
	margin: 18pt 0 0 0;
}


/* Content Styles */

div.content {
	margin: 18pt 0 0 0;
}

div.content P {
	margin-bottom: 10pt;
}

div.content .news {
	border-bottom: 1px solid #ddd;
	margin-right: 6pt;
}

div.content .imgrechts {
	float: right;
	margin: 3pt 6pt 6pt 6pt;
}

div.content .imglinks {
	float: left;
	margin: 3pt 6pt 6pt 0;
}

div.content .news img {
	border: 0;
}

div.content .news h1 a {
	color: #000;
	text-decoration: none;
}

div.content .news h1 a:hover, div.content .news h1 a:active {
	text-decoration: underline;
}

div.content .datum, div.content .news .footer {
	font-size: 8pt;
}

div.content .news .footer {
	text-align: center;
	border: 1px;
}

div.content .artikel .datum {
	margin: 0;
}

div.content .artikel h1 {
	margin-bottom: 10pt;
}

div.content .spacer24 {
	margin-bottom: 24pt;
}

.galerie table td {
	text-align: center;
}

.galerie table td img {
	margin: 2pt;
	border: 1px solid #ddd;
	padding: 2pt;
}

/* Job-Beschreibungen */

div#scrollingsmall {
	width: auto;
	margin: 18pt 0 0 0;
}

.jobbeschreibung {
	margin-top: 18pt;
}

.jobbeschreibung IMG {
	border: none;
	margin-top: 12pt;
}

div#content span.partner {
	padding: 0 0 0 6pt;
}

div#content span.partner img {
	margin-top: 6pt;
}

div#content ul#jobliste {
	margin: 12pt 0 12pt 6pt;
	list-style-position: inside;
	list-style-type: disc;	
}

