 html {
	min-height: 100%;
    height: 100%;
}

@font-face {

font-family: 'Open Sans';

src: url(http://gesangverein-rimpar.de/css/OpenSans-Regular.ttf);

font-weight: normal;

}

 body {
	background-image: url('../media/bg.png');
	height: 100%;
	min-height: 100%;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 62.5%;
 }
 
 @media all and (max-width: 960px) {
  body {
    background-image: url('../media/bg_klein.png');
  }
}

#wrapper {
	width: 85%;
	/*margin: auto;*/
	margin-left: 15%;
	min-height: 100%;
    height: auto !important;
    height: 100%;
	position: relative;
	clear:both;
	z-index: 2;
}

#dunkelgrau {
	background-color: #555651;
	opacity: .95;
	position: fixed;
	width: 27.971%;
	min-height: 100%;
	height: 100%;
	bottom: 0%;
	left: 0%;
	z-index: 1;
}


#hellgrau {
	background-color: white;
	opacity: .9;
	width: 72.039%;
	position: fixed;
	min-height: 100%;
	height: 100%;
	bottom: 0%;
	left: 27.971%;
	z-index: 1;
}


 #navigation {
	width: 15.26%;
	/*background-color: #555651;
	opacity: .95;*/
	/*float: left;*/
	position: absolute;
	left: 0%;
	bottom: 0%;
	height: 100%;
 }
 
 #content {
	width: 84.74%;
	/*background-color: white;
	opacity: .9;*/
	/*float: right;*/
	position: absolute;
	left: 15.26%;
	bottom: 0%;
	height: 100%;
	
}
 
#wappen {
	width: 70%;
	margin: 7% 15% 5% 15%;
}

#ul_nav li {
	margin-top: 15%;
	margin-bottom: 15%;
	text-align: center;
}
#ul_nav a:link, #ul_nav a:visited {
	font-size: 2em;
	text-decoration: none;
	color: #dfdfdf;
	padding:2%;

}

#ul_nav  a:hover, #ul_nav a:active {
	padding:2%;
	background-color: #494949;
}

.active {
	background-color: #494949;
}

 
 hr {
	opacity: .9;
}
 
 h1 {
	font-size: 1.8em;
	text-align: center;
	margin-top: 1.6%;
	margin-left: 5%;
	margin-bottom: 1.6%;
	color: #b3b3b3;

 }
 
 .h1_headline {
	text-align: left;
	color: #8b8b8b;
}
 
 h2 {
	font-size: 1.8em;
	margin-top: 1%;
	margin-bottom: 1.3%;
	text-align: center;
	color: #8b8b8b;
 }
 
  h3 {
	font-size: 1.4em;
	margin-top: 2%;
	margin-bottom: 0.8%;
	text-align: left;
	color: #333333;
 }
 
 h1, h2, h3 {
	color: #CC463D;
 }
 
 p, #text li, span{
	font-size: 1.4em;
	color: #333333;
	line-height: 1.5em;
}

p {
	margin-bottom: 1.4%;
}

#text {
	margin-top: 13%;
	margin-left: 5%;
	min-width: 300px;
	width: 60%;
}
#text h2 {
	text-align: left;
}

#text ul {
	list-style-type: circle;
	margin-left: 3.5%;
	margin-top: 0%;
	margin-bottom: 2%;
}
 
/* GENERIC ENDE */
 
/* STARTSEITE */
#big_headline {
	font-size: 3em !important;
	margin-top: 5% !important;
	color: #2E3154 !important;
}

#big_h2 {
	font-size: 2.6em !important;
	color: #6d6d6d !important;
	text-align: center !important;
}

#chor_bild {
	width: 80%;
	margin: auto;
	position: relative;
	left: 10%;
	margin-top: 5%;
}

a:link, a:visited {
 color:  #2f2f2f;
}
a:hover, a:active {
	color: #8b8b8b;
}

/* STARTSEITE ENDE */

/* VORSTAND */
#bild_vorstand {
	width: 80% !important;
}

/* TERMINE */
#termine {
	width: 70%;
}
#termine td {
	padding: 0.3em 0.5em 0.5em 0em;
	font-size: 1.4em;
	line-height: 1.5em;
}

/* GALERIE */

.galerie_text {
	padding-top: 2.5em;
}
.galerie_vorschau {
	width: 30%;
	display: block;
	margin-bottom: 3em;
}

.galerie_vorschau_titel {
	margin-bottom: 0.5em;
	display: block; 
}

/* CHOERE */
#projektchor {
	width:70%;
	margin-bottom: 1em;
}

.chor_left {
	float: left;
	width: 45%;
}
.chor_right {
	width: 45%;
	float: right;
}
.chor_bild {
	margin-bottom: 0.8em;
	width: 100%;
}
.trenner {
	clear:both;
	height: 2em;
	width:100%;
}


/* MEDIA QUERIES */
 @media all and (max-width: 1100px) {
  #ul_nav a:link, #ul_nav a:visited {
	font-size: 1.4em;
  }
  #text {
	width: 75%;
  }
  #bild_vorstand {
	width: 85% !important;
  }
  #termine {
	width: 90%;
  }
}

 
 @media all and (max-width: 800px) {
  #ul_nav a:link, #ul_nav a:visited {
	font-size: 1.1em;
  }
  #text {
	width: 90%;
  }
  #bild_vorstand {
	width: 90% !important;
  }
}

 @media all and (max-width: 600px) {
  #ul_nav a:link, #ul_nav a:visited {
	font-size: 0.9em;
  }

}



