html {
	overflow-y: visible;
}

body {
	font-size: 35pt;
}
#page{ 
	width: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
}

.mainContent {
	position: relative;
	margin: 4% 5%;
	width: 90%;
	min-height: 80%;
	padding: 0;
	background: transparent;
}


/* ##############
 * ### Header ###
 * ############## */
  
#header {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 10% 0;
	border-bottom: 2px solid #AAA;
	background: transparent;
}

#wortmarke {
	margin: 0 5%;
	width: 90%;	
	background: transparent;	
}
#wortmarke span{
	font-size: 100%;
	font-weight: 300;
	color: #fff;
}

#navigation {
	width: 100%;
	height: 20%;
	margin: 20% 0;
}

#navigation ul {
	width: 100%;
	opacity: 0.5;
	background: transparent;
}

#navigation li {
	position: relative;
	width: 33%;	
	margin: 0;
	padding-top: 10px;
	text-align: center;
	list-style: none;	
	float: left;	
}

#navigation li a {
	border-top: none !important;
	color: #000 !important;	
	font-weight: 300;
	font-size: 115%;
	padding: 15% 0;
	background: transparent;
}

#navigation li a:hover{
	border-top: none !important;	
	background: #333 !important;
	padding: 15% 3%;
	color: #fff !important;
}


/* ##############
 * ### Footer ###
 * ############## */

.footer {
	position: relative;	
	width: 100%;
	padding: 30px 0;	
	border-top: 2px solid #AAA;
	margin-top: 30%;
	height: 200px;
	float: left;
	background: transparent;
}

#closeUp {
	position: absolute;
	left: 5%;
}

#impressum {
	position: absolute;
	right: 5%;
}


/* ####################
 * ##### ÜberMich #####
 * #################### */


#ueberMich h1 {
	line-height: 2.4em;
}

#ueberMichBild{
	margin: -2px 0 80px 0 !important;
	width: 100% !important;
	float: none !important;
}

p {
	max	-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}


/* ####################
 * ##### galerie #####
 * #################### */

.galerie { 
	padding: 0;
	margin: 0;
}

.galerie li {	
	margin: 1%;
	min-width: 48% !important;
	min-height: 400px !important;

}