﻿
/*
  Grundeinstellungen
  
*/



body, div, h1, h2, h3, h4, h5, h6, ul, img {
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #3b2b20;
}

/* @section Überschriften
 */

h1 {
  color: #9F0F00;
  background-color: inherit;
  font-size: 3em;
  line-height: 1.1;
  margin: .8em 0;
}

h2 {
  color: #3C6331;
  background-color: inherit;
  font-size: 1.5em;
  margin: .8em 0;
  line-height: 1.1;
}

h3 {
	
 font-size: 125%;
 text-align: center; 
}


h4 {
	
 font-size: 150%;

  
}

h5 {
	
 font-size: 110%;
 text-align: center;
  
}

h6 {
  color: white;
  background-color:blue;
  font-size: 1.5em;
  margin: .8em 0;
  line-height: 1.1;
}


p {  }

p {
	font-size:100%;
	margin: .8em 0;
	text-align: left;
}

.small{
	font-size:50%;
}

#anmeldung {
 width:100%;
 text-align:center;
 margin-left:10px;
 padding-left:10px;	
}

#header {
	height: 180px;
	background: url(images/HeadBack.gif) repeat-x;
	position: relative;	
}
#logo {
	position: absolute;
	background: url(images/Logo-Mfc.gif);
	height: 144px;
	width: 145px;
	left: 10px;
	top: 15px;
}
#wolke {
	position: absolute;
	background: url(images/Wolke.gif);
	right: 0px;
	bottom: 0px;
	height: 175px;
	width: 400px;
}
#body {
    background-color: #E3F0FB;
}
#schrift {
	position: absolute;
	background: url(images/Schrift.gif);
	left: 165px;
	top: 60px;
	height: 50px;
	width: 717px;
}
#leftbar {
    left: 0px; 
    top: 180px;
	background-color: #E3F0FB;
	min-height: 900px;
	width: 172px;
	
}

#main {
    position: absolute;
    left: 172px; 
    top: 180px;
	background-color:white;
	min-height: 900px;
	width: 736px;
    border: 0;

}

#rightbar {
    position: absolute; 
    left: 925px; 
    top: 180px;
    background-color: #E3F0FB;
	min-height: 900px;
	width: 150px;
}


#Verein {
 text-align:left;	

}

.floatpics {
	margin-left: 20px;
	margin-right: 20px;
}

.stylethumbs {
 background-color: inherit;
 border:0px;
 margin: 3px 3px; 
	
}

.mitglieder {
   background: #E3F0Fb;
	text-align: center;
}

.flug {
   background: #FAFAFA;
  text-align: center;
  border: 4px solid #F0F0F0;

}



#mainwindow {
	
 width: 742px;
 min-height: 900px;
 border: 0;
}


#footer a img { vertical-align: middle; margin: 0 0; border:0}
#footer p {text-align: center}
#footer {
  color: #7F6063;
  background: url(images/FootBack.gif) top center repeat-x;
  padding: 24px 0;
  font-family: Tahoma, Arial, sans-serif;
  clear: both;
  margin: 0 0 0 0;
  text-align: center;  
}

/**
 * Schriftgröße kontrollieren
 */
th { font: normal 75%/167% Georgia, Palatino, "Times New Roman", serif; }
td { font: normal 75%/167% Georgia, Palatino, "Times New Roman", serif; }
body { font: normal 75%/167% Georgia, Palatino, "Times New Roman", serif; }
th { font-size: 75.0%; }
td { font-size: 75.0%; }


/**
  Hauptmenu
*/

#mainmenu {
    position: absolute; 
    z-index: 3; 
    left: 0px; 
    top: 141px;
    width:100%; 
    height:40px; 
}

#mainmenu ul {
  position: absolute;
  top: 0;
  left: 172px;
  margin: 0;
  text-align:center;
}

#mainmenu ul li {
  float: left;
  list-style: none;
  width: 100px;
  margin: 0 6px 0 0 ;
}

#mainmenu ul strong {
  color: white;
  background: url(images/nav_bg_sel.gif) bottom left repeat-x; 
  display: block;
  padding: .8em;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
}

#mainmenu ul a {
  color: #352545;
  background: #FBFBFB url(images/nav_bg.gif) bottom left repeat-x;
  display: block;
  padding: .8em;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
}

