/* ====================================================================
   Default-Settings
===================================================================== */
*{
    margin: 0px;
    padding: 0px;
    outline: none;
    border: none;
    list-style-type: none;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
	color: #FFF;
}

body {
    background-image: url(../images/bg.png);
}

.welcome{
	margin-top: 70px;
    font-size: 24px;
	text-align:center;
	color: #2e8b57;
	
}
 
/* ====================================================================
   Page
===================================================================== */
#page {
    position: relative;
    width: 974px;
    height: 933px;
    margin-left: auto;
    margin-right: auto;
}

/* ====================================================================
   Header
===================================================================== */
#header {
    height: 164px;
    width: 100%;
    margin-top: 10px;
    background: transparent url(../images/HeaderBG.png) center no-repeat;
}

a#home {
    display: block;
    width: 140px;
    height: 50px;
    padding-top: 0px;
    overflow: hidden;
    position: absolute;
    left: 367px;
    top: 95px;
    background: transparent none repeat scroll 0% 0%;
}

/* NAVIGATION */
#navi {
	position: relative;
    z-index: 2;
}

#naviLeft ul {
    float: left;        /* Text soll sich links von den Elementen befinden */
    margin-top: 125px;  /* Abstand vom Header zu den linken Menüpunkten */
    margin-left: 30px;
}

#naviRight ul {
    float: right;       /* das gleiche für rechts */
    margin-top: 125px; 
    margin-right: 30px;
}

#navi li {
    display: inline;    /* Menüpunkte sollen in einer Linie dargestellt werden */
    padding: 12px;      /* Abstand zu den Nachbarelementen UND Größe des farbigen Rahmens um die Elemente */
    margin-right: 15px; /* Erhöht den Abstand nach rechts zum nächsten Element */
}

#navi li a {
    font-weight: bold;
}

#navi li:hover {
    background: #021A1A;
    box-shadow: 5px 5px 25px #000;
    border-radius: 10px;
}

#navi li:active {
    background: #021A1A;
    box-shadow: 5px 5px 25px #000;
    border-radius: 10px;
}


#navi li.subLinks {
    border-radius: 10px 10px 0 0;
}

#navi li ul {
    background: #fff;
    display: none;      /* Zeigt keine Listeneinträge an, wird durch den Hover Effekt ausgelöst */
}

#naviLeft ul li:hover ul {
    display: block;     /* Einträge sollen als Block untereinander dargestellt werden */
    position: absolute; /* absolute, damit sich die Liste nicht auf das restliche Design auswirken */
    margin-top: 12px;   /* Abstand der Liste vom Menüpunkt; wenn du die Menüpunkte verschiebst, hier anpassen */
    margin-left: 0px;
    
    background: rgba(210,310,189,0.75);
    box-shadow: 5px 5px 25px #000;
    border-radius: 0px 15px 15px 15px;
}

#naviRight ul li:hover ul {
    display: block;     /* gleiche für rechts */
    position: absolute;
    margin-top: 12px;
    margin-right: 0px;
    
    background: rgba(210,310,189,0.75);
    box-shadow: 5px 5px 25px #000;
    border-radius: 0px 15px 15px 15px;
}

#navi ul li:hover ul li {
    display: block;     /* Listeneinträge der Menüpunkte untereinander */
    width: 155px;
    
    background: none; 
    box-shadow: none;
    border-radius: 0;
}

#navi ul li:hover ul li a {
    color: black;
    font-size: 0.95em;
    font-weight: normal;
}

#navi ul li:hover ul li a:hover {
    text-decoration: underline;
}

/*Fuer die Box unter den Hauplinks*/
.vereinSubLinks {
    margin-left: 0px !important;
	width: 155px !important;
}

.schueFeSubLinks {
    margin-left: 95px !important;
	width: 160px !important;
}

.festeSubLinks {
    margin-right: 86px !important;

}
.highlightsSubLinks {
    margin-left: 210px !important;
	width: 155px !important;
}


/* ====================================================================
   Content-Elemente
===================================================================== */
#content { 
    height: 660px;
	width: 933px;
    margin-top: 10px;   /* Abstand zum Header */
    margin-left: auto;  /* Zentrierung des Content */
    margin-right: auto;
	Line-height: 1.5;
	/*overflow: auto;  Scrollbalken, falls erfordlich */
	background: rgba(210,310,189,0.55);
	border-radius: 8px;
	color: #000;
}

