body {
	background-color:#FFFFFF;
	margin:0px;
	font-family:Arial,Helvetica,sans-serif;
	color:#2D2D2D;
	font-size:14px;
	text-align:left;
}
h1 {
	font-family:Times,serif;
	color:#2D2D2D;
	margin:0px 0px 10px 0px;
	padding:0px;
	text-align:left;
	font-size:30px;
	font-style:italic;
	font-weight:bold;
}
h2 {
	font-family:Times,serif;
	color:#2D2D2D;
	margin:20px 0px 10px 0px;
	padding:0px;
	text-align:left;
	font-size:20px;
	font-style:italic;
	font-weight:bold;
}
h3 {
	font-family:Times,serif;
	color:#2D2D2D;
	margin:10px 0px 10px 0px;
	padding:0px;
	text-align:left;
	font-size:15px;
	font-style:italic;
	font-weight:bold;
}
/*p {
	line-height:1.3em;
	margin:0px 0px 10px 0px;
	padding:0px;
}*/
ul {
	list-style: none;
	padding: 10px;
	margin-top: -10px;
}

#jwfMarginBG {
	height:100%;
	width:140px;
	margin:0px;
	padding:0px;
	background:url('../img/bg_links.gif') repeat-y;
	background-position:0px -13px;
	position:fixed;
	top:0px;
	left:0px;
	z-index:0;	
}
#jwfMarginFoot {
	width:140px;
	height:47px;
	margin:0px;
	padding:0px;
	background:url('../img/bg_unten.gif') no-repeat;
	position:fixed;
	bottom:0px;
	left:0px;
	z-index:30;
}
#jwfHeaderBG {
	width:100%;
	height:100px;
	margin:0px;
	padding:0px;
	background:url('../img/bg_oben.gif') repeat-x;
	background-position:-4px 0px;
	position:fixed;
	top:0px;
	left:0px;
	z-index:1;
}
#jwfHeaderCorner {
	width:140px;
	height:100px;
	margin:0px;
	padding:0px;
	background:url('../img/bg_ecke.gif') no-repeat;
	float:left;
}
#jwfHeaderLogo {
	width:200px;
	height:100px;
	margin:0px auto 0px auto;
	padding:0px;
}
#jwfHeaderLogoImg {
	width:200px;
	height:100px;
	border-width:0px;
}
#jwfMenu {
	width:120px;
	margin:0px;
	padding:6px 10px;
	position:fixed;
	top:110px;
	left:10px;
	border:1px dotted #CCCCCC;
	background-color:#EEEEEE;
	z-index:3;
}
#jwfMenu ul {
	font-family:Times,serif;
	font-size:22px;
	font-style:italic;
	font-weight:bold;
	margin:0px;
	padding:0px;
	list-style-type:none;
	line-height:1em;
}
#jwfMenu li {
	padding:4px 0px;
}
#jwfMenu a:link, #jwfMenu a:visited {
	color: black; /*#000080;*/
	text-decoration:none;
}
#jwfMenu a:hover, #jwfMenu a:active {
	color:#800000;
	text-decoration:none;
}
#jwfMenu a.jwfMenuActive {
	color:#800000;
}
@media only screen and (min-width:1024px)
{
	#jwfContent {
	margin:100px 170px 20px 170px;
	padding:10px;
	z-index:0;
	}
}
@media only screen and (max-width:1023px)
{
	#jwfContent {
	margin:100px 20px 20px 170px;
	padding:10px;
	z-index:0;
	}
}
#jwfButton {
	/*border:1px dotted #CCCCCC;*/
	background-color:#EEEEEE;
/*	font-family:Times,serif;*/
	font-size:18px;
	font-style:italic;
	font-weight:bold;
	text-decoration:none;
}
#jwfCopyright {
	width:100%;
	position:fixed;
	height:20px;
	padding:5px 0px 0px 0px;
	bottom:0px;
	left:0px;
	z-index:1;
	text-align:center;
	font-size:10px;
	color:#A5A5A5;
	text-decoration:overline;
	background-color:#FFFFFF;
}
a:link, a:visited {
	color: black; /*#030093;*/
	text-decoration:underline;
}
a:active {
	color:#990404;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
.jwfIlluImgR {
	float:right;
	margin:0px 0px 20px 30px;
	padding:3px;
	border:1px solid #CCCCCC;
}
.jwfIlluImgL {
	float:left;
	margin:0px 30px 20px 0px;
	padding:3px;
	border:1px solid #CCCCCC;
}

