/* general html  definitions */
html body {
	background: url("/media/layout/body-tile.jpg") repeat-x #9FA9B3;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #454545;
	margin: 0;
	padding: 0;
	border: 0;
}

a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #EAB719;
	text-decoration: none;
}

img {
	border: 0;
}

input, select {
  font-size: 10px;
}
textarea {
  font-size: 11px;
}


.cat_link {
  font-size: 16px;
  background: black;
  color: white;
  width: 200px;
  padding: 4px 0 4px 0;
}

/* Page definitions */
#page-border {
	margin: 0;
}

#page {
	width: 800px; /* For IE browsers */
	margin: 0 auto;
	padding: 0;
	border: 1px solid white;
	border-bottom: none;
	text-align: left;
	background: white;
}

#page-border > #page {
	width: 800px; /* 768px -21 -21 */
	min-width: 800px;
}
/* END Page definitions */



/* Sites Area */
#sites {
	color: white;
	position: relative;
	z-index: 10;
	height: 32px;
	width: 800px;
	margin: 0 auto;
	padding: 0;
}

#sites .active {
	font-weight: bold;
}

/* For Mozilla/Opera/Safari, we make sure the separator is missing from the first element */
ul#sites > li {
	background-image: none;
}

ul#sites > li + li {
	background: url("/media/layout/separator_sites_list.gif") no-repeat 0 3px;
}

#sites li {
	background: url("/media/layout/separator_sites_list.gif") no-repeat 0 3px;
	display: block;
	float: left;
	margin-top: 8px;
	margin-left: -9px;
	padding-left: 9px;
	padding-right: 16px;
}

#sites li.active a {
	margin-top: 0px;
}

#sites li a {
	color: white;
	margin-top: 1px;
	display: block;
}

#sites li a:hover {
	color: #EAB719;
}

#sites img.expand {
	padding-left: 3px;
	top: -1px;
	position: relative;
}

#sites li ul {
	display: none;
	position: absolute;
	z-index: 5;
	background-color: #5B6065;
	border: 1px solid #C1BFBF;
	padding: 0 0px 10px;
	margin: -1px 0 0 -10px;
}


#sites li ul, #sites li li {
	width: 145px;
}

#sites li li {
	background-image: none;
	text-align: left;
	padding: 0;
	margin: 4px 0;
	height: auto;
}
#sites li.expand:hover, #sites li.over {
	margin: 5px 7px -1px -10px;
	padding-right: 0px;
	background-image: none;
	border-left: 1px solid #C1BFBF;
}


#sites li.expand:hover a,
#sites li.over a {
	position: relative;
	z-index: 6;
	display: block;
	color: #EAB719;
	background: #5B6065;
	border: 1px solid #C1BFBF;
	border-bottom: 1px solid #5B6065;
	padding: 4px 8px 4px 9px;
	margin: -1px 0 0 -10px;
}

#sites li.expand:hover li a,
#sites li.over li a {
	position: relative;
	z-index: 8;
	display: block;
	color: white;
	text-transform: none;
	font-weight: normal;
	height: auto;
	border: none;
	padding: 4px 10px;
	margin: -4px 0 -2px;
}

#sites li.expand li a:hover {
	background-color: #383F45;
	color: white;
}

#sites li.expand:hover ul,
#sites li.over ul {
	display: block;
} /* Activates the drop downs */

#sites li.expand:hover + li {
	background-image: none;
} /* Removes the separator from the following element in Mozilla, doesn't work in Opera */

#sites li.over {
	position: relative;
	z-index: 2;
} /* Removes the separator from the following element in Internet Explorer */

/* END Sites Area */



/* Sites-Tools Area */

