@charset 'utf-8';
@import url(reset.css);

/* Default Element Styling */
/* =================================================================== */

* {
  font-family: "Times New Roman", Times, serif;
  font-size: 13px;
  line-height: 18px;
  color: #330000;
}

body {
  background: #fc6;
  margin: 8px;
}

a {
  text-decoration: none;
  font-family: inherit;
  font-size: inherit;
}

a:hover {
  text-decoration: underline;
  color: #063;
}

abbr[title] {
  border-bottom: 1px dotted #333 !important;
  cursor: help;
}

a abbr {
  cursor: pointer !important;
}

input[type=submit], button {
  cursor: pointer;
}

input:focus, textarea:focus, select:focus {
  background: #eee;
}

/* Abstand Zeilenhoehe nach unten bei manchen Elementen */
p, h1, h2, h3, h4, h5, h6, 
table, ul, ol, blockquote, pre {
  margin-bottom: 18px;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: normal;
}

/* Default Container Layout */
/* =================================================================== */
/* Von oben nach unten, meist divs mit id */

#container, #middle, #middleTop, #middleBottom {
  position: relative;
}

#container {
  width: 860px;
  margin: 0 auto;
  border: 2px solid #c30;
}

/* Ab hier eigene Styles, das variiert immer :-) */

#middle {
  margin: 10px 130px;
  border-right: 1px solid #cd3301;
  border-left: 1px solid #cd3301;
  padding: 25px 10px 1px 10px;
}

#menu, #middleBottomLeft {
  position: absolute;
  width: 140px;
  top: 0;
  left: 0;
}

#content, #middleBottomMenu {
  margin-left: 150px;
}

#middleBottom {
  margin-top: 20px;
  height: auto;
}

#content {
  min-height: 350px;
  height:auto !important;
  height: 350px;
}

#middleBottomRight {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 320px;
  text-align: right;
}

#right, #left {
  position: absolute;
  width: 110px;
  right: 10px;
  top: 10px;
}

#left {
  left: 10px;
  right: auto;
}

#leftTop, #rightTop {
  text-align: center;
  padding-top: 25px;
  margin-bottom: 18px;
}

#rightMenu {
  padding-left: 18px;
}

#rightBottom {
  text-align: center;
}

#imgBottomLeft, #imgBottomRight {
  position: absolute;
  width: 130px;
  bottom: 18px;
  left: 0;
  text-align: center;
}

#imgBottomRight {
  left: auto;
  right: 0;
  bottom: 6px;
}
/* von David -- Presse layout */
/* =================================================================== */
#middleTop #content .filelinks .even span, #middleTop #content .filelinks .odd span {
	display: block;
	color: #C30;
	font-size: 15px;
	font-weight: bold;
	margin: 5px 0px;
}

#middleTop #content .filelinks .even, #middleTop #content .filelinks .odd {
	border-bottom: black 1px solid;
}
#middleTop #content .filelinks .filecount {
	display: none;
}

#middleTop #content .filelinks a {
	font-weight: normal;
}

/* Ein wenig mehr Details fuer nicht-Content fast-globale Inhalte */
/* =================================================================== */

#leftTop h1, #middleBottomRight h1, #imgBottomLeft h1 {
  display: none;
}

#middleBottomRight img {
  position: absolute;
  bottom: 0;
  right: 0;
}


/* Menu Elemente */
/* =================================================================== */

#rightMenu a, #middleBottomMenu a, #menu a {
  font-weight: bold;
}

#menu ul ul ul  li a {
  font-weight: normal;
}

#middleBottomMenu a {
  letter-spacing: 1px;
}

#menu a.active, ul li a.active {
  color: #063;
}

#menu a:hover {
  text-decoration: none;
  color: #063;
}

#menu ul ul {
  margin-bottom: 0;
  margin-left: 10px;
}


/* Content Elemente */
/* =================================================================== */

