/*Styles fuer html-auszeichnung

verwendet für die Site hotel-brintrup.de
by visiontech 2

*/

html {
  height: 100%;
}

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	line-height: 120%;
	/* setzt die Hintergrund-Farbe und gegebenfalls ein Bild */
  
    /*background: #660000 url('../images/bg/bk1.jpg') top left;*/
    /*background-image:url(../images/bg/siteBack.jpg);*/
	background-repeat:repeat;
	color: #5C6070;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	font-size:0.8em;
	font-family:verdana, arial, sans-serif;
	width: 99.9%;
	background-color: #FAF7EE;
}

h1 {   
  clear: both;
  font: 600 1.4em "verdana", serif;
  color: #8B2413;
}

h2 {
  font: 600 1.3em "verdana", serif;
  color: #8B2413;
}

/*fuer link styles in h headlines*/

h2 a {
  color: #8B2413;
  text-decoration: underline;
}

h2 a:visited {
  color: #8B2413;
  text-decoration: none;
} 

h2 a:hover {
  color: #8B2413;
}

/* Ueberschriften normal */

h3 {
  font: 400 1.2em "verdana", serif;
  color: #8B2413;
}

h4 {
  font: 300 1.1em "verdana", serif;
  color: #8B2413;
}

h5 {
  font: 300 1.0em "verdana", serif;
  color: #8B2413;
}

h6 {
  font: 300 0.85em "verdana", serif;
  color: #8B2413;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 10px 0px 5px 0px;
}

dl{
  margin: 0;
  padding: 10px 0px 0px 0px;
  }
  
hr {
  clear: both;
  height:1px;
  margin:10px 30px;
  color: #999;
  background-color: #999;
  border: none;
    }

/* Hiermit richtet sich die Spalte ganz links sauber am Header aus. 
   Wenn der Spalte die Klasse bgFarbe oder bgSolid (layout.css) zugewiesen wird, braucht man diese Klasse nicht. */
.leftColumn h1,
.leftColumn h2, 
.leftColumn h3,
.leftColumn h4,
.leftColumn h5,
.leftColumn h6,
.leftColumn p,
.leftColumn dl,
.leftColumn {
  padding-left: 0px;
}

/* Wie oben, fuer Spalte ganz rechts */
.rightColumn h1,
.rightColumn h2, 
.rightColumn h3,
.rightColumn h4,
.rightColumn h5,
.rightColumn h6,
.rightColumn p,
.rightColumn dl {
  padding-right: 0px;
}

/* Generelles Styling von Links ausschalten zugunsten von div-class basiertem Styling */

.bgFarbe a {
  color: #666699;
  font-weight: bold;
  text-decoration: underline;
}

/*fuer visited links */

.bgFarbe .bgSolid a:visited {
  color: #666699;
  text-decoration: none;
} 

.bgSolid .bgFarbe a:hover {
  color: #666699;
}

/* Styling Links, kann innerhalb von span oder div mit anderen Klassen kombiniert werden */

.txLink a {
  color: #666699;
  font-weight: bold;
  text-decoration: underline;
}

/* Links innerhalb der Klasse .txLink sollen keine Rahmen um Images machen */

.txLink a img {
 border: 0;
 }

.txLink a:visited {
  color: #666699;
  text-decoration: none;
} 

.txLink a:hover {
  color: #666699;
}


b {
  color: #5C6070;
}

ol {
  color: #5C6070;
}

ol span {
  color: #5C6070;
}


/* Fuer die Anzeige einer Farbe oder eines Farbverlaufs im Background eines Div-Containers */

.bgFarbe {
  margin-bottom: 0.8em;
  /*background:  url('../images/bg/grauverlauf2.gif') repeat-x top left;*/
}

.bgFarbe img {
  /*margin: 1em;*/
  border: 2px solid #320000;
}

/* einfarbiger Background */

.bgSolid {
background-color: #320000;
}

/* Bei Verwendung der Backgrounds fuer den Fliesstext werden 
Listen-Elemente der ersten Ebene mit dem Bild gestylt */

.bgFarbe li {
  list-style-image: url('../images/bg/bullet.gif');
}

.bgFarbe li li{
  list-style-image: none;
  list-style-type: circle;
}

.bgSolid ul {
  list-style: url('../images/bg/bullet.gif');
}

.bgSolid ul li ul li {
  list-style-type: circle;
}
/*
.bgFarbe ol, ul {
  margin: 10px 30px;
  padding: 0 30px;
}
*/
.bgSolid ol, ul {
  margin: 10px 10px;
  padding: 0 30px;
}

del {
  color: #aaa;
}

code {
  margin: 10px 15px;
  padding: 10px;
  display: block;
  overflow: auto;  
  font: 600 1em courier, monospace;
  line-height: 120%;
  white-space: pre;
  color: #fff;
  background-color: #444;
}

.leftColumn code {
  margin-left: 0;
}

acronym {
  cursor: help;
  border-bottom: 1px solid #555;
}

