/* GENERAL -------------------------------------------*/

* {
	margin: 0px;
	padding: 0px;
  font-family: 'times new roman', times, serif;
}

a img {
	border: 0px;
}

div.clear {
  clear: both;
}

/* LAYOUT --------------------------------------------*/

html { font-size: 0.85em; }

body {
	color: #000000;
	background: #dfd2d2 url('../i/bg_body.gif') repeat-x;
}

div#page
{
  text-align: center;
  background-image: url(../i/bg_01.gif);
  background-repeat: repeat-x;
  width: 860px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-color: #fff;
  border-left: 1px solid #660000; border-right: 1px solid #660000;
  padding-bottom: 45px;
}

/* TOPMENU */

div#topmenu {
	background-color: #660000;
  height: 32px;
  padding-top: 2px;
  margin-left: 15px;
  overflow: hidden;
}

div#topmenu a.homelink {
  background-image: url(../i/img_home.gif);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  display: block;
  line-height: 0px;
  font-size: 1px;
  overflow: hidden;
  text-indent: -9999px;
  height: 33px;
  width: 30px;
  float: left;
}

div#topmenu div {
  float: left;
}

div#topmenu form {
  float: left;
}

div#topmenu fieldset {
  border: 0px;
  padding-left: 15px;
  font-size: 10px !important;
}

div#topmenu input.sword {
  width: 130px;
  border: 0px;
  position: relative;
  top: -10px;
  padding: 1px;
  margin-right: -8px;
  font-style: italic;
  color: #000;
}

div#topmenu input.submit { }

/* HEADER */

div#header
{
  background-color: #FFFFCB;
 /* url(bg_face.gif) no-repeat scroll right top;*/
  height: 87px;
  padding-top: 40px;
  position: relative;
}

div#header .headerimg img {
  position: absolute;
  right: 0px;
  top: 0px;
}

/* RIGHTMENU */

div#rightmenu {
  position: absolute; top: 161px; right: 0;
  width: 98px;
  height: 31px;
  padding-top: 2px; 
}

div#rightmenu img {
  float: right;
  padding: 8px 15px 0 0; 
}

/* MAIN MENU */

div#mainmenu {
  position: absolute; top: 161px;
  font-size: 13px !important;
  background-color: #660000;
  height: 23px;
  width: 640px;
  padding-left: 220px;
  padding-top: 2px; 
}

div#mainmenu a
{
  color:#fff;
  font-family: 'Palatino Linotype', 'times new roman', times, serif;
  font-weight:bold;
  text-decoration: none;
  background-image: url(../i/mainlink_bg-no.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 10px;
  margin-right: 10px;
  font-size: 13px !important;
}

div#mainmenu a:hover,
div#mainmenu a:focus,
div#mainmenu a.act
{
  color: #F7C431;
  background-image: url(../i/mainlink_bg-act.png);
}

div#mainmenu a.printlink,
div#mainmenu a.toplink
{
  background-image: url(../i/btn_pdf.png);
  height:33px;
  overflow:hidden;
  text-indent:-1000px;
  width:33px;
  padding: 0px;
  position: absolute;
  margin-left: 190px;
}

div#mainmenu a.toplink
{
  background-image: url(../i/btn_up.png);
  margin-left: 235px;
}

* html div#mainmenu a.printlink
{
  background-image: url(../i/btn_pdf.gif);
}

* html div#mainmenu a.toplink
{
  background-image: url(../i/btn_up.gif);
}

/* CONTENTAREA */

div#contentarea {
  padding-top: 25px;
  background-color: #fff;
  min-height: 550px;
  height: auto !important;
  height: 550px;
}

div#leftcontent {
  float: left;
  width: 200px;
}

div#subcontent {
  width: 200px;
  background-color: #660000;
  color: #fff;
}

div#subcontent p {
  color: #fff;
}

/* SUBMENU */

div#submenu {
  background-color: #F7C431;
}

div#submenu ul
{
  list-style-type: none;
}