/* common styling */
.menu2 {
float:left; width:100%; border-top:1px solid #BEBEBE;
background:#ddd url(/media/layout/menu2.gif) repeat-x; 
margin:0; height: 25px;
}
.menu2 ul {
padding:0;margin:0;list-style-type:none;
}
.menu2 ul li {
float:left; position:relative; height: 25px;
}
.menu2 ul li.group {display:block; text-indent:10px; background:#666; color:#ff0; width:152px; padding:4px 0;}

.menu2 ul li a, .menu2 ul li a:visited {
float:left; display:block; text-decoration:none; color:#444; padding:0px 16px; line-height:25px; height:30px;
}

.menu2 ul li:hover {width:auto;}

.menu2 ul li a:hover {background:#aaa url(/media/layout/sub2a.gif); color:#c00; height: 25px;}

.menu2 ul li:hover a {background:#aaa url(/media/layout/sub2a.gif); color:#c00;}

.menu2 ul li ul {
border: 1px solid grey; display: none;
}
.menu2 table {
margin:0; border-collapse:collapse; font-size:11px; position:absolute; top:0; left:0;
}

/* specific to non IE browsers */
.menu2 ul li:hover ul {
display:block; position:absolute;top:24px; background:#aaa; margin-top:1px; left:0; width:152px;
}

.menu2 ul li:hover ul.scroller {
height:138px; width:172px; overflow:auto;}

.menu2 ul li:hover ul.endstop {
left:-90px;
}
.menu2 ul li:hover ul li ul {
display: none;
}
.menu2 ul li:hover ul li a {
display:block; background:#aaa; color:#fff;height:auto;line-height:15px;padding:4px 16px; width:120px;
}
.menu2 ul li:hover ul li a.drop {
background:#888;
}
.menu2 ul li:hover ul li a:hover {
color:#ff0; background: #888;
}
.menu2 ul li:hover ul li a:hover.drop {
background: #888; color:#ff0;
}
.menu2 ul li:hover ul li:hover ul {
display:block; position:absolute; left:153px; top:-70px; color:#000; left:152px; height:138px; width:172px; overflow:auto; background:#888;
}
.menu2 ul li:hover ul li:hover ul li a {background:#888;}
.menu2 ul li:hover ul li:hover ul li.group {width:152px; padding:5px 0;}


.menu2 ul li:hover ul li:hover ul.left {
left:-172px;
}
.menu2 ul li:hover ul li:hover ul li a:hover {background:#666; color:#0ff;}



/* specific to IE5.5 and IE6 browsers */
.menu2 ul li a:hover ul {
display:block;position:absolute;top:24px; t\op:24px; background:#aaa;left:0; marg\in-top:1px;
}
.menu2 ul li a:hover ul.scroller {
height:138px; overflow:auto;}

.menu2 ul li a:hover ul.endstop {
left: -90px;
}
.menu2 ul li a:hover ul li a {
display:block; color:#fff; height:1px; line-height:15px; padding:4px 16px; width:152px; w\idth:120px;
}
.menu2 ul li a:hover ul li a.drop {
background:#888; padding-bottom:5px;
}
.menu2 ul li a:hover ul li a ul {
visibility:hidden; position:absolute; height:0; width:0;
}
.menu2 ul li a:hover ul li a:hover {
color:#ff0; background: #888;
}
.menu2 ul li a:hover ul li a:hover.drop {
 background: #888; color:#ff0;
}
.menu2 ul li a:hover ul li a:hover ul {
visibility:visible; position:absolute; top:-69px; t\op:-70px; color:#000; left:152px; height:138px; width:170px; overflow:auto; background:#888;
}
.menu2 ul li a:hover ul li a:hover ul.left {
left:-170px;
}
.menu2 ul li a:hover ul li a:hover ul li a:hover {background:#666; color:#0ff;}


.left {clear:both;}

/* END Sites-Tools Area */



/* Logo Area */
#top-of-page {
	height: 77px;
	width: 100%;
	margin: 0;
	background: url("/media/layout/logo_background.gif") repeat-x white;
}

#logo {
	float: left;
	position: relative;
	font-size: 0px; /* IE fix, Makes whitespace around image disappear */
	background: url("/media/layout/corner_page_ul.gif") no-repeat;
	width: 49%;
	top: -1px;
	left: -1px;
}

#logo * {
	margin-left: 11px;
	margin-top: 7px;
}

#top-of-page_right {
	float: right;
	background: url("/media/layout/corner_page_ur.gif") no-repeat top right;
	position: relative;
	width: 49%;
	top: -1px;
	right: -1px;
}

#cart-navigation {
  border: 1px solid #BEBEBE;
	position: relative;
  width: 280px;
  float: right;
	margin-right: 22px;
	margin-top: 8px;
}

#cartbox {
  padding: 2px 10px;
  text-align: center;
}

.banner {
  margin: 0 20px 20px 21px;
}


#row3 {
	width: 100%;
	margin: 2px 0px;
	height: 36px;
}

/* ------------------------------------------------------------------------- */


/* Tools and Breadcrumbs */
#toolbox {
	float: left;
  width: auto; /* Required for IE 5.5 */
  height: 21px;
  padding: 0 21px 0 24px;
}

#breadcrumbs {
	margin: 0 0 0 -1px;
	padding: 0;
	font-family: franklin gothic medium cond, arial narrow, nimbus sans l condensed, nimbus sans l, sans-serif;
	font-size: 11px;
}

#toolbox #breadcrumbs > li {
	background: none;
} /* Remove separator from first item in standards compliant browsers */

#toolbox #breadcrumbs li + li {
	background: url("/media/layout/separator_breadcrumb.gif") no-repeat 0px 4px;
	border: none;
} /* Insert separator on all but first element */

#breadcrumbs li {
	color: #949494;
	background: url("/media/layout/separator_breadcrumb.gif") no-repeat 0px 6px;
	display: block;
	margin-left: -11px;
	padding-left: 11px;
	padding-right: 16px;
	font-family: franklin gothic medium cond, arial narrow, nimbus sans l condensed, nimbus sans l, sans-serif;
	font-size: 11px;
	margin-top: -1px;
}

#breadcrumbs li a {
	color: #6698C9;
}

#toolbox a:hover {
	color: #EAB719;
}

/* END Tools and Breadcrumbs */


#search {
	float: right;
	padding: 0;
	margin: 0;
	width: 50%;
	text-align: right;
	font-size: 0px;
}

#search form {
	padding-right: 21px;
	overflow: hidden;
	height: 17px;
	margin: 0;
}

#search input.searchterms, input.subscribe {
	border: 1px solid #5A5F65;
	height: 11px;
	width: 104px;
	font-size: 9px;
}

#search input.searchterms + button {
	position: relative;
	top: 4px;
	overflow: hidden; /* Used to improve look in Opera, caused by Mozilla bug fix *//* Used to improve look in Opera, caused by Mozilla bug fix */
}

#search input.searchterms + button > img.mozfix {
 margin: -1px 0 0 -3px; /* Mozilla bugfix. Breaks Opera (and probably Safari) */
}

#search button {
	border: 0;
	margin: 0;
	padding: 0;
	width: 44px;
	height: 15px;
	font-size: 9px;
	color: white;
}

#search div {
	margin-top: 4px;
	margin-right: 21px;
	font-size: 9px;
	color: #959FA7;
}

#search div a {
	color: #959FA7;
}

#search div a:hover {
	color: #EAB719;
}
/* END Logo and Search Area */



/* Primary Navigation */

