/**
* 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 ***********************************/
body { background-color:#c0c0c0; }

#pagewrapper {
  width:1024px;
  margin-left:auto;
  margin-right:auto;
  margin-top:20px;
  border:1px solid #000;
  background-color:#fff;
}
#pagewrapper hr {
  height:2px;
  background-color:#464d49;
  border:0;
  margin:5px 0 5px 0;
}
#landing-photo {
  width: 1024px;
  height: 660px;
  background-image:url('../images/landing-photo.jpg');
  background-repeat:no-repeat;
}
#footer {
  clear:both;
  width:1024px;
  height:140px;
  background-image:url('../images/footer.jpg');
  background-repeat:no-repeat;
}
#landing-infoa,
#content-infoa {
  margin:20px 0 0 0;
  width: 190px;
  float:left;
  color:#000;
  text-align:center;
}
#landing-infob, 
#content-infob {
  margin:20px 0 0 80px;
  width: 200px;
  float:left;
  color:#000;
  text-align:center;
}
#landing-infoc,
#content-infoc {
  margin:20px 0 0 80px;
  width: 200px;
  float:left;
  color:#000;
  text-align:center;
}
#landing-menu {
  width:630px;
  padding:633px 0 0 345px;
}
#content-header {
  width:1024px;
  height:232px;
  background-image:url('../images/content-header.jpg');
  background-repeat:no-repeat;
}
#content {
  min-height:500px;
  width:548px;
  padding:12px 12px 12px 160px;
  background-image:url('../images/tuba.jpg');
  background-position:top left;
  background-repeat:no-repeat;
  float:left;
}
#content > h1 {
  color:#884024;
  font-weight:normal;
  font-size:1em;
  texttransform:uppercase;
  margin-bottom:10px;
}
#content-right {
  min-height:370px;
  width:280px;
  padding:12px;
  float:left;
  background-image:url('../images/bg-points.jpg');
  background-position:top left;
  background-repeat:repeat-y;
}
#cwrapper {
  background-image:url('../images/gitarre.jpg');
  background-repeat:no-repeat;
  background-position:bottom right;
}
#content-menu {
  width:620px;
  padding:209px 0 0 20px;
}

.modtitle {
  font-size:1em;
  text-align:center;
}
.modtitle_small {
  font-size:0.85em;
  font-weight:normal;
  text-align:center;
}

.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;
}
a#buchen {
  width:265px;
  height:165px;
  display:block;
  position:absolute;
}
/*********************************** PAGE & CONTENT EOF ***********************************/

/*********************************** MENUS ***********************************/
/*********** MainNavigation ***********/
ul.modmainmenu {
  padding:0;
  margin:0;
  color:#6699cc;
  list-style:none;
  text-transform:uppercase;
  font-size:0.8em;
  font-weight:bold;
}
ul.modmainmenu li {
  margin:0;
  float:left;
}
ul.modmainmenu li a {
  color:#000;
  text-decoration:none;
  float:left;
  padding:0 15px 0 15px;
}
ul.modmainmenu li a:hover {
  text-decoration:underline;
}
/*********** MainNavigation EOF ***********/

/*********** ContentNavigation ***********/
ul.modmainmenu_content {
  padding:0 0 0 45px;
  margin:0;
  color:#6699cc;
  font-size:0.9em;
  font-weight:bold;
}
ul.modmainmenu_content li {
  margin:0;
  list-style-image:url('../images/li-star.jpg');
  padding:5px 0 5px 0px;
}
ul.modmainmenu_content li a {
  color:#000;
  text-decoration:none;
  padding:5px 0 5px 0;
}
ul.modmainmenu_content li a:hover {
  text-decoration:underline;
}
/*********** ContentNavigation EOF ***********/

/*********************************** MENUS EOF ***********************************/