/*CSS Reset*/
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, B, U, I, CENTER, 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;
	vertical-align: baseline;
}
BLOCKQUOTE, Q
{
	quotes: none;
}
:focus
{
	outline: 0;
}
INS
{
	text-decoration: none;
}
DEL
{
	text-decoration: line-through;
}
TABLE
{
	border-collapse: collapse;
	border-spacing: 0;
	vertical-align: top;
}
TD
{
	vertical-align: top;
}
/*Standard*/
.clearL
{
	clear: left;
}
A
{
	color: #8F1A1A;
	text-decoration: none;
}
A:hover
{
	text-decoration: underline;
}
H1, H2, H3, H4, H5, H6
{
	font-size: 13px;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
	margin-top: 5px;
}
h1.csc-firstHeader {
	color: #8F1A1A;
	font-size:1.2em;
}
H3
{
	color: #8F1A1A;
}
H4
{
	border-bottom: 1px dashed #D5D2D2;
	padding-bottom: 4px;
}
H5
{
	border-bottom: 1px dashed #D5D2D2;
	padding-bottom: 4px;
	color: #8F1A1A;
}
P
{
	padding: 0;
	margin: 10px 0 5px;
}
/*Form*/
FORM LABEL
{
	margin-bottom: 3px;
}
FORM INPUT
{
	width: 200px;
	display: block;
	margin-top: 3px;
	margin-bottom: 5px;
}
FORM SELECT
{
	width: 205px;
	margin-top: 3px;
	margin-bottom: 5px;
}
FORM .half
{
	width: 100px;
}
FORM .w150
{
	width: 150px;
}
FORM .w100
{
	width: 100px;
}
FORM .w50
{
	width: 50px;
}
FORM INPUT.button
{
	width: auto;
	float: left;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
}
FORM INPUT.checkbox, FORM INPUT.radio
{
	width: auto;
	display: inline;
}
FORM TEXTAREA
{
	width: 200px;
	clear: left;
}
/*table*/
TABLE
{
	width: 100%;
	margin: 5px 0 10px;
}
TABLE TR, TABLE TH, TABLE TD
{
	padding: 5px;
	border: 1px solid #CECECE;
}
TABLE TH
{
	background-color: #E8E8E8;
}
TABLE TR
{
	background-color: #F2F2F2;
}
TABLE TR:hover, TABLE TR.odd:hover, TABLE TR.even:hover
{
	background-color: #FBECEC;
}
TABLE TR TD
{
	width: 33%;
}
TABLE TR.odd
{
}
TABLE TR.even
{
	background-color: #FFFFFF;
}
/*Template*/
BODY
{
	line-height: 1.3em;
	text-align: left;
	font: normal 13px Arial, Verdana, Sans-Serif;
	color: #464646;
	background: #D2D2D2 url(../img/bg.jpg) no-repeat top center;
}
#site
{
	padding-bottom: 10px;
}
#page
{
	margin: 0 auto;
	width: 780px;
}
H1#logo
{
	background: transparent url(../img/logo.png) no-repeat left top;
	margin: 0 auto;
	width: 243px;
	height: 68px;
}
H1#logo A
{
	display: block;
	width: 243px;
	height: 68px;
}
H1#logo A SPAN
{
	display: none;
}
#head
{
	margin-top: 30px;
	background: #FFFFFF url(../img/kantenTop.png) repeat-x top left;
	padding-top: 3px;
}
#head .navigation
{
	background: url(../img/dashed.png) no-repeat bottom center;
	height: 46px;
	padding-bottom: 1px;
}
#head .navigation #nav
{
	padding: 15px 0 15px 20px;
	float: right;
	background: url(../img/bg.png) repeat-y top right;
	width: 540px;
}
#head #nav LI
{
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	font-weight: bold;
}
#head #nav LI A
{
}
#head #nav LI A SPAN
{
}
#head #nav LI.act A SPAN, #head #nav LI.cur A SPAN
{
	text-decoration: underline;
}
#allcont
{
	background-color: #FFFFFF;
	background: url(../img/bg.png) repeat-y top right;
}
/*LEft*/
#left
{
	float: left;
	display: inline;
	width: 179px;
	background-color: #FFFFFF;
	padding: 20px;
	/*[disabled]border:1px solid #FF0000;*/
}
#left #nav2 li ul {
	margin-left: 20px;
}