dt {
  font-weight: bold;
  color: #ffb323;
}

dd {
  margin-left: 0;
  padding-left: 45px; 
}

/* Form Elements */

/*kann leer bleiben, wird hier nur benoetigt, um Form der Suche im print.css auszublenden*/
.search form {
}

fieldset {
  margin: 0.5em auto 0.5em auto;
  display: block;
  border: 0px solid #c2c2c2;
  clear: both;
}

label {
  display: block;
}

input,
textarea,
select {
	font: 300 .8em verdana, sans-serif;
	color: #5C6070;
	border: 1px solid #777;
	background-color: #FAF7EE;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
	color: #8B2413;
	background-color: #FFC;
	border: 1px solid #c2c2c2;
}

input.button {  
  font: 400 1.1em "verdana", serif;
  color: #003300;
  background-color: #95D795;  
}

/* Blockquote und die verwendeten icons */

blockquote {
  margin: 10px 15px;
  padding-left: 27px;  
  background-color: #f7f7f7;  
  background-image: url('../images/icons/quote.gif');
  background-repeat: no-repeat;
  background-position: 5px 50%  
}

blockquote.exclamation {
  background-image: url('../images/icons/exclamation.gif');
}

blockquote.stop {
  background-image: url('../images/icons/stop.gif');
}

blockquote.go {
  background-image: url('../images/icons/go.gif');
}


/* Images */

img.floatRight {
  margin: 5px 0px 10px 15px;
  border: 0px,
}

img.floatLeft {
  margin: 5px 15px 10px 0px;
  border: 0px,
}

.search img {
   border: 0;
}

/* indexed_search konfigurieren */

.tx-indexedsearch-info {
    display:none;
}


/* Mail-Formular */
/*  
tr.required td.lbl {background-color: #DE5754; border-left: 0.5em solid #CC0000;}
td.lbl {background: #CFC; border-left: 0.5em solid green;}
div#mailArea {display: none;}
input.writein:focus {background: yellow;}
*/
tr.required td.lbl {
	font-size: 0.8em;
	color: #C00;
	background-color:#FAF7EE;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
td.lbl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #660;
	background:#FAF7EE;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
div#mailArea {display: none;}
inp.writein:focus {
	background-color: #CC9;
}

#FBform{
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	}
.tipp {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	font-size: 0.85em;
}



/* unsichtbares fuer die Barrierefreiheit */

dfn, .usb {
    position: absolute;
    left: -1000em;
    width: 20em;
}

/* allgemeine Styles */

.cleaner {
    clear:both;
	height:1px;
	font-size:1px;
	border:0px none;
	margin:0;
	padding:0;
	background:transparent;
	}

.clear {
  clear: both;
}

.block {
  display: block;
}

.small {
  font-size: 0.8em;
}

.green {
  color: #a1ff45;
}

.red {
  color: #c00000;
}

.grey {
  color: #666;
}

.grey a {
  color: #999;
}

.grey a:hover {
  color: #6699ff;
}

/*----- tt_news ------ START ------*/

/*-----------------------------------  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;
	border:1px solid #F9FFE5;

}
.news-latest-container HR.clearer {
	clear:left;
}

/*-----------------------------------  tt_news LATEST view  -----------------------------------*/

.news-latest-container {
	border:1px solid #333;
	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:#F9FFE5;
}

.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 {
	background-image:url(../images/bg/backgroundContent.jpg);
}


.news-list-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	padding:3px;
	margin:3px;
	border:1px solid #666;

	}
.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 {
	margin-bottom: 5px;
	padding: 2px;
	border-bottom: 1px solid #DCF1DE;
}
.news-list-container H3 A:LINK,.news-list-container H3 A:VISITED,.news-list-container H3 A:HOVER,.news-list-container H3 A:ACTIVE {
	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: #5C6070;
	width: 180px;
	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:#F9FFE5;
}
.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 {
	border:1px solid #666;
}
.news-search-emptyMsg {
	font-size: 11px;
	margin-left: 10px;
}
	/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
	padding:15px;
	margin-bottom:5px;
	border:1px solid #666;
	background-image:url(../images/bg/backgroundContent.jpg);
  text-align: center;
  line-height: 150%;
}
.news-single-item H2 {
	font-size: 16px;
	font-weight:bold;
	color: #5C6070;
	margin-bottom: 0px;
}
.news-single-item H3 {
	margin-bottom: 15px;
	font-weight:bold;
	text-decoration: underline;
}



.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 {
	background-color: #BBE53A;
/* 	clear: both; */
	margin-top: 15px;
	border: 1px solid #666;
	padding:3px;
	padding-bottom:0px;

}
.news-single-related,.news-single-files,.news-single-links  {
	border: 1px solid #666;
	margin:0px;
	margin-bottom: 3px;
	padding:3px;
	background-color:#F9FFE5;
}

.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:#F9FFE5;
	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:#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;
}

/* ------ tt_news ------ END ------ */
