html {
	height:101%;							/*Scollbalken*/
	margin: 0;
	padding: 0;
}
body {
	text-align: center; 			/* Zentrierung im Internet Explorer */
	/*margin: 0;
	padding: 0;*/
	background-color: #FFF;
	font-family: "Verdana", "Tahoma", "Arial";
	font-size: 10pt;
}

/*------------------------------------------
		wrapper
------------------------------------------*/
#wrapper {
	width: 1000px;
	margin-left: auto;      /* standardkonforme horizontale Zentrierung */
  	margin-right: auto;	
}

/*------------------------------------------
                Kopf
------------------------------------------*/
#header {
	width: 980px;
	margin-left: 10px;
	height: 478px;
	background-image: url(grafiken/headerbild_ruthfabig.jpg);
	background-repeat: no-repeat;	  	
}
/*------------------------------------------
                Topmenue, rechts oben
------------------------------------------*/                
#topmenue {
	width: 1000px;
	margin-top:10px;
	padding-top: 5pt;
	text-align: right;
}
#topmenue a {
	font-weight: bold;
	margin-right: 5px;
	font-size: 9pt;
	text-decoration: none;
	color: #ccc;
}
#topmenue a:hover {
	color: #1C7095;
}
#topmenue a:active {
	color: #C00040;
}

/*------------------------------------------
              Menue horizontal
------------------------------------------*/
#hmenue {
	width: 100%;
	margin-top: 210px;
}
#hmenue li {
	margin-right: 10px;
	display: inline;					/*Anzeige: hintereinander*/
	list-style-type: none;
}
#hmenue a {							/* Schrift im Anker definiert*/
	font-weight: bold;
	height: 20px;
	padding-right: 10px;
	font-size: 9pt;
	text-decoration: none;
	color: #969593;
}
#hmenue a:hover {
	color: #1C7095;
}
#hmenue a:active {
	color: #C00040;
}
/*------------------------------------------
           linke Spalte
------------------------------------------*/
#leftbar {
	float: left;
	text-align: left;
	border-left: 1px solid #a7a7a7;
	border-bottom:  5px solid #a7a7a7;
	position: fixed;
	cursor: pointer;	
	margin-top: -160px;
}
#leftmenue {
	width: 175px;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 30px;
	padding: 0px;
	text-align: left;
	font-size: 9px;
	list-style-type: none;
}
#leftmenue ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.navi1, .navi2 {
	margin-bottom: 1px;
	vertical-align: middle;
}
.navi1 a {
	width: 175px;
	height: 25px;
	padding: 0px;
	display: block;
   	font-family: "Tahoma", "Arial", "Verdana";
	font-size: 10pt;
	font-weight: 600;
	line-height: 25px;
	color: #969593;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}
.navi2 a {
	width: 165px;
	height: 20px;
	padding-left: 10px;
	display: block;
   	font-family: "Tahoma", "Arial", "Verdana";
   	font-size: 10pt;
   	font-weight: 600;
   	line-height: 20px;
   	color: #aaa;
   	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}
#leftmenue a:hover {
	color: #1C7095;
}
#leftmenue a:active {
	color: #C00040;
}
.leftbox {
	width: 160px;
	margin-top: 10px;
	padding: 5px;
	text-align: left;
	font-size: 0.8em;
	border: 1px solid orange;
}
/*------------------------------------------
             content
------------------------------------------*/
#content {
	width: 550px;
	margin-top: -160px;
	margin-left: 220px;
	padding: 0;
	float: left;
	text-align: left;
}
#content p {
	padding-left: 10px;
	padding-right: 18px;
}
#content p li {
	padding-left: 10px;
	padding-right: 18px;
}
#content img {
	padding: 4px;
	border: 1px solid #ccc;
}
#content a {
	color: #808080;
	font-weight: bold;
	text-decoration: none;
}
#content a:hover {
	color: #C00040;
	text-decoration: underline;
}
#content h1 {
	
	height: 35px;
	margin-left: 5px;	
	padding-left: 10px;
	padding-right: 5px;
	font-size: 14pt;
	color: #C00040;
	font-family: "Book Antigua", "Georgia", "Times New Roman";
	background-image: url(grafiken/contentlinie.png);
	background-repeat: no-repeat;
	background-position: bottom;
	line-height: 25px;
}
#content h2 {
/*	height: 30px;*/
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 13pt;
	color: #808080;
	font-family: "Book Antigua", "Georgia", "Times New Roman";
	border-bottom: 1px solid #ccc;
}
#content h3 {
/*	height: 30px;*/
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 11pt;
	color: #1C7095;
	font-family: "Book Antigua", "Georgia", "Times New Roman";
	border-bottom: 1px solid #ccc;
}
#content h4 {
	margin-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 11pt;
	color: #C00040;
	background-image: url(grafiken/contentlinie2.jpg);
	font-family: "Verdana", "Arial", "Tahoma";
}
#content h5 {
	margin-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 11pt;
	color: #C00040;
	font-family: "Verdana", "Arial", "Tahoma";
}
#content h6 {
	margin-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 10pt;
	color: #CCC;
	font-family: "Verdana", "Arial", "Tahoma";
}