#primary-navigation {
	clear: left;
	background: url("/media/layout/primary_navigation_background.gif") repeat-x #75A2CE;
	margin: 0 21px;
	height: 28px;
	padding: 0px;
	position: relative;
	z-index: 3;
	font-family: franklin gothic medium cond, arial narrow, nimbus sans l condensed, nimbus sans l, sans-serif;
  font-size: 11px;
}

/* common styling */
.menu1 {
  float:left; width:100%;
  background:#ddd url(/media/layout/primary_navigation_background.gif) repeat-x; 
  margin:0; height: 28px;
  font-family: franklin gothic medium cond, arial narrow, nimbus sans l condensed, nimbus sans l, sans-serif;
  font-size: 11px;
}
.menu1 ul {
padding:0; margin:0; list-style-type:none;
}
.menu1 ul li {
  float:left; position:relative; height: 28px;
}

.menu1 ul li.edge {
  background:#ddd url(/media/layout/primary_navigation_background_green.gif) repeat-x; 
}


.menu1 ul li.group {display:block; text-indent:10px; background:#666; color:#fff; width:152px; padding:4px 0;}

.menu1 ul li a, .menu1 ul li a:visited {
	color: white;
	font-family: franklin gothic medium cond, arial narrow, nimbus sans l condensed, nimbus sans l, sans-serif;
  font-size: 11px;
  float:left; display:block; text-decoration:none; padding:0px 8px; line-height:25px; height:28px;
  border-left: 1px solid grey;
}

.menu1 ul li:hover {width:auto;}

.menu1 ul li a:hover {background:#aaa url(/media/layout/primary_navigation_background_active.gif); color:#fff; height: 28px;}

.menu1 ul li:hover a {color:#fff;}

.menu1 ul li ul {
border: 1px solid grey; display: none;
background: url("/media/layout/primary_navigation_dropdown_background.gif") repeat-x #707070;
}
.menu1 table {
margin:0; border-collapse:collapse; font-size:11px; position:absolute; top:0; left:0;
}

/* specific to non IE browsers */
.menu1 ul li:hover ul {
display:block; position:absolute;top:27px; margin-top:1px; left:0; width:152px;
}

.menu1 ul li:hover ul.scroller {
height:138px; width:172px; overflow:auto;}

.menu1 ul li:hover ul.endstop {
left:-90px;
}
.menu1 ul li:hover ul li ul {
display: none;
}
.menu1 ul li:hover ul li a {
display:block; color:#fff;height:auto;line-height:15px;padding:4px 16px; width:120px;
border-left: none;
}
.menu1 ul li:hover ul li a.drop {

}
.menu1 ul li:hover ul li a:hover {
background: #888; color:#FFC955; 
}
.menu1 ul li:hover ul li a:hover.drop {
background: #888; color:#FFC955;
}
.menu1 ul li:hover ul li:hover ul {
display:block; position:absolute; left:153px; top:-2px; color:#000; left:152px; height:138px; width:172px; overflow:auto; background:#888;
}
.menu1 ul li:hover ul li:hover ul li a {background:#888;}
.menu1 ul li:hover ul li:hover ul li.group {width:152px; padding:5px 0;}


.menu1 ul li:hover ul li:hover ul.left {
left:-172px;
}
.menu1 ul li:hover ul li:hover ul li a:hover {background:#666; color:#0ff;}



/* specific to IE5.5 and IE6 browsers */
.menu1 ul li a:hover ul {
display:block;position:absolute;top:28px; t\op:27px; left:0; marg\in-top:1px;
}
.menu1 ul li a:hover ul.scroller {
height:138px; overflow:auto;}

.menu1 ul li a:hover ul.endstop {
left: -90px;
}
.menu1 ul li a:hover ul li a {
display:block; color:#fff; height:1px; line-height:15px; padding:4px 16px; width:152px; w\idth:120px;
}
.menu1 ul li a:hover ul li a.drop {
background:#888; padding-bottom:5px;
}
.menu1 ul li a:hover ul li a ul {
visibility:hidden; position:absolute; height:0; width:0;
}
.menu1 ul li a:hover ul li a:hover {
color:#ff0; background: #888;
}
.menu1 ul li a:hover ul li a:hover.drop {
 background: #888; color:#ff0;
}
.menu1 ul li a:hover ul li a:hover ul {
visibility:visible; position:absolute; top:-69px; t\op:-70px; color:#000; left:152px; height:138px; width:170px; overflow:auto; background:#888;
}
.menu1 ul li a:hover ul li a:hover ul.left {
left:-170px;
}
.menu1 ul li a:hover ul li a:hover ul li a:hover {background:#666; color:#0ff;}


.left {clear:both;}

/* END Primary Navigation */



/* Footer */
#footer {
	clear: both;
	height: 66px;
	width: 100%;
	margin: 10px 0 0;
	font-size: 10px;
	color: #A9AAAA;
	background: url("/media/layout/background_footer.gif") repeat-x;
}

#footer-corner {
	background: url("/media/layout/corner_footer_ll.gif") no-repeat bottom left;
	position: relative;
	margin: -11px -1px 0;
	height: 11px;
	width: 100%;
}

#footer-corner div {
	background: url("/media/layout/corner_footer_lr.gif") no-repeat bottom right transparent;
	height: 11px;
	position: relative;
	right: -2px;
}

#footer div.inner {
	/* This is required for IE 5.5 */
	padding: 30px 16px 36px;
	background: url("/media/layout/corner_footer_lr.gif") no-repeat bottom right;
}

#footer p {
	float: right;
	margin: 0;
	padding: 0 2px 0 0;
	font-size: 10px;
}

#footer ul {
	float: left;
	margin: 0;
	padding: 0 0 0 2px;
}

#footer ul > li {
	background: none;
} /* Remove separator from first item in standards compliant browsers */

