/*
	Style für Raumklima [www.raumklima-gmbh.de]

	Farben:
	hellgrau: #CCCCCC
	dunkelgrau: #999999
	rot: #CC0033

	style angelegt für php-menü

	erstellt: 2006 05 09 von jonas grasy jonas.grasy@netzgarten.de
	erweitert: 25.07.2007 von dietmar thamm dietmar.thamm@netzgarten.de
*/
@page { size:auto; }
body {
  	font-family: verdana, arial, helvetica, sans-serif;
  	background: #FFFFFF;
}
#sammelbox {
  	width: 100%;
  	background: #FFFFFF;
  	position: static;
  	margin: 0;
  	padding: 0;
/*  	height: 100%;*/
}
#navi {
  	display: none;
  	float: none;
}
/* +++ KOPF +++ */

#kopf {
  	width: 800px;
  	height: 255px;
  	z-index: 1;
  	background: #FFFFFF;
}
#kopf #KundenLogo {
  	margin-top: 0;
  	margin-left: 10px;
  	z-index: 105;
  	display: block;
}
#kopf #KundenLogo #KundenLogoText {

}
#kopf #KundenLogo a img {
  	border: 0;
  	z-index: 105;
}
#kopf #Startseite, #kopf #kanal {
  	display: none;
}
#kopf #kopftext {
  	z-index: 1;
  	visibility: hidden;
}
#kopf #kopfbild {

  	width: 254px;
  	height: 66px;
}
#kopf #breadcrumb {
  	/* war nicht im design vorgesehen, kann aber noch eingebaut werden */
	display: none;
}
#kopf a {
  	text-decoration: none;
}
#kopf #FreieSuche {
  	display: none;
}
/* +++ MAIN +++ */
#main {
  	position: absolute;
  	left: 0px;
	top: 121px;
	width: 100%;
  	z-index: 100;
  	padding: 0;
  	display: table-cell;
  	background: #FFFFFF;
}
#main #text {
  	position: static;
/*  	left: 210px;
  	top: -15px; */
 	width: 100%;
  	z-index: 12;
  	padding: 26px;
  	margin-bottom: 100px;
  	display: table-cell;
  	color: #FFFFFF;
	background-image: none;
}
#text h1 {
  	position: static;
  	left: 0;
  	top: 0;
  	display: block;
  	margin-top: 30px;
/*  	left: 1px;
  	top: -73px; */
	color: #000000;
	border: 2px solid #000000;
	background: #FFFFFF;
	font-size: 120%;
	width: 492px;
	padding-left: 4px;
	padding-right: 4px;
	font-weight: normal;
}
h1 img, #text h2 img, #text h3 img { /* frontendediting ausschalten */
  	display: none;
}
#text p, #text .SuchTreffer {
  	font-size: 80%;
  	margin-left: 0px;
  	margin-top: 0;
  	margin-bottom: 15px;
  	color: #000000;
	clear: both;
}
#text img {
  	margin-left: 95px;
}
#text p img {
  	margin-left: 0;
}
#text h2, #text h1.Content, caption {
  	position: static;
	font-size: 105%;
  	margin-left: 95px;
  	margin-top: 0px;
  	margin-bottom: 10px;
  	color: #000000;
	background: #FFFFFF;
	padding-left: 4px;
	padding-right: 4px;
	font-weight: normal;
/*	width: 399px; */
	text-align: left;
}
#text h3 {
  	font-size: 105%;
  	margin-left: 95px;
  	margin-top: 0px;
  	margin-bottom: 2px;
  	color: #000000;
	border: 2px solid #000000;
	background: #FFFFFF;
	padding-left: 4px;
	padding-right: 4px;
	font-weight: normal;
}
#text ol,
#text ul {
  	margin-left: 105px;
  	font-size: 80%;
  	color: #000000;
}
#text ul {
  	list-style-image: url(/admin/lindenhof/styles/pics/list.gif);
  	vertical-align: middle;
}
#text ul h3 {
	font-size: 100%;
}

