* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	background: #333;
	color: white;
	font-family: arial, verdana, sans-serif;
	font-size: 16px;
/*	line-height: 18px; */
}

a {
	color: white;
	text-decoration: none;
}

ul, ol, blockquote {
	margin-left: 2em;
}

h1, h2, h3, h4 {
	text-align: left;
}

#wrapper {
	background: url(images/bodybg.gif) repeat-y;
	border: 2px solid #4f4f4f;
	border-top: 0;
	border-bottom: 0;
	margin: auto;
	min-height: 100%;
	_height: 100%;
	padding-bottom: 2em;
	position: relative;
	width: 1000px;
}

.p423#wrapper {
	background: url(images/kleenoil-bodybg.gif) repeat-y !important;
	border: 2px solid #008E46;
	border-top: 0;
	border-bottom: 0;
}

.p398 {
	background: url(images/panolin-bodybg.gif) repeat-y !important;
	border: 2px solid #EE3B33 !important;
	border-top: 0 !important;
	border-bottom: 0 !important;
}


#header {
	background: #2f2f2f url(images/panolin_klennoil_logo_1.gif) no-repeat center right;
	border-bottom: 2px solid #4f4f4f;
	height: 120px;
	width: 100%;
}

.p423 #header {
	background: #2f2f2f url(images/logo-kleenoil.gif) no-repeat center right;
	border-bottom: 2px solid #008E46;
}

.p398 #header {
	background: #2f2f2f url(images/logo-panolin.gif) no-repeat center right;
	border-bottom: 2px solid #EE3B33;
}

#header h1 a {
	display: block;
	height: 120px;
	outline: none;
	position: absolute;
	top: 0;
}

#header h1 a#panolink {
	right: 0;
	width: 190px;
}

#header h1 a#kleenlink {
	right: 190px;
	width: 200px;
}

#header h1 a span {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

#header img {
	display: none;
}

#col1 {
	float: left;
	margin-right: 6px;
	margin-right: 0px;
	margin-bottom: 100px;
	width: 197px;
}

#col1 ul, #footnote ul {
	font-size: 13px;
	font-family: arial black, arial, verdana, sans-serif;
	list-style: none;
	margin-left: 1em;
}

#col1 {
	margin-bottom: 150px;
	padding-top: 40px;
}

#col1 ul li a:hover {
	color: white !important;
}

#col1 ul li a {
	color: #666;
	display: block;
	outline: none;
	padding: 3px 0;
	text-decoration: none;
}

#col1 ul li ul li a {
	padding: 1px 0;
}

#col1 ul li ul li {
	font-size: 12px;
}

#col1 ul li ul li ul li ul li {
	font-family: arial, verdana, sans-serif;
}

#col1 li.active a {
	color: white;
}

#col1 li.active ul li a {
	color: #666;
}

#col1 li ul li.active a {
	color: white;
}

#col1 li ul li.active ul li a {
	color: #666;
}

#col1 li ul li ul li.active a {
	color: white;
}

#col1 li ul li ul li.active ul li a {
	color: #666;
}

#col1 li ul li ul li ul li.active a {
	color: white;
}

#footnote {
	bottom: 0;
	left: 0;
	padding: 15px;
	position: absolute;
}

#footnote small {
	color: #666;
	font-size: 0.70em;
}

#footnote ul {
	margin: 0 !important;
}

#footnote ul li a {
	color: #666;
	text-decoration: none;
}

#col2 {
	float: left;
	overflow: hidden;
	width: 803px;
}

#teaser {
	background: #2f2f2f;
	border-bottom: 2px solid #4f4f4f;
	margin: 0 0 0 2px;
	min-height: 166px;
	padding: 4px;
}

.p423 #teaser {
	border-bottom: 2px solid #008E46;
}

.p398 #teaser {
	border-bottom: 2px solid #EE3B33;
}

#teaser .csc-textpic-caption, 
#teaser .csc-textpic-clear {
	display: none !important;
}

#teaser * {
	float: none !important;
}

#content {
	border-top: 4px solid #2f2f2f;
/*	line-height: 20px; */
	margin: 0 2px;
	padding: 30px;
}


