/*
 Start Stylesheet - Jakob Winter Portal
 Date: 18.11.2008  Author: Stefan Wigand, pallium.de
----------------------------------------------------- */

/* ##### RESET http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ ##### */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* ##### Basics #####  */
html {
	font-size: 75%;
}
body {
	text-align: center;
	font: 1em/1.5em Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
	background:  #999 url(../img/bg-bodystart.gif) repeat-x;
}
html>body {
	font-size: 12px;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #BEBEBE;
}
.s {
	font-size: 0.8em;
}
.c {
	clear: both;
}
.none, .skiplink {
	display: none;
}
p {
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 1em;
}
h4 {
	font-weight: bold;
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 1em 1em;
}
strong {
	font-weight: bold;
}
#footer p {
	font-size: 1em;
	line-height: 1.5em;
}
/* ##### Layout #####  */
#sitebg {
	background: transparent url(../img/bg-sitebgstart.jpg) no-repeat top center;
}
#wrapper {
	background: transparent url(../img/bg-wrapper.png) no-repeat top center;
	width: 984px;
	margin: 0 auto;
}
/* Lang Meunue */
ul#langmenue {
	width: 984px;
	height: 48px;
	margin: 0 auto;
}
ul#langmenue li {
	width: 30px;
	height: 20px;
	float: left;
	margin: 15px 3px 0 3px;
}
ul#langmenue li#lang-de {
	background: transparent url(../img/bg-flag-de.png) top left no-repeat;
}
ul#langmenue li#lang-en {
	background: transparent url(../img/bg-flag-en.png) top left no-repeat;
}
ul#langmenue li#lang-de a, ul#langmenue li#lang-en a {
	display: block;
	height: 20px;
}
ul#langmenue li span {
	display: none;
}
#header {
	position: relative;
	height: 141px;
	margin-bottom: 5px;
}
h1#logo {
	width: 223px;
	height: 92px;
	margin: 25px 0 0 27px;
	float: left;
	display: inline;
	background: transparent url(../img/jw-logo.png) top left no-repeat;
	text-indent: -999em;
}

#searchform {
	float: right;
	margin: 8px 16px;
	width: 200px;
	height: 20px;
	background-color: #CDCDCD;
	text-align: right;
}
form#search {
	margin: 0;
	padding: 0;
}
form#search label {
	display: none;
}
form#search input.searchfield {
	margin: 0;
	color: #333;
	border: none;
	background-color: transparent;
	font-size: 11px;
	display: inline;
}
form#search input.searchbutton {
	padding: 3px;
}
#main {
	text-align: left;
	clear: both;
	margin: 22px 18px 18px 18px;
	height: 1100px;
}
#content {
	text-shadow: #666 2px 2px 4px;
}
#content h3 a {
	text-indent: -999em;
	display: block;
	height: 100%;
}
.trenner-border {
	border-top: 1px solid #fff;
	display: block;
}

#footer {
	clear: both;
	padding-top: 108px;
	text-align: center;
	color: #fff;
	font-size: 0.9em;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	text-decoration: underline;
}
/* ##### Bigger Links  #####  */
.hover {
	cursor: pointer;
}