div#submenu a
{
  color: #660000;
  font-family: 'palatino linotype', 'times new roman', times, serif;
  text-decoration: none;
  font-weight: bold;
  width: 185px;
  padding-top: 3px;
  padding-bottom: 3px;
  display: block;
  padding-left: 15px;
  border-bottom: 1px solid #fff;
  font-size: 13px !important;
}

* html div#submenu a
{
  font-size: 1.4em;
}

div#submenu a:hover,
div#submenu a:focus
{
  border-color: #660000;
  background-image: url(../i/img_list.gif);
  background-repeat: repeat-y;
}

div#submenu a.act
{
  background-image: url(../i/img_list.gif);
  background-repeat: repeat-y;
}

div#submenu li.sub ul  a.act
{
  border-color: #660000;
}

div#submenu li.sub ul a
{
  background-color: #FFFFCB;
}

/* CONTENT */

div#content {
  margin-top: 1em;
  width: 625px;
  float: right;
  padding-right: 15px;
}

* html div#content
{
  font-size: 1.4em;
}

/* FOOTER */

div#footer {
  color: #fff;
}

div#footer .footerleft {
  position: absolute; left: 0; 
  width: 845px; height: 25px;
  margin-top: 14px;
  padding: 6px 0 0 15px;
  background-color: #660000;
}

div#footer p.footerleft {
  font-size: 13px;
} 

div#footer .footerright {
  position: absolute; right: 0;
  width: 50px;  
}

div#footer .footerright img {
  margin-bottom: 0px;
}

/* TYPOGRAPHY ----------------------------------------*/

div#content h1,
div#content h2,
div#content h3 {
  margin-bottom: 1em;
}

div#content p {
  margin-bottom: 1em;
}

div#content ol,
div#content ul {
  margin-left: 2em;
  margin-bottom: 1em;
  margin-right: 2em;
}

div#content .bodytext a:link, div#content .book a:link, div#content .bodytext a:visited, div#content .book a:visited,
div#content .tx-indexedsearch a:link, div#content .tx-indexedsearch a:visited, .tx-abdownloads-pi1 a:link, .tx-abdownloads-pi1 a:visited {
  color: #660000;
  background-image: url(../i/bg_link.gif);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 10px;
}

div#content .bodytext a:focus, div#content .book a:focus, div#content .bodytext a:hover, div#content .book a:hover,
div#content .tx-indexedsearch a:hover, div#content .tx-indexedsearch a:focus, .tx-abdownloads-pi1 a:hover, .tx-abdownloads-pi1 a:focus {
  text-decoration: none;
}

div#content li
{
  margin-bottom: 0.5em;
}

/* CONTACT FORM -------------------------------------*/

form#mailform
{
  margin-bottom: 1em;
}

form#mailform fieldset
{
  border: 0px;
}

form#mailform label
{
  float: left;
  width: 140px;
}

form#mailform input
{
  margin-bottom: 1em;
  border: 1px solid #660000;
  padding: 1px;
  width: 150px;
}

form#mailform textarea
{
  margin-bottom: 1em;
  border: 1px solid #660000;
  padding: 4px;
  width: 300px;
  font-size: 100%;
}

form#mailform textarea:hover,
form#mailform textarea:focus,
form#mailform input:hover,
form#mailform input:focus
{
  border-color: #f7c431;
}

form#mailform input.csc-mailform-submit
{
  background-color: #660000;
  color: #fff;
  margin-left: 140px;
}

form#mailform input.csc-mailform-submit:hover,
form#mailform input.csc-mailform-submit:focus
{
  background-color: #F7C431;
  color: #660000;
  border-color: #F7C431;
}

/* GALLERY ---------------------------------------------*/

div.csc-textpic-imagerow dl
{ 
  border-top: 10px solid #fff;
}

div#content div.csc-textpic-imagerow dl a
{
  padding: 0px;
  background-image: none;
}

html div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image
{ 
 margin-bottom: 0px;
}

/* BOOKS ----------------------------------------------*/

.book .image {
  float: left;
  margin-right: 1em;
  margin-bottom: 0.5em;
}