#content h2 {
	margin-bottom: 1.5em;
	font-size: 16px;
	font-weight: 700;
	text-decoration: underline;
}

#content p {
	margin-bottom: 1em;
}

#footer {
	bottom: 0;
	border-top: 10px solid #2F2F2F;
	border-bottom: 4px solid #2F2F2F;
	padding: 3px 0;
	position: absolute;
	right: 0;
	text-align: right;
	width: 801px;
}

#footer a {
	display: block;
	float: right;
	height: 18px;
	margin-right: 6px;
	outline: none;
	width: 85px;
}

#footer a span {
	left: -9999px;
	position: absolute;
	top: -9999px;
}


.lang-de #footer #up {
	background: url(images/de-top.gif) no-repeat;
}

.lang-de #footer #print {
	background: url(images/de-print.gif) no-repeat;
}

.lang-en #footer #up {
	background: url(images/en-top.gif) no-repeat;
}

.lang-en #footer #print {
	background: url(images/en-print.gif) no-repeat;
}

.lang-fr #footer #up {
	background: url(images/fr-top.gif) no-repeat;
	width: 105px;
}

.lang-fr #footer #print {
	background: url(images/fr-print.gif) no-repeat;
}

.lang-it #footer #up {
	background: url(images/it-top.gif) no-repeat;
	width: 98px;
}

.lang-it #footer #print {
	background: url(images/it-print.gif) no-repeat;
}

.lang-es #footer #up {
	background: url(images/es-top.gif) no-repeat;
}

.lang-es #footer #print {
	background: url(images/es-print.gif) no-repeat;
}


.right, .align-right {
	text-align: right;
}

.left {
	text-align: left;
}

.justify, .align-center {
	text-align: justify;
}

.center {
	text-align: center;
}

.se1 .ce1 {
	float: left;
	margin-right: 25px;
	width: 340px;
}

/*
.kasten span.s1 {
	display: block;
	float: right;
	height: 5px;
	width: 15px;
}

.kasten span.s2 {
	display: block;
	float: left;
	height: 5px;
	width: 15px;
}
*/

.kasten p {
	background: #2F2F2F;
	border: 1px solid white;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/*font-weight: bold;*/
	display: inline;
	padding: 5px 40px;
	min-width: 50px;
	text-align: center;
}

.kasten a:hover {
	font-weight: bold;
}

.kasten {
	margin-bottom: 2em;
	margin-top: 2px;
}

.kasten-breit p {
	background: #2F2F2F;
	border: 1px solid white;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/*font-weight: bold;*/
	padding: 5px 5px;
	text-align: center;
	width: 438px;
}

.kasten-breit a:hover {
	font-weight: bold;
}

.kasten-sehrbreit p {
	background: #2F2F2F;
	border: 1px solid white;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/*font-weight: bold;*/
	padding: 5px 5px;
	text-align: left;
	width: 620px;
}

.kasten-sehrbreit a:hover {
	font-weight: bold;
}

.important {
	color: #CC0033;
	font-weight: 700;
}

span a {
	color: inherit;
}

.contenttable {
	margin-left: 2em;
}

.csc-searchform tr:hover {
	background: none;
}

#content table td {
	padding: 3px;
}


.csc-textpic-intext-left-nowrap .csc-textpic-text {
	padding-left: 15px;
	margin-top: 2px;
}

li#p567 {
	margin-top: 20px;
}

.p355 #teaser {
	display: none;
}

.highl, .tbl-quer tr:hover {
	background: #484848;
}
.csc-frame-frame1 {
/*	line-height: 10px;	*/
	border-spacing: 0px;
	border-top: 0px solid #2f2f2f;
	margin: 0 0px;
	padding: 0px;
}
.csc-mailform { border: none; }


#fachtagung label {
	display: none;
}

#fachtagung mailformOrt {
	border: none;
}

#fachtagung #mailformOrt {
	border: none !important;

}

#fachtagung #mailformTeilnahmegebühr {
	border: none !important;

}

#fachtagung #mailformOrt legend {
	display: none;

}

#fachtagung #mailformTeilnahmegebühr legend {
	display: none;
}