﻿/* Mit dem Universalselektor standardmäßige Innen- und Außenabstände entfernen */
* {
	margin: 0;
	padding: 0;
}

/* Scrollbar einblenden, damit die Seite bei langem Inhalt nicht springt */
html {
	overflow: -moz-scrollbars-vertical; /* Firefox */
	overflow-y: scroll;
}

/* Ohne diese Angaben kann der Wrapper keine 100% Höhe haben */
html, body {
	height: 100%;
}

/* Keine Rahmen um Bilder anzeigen */
img {
	border: 0;
}

/* Gestrichelte Rahmen beim Klicken von Links entfernen */
a:focus {
	outline: none;
}

body 
{
margin:0px 0px 0px 0px;
padding:0;
font:100% Arial, Helvetica, Tahoma, sans-serif;
color:#444444;
font-size:12px;
background-color: #EEEEEF;
}

a 
{
    color:#000000;
    text-decoration:underline;
}


a:hover 
{
    color:#666666;
    text-decoration:underline;
}

p {
line-height:1.4em;
margin:0 0 15px;
}

ul 
{
    margin: 0px 0px 17px 0px;
}

li {
margin: 0px 0px 0px 20px;
list-style-type:disc;
}

table
{ 
	font-size: 12px;
}

#mainForm
{

    position: relative; /* Used for the footer */
    margin:0 auto; /* Used to center the form */
    width:915px; 
    height: auto !important;
	height: 100%; /* Needed for Ie6 */
	min-height: 100%;
    background:#ffffff url('../../layout/images/wrap_background.jpg') repeat-y;
}

#container 
{
    /*background-color:#EEEEEF;*/
    padding:0;
    text-align:left;
    background: #EEEEEF url('../../layout/images/headerbackground.gif') 17px 20px  no-repeat;
}

#header
{
	height:196px;
	color: #ffffff;
	background-color:transparent;
}

#navigationHeader
{
font-size:12px;
color: #ffffff;
position:relative;
left:723px;
top:25px;
width:250px;
text-align:right;
}

#navigationHeader ul {
font-size:12px;
margin:0;
padding:0;
}

#navigationHeader li {
list-style:none;
}

#navigationHeader a
{
    color: #ffffff;
	font-size:12px;
	text-decoration:none;
}

#navigationHeader a:hover 
{
	text-decoration:underline;
}


#searchTextBox
{
    display: none;
}

#searchButton
{
	display: none;
}


/*-------------- LeftSide-Navigation -------------------------------------------------*/

#navigationLeftSide
{
    float:left;
    width: 186px; 
}

#navigationLeftSide ul
{
    margin: 15px 0px 30px 0px;
    padding: 0px 0px 0px 0px;
}

#navigationLeftSide li
{
    margin: 0px 0px 0px 0px;
    padding: 8px 0px 8px 0px;
    list-style-type:none;
    border-bottom:1px solid #000000;
}

#navigationLeftSide a
{
    color:#222222;
    text-decoration: none;
    margin: 0px 0px 0px 33px;
    font-weight:bold;
}

#navigationLeftSide a:hover
{
    color:#FE1209;
}

#navigationLeftSide a.current
{
    color:#FE1209;
}


#navigationSub ul
{
margin:2px 0px 0px 0px;
padding:0px;
}

#navigationSub li {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
border:none;
}

#navigationSub a
{
color:#808080;
}

#navigationSub a:hover
{
}

#navigationSub a.current
{
}

#navigationSubBottom
{
    display:none;
}

/*-------------- ContentLeft -------------------------------------------------*/

#contentLeft
{
    font-size:11px;
    float:left;
    clear:both;
    margin:20px 0px 0px 14px;
}

#contentLeft table
{
    font-size:11px;

}

/*** Content wrap ***/

#wrap 
{
clear:both;
padding:0;
min-height: 700px;
margin: 8px 0px 5px 0px;
background: url('../../layout/images/wrap_background.jpg') repeat-y;
}

/* Ie6 workaround for not understanding min-height
/* mac hide \*/
* html #wrap{height:700px}
/* end hide */ 


/*** Content ***/

#preContent
{
    display: none;
}