.book .content {
  width: 430px; 
}

div.book {
  clear: both;
  padding-top: 2em;
  margin-bottom: 1em;
}

* html div.book {
	padding-top: 1em;
}

div#content .image a:link,
div#content .image a:active,
div#content .image a:visited,
div#content .image a:hover {
  padding-left: 0 !important;
  background-image: none !important;
}

/* SEARCH -----------------------------------------------*/

html .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup 
{
color:#f7c431;
}

.tx-indexedsearch-res
{
	margin-bottom: 1.5em;
}

span.tx-indexedsearch-title.title
{
	font-weight: bold;
	font-size: 110%;
}

div.tx-indexedsearch-descr.descr
{
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	font-style: italic;
}

html div.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info
{
	background-color: #fff;
	border-bottom: 1px solid #f7c431;
	padding-bottom: 1.5em;
}

div.tx-indexedsearch-searchbox form
{
  margin-bottom: 1em;
}

div.tx-indexedsearch-searchbox form fieldset
{
  border: 0px;
  padding: 10px;
  background-color: #FFFFCB;
}

div.tx-indexedsearch-searchbox form label
{
  float: left;
  width: 120px;
}

div.tx-indexedsearch-searchbox form input
{
  border: 1px solid #660000;
  padding: 1px;
  width: 150px;
}

div.tx-indexedsearch-searchbox form input:hover,
div.tx-indexedsearch-searchbox form input:focus
{
  border-color: #f7c431;
}

div.tx-indexedsearch-searchbox form input.submit
{
  background-color: #660000;
  color: #fff;
  padding: 0px;
}

div.tx-indexedsearch-searchbox form input.submit:hover,
div.tx-indexedsearch-searchbox form input.submit:focus
{
  background-color: #F7C431;
  color: #660000;
  border-color: #F7C431;
}

/* VIDEO -----------------------------------------------*/

#flvplayercaption {
  width: 620px; height: 413px;
  padding-bottom: 0px;
  background: #FFFFFF url(../../../typo3conf/ext/rgsmoothgallery/res/css/img/cooldisplay.png) no-repeat 0 0 ;
}

#player {
  float:left;
  padding: 9px 0 0 34px;
  margin-bottom: 15px;
}

#flvcaption {
  width: 520px;  
  padding: 0 50px;
}

.list {
  float: left;
  margin: 20px 0 10px 0;
}

.flvplayer_listpic {
  background-position: 0 0;
  background-repeat: no-repeat;
  border: 1px solid #888888;
  height: 147px;
  margin: 0 10px 6px 0;
  padding: 0;
  width: 196px;
} 

/* DOWNLOADS -----------------------------------------------*/

.tx-abdownloads-pi1 {

}

.tx_abdownloads_catalogView_category {
  float: left;
  padding: 0;
  width: 620px;
} 

.tx_abdownloads_catalogView_subcategories {
  padding: 10px 10px 10px 77px;
  font-size: 96%;
}

.tx_abdownloads_catalogView_subcategories p {
  width: 620px;
  margin-bottom: 0px !important;
}

.tx_abdownloads_catalogView_categoryPath {
  font-size: 96%;
  margin-bottom: 15px;  
}

.tx-abdownloads-pi1 a.tx_abdownloads_listView_downloadImage {
  background-image: none; 
}

/* DYNAMICFONTSIZE -----------------------------------------------*/

.tx-dynamicfontsize-pi1 {
  height: 20px; overflow: hidden;
  padding: 3px 0 8px 15px;
  font-size: 14px !important;
}

.tx-dynamicfontsize-pi1 p {
  float: left;
  margin: 4px 15px 0 0;
}

.tx-dynamicfontsize-pi1 a:link,
.tx-dynamicfontsize-pi1 a:visited {
  background-image: url(../i/mainlink_bg-no.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 10px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.tx-dynamicfontsize-pi1 a:hover,
.tx-dynamicfontsize-pi1 a:focus {
  background-image: url(../i/mainlink_bg-act.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 10px;
  color: #F7C431;
}