#mainmenu ul a:hover {
  color: white;
  background: #638F56 url(images/nav_bg_hover.gif) bottom left repeat-x; 
}



#mainmenu ul a:active {
  color: white;
  background: #638F56 url(images/nav_bg_hover.gif) bottom left repeat-x; 
}


#mainmenu ul a:focus {
  color: white;
  background: #638F56 url(images/nav_bg_hover.gif) bottom left repeat-x; 
}


/**
 * @section Sidebarmenüs
 */

#menuside {

  
}


#menuside ul {
  text-align:center;
}

#menuside ul li {
  float:none;
  list-style: none;
  width: 120px;
  margin-bottom:20px;
  margin-left: 25px;

}
#menuside ul strong {
  color: #352545;
  background: #FBFBFB url(images/nav_bg.gif) bottom left repeat-x;
  display: block;
  border:thick;
  padding: .8em;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
}
#menuside ul a {
  color: #352545;
  background: #FBFBFB url(images/nav_bg.gif) bottom left repeat-x;
  display: block;
  padding: .8em;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
}
#menuside ul strong {
  color: white;
  background: #638F56 url(images/nav_bg_sel.gif) bottom left repeat-x; 
}



#menuside ul a:active {
  color: black;
  background: #638F56 url(images/nav_bg.gif) bottom left repeat-x; 
}


#menuside ul a:focus {
  color: white;
  background: #638F56 url(images/nav_bg_hover.gif) bottom left repeat-x; 
}



#menuside ul a:hover {
  color: white;
  background: #638F56 url(images/nav_bg_hover.gif) bottom left repeat-x; 
}

/**
 * @section Submenu
 */

#submenu {

  
}


#submenu ul {
  text-align:center;
}

#submenu ul li {
  float:left;
  list-style: none;
  width: 165px;
  margin-bottom:20px;
  margin-left: 13px;
  margin-top: 15px;

}
#submenu ul strong {
  color: #352545;
  background: #FBFBFB url(images/nav_bg.gif) bottom left repeat-x;
  display: block;
  border:thick;
  padding: .8em;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
}
#submenu ul a {
  color: #352545;
  background: #FBFBFB url(images/nav_bg.gif) bottom left repeat-x;
  display: block;
  padding: .8em;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
}
#submenu ul strong {
  color: white;
  background: #638F56 url(images/nav_bg_sel.gif) bottom left repeat-x; 
}



#submenu ul a:active {
  color: black;
  background: #638F56 url(images/nav_bg.gif) bottom left repeat-x; 
}


#submenu ul a:focus {
  color: white;
  background: #638F56 url(images/nav_bg_hover.gif) bottom left repeat-x; 
}



#submenu ul a:hover {
  color: white;
  background: #638F56 url(images/nav_bg_hover.gif) bottom left repeat-x; 
}


#singlebutton ul {
  text-align:center;
}

#singlebutton ul li {
  float:left;
  list-style: none;
  width: 165px;
  margin-bottom:10px;
  margin-left: 13px;
  margin-top: 5px;

}
#singlebutton ul strong {
  color: #352545;
  background: #FBFBFB url(images/nav_bg.gif) bottom left repeat-x;
  display: block;
  border:thick;
  padding: .8em;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
}
#singlebutton ul a {
  color: #352545;
  background: #FBFBFB url(images/nav_bg.gif) bottom left repeat-x;
  display: block;
  padding: .8em;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
}
#singlebutton ul strong {
  color: white;
  background: #638F56 url(images/nav_bg_sel.gif) bottom left repeat-x; 
}



#singlebutton ul a:active {
  color: black;
  background: #638F56 url(images/nav_bg.gif) bottom left repeat-x; 
}


#singlebutton ul a:focus {
  color: white;
  background: #638F56 url(images/nav_bg_hover.gif) bottom left repeat-x; 
}



#singlebutton ul a:hover {
  color: white;
  background: #638F56 url(images/nav_bg_hover.gif) bottom left repeat-x; 
}

.counter {
	border: 2px solid #808080;
	font-size:125%;
}

.count {
	text-align: center;
	color: #FFCC00;
	border: 1px solid #808080;
	background-color: #000000;
}


#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/Lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/LightBox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