#content ul li {
  padding-left: 10px;
  background: url(../img/content_li.png) top left no-repeat;
}

#content h1, #content .news-single-item h2 {
  font-size: 15px;
  color: #c30;
  font-weight: bold;
}

#content .csc-textpic-caption {
  font-size: 13px;
  color: #c30;
  font-weight: bold;
}

#rightBottom .galerieBild,
#imgBottomRight .galerieBild {
  margin-bottom: 12px;
}

#content a {
  text-decoration: underline;
}

/*
#content img {
  max-width: 420px;
  height: auto;
}
*/


/* Contenttable & Kontaktformular - Standard advisco-Style */
/* =================================================================== */
#content .contenttable {
  width: 100%;
}

#content .contenttable .tr-even {
  background: #ffbf40;
}

#content .contenttable .tr-odd {
  background: #fcd27e;
}

#content .contenttable td {
  padding: 3px;
}

#content .contenttable .td-0 {
  border-right: 5px solid #fc6;
  width: 150px;
}

#content #mailformTable .td-0 {
  border-right: none;
  width: 120px;
}

#content #mailformTable .tr-last .td-last {
  text-align: right;
}

#content #mailformTable input, 
#content #mailformTable textarea {
  outline: none;
  border: none;
  border-bottom: 1px solid black;
  padding: 2px;
  width: 270px;
  background: none;
}

#content #mailformTable textarea {
  border: 1px solid black;
}

#content #mailformTable .tr-7 .td-0 {
  vertical-align: top;
}

#content #mailformTable input#kontaktAbsenden {
  border: 1px solid black;
  width: 150px;
  margin-right: 20px;
}

/* News unnoetigen Kram ausblenden */
/* =================================================================== */

hr.clearer {
  height: 0;
  border: 0;
  outline: 0;
  clear: both;
}

#content .news-latest-item h3 {
  display: inline;
  padding-left: 20px;
}

#content .news-latest-item a{
	text-decoration:none;
}

/* Kalender */
/* =================================================================== */


.tx-cal-controller dt {
  position: relative;
}

.tx-cal-controller dt a {
  color:#CC3300;
  display:inline-block;
  font-weight:bold;
  height:auto;
}

.tx-cal-controller dt a:hover {
  color: #063;
}  
    
.tx-cal-controller dd {
  margin-top: -27px;
  margin-bottom: 18px;
  border-bottom: 1px solid #000;
  padding-bottom: 9px;
}

.tx-cal-controller .datum {
  position: absolute;
  top: 0;
  right: 18px;
  width: 50px;
  height: 18px;
}

.tx-cal-controller .results {
  display: block;
}

.tx-cal-controller .even {
  background: transparent !important;
}

.tx-cal-controller img {
  float: left;
  margin: 0 10px 10px 0;
  border: 0;
}

.calSingleImage  {
  clear:both;
  margin-bottom: 50px;
  padding-right: 120px;  
}


.calSingleImage .csc-textpic {
  clear:both;
}

.calSingleImage .tx-cal-controller dd {
  border: none;
}


/* Monatsansicht */
#month-header {
  display: none;
}

.month-large {
  width: 100%;
}

.month-large * {
  font-size: 9px;
}

/* FCE - Styles fuer eigene ContentElemente von TemplaVoila*/
/* =================================================================== */

#rightBottom img, #rightTop img, #imgBottomRight img,  #middleBottomLeft img {
  max-width: 100px;
}


/* Alles was unsichtbar werden soll, zum Schluss */
/* =================================================================== */

.news-latest-morelink,
.news-latest-gotoarchive,
.news-single-author,
.news-single-timedata,
.V9G,
.hidden {
  display: none;
  visibility: hidden;
}

.description {
	clear:both;
}
.tx-cal-controller h1, .tx-cal-controller  p {
	display:none;
	visibility:hidden;
}
.tx-cal-controller div p {
	display:block;
	visibility:visible;
}