/*-----------------------------------------------------------------------------
            rechte Spalte
------------------------------------------------------------------------------*/            
#sitebar {	
	width: 202px;
	text-align: left;	
	float: right;
	margin-top: -380px;
	background-image: url(grafiken/logo_ruthfabig.jpg);	
	background-repeat: no-repeat;
	background-position: top;
}
#rightbar {
	width: 202px;
	text-align: left;	
	float: right;
	margin-top: 200px;	
	border-top: 5px solid #a7a7a7;
	border-right: 1px solid #a7a7a7;
	border-bottom: 5px solid #a7a7a7;
	border-left: 1px solid #a7a7a7;	
	margin-bottom: 5px;
}
#rightbar h1 {
	width: 175px;
	margin-bottom: 5px;	
	font-size: 14pt;
	color: #C00040;
	font-family: "Book Antigua", "Georgia", "Times New Roman";
}
#rightbar h2 {
	font-size: 12pt;
	color: #808080;
	font-family: "Book Antigua", "Georgia", "Times New Roman";
	width: 175px;
}
#rightbar h3 {
	font-size: 8pt;
	color: #888888;
	font-family: "Book Antigua", "Georgia", "Times New Roman";
	margin-bottom: 5px;
	padding: 2px;
	border-bottom: 1px solid #888888;
	width: 175px;
}
#rightbar h4 {
	font-size: 8pt;
	color: #C00040;
	font-family: "Book Antigua", "Georgia", "Times New Roman";
	width: 175px;
}
#rightbar h5 {
	font-size: 8pt;
	color: #000;
	font-family: "Book Antigua", "Georgia", "Times New Roman";
	width: 175px;
}
#rightbar h6 {
	font-size: 8pt;
	color: #000;
	font-family: "Book Antigua", "Georgia", "Times New Roman";
	width: 175px;
}
#rightbar p {	
	font-family: "Verdana", "Tahoma", "Arial";
	font-size: 10pt;
	color: #000;
	width: 175px;
}
#rightbar h3 a {
	color: #888888;
	text-decoration: none;
}
#rightbar a:hover {
	color: #1C7095;
}
#rightbar img {
	margin-left: 5px;
}

#rightbox {	
	width: 202px;
	/*margin-top: 220px;*/
	margin-bottom: 5px;
	margin-bottom: 5px;
}

/*------------------------------------------
             Module teaser right News
------------------------------------------*/
#rightbar .module {
	margin-bottom: 5px;	
	margin-left: 5px;
}
/*
#rightbar .mo2 {	
	width: 202px;
	margin-bottom: 5px;
}*/

#rightbar .news-latest-container {	
	width:190px;
}
#rightbar .news-latest-item {
}
#rightbar .news-latest-morelink {
}
#rightbar .news-latest-morelink a {
        color: #bbb;
}

/*----------------------------------------- 
             Fuss
 -----------------------------------------*/
#footer {
/*	width: 100%;
	height: 80px;
	clear: both;
	text-align: center;
	background-image: url(grafiken/banner_fuss.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #a7a7a7;
*/	
	width: 558px;
	margin-left: 220px;
	padding: 0;
	clear: both;	
	border-right: 1px solid #a7a7a7;
	border-bottom: 5px solid #a7a7a7;
	border-left: 1px solid #a7a7a7;
}
#footer p {
	padding-top: 30px;
	padding-bottom: 5px;
}
#fussnote {
	font-size: 12px;
	color: #bbb;
}
#fussnote a {
	color: #bbb;
}
#fussnote a:hover {
	color: #C00040;
}