#contentTextOnly {
    height: 640px;
    /*float: left;*/    
    margin: 10px;
	Line-height: 1.5;
	padding-top: 10px;
    overflow: auto; /* Scrollbalken, falls erfordlich */
	color: #000;
}

#contentTextOnlyScroll {
    height: 640px;	
    /*float: left;*/    
    margin-top: 10px;
	margin-right: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
	Line-height: 1.5;
	padding-top: 10px;
	overflow: auto; /* Scrollbalken, falls erfordlich */
	color: #000;
}

/* Spielwiese der verschiedenen "Container" */
/*
#contentWithTeaser {
    height: 510px;
    float: left;
    margin: 10px;
    overflow: auto;
}

#contentTeaserOnly{
    height: 140px;
	width: 933px;
    margin-top: 10px;  
    margin-left: auto;  
    margin-right: auto;
	background: rgba(210,310,189,0.55);
	border-radius: 8px;
    overflow: auto;
}
 
#teaserHOR {
	height: 150px;
	width: 900px;
	
    float: left;
    margin-top: 5px;
    margin-left: 7px;
    margin-right: 5px;
	margin-bottom: 4px;
    background: rgb(0,176,80);
    background: rgba(0,176,80);
	border-radius: 5px;
	box-shadow: 2px 2px 5px #000;
}  

#teaserPicHOR {
	height: 138px;
	width: 294px;
	
    position: absolute;
    margin-top: 6px;
	margin-left: 6px;
	background: rgb(255,0,0);
    background: rgba(255,0,0,0.9);
}

#teaserTextHOR {
	height: 138px;
	width: 598px;
	
    position: absolute;
    margin-top: 6px; 
	margin-left: 302px;
	background: rgb(0,176,80);
    background: rgba(0,176,80,0.9);
}
*/
/*Vertikale Teaser*/
/*Vertikaler Teaser Links*/
#teaserL {
	height: 300px;
	width: 300px;
	
    float: left;
    margin-top: 5px;/* abstand oben */
    margin-left: 145px;
    margin-right: 5px;
	margin-bottom: 4px;
    background: rgb(0,176,80);
    background: rgba(0,176,80);
	border-radius: 5px;
	box-shadow: 2px 2px 5px #000;
}  

/*Vertikaler Teaser Rechts*/
#teaserR {
	height: 300px;
	width: 300px;
	
    float: right;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 145px;
	margin-bottom: 4px;
    background: rgb(0,176,80);
    background: rgba(0,176,80);
	border-radius: 5px; 
	box-shadow: 2px 2px 5px #000;
}  

#teaserPic {
	height: 216px;
	width: 288px;
	
    position: relative;
    margin-top: 6px;
	margin-left: 6px;
	background: rgb(0,200,80);
    background: rgba(0,200,80,0.9);
}

#teaserText {
	height: 72px;
	width: 288px;
	
    position: relative;
    margin-top: 6px; /*6 + 246 (heightPic) + 6 (nur bei position: absolute;)*/
	margin-left: 6px;
	background: rgb(0,176,80);
    background: rgba(0,176,80,0.9);
}
  
/* ====================================================================
   Footer
===================================================================== */
#footer {
    height: 71px;
    width: 100%;
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
    background:transparent url(../images/FooterBG.png) center no-repeat;
}

#footer ul {
    float: right;
    margin-top: 40px;
    margin-right: 50px;
}

#footer li {
    display: inline;
    padding: 8px;
	margin-left:50px;
}

#footer li a {
    font-weight: bold;
}

#footer li:hover {
    background: #021A1A;
    box-shadow: 5px 5px 25px #000;
    border-radius: 10px;
}

#footer li:active {
    background: #021A1A;
    box-shadow: 5px 5px 25px #000;
    border-radius: 10px;
}

/* ====================================================================
   Text-Design
===================================================================== */
#UeberschriftTeaser{
	font-size:18px;
    margin-bottom: 6px;
}


/* ====================================================================
   Tabellen-Design
===================================================================== */


table {
    border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}

table, th, td {
    border: 1px solid black;
	color: black;
}
td{
	padding: 15px;
}

th{
	font-size:18px;
    padding-bottom: 10px;
	padding-top: 10px;
	color: black;
}

tr:hover {background-color: #f5f5f5}

th:hover{background-color: rgba(210,310,189,0.55); !important;}