#left #nav2 LI
{
}
#left #nav2 LI A
{
}
#left #nav2 LI A SPAN
{
	font-weight: bold;
	display: block;
	padding: 5px;
}
#left #nav2 > LI > A:hover SPAN, #left #nav2 > LI.act > A SPAN, #left #nav2 > LI.cur > A SPAN
{
	background: #eee;
}

#left #nav2 li ul
{
	margin-left: 15px;
	margin-bottom: 10px;
}
#left #nav2 li ul LI A SPAN
{
	text-decoration: none;
}
#left #nav2 li ul LI A:hover SPAN
{
	background: #eee;
}
#left #nav2 li ul LI.act A SPAN, #left #nav2 .subNav LI.cur A SPAN
{
	background: #eee;
}
#left #nav2 li ul ul
{
	margin-left: 15px;
}
#left #nav2 li ul ul LI A SPAN
{
	text-decoration: none;
}
#left #nav2 li ul ul LI A:hover SPAN
{
	text-decoration: underline;
}
#nav2 ul ul LI.act A SPAN, #nav2 ul ul LI.cur A SPAN
{
	background: #eee;
}

/*Content*/
#cont
{
	float: left;
	width: 485px;
	display: inline;
	padding-left: 45px;
	padding-top: 20px;
}
/*
#cont .csc-textpic-image > div:first-child
{
	border: 1px solid #DBDBDB;
	text-align: center;
	background-color: #FFFFFF;
	width: 490px;
	overflow: hidden;
	margin-top: 20px;
}
#cont .csc-textpic IMG
{
	border: 15px solid #FFFFFF;
	border-bottom: none;
	margin-bottom: -2px;
}*/
#cont .description
{
	background /**/: url(../img/cut.png) no-repeat top center;
	position: relative;
	top: -20px;
	z-index: 1;
	margin: 0 -30px 10px -15px;
	padding-top: 25px;
	text-align: center;
	font-weight: bold;
}
#cont UL
{
	margin-left: 25px;
	margin-top: 15px;
	margin-bottom: 5px;
}
#cont UL LI
{
	list-style-type: disc;
}
#right
{
	display: none;
}
/*Foot*/
#foot
{
	background: url(../img/kantenBottom.png) repeat-x bottom left;
	padding-bottom: 15px;
	height: 1%;
}
#foot .link
{
	margin-left: 20px;
	font-weight: bold;
}
#foot DIV#copy
{
}
#foot DIV#homepage
{
}

/* suche */
#head {
	position: relative;
}
form#suchFeld {
	position:absolute;
	right: 27px;
	top: 14px;
	width:150px;
}
form#suchFeld input#sword {
	width:130px;
	border:0px #ccc solid;
	color: #8F1A1A;
	font-weight: bold;
	font-size: 1em;
	border:1px #ccc solid;
	text-align: right;
	margin-left: 20px
}

form#suchFeld input#sword:active, form#suchFeld input#sword:focus, form#suchFeld input#sword:hover {
	font-weight: normal;
}

div.tx-indexedsearch .result-count-tmpl-css, div.tx-indexedsearch .percent-tmpl-css {
	margin-top:0;
	font-size: 0.9em;
}

.tx_mailform_field_submit table tr,
.tx_mailform_field_submit table td{
	background: transparent;
	border: none;
	width:auto;
}

.tx_mailform_field_submit .tx_mailform_td_label {
	width:185px;
}