/* ------------------------------- TYPO3 EXTENSIONS --------------------------------------*/



/*------------------------------------------------------------------------------------------
					WT-Gallery
------------------------------------------------------------------------------------------*/

.wtgallery_list_area {
	width: 175px;
	margin-left: auto; /* um alles zu zentrieren */
  	margin-right: auto;
  	text-align: center;
}
div.wtgallery_list {
	margin-left: auto; /* um alles zu zentrieren */
  	margin-right: auto;
}
img.wtgallery_list {
	margin: 5px;
	padding: 1px;
	border: 1px solid #ccc;
}
img.wtgallery_single {
	padding: 3px;
	border: 1px solid #ccc;
}
.tx-wtgallery-pi1 {
	text-align: center;
}
div.wtgallery_list_pagebrowser_area{
	font-weight: bold;
  	text-align: center;			/*####-----------Bild-Bildanzeige--------------------###*/
}	

ul.wtgallery_pagebrowser_list {
  	list-style-type: none;			/*####-----------Bild-Seitenanzeige--------------------###*/
	text-align: left;
}

/*------------------------------------------------------------------------------------------
					tt_news
------------------------------------------------------------------------------------------*/


/*  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;
	color: #ccc;
	margin: 0px;
}
.news-latest-container HR.clearer {
	clear:left;
}

/*----------------------------------------- 
             tt_news LATEST view (im content)
 -----------------------------------------*/

.news-latest-container {		/*--##----NEWS ERSTE ANSICHT -----##--*/
	margin: 5px 0 5px 5px;
}

.news-latest-item {			/*--###-----Container Inhalt ----####*/
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	height: auto !important;
}

/*.news-latest-item IMG {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	border:1px solid #ccc;
	
}*/

.news-latest-item hr.clearer {		/*Linie--*/
	display: none;
}

.news-latest-item h3 {			/*--###-----Container Thementitel ----####*/	/*-------------- h3 tt news ----------*/
	margin-bottom: 5px;
	color: #1C7095;
}
.news-latest-item h3 a {
	color: #C00040;
}
.news-latest-item p {			/*--###-----Container Thementext ----####*/
	margin: 10px 0 5px 0;
	padding: 0;
}
.news-latest-item img {
	float: left;
	margin: 5px;
}
.news-latest-category {			/*--## Category ----##--*/
	margin-left: 10px;
	font-size:8pt;
	font-weight: normal;
	clear: left;
	text-align: right;
}
.news-latest-morelink {			/*--## mehrlink ----##--*/
	margin-left: 5px;	
	margin-bottom: 5px;
	text-align: right;
	font-size:8pt;
	
}
/*------------------------------------------
           ausgeschaltete Elemente
------------------------------------------*/
.news-latest-container h2 {
	/*padding:3px;
	margin:3px;*/
	/*visibility: collapse;*/ /*-- unsichtbar */
	display: none;
}
.news-latest-date {
	display: none;
}
.news-latest-gotoarchive {
	display: none;
	font-weight:bold;
	margin-top:5px;
}
.news-latest-gotoarchive A:LINK, 
.news-latest-gotoarchive A:VISITED, 
.news-latest-gotoarchive A:HOVER {
	color: #000;
	text-decoration: none;
}
.news-latest-gotoarchive A {
	color:#000;
}
/*------------------------------------------
             tt_news LIST view (rechte Seite)
------------------------------------------*/
.news-list-container {
}

.news-list-item {
	/* IE hack */
	height: 1%;
	width: 175px;
	line-height: 1.3;
	/* IE hack end */
	height: auto !important;
	padding:3px;
	margin:3px;	
	width:190px;
}
.news-search-form {
	padding:3px;
	margin-bottom:5px;
	border:1px solid #666;
}
.news-search-emptyMsg{
	margin:0px;
}
.news-search-form FORM {
	margin:0px;
}
.news-list-container h3 {	/*----------------------------------------h3 news list -------------------*/
	margin-bottom: 5px;
	padding: 2px;
	border-bottom: 1px solid #888;
}
.news-list-container H3 A:LINK,
.news-list-container H3 A:VISITED,
.news-list-container H3 A:HOVER {
	color:#888;
	padding-left:2px;
}
.news-list-container H3 A {
	color:#888;

}
.news-list-container P {
	padding-left:3px;
}