#text table {
  	margin-left: 0px;
}
#text p table {
  	margin-left: 0;
}
#text table.ThlSpielplan {
		margin-left: 0;
		font-size: 100%;
  		border: 0;
}
#text table.SpielplanMonat, caption {
  		margin-left: 0;
}
#text table.SpielplanMonat td, #text table td {
		font-size: 80%;
		vertical-align: top;
}
#text table.SpielplanMonat td.SpielPlanTag {
		font-weight: bold;
}
#text td.SpielPlanTitel {
		padding-left: 25px;
		font-weight: bold;
		width: 300px;
}
#text td.SpielPlanLokal, #text td.SpielPlanDetails, #text td.SpielPlanEintritt, #text td.BemerkungExtern {
  		padding-left: 25px;
}
#text table.SpielplanMonat th {
		font-size: 80%;
		font-weight: bold;
		display: none;
		/* VORERST AUSKOMMENTIERT!!! */
}
#text table.SpielplanMonat a,
#text table.SpielplanMonat a:link,
#text table.SpielplanMonat a:visited,
#text table.SpielplanMonat a:active {
  		font-weight: normal;
  		text-decoration: underline;
}
#text table.SpielplanMonat a:hover {
  		text-decoration: none;
}
#text a,
#text a:link {
  	color: #000000;
	font-weight: bold;
  	text-decoration: none;
}
#text a:visited {
  	color: #000000;
}
#text a:hover,
#text a:active,
#text a:focus {
  	text-decoration: underline;
}
#text h2 a,
#text h2 a:link,
#text h2 a:visited,
#text h2 a:hover,
#text h2 a:active,
#text h2 a:focus {
  	color: #000000;
  	text-decoration: none;
  	font-weight: normal;
}
#text h3 a,
#text h3 a:link,
#text h3 a:visited,
#text h3 a:hover,
#text h3 a:active,
#text h3 a:focus {
  	color: #000000;
  	text-decoration: none;
  	font-weight: normal;
}
#text div.mehr {
  	font-size: 80%;
  	width: 100%;
  	text-align: right;
  	padding-right: 2px;
}
#text p.MitTeaser div.mehr {
  	font-size: 120%;
}
#text .SingleDoc {
  	margin: 0;
  	padding: 0;
}
#text .EdithFormular {
  	margin-left: 95px;
  	font-size: 80%;
}
#text .EdithFormular .InputText, #text .EdithFormular textarea {
  	border: 1px solid #000000;
}
#text .EdithFormular .InputSubmit, #text .EdithFormular .InputButton {
  	background: #FFFFFF;
  	font-weight: bold;
  	color: #000000;
  	border: 1px solid #000000;
}

/* +++ BANNER (Related Content) +++ */
#banner {
  	display: none;
}


/* +++ FUSS +++ */
#main #fuss {
  	display: none;
	margin: 0;
  	position: absolute;
  	bottom: 0px;
  	left: 0px;
	width: 800px;
  	height: 451px;
  	background: none;
  	padding: 0px;
  	font-size: 80%;
  	color: #000000;
  	clear: both;
}
#fuss p {
  	margin: 0;
/*  	margin-left: 140px;  */
  	margin-top: 406px;
  	border-top: 1px solid #000000;
  	width: 570px;
  	padding-top: 3px;
}
#fuss p.symlinks {
	display: none;
/*  	margin-left: 140px;
  	width: 570px;
  	margin-top: 406px;
  	border: 0;
  	padding: 0;
  	padding-bottom: 3px; */
}
#fuss img {
  	text-align: center;
  	margin: 0;
  	padding: 0;
  	border: 0;
}
#fuss #FussDruckenBild {
  	margin-left: 356px;
}
#fuss a,
#fuss a:link,
#fuss a:visited,
#fuss a:hover,
#fuss a:active {
  	color: #000000;
  	text-decoration: none;
  	font-weight: normal;
}

/* +++ META +++ */
#meta {
  	display: none;
}
