﻿/* 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;
}

/* Keine Rahmen um Bilder anzeigen */
img {
	border: 0;
}

/* Gestrichelte Rahmen beim Klicken von Links entfernen */
a:focus {
	outline: none;
}

body {
font:100% Arial, Helvetica, Tahoma, sans-serif;
font-size:12px;
padding:0;
}

h1
{
   font-size:150% 
}

h2
{
    font-size:130% 
}

h3
{
    font-size:100% 
}

a 
{
    color:#666666;
    text-decoration:underline;
}

a:hover 
{
    color:#000000;
    text-decoration:underline;
}

p {
line-height:1.4em;
margin:0 0 10px; 
}

ul 
{
    margin: 0px 0px 17px 0px;
}

li {
margin: 0px 0px 0px 20px;
list-style-type:disc;
}

#container 
{
color:#303030;
margin:0 auto;
padding:0;
text-align:left;
width:980px;
}

#header
{
	width: 980px;
	height:130px;
}

#navigationHeader
{
	display:none;
}

#navigationHeader ul {
	display:none;
}

#navigationHeader li {
	display:none;
}

#navigationHeader a
{
	display:none;
}

#navigationHeader a:hover 
{
	display:none;
}

#navigationLogo
{
	display:none;
}

#search
{
	display:none;
}

#searchTextBox
{
	display:none;
}

#searchButton
{
	display:none;
}


/*-------------- Main-Navigation -------------------------------------------------*/

#navigationMain
{
	min-height:44px;
}

/* Ie6 workaround for not understanding min-height
/* mac hide \*/
* html #navigationMain{height:44px}
/* end hide */ 


#navigationMain ul {
font-size:12px;
margin:0;
padding:0;
}

#navigationMain li {
float:left;
list-style:none;
margin:0;
padding:0;
}

#navigationMain a 
{
    margin:2px 0px 0px 10px;
	color:#000000;
	display:block;
	padding:5px 6px;
	text-decoration:none;
	height:16px;
}

#navigationMain a:hover {
color:#000000;
background-color:#FCEE84;
text-decoration:none;
}

#navigationMain a.current {
color:#000000;
background-color:#FCEE84;
text-decoration:none;
}

/*-------------- 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: 550px;
	float: left;
	clear:both;
	width: 157px;
	text-align:right;
	position: relative; left: 0px; top: -14px;
}

/* Ie6 workaround for not understanding min-height
/* mac hide \*/
* html #navigationSub{height:550px}
/* end hide */ 

#navigationSub ul {
	font-size:12px;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	
}

#navigationSub li 
{
    padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style:none;
}

#navigationSub a {
	color:#000000;
	display:block;
	padding:0px 20px 0px 0px;
	margin: 20px 0px 0px 0px;
	text-decoration:none;
	font-weight:bold;
}

#navigationSub a:hover {
	color:#555555;
	text-decoration:none;
	background:url('../../layout/images/selector.png') top right no-repeat;
}

#navigationSub a.current {
	color:#555555; 
	text-decoration:none;
	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 
{
    
}

#navigationSub .navigationSubSub ul
{
    font-size: 12px;
    padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-weight:normal;
} 

#navigationSub  .navigationSubSub li
{
    font-size: 12px;
    padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
    font-weight:normal;
}

#navigationSub .navigationSubSub a
{
    font-size: 12px;
    color:#666666; 
    padding:0px 20px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-weight:normal;
}

#navigationSub .navigationSubSub a:hover
{
}

#navigationSub .navigationSubSub a.current
{
}


/*-------------- ContentLeft -------------------------------------------------*/

#contentLeft
{
	display:none;
}


/*** Content wrap ***/

#wrap 
{
	clear:both;
	padding:0;
	margin:0;
	min-height: 550px;
}

/* Ie6 workaround for not understanding min-height
/* mac hide \*/
* html #wrap{height:550px}
/* end hide */ 


/*** Content ***/

#content
{
	margin:0px 18px 0px 180px;
	padding:5px 0px 10px 0px;
	text-align:left;
	font-size: 12px;
	min-height: 550px;
}

/* Ie6 workaround for not understanding min-height
/* mac hide \*/
* html #content{height:550px}
/* end hide */ 

#contentRight
{
	display:none;
}

/*** Various classes ***/

.hide {display:none;}


/*-------------- Footer-Navigation -------------------------------------------------*/

#footer 
{	
	width: 980px;
	height:44px;
 	color:#444444;
    font-size: 11px;
}


#footerContent
{
    color :#444444;
}

#navigationFooter 
{
    color :#444444;
    padding: 22px 0px 0px 8px;
}

#navigationFooter a
{	
    color :#444444;
	text-decoration:none;
}

#navigationFooter a:hover 
{
    color :#444444;
	text-decoration:underline;
}

#navigationFooter a.current 
{
    color :#444444;
	text-decoration:underline;
}

/* Module SideNews */
.SideNewsTitle
{
    display:none;
}


/*------------------------------------------------------------*/



/* Used within the MusicEvent / Guestbook as an example */
 .tableheader
 {
	background: #FFDC00;
	color: #000000;
	padding: 2px;
}

/* ------------  Module Event ----------------------- */
.EventHeader{
	background-color:#FFDC00;
	color:#000000;
	font-weight:normal;
	}
	
.EventHeader th
{
     font-weight:normal; 
     height: 20px;
}

.EventGridView tr
{
    height: 25px;     
}


/* ------------  Module Results and Ranking ----------------------- */

.rankingTableHeader{
	background:#489543;
	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:#489543;
	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: 50px; top: 0px;
	padding:5px;
}

#siteMapTop a
{
	color:#444444;
	font-weight:900;
}

#siteMapSub
{
	position: relative; left: 20px; top: 0px;
}

#siteMapSub a
{
	color:Gray;
	font-weight:300;
}

#siteMapSubSub
{
	position: relative; left: 20px; top: 0px;
}

#siteMapSubSub a
{
	color:Gray;
	font-weight:100;
}

/* ------------  Module Gallery1 ----------------------- */	

#galleryColorBoxTitle
{
	font-weight: bold;
}

#galleryColorBoxSmallText
{
	font-size:10px;
}


/* ------------  Module NewsPaper ----------------------- */	
.newsPaperTypeAndDate
{
	font-weight:bold;
}

.newsPaperHeader1
{
	margin:15px 0px 0px 0px;
	font-size:x-large;
}

.newsPaperHeader2
{
	margin:15px 0px 0px 0px;
	font-size:large;
}

.newsPaperHeader3
{
	margin:15px 0px 0px 0px;
	font-weight:bold;
}

.newsPaperText
{
	margin:15px 0px 0px 0px;
}

/* ------------  Module Contact ----------------------- */	
.contactTitle
{
	
	font-weight:bold;
	/*padding:0px 0px 12px 0px;*/
}

.contactTitleContent
{
	padding:0px 0px 20px 0px;
}

