body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.bodytext {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
}

A {
	text-decoration: none;
}

A:LINK    {color: black}
A:ACTIVE  {color: black}
A:VISITED {color: black}

.twoColElsLtHdr #container { 
	width: 61.3em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColElsLtHdr #header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	vertical-align: top;
	text-align: center;
	display: block inline;
} 

.twoColElsLtHdr #header img {
	vertical-align: top;
} 

.twoColElsLtHdr #header_in  {
	text-align: left;	
	vertical-align: top;
	
} 

.twoColElsLtHdr #header2 {
	background: #dfdedf;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	vertical-align: top;
	text-align: right;
} 

.twoColElsLtHdr #sidebar1 {
	float: left; 
	width: 12em; /* since this element is floated, a width must be given */
	background-color: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
}
.twoColElsLtHdr #sidebar1 h3, .twoColElsLtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

.twoColElsLtHdr #mainContent {
	margin: 0 0 1.5em 13em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	width: 750px;
 	overflow:hidden; /* Fix für Anrzeige ohne Lücke zwischen erstem Element und zweitem Element in Höhe der sidebar (FF, Safari, nicht IE) */		
} 

.twoColElsLtHdr #footer {
	background-color:#f1c578;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color:#000000;
	font-size: 10px;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
} 

.twoColElsLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.twoColElsLtHdr #footer A:LINK {
	color: #000000;
}

.twoColElsLtHdr #footer A:VISITED {
	color: #000000;
}


/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.csc-firstHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}


.menu1-level1-no {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	font-size: 11px;
	letter-spacing: 0.1em;
	padding-right: 11px;
	width: 170px;
	padding-left: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	cursor: pointer;
	background-color: #ffffff;
	margin: 0px 0px 3px 9px;
}

a:hover .menu1-level1-no  {
	background-color: #666;
	color: #FFFFFF;
}

.menu1-level1-act {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	font-size: 11px;
	letter-spacing: 0.1em;
	padding-right: 11px;
	width: 168px;
	padding-left: 7px;
	border: 1px solid #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #f1c578;
	margin: 0px 0px 3px 9px;
}


.menu1-level2-no {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	font-size: 11px;
	padding-right: 11px;
	width: 170px;
	padding-left: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	cursor: pointer;
	background-color: #f4d9a8;
	margin: 0px 0px 3px 9px;
}

a:hover .menu2-level1-no  {

	background-color: #666;
	color: #FFFFFF;

}

.menu1-level2-act {

	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	font-size: 11px;
	padding-right: 11px;
	width: 168px;
	padding-left: 7px;
	border: 1px solid #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #f1c578;
	margin: 0px 0px 3px 9px;		
}

.menu1-level3-no {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	font-size: 11px;
	padding-right: 11px;
	width: 170px;
	padding-left: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	cursor: pointer;
	background-color: #f4d9a8;
	margin: 0px 0px 3px 9px;
}

a:hover .menu3-level1-no  {
	background-color: #666;
	color: #FFFFFF;
}

.menu1-level3-act {

	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	font-size: 11px;
	padding-right: 11px;
	width: 168px;
	padding-left: 7px;
	border: 1px solid #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #f1c578;
	margin: 0px 0px 3px 9px;		
}


#breadcrumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 10px;
	padding-top:5px;
	text-align: left;
}

.csc-firstHeader {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #f1c578;
	text-align: center;
	padding: 5px;
	margin-top: 15px;
}


#suchen {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 10px;
}

/* CSS für indexed_search */

.tx-indexedsearch {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 11px;	
	letter-spacing: 0.1em;	
}

.tx-indexedsearch TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 0em;		
}

.tx-indexedsearch-info {
	font-weight: bold;
	padding: 5px;
}

/* CSS für Katalog */

div.outer {
	height: 500px;
	text-valign: top;
}

#megazine {
	height: 500px;
	outline: none;
	width: 100%;
}

/* Diverse Bildunterschriften */

.csc-textpic-caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}