#footer li + li {
	background: url("/media/layout/separator_footer.gif") no-repeat 0 3px;
} /* Insert separator on all but first element */

#footer li {
	color: #A9AAAA;
	background: url("/media/layout/separator_footer.gif") no-repeat 0px 3px;
	display: block;
	float: left;
	margin-left: -9px;
	padding-left: 9px;
	padding-right: 16px;
	font-size: 10px;
}

#footer a {
	color: #A9AAAA;
}

#footer a:hover {
	color: #EAB719;
}

/* END Footer */


/* Content */

/* Layout */


#content-wrapper {
	margin: 0 21px;
	\margin: 0px; /* IE 5 but not 6 */
	marg\in: 0 21px; /* IE 6 but not 5. Also Opera and Mozilla */
	display: table;
	_display: block;
	width: 760px;
	_width: auto;
}

#content {
	padding: 0;
	\padding: 0 21px;
	padd\ing: 0;
	width: 100%;
	float: left;
	display: table-cell;
	_display: block;

	font: 10pt Tahoma, Arial, Helvetica, sans-serif;
}

#content p, #content li, #content td {
}

/* END Layout */



/* Rounded Corners */
.upper-corners, .lower-corners {
	background: url("/media/layout/corner_white_ul.gif") no-repeat top left transparent;
	height: 6px;
	width: auto;
	position: relative; /* Needs to be relative instead of absolute for mozilla */
	z-index: 2;
	margin: -1px 0 0 -1px;
}

.upper-corners *, .lower-corners * {
	background: url("/media/layout/corner_white_ur.gif") no-repeat top right transparent;
	height: 6px;
	width: auto;
	position: relative;
	right: -1px;
}

.lower-corners {
	background-image: url("/media/layout/corner_white_ll.gif");
	margin: 0 0 -1px -1px;
	clear: both;
}

.lower-corners * {
	background-image: url("/media/layout/corner_white_lr.gif");
}




	/* END Rounded Corners */


	/* Style */
#content a {
	color: #668966;
}

#content a:hover {
	color: #EAB719;
}

#content p {
	margin: 4px 0 18px;
}

h1 {
	font-size: 21px; /* Used in div.login */
}

h3, span.h3 {
	/* font-size: 12px; (goatboy) */
	font-size: 14px;
	color: #454545;
	margin: 10px 0 0;
}

h4 {
	/* font-size: 11px; (goatboy) */
	font-size: 12px;
	margin: 10px 0 4px;
}

h5 {
	/* font-size: 11px; (goatboy) */
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	margin: 0;
}

hr {
	clear: left;
	height: 1px;
	border: none;
	border-top: 1px solid #C4CED4;
	margin: 8px 0 12px;
}

	/* END Style */

/* END Content */


#primary-navigation li a {
	font-size: 12px;
}

#primary-navigation li li a {
	font-size: 12px;
}




/*************/
/* EXTERN    */
/*************/


/* TYPO3 */
	
	
/********************************/
/* Frames, spacing, link-to-top */
/********************************/
P.csc-linkToTop { text-align: right; }
P.csc-linkToTop A { font-weight: bold; }

