/**
* TF CMS
* @author: t.fuchsberger
* @version: 2.0.0
*/

/*********************************** Common Styles ***********************************/
html, body, p, table, td, form, img, h1, h2, h3, h4, h5, h6 {
    font-size: 100.1%;
}
html, body, div, table, td, form, img, h1, h2, h3, h4, h5, h6 {
   	font-family: Arial, Helvetica, sans-serif;
    padding: 0px;
    margin: 0px;
    border: 0px transparent none;
    background-position: left top;
    background-repeat: no-repeat;
	color: #333;
}
.clear {
	clear:both;
}
p {
	font-size:0.8em;
	margin-top:0;
}

/********* Breadcrumb *********/
ol.modbreadcrumb {
	margin:0;
	padding:0;
	font-size:0.9em;
}
.modbreadcrumb li, .modbreadcrumb li span {
	list-style:none;
	float:left;
	margin-right:3px;
}
.modbreadcrumb li a {
	text-decoration:none;
}
.modbreadcrumb li a:hover {
	text-decoration:underline;
}
h3.modbreadcrumb {
	font-size:0.9em;
	float:left;
	margin-right:5px;
	font-weight:normal;
	font-style:italic;
}

/********* Such Ergebnisliste *********/
h1.modsearchresult {
	font-size:20px;
	color:#586966;
	margin-bottom:7px;
}
p.infotext_modsearchresult {
	font-size:0.9em;
}
h3.modsearchresult {
	margin-top:18px;
	font-size:1.05em;
}
hr.modsearchresult {
	margin:0;
}
ol.modsearchresult {
	font-size:0.9em;
}
ol.modsearchresult li {
	margin-bottom:8px;
}
ol.modsearchresult li a {
	color:#0D4E75;
	text-decoration:none;
	line-height:22px;
}
ol.modsearchresult li a:hover {
	color:#cc6600;
}
ol.modsearchresult li p {
	font-size:0.85em;
}

/********* Gallerieliste *********/
h1.modtfgallerielist {
	font-size:1.05em;
	display:block;
	border-bottom:1px solid #999;
	color:#666;
	padding-left:10px;
}
div.info_modtfgallerielist, div.info_hover_modtfgallerielist {
	margin-bottom:20px;
}
div.info_modtfgallerielist img, div.info_hover_modtfgallerielist img {
	float:left;
	margin:0 20px 0 10px;
}
div.info_modtfgallerielist p, div.info_hover_modtfgallerielist p {
	margin:10px 0 0 0;
}
div.info_hover_modtfgallerielist {
	background-color:#f9f7e9;
	cursor:pointer;
}
/*********************************** Common Styles EOF ***********************************/

/*********************************** PAGE & CONTENT ***********************************/
#pagewrapper {
  width:1000px;
  margin-left:auto;
  margin-right:auto;
  margin-top:20px;
  padding:5px;
  border:1px solid #d0d0d0;
}
#top {
  height:254px;
  width:988px;
  background-image:url('../images/header.jpg');
  background-repeat:no-repeat;
}
hr.eyeline {
  height:6px;
  width:988px;
  background-color:#99cc00;
  border:0;
  margin:7px 0 7px 0;
}
#landing-lfs {
  width:327px;
  height:447px;
  float:left;
}
#landing-pfiff {
  width:333px;
  height:447px;
  float:left;
}
#landing-hfs {
  width:328px;
  height:447px;
  float:left;
}
#cleft {
  width:240px;
  float:left;
}
#content {
  width:552px;
  float:left;
  padding:0 10px 0 10px;
}
#content-wide {
  width:740px;
  float:left;
  padding:0 10px 0 10px;
}
#cright {
  width:180px;
  padding-left:7px;
  border-left:1px solid #99cc00;
  float:left;
}
.blogheader {
  height:25px;
  background-color:#99cc00;
}
.blogheader-piff {
  height:25px;
  background-color:#d86e19;
}
.blogheader-hws {
  height:25px;
  background-color:#eda430;
}
.blogheader p,
.blogheader-piff p,
.blogheader-hws p
{
  padding:4px 0 0 5px;
  color:#fff;
  font-size:0.9em;
  font-weight:bold;
}
.copyright {
  clear:both;
  text-align: center;
  margin: 10px 0 60px 0;
}
.copyright A {
  font-size: 10px;
  color: #999;
  text-decoration: none;
}
.copyright A:Hover {
  text-decoration: underline;
}
/*********************************** PAGE & CONTENT EOF ***********************************/

/*********************************** MENUS ***********************************/
/*********** MainNavigation ***********/
ul.modmainmenu_lfs {
  padding:0;
  margin:0 0 -5px 0 !important;
  margin:0;
  border:0;
  color:#fff;
  font-size:0.8em;
  font-weight:bold;
  width:240px;
  background-color:#d2e98f;
}
ul.modmainmenu_hws {
  padding:0;
  margin:0 0 -5px 0 !important;
  margin:0;
  border:0;
  color:#fff;
  font-size:0.8em;
  font-weight:bold;
  width:240px;
  background-color:#ffbe57;
}
ul.modmainmenu_piff {
  padding:0;
  margin:0 0 -5px 0 !important;
  margin:0;
  border:0;
  color:#fff;
  font-size:0.8em;
  font-weight:bold;
  width:240px;
  background-color:#fa9b4f;
}
ul.modmainmenu_lfs li,
ul.modmainmenu_hws li,
ul.modmainmenu_piff li
{
  margin:0;
}
ul.modmainmenu_lfs li a,
ul.modmainmenu_hws li a,
ul.modmainmenu_piff li a
{
  color:#474941;
  text-decoration:none;
  height:20px;
  padding:5px 0 0 8px;
  display:block;
  margin:5px;
}
ul.modmainmenu_lfs li a:hover,
ul.modmainmenu_hws li a:hover,
ul.modmainmenu_piff li a:hover
{
  text-decoration:underline;
}
/*********** MainNavigation EOF ***********/

/*********** BottomNavigation ***********/
ul.modmainmenu_bottom {
  padding:0;
  margin:0;
  border:0;
  color:#fff;
  font-size:0.8em;
}
ul.modmainmenu_bottom li {
  margin:0;
  float:left;
}
ul.modmainmenu_bottom li a {
  color:#474941;
  text-decoration:none;
  padding:8px 0 0 8px;
  margin:0;
  float:left;
}
ul.modmainmenu_bottom li a:hover {
  text-decoration:underline;
}
/*********** BottomNavigation EOF ***********/

/*********************************** MENUS ***********************************/
