﻿/* 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;
}

a 
{
    color:#792244;
    text-decoration:underline;
}


a:hover 
{
    color:#666666;
    text-decoration:underline;
}

p {
line-height:1.4em;
margin: 0px 0px 4px 0px;
}

ul 
{
    margin: 0px 0px 17px 0px;
}

li {
margin: 0px 0px 0px 20px;
list-style-type:disc;
}

#mainForm
{

    position: relative; /* Used for the footer */
    margin:0 auto; /* Used to center the form */
    width:980px; 
    height: auto !important;
	height: 100%; /* Needed for Ie6 */
	min-height: 100%;
    background:#ffffff url('../../layout/images/wrap_background.png') repeat-y;
}

#container 
{
    background-color:#ffffff;
    padding:0;
    text-align:left;
}

#header
{
	height:120px;
	color: #ffffff;
	background:url('../../layout/images/header.jpg') no-repeat;
	background-color: #792244;
}

#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
{
	position:relative;
	left:792px;
	top:40px;
	border-style:none;
	height:19px;
	width:139px;
	font-size:16px;
}

#searchButton
{
	position:relative;
	left:790px;
	top:44px;
	border-style:none;
	height:19px;
}

/*-------------- Main-Navigation -------------------------------------------------*/

#navigationMain
{
    margin: 2px 0px 0px 0px;
	min-height:25px;
	background-color: #792244;
}

/* Ie6 workaround for not understanding min-height
/* mac hide \*/
* html #navigationMain{height:25px;}
/* end hide */ 

#navigationMain ul {
font-size:12px;
margin:0;
padding:0;
}

#navigationMain li {
float:left;
list-style:none;
margin:0;
padding:0;
}

#navigationMain a 
{
position:relative;
color:#FFFFFF;
display:block;
padding: 4px 10px 0px 10px;
border-right:2px solid #FFFFFF; /*Delimiter*/
text-decoration:none;
min-height:21px;
text-align:center;
}

#navigationMain a:hover {
text-decoration:none;
color:#792244;
background-color: #E3DFDF;
}

#navigationMain a.current { 
text-decoration:none;
color:#792244;
background-color: #E3DFDF;
}


/*-------------- SubMain-Navigation -------------------------------------------------*/

#navigationSubMain{display:none;}
#navigationSubMain ul{display:none;}
#navigationSubMain li{display:none;}
#navigationSubMain a{display:none;}
#navigationSubMain a.current {display:none;}



/*-------------- Sub-Navigation -------------------------------------------------*/

#navigationSub
{
	min-height: 500px;
	float: left;
	clear:left;
	width: 189px;
	text-align:right;
}

/* Ie6 workaround for not understanding min-height
/* mac hide \*/
* html #navigationSub{height:500px}
/* end hide */ 

#navigationSub ul {
font-size:11px;
margin:0px;
padding:0px;
}

#navigationSub li {
margin: 17px 0px 0px 0px;
list-style-type:none;
}

#navigationSub a {
display:block;
text-decoration:none;
padding: 0px 20px 0px 0px;
color:#792244;
}

#navigationSub a:hover {
text-decoration:none;
color:#661D3A;
background:url('../../layout/images/selector.png') top right no-repeat;
}

#navigationSub a.current {
text-decoration:none;
color:#661D3A;
background:url('../../layout/images/selector.png') top right no-repeat;
}


/*-----------------navigationSubSub -----------------------------------------*/
/* The div #navigationSub needs to be listed. If only the class is listed then the div has the higher priority and will override the class*/
#navigationSub .navigationSubSub 
{
    text-transform:none;
    text-decoration:none;
}

#navigationSub .navigationSubSub ul{
 color:#444444;
} 

#navigationSub  .navigationSubSub li{
margin: 1px 0px 0px 0px;
}

#navigationSub .navigationSubSub a{
color:#444444;
display:block;
text-decoration:none;
font-weight:lighter;
}

#navigationSub .navigationSubSub a:hover {
color:#792244;
}

#navigationSub .navigationSubSub a.current {
color:#792244;
}


/*-------------- ContentLeft -------------------------------------------------*/

#contentLeft{ display:none; }

/*** Content wrap ***/

#wrap 
{
background-color:#ffffff;
clear:both;
padding:0;
min-height: 400px;
margin: 0px 0px 5px 0px;
background:#ffffff url('../../layout/images/wrap_background.png') repeat-y;
}

/* Ie6 workaround for not understanding min-height
/* mac hide \*/
* html #wrap{height:400px}
/* end hide */ 

#contentIntroWrap
{
    display:none;
}

/*** Content ***/

#preContent
{
    display: none;
}

#content
{
	margin: 0px 210px 0px 210px;
	padding: 15px 0px 40px 0px;
	text-align:left;
	font-size: 12px;
	min-height: 400px;
	min-height: 100%;
}

/* Ie6 workaround for not understanding min-height
/* mac hide \*/
* html #content{height:400px}
/* end hide */ 

#contentRight
{
    font-size: 12px;
	float: right;
	margin: 15px 8px 0px 0px;
	width: 172px;
}
/*** Various classes ***/

.hide {display:none;}


/*-------------- Footer-Navigation -------------------------------------------------*/

#footer 
{	
    position: absolute;
    bottom: 0; /* Footer am Ende des Browsers festsetzen */
    color :#ffffff;
    font-size: 12px;
    height: 30px;
    width: 980px;
    margin: 0px 0px 0px 0px;
    background-color: #792244;
}

#footerContent
{
    color :#ffffff;
}

#navigationFooter 
{
    color :#ffffff;
    padding: 8px 0px 0px 8px;
}

#navigationFooter a
{	
    color :#ffffff;
	text-decoration:none;
}

#navigationFooter a:hover 
{
    color :#ffffff;
	text-decoration:underline;
}

#navigationFooter a.current 
{
    color :#ffffff;
	text-decoration:underline;
}

/* Module SideNews */
.SideNewsTitle
{
    color:#792244;
    font-weight:bold;
}


/*------------------------------------------------------------*/


.fontWineRed
{
    color:#792244;
}


/*------------------------------------------------------------*/


/* Used within the MusicEvent / Guestbook as an example */
 .tableheader
 {
	background: #086AEF;
	color: #ffffff;
	font-weight: bold;
	padding: 2px;
}


/* ------------  Module Results and Ranking ----------------------- */

.rankingTableHeader{
	background:#086AEF;
	color:White;
	padding: 2px 2px 2px 2px;
	font-size:12px;
	}

/*.tableNIStd */
.rankingTable1{
	padding: 2px 1px 2px 3px;
	font-size:11px;
	}

	
/*.tableNISBL {*/
.rankingTable1Bottom{
	padding: 2px 1px 2px 3px;
	font-size:11px;
	border-bottom: 1px solid #000;
	}
	

/*.tableNIStdHL */
.rankingTable2{
	background:#e7e7e7;
	padding: 2px 1px 2px 3px;
	font-size:11px;
	}
	
/*.tableNIStdHLBL */
.rankingTable2Bottom {
	background:#e7e7e7;
	padding: 2px 1px 2px 3px;
	font-size:11px;
	border-bottom: 1px solid #000;
	}
	

/* ------------  Module Schedule ----------------------- */
.scheduleTableHeader {
	padding: 2px 1px 2px 3px;
	}

.scheduleTableContent {
	background:#e7e7e7;
	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;
}