DIV.csc-frame { border: 0px; }
DIV.csc-frame-invisible {}
DIV.csc-frame-rulerBefore { border-top: 1px solid #721111; }
DIV.csc-frame-rulerAfter { border-bottom: 1px solid #721111; }
DIV.csc-frame-indent { padding-left: 100px; }
DIV.csc-frame-indent3366 { padding-left: 33%; }
DIV.csc-frame-indent6633 { padding-right: 33%; }

DIV.csc-frame-frame1 { background: #D4E0D6 url(/media/layout/box_gradient_v03.jpg) repeat-x; padding: 4px; border-top: 1px solid #CCE1E1; }
DIV.csc-frame-frame2 { background: #ffffff url(/media/layout/box_gradient_v02.jpg) repeat-x; padding: 2px 4px 2px 4px; border-top: 1px solid #CCE1E1;  }

DIV.csc-frame-frame1 H1, DIV.csc-frame-frame1 H2, DIV.csc-frame-frame1 H3, DIV.csc-frame-frame1 H4, DIV.csc-frame-frame1 H5 { margin-top: 2px; }
DIV.csc-frame-frame2 H1, DIV.csc-frame-frame2 H2, DIV.csc-frame-frame2 H3, DIV.csc-frame-frame2 H4, DIV.csc-frame-frame2 H5 { margin-top: 2px; }
			
				
/******************/
/* Headers, plain */
/******************/
H1 { font-size: 1.8em; color: #4a2b3f; border-bottom: 1px solid #535; padding-bottom: 6px; font-weight: normal;}
H2 { font-size: 1.2em; color: #4a2b3f; font-weight: normal; }
H3 { font-size: 1.3em; color: #88ad0c; text-transform: uppercase; font-weight: normal; }
H4 { font-size: 1.1em; color: #888888; font-weight: normal; }
H5 { font-size: 1.0em; color: #888888; border-top: 1px dotted #245D46; border-bottom: 1px dotted #245D46; text-transform: uppercase; }
H1, H2, H3, H4, H5, H6 { margin-top: 10px; margin-bottom: 10px; font-family: Verdana, Arial; }
H1.csc-firstHeader, H2.csc-firstHeader, H3.csc-firstHeader, H4.csc-firstHeader, H5.csc-firstHeader, H6.csc-firstHeader { margin-top: 0px; }

/* Headers, with link */
H1 A, H2 A, H3 A, H4 A, H5 A { text-decoration: none; }
H1 A:hover, H2 A:hover, H3 A:hover, H4 A:hover, H5 A:hover { text-decoration: underline; }

/* Header date */
P.csc-header-date { font-size: 9px; color: black; text-align: right; padding-right: 2px;}

/* Subheader, general */
P.csc-subheader { font-style: italic; background-color: #891414; }

/* Subheader, specific */
P.csc-subheader-0 { font-style: normal; }
P.csc-subheader-1 { color: #891414; }
P.csc-subheader-2 { color: #891414; }
P.csc-subheader-3 { color: #891414; }


/*******************/
/* RTE / Bodytext: */
/*******************/
P.bodytext { }
P.bodytext A { color: #97BE0D; }

.csc-frame P.bodytext { font-size: 80%; }

TD.colmain { vertical-align: top; }
TD.colright { vertical-align: top;  border: 1px solid #AA7070;  margin-left: 10px;  padding: 10px; }


/*******************/
/* calendar        */
/*******************/
.calendardate, .calendartime { }
.calendardate A, .calendardate A { }
.calendarheader { font-weight: bold; }
.calendarheader A { font-weight: bold; }
.calendarcontent { }
.calendarcontent A { }


/**********/
/* Images */
/**********/

/* Images / Captions */
P.csc-caption, .csc-textpic-caption { font-size: 9px; }

/* Images / Tables / Floating text */
TABLE.imgtext-table { border: 0px; }

/* Images / Tables / Wrapped text */
/* When "Text w/Image" elements are wrapping the text into a table the top-margin of Hx elements should be transferred to the wrapping table instead. This is done here: */
TABLE.imgtext-nowrap { border: 0px; }
TABLE.imgtext-nowrap H1, TABLE.imgtext-nowrap H2, TABLE.imgtext-nowrap H3, TABLE.imgtext-nowrap H4, TABLE.imgtext-nowrap H5 { margin-top: 0px; }


/***************/
/* Bulletlists */
/***************/

/* Bulletlists, general */
UL.csc-bulletlist LI { }

/* Bulletlists, specifically */
UL.csc-bulletlist-0 { }
UL.csc-bulletlist-1 { list-style-type : decimal; }
UL.csc-bulletlist-2 { list-style-position : inside; }
UL.csc-bulletlist-3 { }


/*********************/
/* Tables, generally */
/*********************/
TABLE.contenttable { border: 1px solid #F0D194 margin: 10px 0px 10px 0px; width: 100%; }
TABLE.contenttable P { }
TABLE.contenttable TR TD { padding: 0px 1px 0px 1px; vertical-align: top; }
TABLE.contenttable TR TD P.bodytext { font-size: 10pt; }
TABLE.contenttable TR { background-color: #FDF7ED; }

/* Tables, specifically */
TABLE.contenttable-0 P { }

TABLE.contenttable-1 P { }
TABLE.contenttable-1 TR.tr-0 TD P { font-weight: bold; }
TABLE.contenttable-1 TR.tr-0 TD { }
 
TABLE.contenttable-2 P { }
TABLE.contenttable-2 TR TD.td-0 { }
TABLE.contenttable-2 TR TD.td-0 P {  }

TABLE.contenttable-3 P { }
TABLE.contenttable-3 TR TD.td-0, TABLE.contenttable-3 TR.tr-0 TD { }
TABLE.contenttable-3 TR TD.td-0 P, TABLE.contenttable-3 TR.tr-0 TD P { }


/************************/
/* Filelinks, generally */
/************************/
TABLE.csc-uploads { border: 0px; }
TABLE.csc-uploads TR TD P { }
TABLE.csc-uploads TR TD { vertical-align : top; }
TABLE.csc-uploads TR.tr-even { background-color : #F1E7E7; }
TABLE.csc-uploads TR.tr-odd { background-color : #EEF5F5; }
TABLE.csc-uploads TR TD.csc-uploads-icon { padding-left: 6px; padding-right: 6px; width: 1%; text-align: center; vertical-align: middle; }
TABLE.csc-uploads TR TD.csc-uploads-fileName { width: 100%; padding-left: 5px; }
TABLE.csc-uploads TR TD.csc-uploads-fileName P A { font-weight: bold; }
TABLE.csc-uploads TR TD.csc-uploads-fileName P.csc-uploads-description { font-style: italic; }
TABLE.csc-uploads TR TD.csc-uploads-fileSize { white-space: nowrap; padding-left: 6px; padding-right: 6px; }

/* Filelinks, specifically */
TABLE.csc-uploads-1 { }

TABLE.csc-uploads-2 { }

TABLE.csc-uploads-3 { }
TABLE.csc-uploads-3 TR TD { vertical-align: middle; }
TABLE.csc-uploads-3 TR.tr-even TD.csc-uploads-icon IMG { border: 2px solid; }
TABLE.csc-uploads-3 TR.tr-odd TD.csc-uploads-icon IMG { border: 2px solid; }
			

/*****************/
/* Various Forms */
/*****************/

/* Email, Login and Search forms generally: */
FORM TABLE TR TD {  }
FORM TABLE TR TD.csc-form-labelcell, FORM TABLE TR TD.csc-form-commentcell { }
FORM TABLE TR TD.csc-form-fieldcell { }
FORM TABLE TR TD.csc-form-fieldcell INPUT, FORM TABLE TR TD.csc-form-fieldcell SELECT, FORM TABLE TR TD.csc-form-fieldcell TEXTAREA { border: 1px solid; }
FORM TABLE TR TD.csc-form-labelcell P.csc-form-label-req { font-weight: bold; }

/* Email form, specifically */
FORM TABLE.csc-mailform TR TD.csc-form-labelcell  { }

/* Search form, specifically */
FORM TABLE.csc-searchform { width: 100%; }
FORM TABLE.csc-searchform TR TD { padding: 5px 5px 5px 5px; }
FORM TABLE.csc-searchform TR TD.csc-form-labelcell, FORM TABLE.csc-searchform TR TD.csc-form-commentcell { font-weight: bold; }
FORM TABLE.csc-searchform TR TD.csc-form-fieldcell INPUT, FORM TABLE.csc-searchform TR TD.csc-form-fieldcell SELECT { width: 100%; }

/* Login form, specifically */
FORM TABLE.csc-loginform { width: 70%; }


/*****************/
/* Search result */
/*****************/

/* Search Result, result information box: */
TABLE.csc-searchResultInfo { margin-left: 0px; margin-top: 10px; width: 100%;}
TABLE.csc-searchResultInfo TR { }
TABLE.csc-searchResultInfo TR TD P { padding: 0px 5px 0px 5px;}
TABLE.csc-searchResultInfo TR TD.csc-searchResultRange P { font-weight: bold; }
TABLE.csc-searchResultInfo TR TD.csc-searchResultPrevNext { text-align: right; }

/* Search Result, header + abstract: */
H3.csc-searchResultHeader A { }
H3.csc-searchResultHeader { font-size: 1.2em; padding-left: 5px; }
P.csc-searchResult { font-style: italic; margin-left: 20px;}

/* Search word markup */
SPAN.csc-sword { font-weight: bold; color: red; }


/*****************************/
/* Menu / Sitemap, generally */
/*****************************/
DIV.csc-menu { margin-left: 10px; }
DIV.csc-menu P { margin: 1px 0px 0px 0px; padding: 2px 2px 2px 10px; }
DIV.csc-menu P A { }
DIV.csc-menu P A:hover { }
DIV.csc-menu P.csc-section { margin-left: 20px; font-style: italic; }

/* Menu / Sitemap, "Menu of these pages" */
DIV.csc-menu-def P {  }

/* Menu / Sitemap, "Menu of subpages to these pages" */
DIV.csc-menu-1 { }

/* Menu / Sitemap, "Sitemap" */
DIV.csc-menu-2 { }
DIV.csc-menu-2 P.csc-sitemap { }
DIV.csc-menu-2 P.csc-sitemap-level1 { margin-left: 20px; }
DIV.csc-menu-2 P.csc-sitemap-level2 { margin-left: 40px; }
DIV.csc-menu-2 P.csc-sitemap-level3 { margin-left: 60px; }
DIV.csc-menu-2 P.csc-sitemap-level4 { margin-left: 80px; }
DIV.csc-menu-2 P.csc-sitemap-level1 A { }
DIV.csc-menu-2 P.csc-sitemap-level2 A { }
DIV.csc-menu-2 P.csc-sitemap-level3 A { }
DIV.csc-menu-2 P.csc-sitemap-level4 A { }

/* Menu / Sitemap, "Section index (pagecontent w/Index checked)" */
DIV.csc-menu-3 { }
DIV.csc-menu-3 P.csc-section { margin-left: 0px; }
DIV.csc-menu-3 P.csc-section A { }

/* Menu / Sitemap, "Menu of subpages to these pages (with abstract)" */
DIV.csc-menu-4 { }
DIV.csc-menu-4 P { margin-top: 2px; }
DIV.csc-menu-4 P.csc-abstract { font-weight: normal; font-style: italic; margin-top: 0px; padding: 0px 2px 2px 20px; }

/* Menu / Sitemap, "Recently updated pages" */
DIV.csc-menu-5 { }

/* Menu / Sitemap, "Related pages (based on keywords)" */
DIV.csc-menu-6 { }

/* Menu / Sitemap, "Menu of subpages to these pages + sections" */
DIV.csc-menu-7 { }
DIV.csc-menu-7 P { font-weight: bold; }
DIV.csc-menu-7 P.csc-section A { }

/* Custom Menu */


/****************************************/
/* Frontend editing / TYPO3 Admin Panel */
/****************************************/
IMG.frontEndEditIcons { vertical-align: middle; margin: 0px 2px 0px 2px; } 

/* Default styles for the Admin Panel */
/*
TABLE.typo3-adminPanel { border: 1px solid black; background-color: #F6F2E6; }
TABLE.typo3-adminPanel TR.typo3-adminPanel-hRow TD { background-color: #9BA1A8; }
TABLE.typo3-adminPanel TR.typo3-adminPanel-itemHRow TD { background-color: #ABBBB4; }
TABLE.typo3-adminPanel TABLE, TABLE.typo3-adminPanel TD { border: 0px; }
TABLE.typo3-adminPanel TD FONT { font-family: Tahoma, sans-serif; font-size: 10pt; color: black; }
TABLE.typo3-adminPanel TD A FONT { font-family: Tahoma, sans-serif; font-size: 10pt; color: black; }			
TABLE.typo3-editPanel { border: 1px solid black; background-color: #F6F2E6; }
TABLE.typo3-editPanel A { border: 0px; }
*/

/*************/
/* Debugging */
/*************/
/*
H1, H2, H3, H4, H5, P, UL, OL, LI, BLOCKQUOTE, PRE { border: 1px dotted #999999;}
TD TABLE { border: 1px dotted #000099;}
DIV { border: 1px dotted #990000;}
IMG.spacer-gif { border: 1px solid black; }
*/








/* default styles for extension "tx_cssstyledcontent" */
	/* Captions */
	DIV.csc-textpic-caption-c .csc-textpic-caption { text-align: center; }
	DIV.csc-textpic-caption-r .csc-textpic-caption { text-align: right; }
	DIV.csc-textpic-caption-l .csc-textpic-caption { text-align: left; }

	/* Needed for noRows setting */
	DIV.csc-textpic DIV.csc-textpic-imagecolumn { float: left; display: inline; }

	/* Border just around the image */
	DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
		border: 2px solid black;
		padding: 0px 0px;
	}

	DIV.csc-textpic-imagewrap { padding: 0; }

	DIV.csc-textpic IMG { border: none; }

	/* DIV: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap DIV.csc-textpic-image { float: left; }

	/* UL: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap UL { list-style: none; margin: 0; padding: 0; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap UL LI { float: left; margin: 0; padding: 0; }

	/* DL: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image { float: left; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DT { float: none; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD { float: none; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD IMG { border: none; } /* FE-Editing Icons */
	DL.csc-textpic-image { margin: 0; }
	DL.csc-textpic-image DT { margin: 0; display: inline; }
	DL.csc-textpic-image DD { margin: 0; }

	/* Clearer */
	DIV.csc-textpic-clear { clear: both; }

	/* Margins around images: */

	/* Pictures on left, add margin on right */
	DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-right: 10px;
	}

	/* Pictures on right, add margin on left */
	DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: 10px;
	}

	/* Pictures centered, add margin on left */
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: 10px;
	}
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption { margin: 0; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image IMG { margin: 0; }

	/* Space below each image (also in-between rows) */
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 5px; }
	DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom: 5px; display: block; }
	DIV.csc-textpic DIV.csc-textpic-imagerow { clear: both; }

	/* No margins around the whole image-block */
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-firstcol { margin-left: 0px !important; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-lastcol { margin-right: 0px !important; }

	/* Add margin from image-block to text (in case of "Text w/ images") */
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
		margin-right: 10px !important;
	}
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
		margin-left: 10px !important;
	}

	/* Positioning of images: */

	/* Above */
	DIV.csc-textpic-above DIV.csc-textpic-text { clear: both; }

	/* Center (above or below) */
	DIV.csc-textpic-center { text-align: center; /* IE-hack */ }
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap { margin: 0 auto; }
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image { text-align: left; /* Remove IE-hack */ }
	DIV.csc-textpic-center DIV.csc-textpic-text { text-align: left; /* Remove IE-hack */ }

	/* Right (above or below) */
	DIV.csc-textpic-right DIV.csc-textpic-imagewrap { float: right; }
	DIV.csc-textpic-right DIV.csc-textpic-text { clear: right; }

	/* Left (above or below) */
	DIV.csc-textpic-left DIV.csc-textpic-imagewrap { float: left; }
	DIV.csc-textpic-left DIV.csc-textpic-text { clear: left; }

	/* Left (in text) */
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap { float: left; }

	/* Right (in text) */
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap { float: right; }

	/* Right (in text, no wrap around) */
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap { float: right; clear: both; }
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html DIV.csc-textpic-intext-right-nowrap .csc-textpic-text { height: 1%; }
	/* End hide from IE5/mac */

	/* Left (in text, no wrap around) */
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap { float: left; clear: both; }
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html DIV.csc-textpic-intext-left-nowrap .csc-textpic-text { height: 1%; }
	/* End hide from IE5/mac */









/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */

.news-list-container HR.clearer, .news-single-item HR.clearer, .news-latest-container HR.clearer{
	clear:right;
	height:1px;
}
.news-latest-container HR.clearer {
	clear:left;
}

/*-----------------------------------  tt_news LATEST view  -----------------------------------*/

.news-latest-container {
	background-color:#BBE53A;
}

.news-latest-container H2,.news-latest-gotoarchive {
	color:#fff;
	padding:3px;
	margin:3px;
	border:1px solid #666;
	/*background-color:#D8FA70;*/
	background-color:#769024;
}

.news-latest-gotoarchive {
	font-weight:bold;
	margin-top:5px;
}
.news-latest-gotoarchive A:LINK, .news-latest-gotoarchive A:VISITED, .news-latest-gotoarchive A:HOVER {
	color:#fff;
}
.news-latest-gotoarchive A {
	color:#fff;
}
.news-latest-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	padding:3px;
	margin:3px;
	border:1px solid #666;
	background-color:#f1f1f1;
}

.news-latest-item IMG {

	margin-bottom:5px;
	margin-right:5px;
	border:1px solid #666;
	float:left;
}
.news-latest-category IMG {
	float: none;
	border:none;
	margin:0px;
}
.news-latest-date,.news-latest-morelink,.news-latest-category {
	font-size:9px;
}

.news-latest-morelink {
	height:12px;
}

.news-latest-morelink A {
	float:right;
}


/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {
}


.news-list-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	padding:3px;
  background: #ffffff url(/media/layout/box_gradient_v02.jpg) repeat-x;
}
	
	
.news-search-form {
	padding:3px;
	margin-bottom:5px;
	border:1px solid #666;
	background-color:#f1f1f1;

}
.news-search-emptyMsg{
	margin:0px;
}
.news-search-form FORM {
	margin:0px;
}
.news-list-container H3 {
	padding: 2px;
	border-bottom: 1px solid #769024;
        font-size: 11px;
}
.news-list-container H3 A:LINK,.news-list-container H3 A:VISITED,.news-list-container H3 A:HOVER {
	color:#fff;
	padding-left:2px;
}
.news-list-container H3 A {
	color:#fff;

}
.news-list-container P {
	padding-left:3px;
}
.news-list-date {
	float: right;
	color: #3E551C;
	width: 100%;
	text-align: right;
	height: 20px;
	margin-top: -2px;
	margin-right: -2px;
	font-size: 9px;
	font-weight: normal;
	}

.news-list-imgcaption {
	float: right;
	padding-top:3px;
	padding-right:3px;
	font-size: 9px;

	}

.news-list-container IMG {

	float: right;
	border:1px solid #666;
	margin-bottom:5px;
	margin-right:2px;
	margin-left:5px;
}
.news-list-category IMG {
	float: none;
	border:none;
	margin:0px;
}

.news-list-morelink,.news-list-category {
	font-size:9px;
	margin-left:3px;
}
.news-list-morelink  {
	margin-bottom:3px;
}
.news-list-browse {
	text-align: center;
}



	/*---------------------------------  tt_news Page-Browser ---------------------------------*/
.tx-ttnews-browsebox {
	margin:3px;
	border:1px solid #666;
	padding:3px;
	background-color:#f1f1f1;
}
.tx-ttnews-browsebox TD {
	font-size: 10px;
}
.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell {
	font-weight: bold;
}
.tx-ttnews-browsebox-SCell P,.tx-ttnews-browsebox TD P{
	margin:0px;
}

.tx-ttnews-browsebox-SCell {
	background-color: #BBE53A;
	border:1px solid #666;
}
.news-search-emptyMsg {
	font-size: 11px;
	margin-left: 10px;
}
	/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
	padding:5px;
	margin-bottom:5px;
}
.news-single-item P {
	font-size: 10pt;
}

.news-single-item H2 {
	font-size: 16pt;
	font-weight:bold;
	color: #85A600;
	margin-bottom: 0px;
}
.news-single-item H3 {
	margin-bottom: 15px;
	font-size: 12pt;
	color: #484848;
}



.news-single-img {
	float: right;
	margin-left:5px;

}



.news-single-imgcaption {
	padding:3px;
	clear:both;
}

.news-single-category {

	float: right;
}
.news-single-backlink, .news-single-backlink a {
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 15px;
	margin-top: 10px;
}
.news-single-timedata {
	float: right;
}
.news-single-timedata, .news-single-author,.news-single-imgcaption {
	font-size: 9px;
}
.news-single-author {
	padding-bottom: 3px;
}
.news-single-additional-info {
/* 	clear: both; */
	margin-top: 15px;
	border: 1px solid #999;
}
.news-single-related,.news-single-files,.news-single-links  {
	margin:0px;
	margin-bottom: 3px;
	padding:3px;
}

.news-single-related DD, .news-single-links DD, .news-single-files DD {
	margin-left:20px;
}

.news-single-related DT, .news-single-links DT, .news-single-files DT {
	font-weight: bold;
	font-size: 11px;
	margin-left:5px;
	width:90%;
}

/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
.news-amenu-container {
	margin-top:10px;
	padding:3px;
	border:1px solid #333;
	background-color:#BBE53A;
}
.news-amenu-container LI {
	padding-bottom:1px;
}
.news-amenu-container UL {
	padding:3px;
	margin-top:5px;
	margin-left:0px;
	margin-bottom:0px;
	border:1px solid #666;
	background-color:#f1f1f1;
	list-style-type: none;
}
.news-amenu-container H2 {
	color:#fff;
	padding:3px;
	border:1px solid #666;
	background-color:#769024;
}
.news-amenu-item-year {
	font-weight: bold;
	border: 1px solid #666;
	padding: 2px;
	background-color: #769024;
	color:#fff;
}

/*--------------------------------- tt_news Categorymenu (CATMENU) --------------------------------- */


.news-catmenu  {
	padding:5px;
	margin:10px 0px 10px 10px;
	border:1px solid #666;
	background-color:#f1f1f1;
}
.news-catmenu-header  {
	font-size:11px;
	font-weight:bold;
}
.news-catmenu DIV {
	font-size:10px;
	white-space: nowrap;
}
.news-catmenu DIV img {
	margin:0px;
	padding:0px;
	vertical-align: middle;
}
.news-catmenu-ACT {
	font-weight:bold;
}

/*  Styles for catmenu mode "nestedWraps" */
.level0 {
	background-color:#fff;
}
.level1 {
	padding-left:10px;
	background-color:#eee;
}
.level2 {
	padding-left:10px;
	background-color:#ddd;
}
.level3 {
	padding-left:10px;
	background-color:#ccc;
}
.level4 {
	padding-left:10px;
	background-color:#bbb;
}


.fce_box_1{ 
  padding: 8px;
  background: url(/media/layout/box_gradient_h01.jpg) repeat-y;  
 }

.fce_col-50-50 { }
.fce_col-66-33 { }
.fce_col-33-66 { }
.fce_col-80-20 { }
.fce_col-20-80 { }
.fce_col-33-33-33 { }

.fce_col1-50 { width: 49%; float: left; }
.fce_col2-50 { width: 49%; float: right; }

.fce_col1-66 { width: 66%; float: left; }
.fce_col2-33 { width: 33%; float: right; }

.fce_col1-33 { width: 33%; float: left; }
.fce_col2-66 { width: 66%; float: right; }

.fce_col1-80 { width: 79%; float: left; }
.fce_col2-20 { width: 19%; float: right; }

.fce_col1-20 { width: 19%; float: left; }
.fce_col2-80 { width: 79%; float: right; }


.fce_col1-33 { width: 33%; float: left; }
.fce_col2-33 { width: 33%; float: left; }
.fce_col3-33 { width: 33%; float: right; }

.fce_col-left_content { padding: 0 4px 0 0; }
.fce_col-middle_content { padding: 0 4px 0 4px; }
.fce_col-right_content { padding: 0 0 0 4px; }


.box_borderonly-top-bottom_1 { 
  border-top: 1px solid #888888;
  border-bottom: 1px solid #888888;
  padding: 4px 0px;
}
  
.box_gradient_1 { 
  background: url(/media/layout/box_gradient_v01.jpg) repeat-x;
  padding: 4px;
}
  

.csc-textpic-caption .copyright {
	float: right;
	color: #aaa;
}