.news-list-date {			/*----------- Datum ------------------------*/
	float: right;
	color: #666;
	width: 175px;
	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 {			/* -- Kategorie -----------------*/
	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-morelink a:link {
	color:#666;
}
.news-list-browse {
	text-align: center;
	width:190px;
}
.news-list-browse a:link {
	color:#666;
}


/*-----------------------------------------
     tt_news Page-Browser
-----------------------------------------*/
.tx-ttnews-browsebox {
	width:190px;
	margin:3px;
	border:1px solid #666;
	padding:3px;
}
.tx-ttnews-browsebox table {
	width:190px;
	margin:3px;
	padding:3px;
}
.tx-ttnews-browsebox TD {
	font-size: 10px;
}
.tx-ttnews-browsebox-strong, 
.tx-ttnews-browsebox-SCell {
	font-weight: bold;
	width:190px;
}
.tx-ttnews-browsebox-SCell P,
.tx-ttnews-browsebox TD P{
	margin:0px;
}

.tx-ttnews-browsebox-SCell {
	border:1px solid #666;
}
.news-search-emptyMsg {
	font-size: 11px;
	margin-left: 10px;
}
/*-----------------------------------------
	tt_news SINGLE view 
-----------------------------------------*/	
.news-single-item {
	margin-bottom: 5px;
	border: 1px solid #ccc;	
	margin: 5px 0 5px 5px;
/*	background-color: #f5f5f5;*/ /*#f0f0f0;*/

}
.news-single-item H2 {							/*-------  h2  ---------*/
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0;
	background-color: #eee;
	text-decoration: none;
	border: 2px solid #C00064;
}
.news-single-item h3 {							/*-------  h3  ---------*/
	margin: 0 0 15px 0;
	font-size: 10pt;
	font-family: "Verdana", "Arial", "Tahoma";
	font-weight: bold;
	color: #808080;
}
.news-single-item p.bodytext {
	border: none;
}
.news-single-img {
	float: right;
	margin: 5px;
}
.news-single-imgcaption {
	padding:3px;
	clear:both;
}
.news-single-category {
	display: none;
	float: right;
}
.news-single-backlink {
	font-weight: bold;
	font-size: 10px;
	height: 30px;
	margin: 0px;
	padding: 0;	
	border-top: 1px solid #ccc;
	border-right: 2px solid #C00064;
	border-bottom: 2px solid #C00064;
	border-left: 2px solid #C00064;
	background-color: #eee;

}
.news-single-backlink a {
	font-weight: bold;
	font-size: 10px;
	line-height: 30px;	
	padding: 0 0 0 10px;

}
.news-single-timedata {
	float: right;
	display: none;
}
.news-single-timedata, 
.news-single-author,
.news-single-imgcaption {
	font-size: 12px;
	margin: 5px 0 0 0;
	font-weight: bold;
	color: #a7a7a7;
}
.news-single-author {
	padding-bottom: 3px;
}
.news-single-additional-info {
/* 	clear: both; */
	margin-top: 10px;
	border: none;
	padding:3px;
	padding-bottom:0px;

}
.news-single-related,
.news-single-files,
.news-single-links {
	border: none;
	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;
}
.news-amenu-container LI {
	padding-bottom:1px;
}
.news-amenu-container UL {
	padding:3px;
	margin-top:5px;
	margin-left:0px;
	margin-bottom:0px;
	border:none;
	list-style-type: none;
}
.news-amenu-container H2 {
	color:#fff;
	padding:3px;
	border:none;
}
.news-amenu-item-year {
	font-weight: bold;
	border: none;
	padding: 2px;
	color:#fff;
}
/*-----------------------------------------
           tt_news Categorymenu (CATMENU)
-----------------------------------------*/

.news-catmenu  {
	padding:5px;
	margin:10px 0px 10px 10px;
	border:1px solid #666;
	background-color:#F9FFE5;
}
.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;
}