#content
{
	margin: 0px 30px 0px 230px;
	padding: 20px 0px 63px 0px;
	text-align:left;
	font-size: 12px;
	min-height: 700px;
	min-height: 100%;
}

/* Ie6 workaround for not understanding min-height
/* mac hide \*/
* html #content{height:700px}
/* end hide */ 

#contentRight
{
}
/*** Various classes ***/

.hide {display:none;}


/*-------------- Footer-Navigation -------------------------------------------------*/

#footer 
{	
    position: absolute;
    bottom: 0; /* Footer am Ende des Browsers festsetzen */
    color :#ffffff;
    font-size: 12px;
    height: 53px;
    width: 917px;
    margin: 0px 0px 0px 0px;
    background:url('../../layout/images/footer.jpg') top right no-repeat;
}

#footerContent
{
    color:#000000;
}

#navigationFooter 
{
    color:#000000;
    padding: 18px 0px 0px 8px;
}

#navigationFooter a
{	
    color:#000000;
	text-decoration:none;
}

#navigationFooter a:hover 
{
    color:#000000;
	text-decoration:underline;
}

#navigationFooter a.current 
{
    color:#000000;
	text-decoration:underline;
}

/* Module SideNews */
.SideNewsTitle
{
    color:#792244;
    font-weight:bold;
}


/*------------------------------------------------------------*/


.fontRed
{
    color:#FE1209;
}
.fontGrey
{
    color:#808080;
}


/*------------------------------------------------------------*/


/* Used within the MusicEvent / Guestbook as an example */
 .tableheader
 {
	background: #2B2C91;
	color: #ffffff;
	font-weight: bold;
	padding: 2px;
}



/* ------------  Module Schedule ----------------------- */
.scheduleTableHeader {
	padding: 2px 1px 2px 3px;
	}

.scheduleTableContent {
	background:#EEEEEF;
	padding: 2px 1px 2px 3px;
	}


/* ------------  Module News ----------------------- */		
.NewsTitle
{
	border-top-style:solid;
	border-top-color:#086AEF;
	border-top-width:thin;
	font-weight:900;
	padding:7px 0px 5px 0px;
	font-size:larger;
}

.NewsText
{
	font-weight:normal;
	margin:0px 0px 30px 0px;
}


/* ------------  Module Sitemap ----------------------- */	
#siteMapTop
{
	position: relative; left: 5px; top: 0px;
	padding:5px;
}

#siteMapTop a
{
	color:Black;
	font-weight:900;
}

#siteMapSub
{
	position: relative; left: 10px; top: 0px;
}

#siteMapSub a
{
	color:Gray;
	font-weight:300;
}


/* ------------  Module Search ----------------------- */		
.SearchPageName
{
	border-top-style:solid;
	border-top-color:#792244;
	border-top-width:thin;
	font-weight:900;
	padding:7px 0px 5px 0px;
	font-size:larger;
}

.SearchPageText
{
	font-weight:normal;
	margin:0px 0px 15px 0px;
}


/* ------------  Module Contact ----------------------- */	
.contactTitle
{
	
	font-weight:bold;
	/*padding:0px 0px 12px 0px;*/
}

.contactTitleContent
{
	padding:0px 0px 20px 0px;
}


/*-------------- Aktuell -------------------------------------------------*/

#ctl01_fixedFieldtitle
{
  color:#FE1209;
  font-weight:bold;
}

#fixedFieldImage1
{
  background:url('../../layout/images/aktuell/tafel1.jpg') no-repeat;
  height:240px;
  margin: 0px 0px 0px 90px;
  padding: 190px 0px 0px 65px;
}

#fixedFieldTable1 table
{
  font-size:20px;
  width:365px;
}

#fixedFieldTable1 td
{
  vertical-align:top;
  width:50%;
  padding-right:12px;
  text-align:center;
}


#fixedFieldImage2
{
  background:url('../../layout/images/aktuell/tafel2.jpg') no-repeat;
  height: 240px;
  margin: 0px 0px 0px 90px;
  padding: 195px 0px 0px 60px;
}

#fixedFieldTable2 table
{
  font-size:20px;
  width:365px;
}

#fixedFieldTable2 td
{
  vertical-align:top;
  width:50%;
  padding-right:12px;
  text-align:center;
}


