@charset "utf-8";
/* CSS Document */

body {
	margin: 0 auto;
	background: #efefef;
	


		
}
a:link { color: #888888; text-decoration:none; }
a:visited { color: #888888; text-decoration:none; }
a:hover { color: #000000; text-decoration:none; }


.dimension {
	width: 300px;
	height: 400px;
}

#wrapper {
	margin: 0 auto;
	width: 100%;
	
	
}
#ueberschrift {
	margin: 0 auto;
	margin-top: 50px;
	font-family: "segoe ui", arial, helvetica, verdana;	
	font-size: 40px;
	color: #666666;
	display: none;
	margin-left: 5%;
}

#navigation {
	margin: 0 auto;
	width: 95%;
	margin-top: 20px;
	font-family: "segoe ui", arial, helvetica, verdana;	
	font-size: 16px;
	height: 30px;
	/*border-bottom: 1px solid #888888;*/
	display: none;
	margin-left: 5%;
}

#streifen {
	margin: 0 auto;
	position: absolute;
	top: 20px;
	margin: 0 auto;
	width: 95%;
	margin-top: 40px;	
	height: 700px;
	background: none;
	/*background-image: url(images/klara-frame1.gif);*/
	background: #004400;
	background-repeat: no-repeat;
	background-position: center 10px;
	/*background-size: 100%;*/
	opacity: 0.7;
	display: none;
}

#jahreszahlen {
	margin: 0 auto;
	width: 95%;
	margin-top: 5px;	
	min-height: 30px;
	/*background: #ffffff;*/
	margin-left: 5%;
	
}

#bilduebersicht {
	margin: 0px auto;
	clear: both;
	width: 90%;
	padding-bottom: 20px;
	margin-left: 5%;
	margin-bottom: 20px;	
}

#bildanzeige {
	position: relative;
	margin: 0 auto;
	clear: both;
	width: 95%;
	height: 600px;
	margin-top: 10px;
	/*background: #ffffff;*/
	margin-left: 5%;	
}

#copyright {
	position: absolute;
	width: 100px;
	background: rgba(255,255,255,0.5);
	bottom: 5px;
	font-family: "segoe ui", arial, helvetica, verdana;	
	font-size: 12px;
	padding-left: 5px;
	color: #666666;
	display: none;
		
}

#impressum {
	margin: 0 auto;
	width: 85%;
	background: #ffffff;
	margin-left: 5%;
	padding: 10px;
}

#format {
	margin: 0 auto;
	width: 95%;
	margin-top: 20px;
	height: 30px;
	/*background: #ffffff;*/
	font-size: 13px;
	font-family: segoe ui, helvetica, arial, verdana;
	font-weight: normal;
	color: #888888;
	margin-left: 5%;
		
}

.button {
	float: left;
	margin-right: 10px;
	width: 100px;
	height: 30px;
	/*background: #ffffff;*/
	color: #666666;	
}

	.button_galerie {
		float: left;
		margin-right: 10px;
		width: 60px;
		height: 30px;
		/*background: #ffffff;*/
		color: #666666;	
	}

	.button_vita {
		float: left;
		margin-right: 10px;
		width: 50px;
		height: 30px;
		background: #ffffff;
		color: #666666;	
	}
	.button_kontakt {
		float: left;
		margin-right: 10px;
		width: 50px;
		height: 30px;
		background: #ffffff;
		color: #666666;	
	}

.button1 {
	float: left;
	margin-right: 10px;
	width: 40px;
	height: 30px;
	/*background: #ffffff;*/
	color: #eeeeee;	
	font-size: 16px;
	font-family: segoe ui, helvetica, arial, verdana;
	font-weight: normal;
	padding-left: 5px;
	padding-top: 5px;
	
	
}

.button1:hover { background: #dddddd; }

.bild1 {
	float: left;
	margin-left: 0px;
	margin-right: 20px;
	margin-top: 0px;
	width: 100px;
	height: 80px;	
	margin-top: 10px;
	color: #cccccc;
	border-radius: 3px;
	cursor: pointer;
}

.bild_hoch {
	float: left;
	margin-left: 0px;
	margin-right: 20px;
	margin-top: 10px;
	width: 50px;
	height: 80px;	
	background: rgba(0,0,0,0.5);;
	color: #cccccc;
	border-radius: 3px;
	cursor: pointer;
}

.bild_quadrat {
	float: left;
	margin-left: 0px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 80px;
	height: 80px;	
	background: rgba(0,0,0,0.5);;
	color: #cccccc;
	border-radius: 3px;
	cursor: pointer;
}

/* iphone portrait */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) 
and (orientation : landscape) {
	
}

/* tablets */
@media only screen and (max-width: 980px) {
	
}

/*     --phones
------------------------------------------------- 
@media only screen and (max-width: 767px) {
	#wrapper {
		margin: 0 auto;
		width: 95%;
		
		
	}
	#ueberschrift {
		margin: 0 auto;
		margin-top: 10px;
		font-family: "segoe ui", arial, helvetica, verdana;	
		font-size: 30px;
		color: #666666;
	}
	
	#navigation {
		margin: 0 auto;
		width: 100%;
		margin-top: 10px;
		font-family: "segoe ui", arial, helvetica, verdana;	
		font-size: 16px;
		height: 30px;
		
	}
	
	#streifen {
		margin: 0 auto;
		width: 100%;
		margin-top: 40px;	
		height: 600px;
		background: #ff0000;
		background: url(images/klara-frame1.gi);
		background-repeat: no-repeat;
		background-size: 100%;
	}
	
	#jahreszahlen {
		margin: 0 auto;
		width: 100%;
		margin-top: 10px;	
		height: 30px;
		background: #ffffff;
		
	}
	
	#bilduebersicht {
		clear: both;
		margin: 0 auto;
		width: 100%;
		margin-top: 10px;	
		height: 220px;	
	}

	#bildanzeige {
		margin: 0 auto;
		width: 100%;
		
		background: #ffffff;	
	}


	.button {
		float: left;
		margin-right: 10px;
		width: 80px;
		height: 30px;
		background: #ffffff;
		color: #666666;	
	}
	.button_galerie {
		float: left;
		margin-right: 10px;
		width: 50px;
		height: 30px;
		background: #ffffff;
		color: #666666;	
	}
	.button_vita {
		float: left;
		margin-right: 10px;
		width: 30px;
		height: 30px;
		background: #ffffff;
		color: #666666;	
	}
	.button_kontakt {
		float: left;
		margin-right: 10px;
		width: 40px;
		height: 30px;
		background: #ffffff;
		color: #666666;	
	}

	.button1 {
		float: left;
		margin-right: 10px;
		width: 40px;
		height: 30px;
		background: #ffffff;
		color: #eeeeee;	
		font-size: 16px;
		font-family: segoe ui, helvetica, arial, verdana;
		font-weight: normal;
		
	}

	.bild1 {
		float: left;
		margin-left: 0px;
		margin-right: 10px;
		margin-top: 10px;
		width: 80px;
		height: 60px;	
		background: rgba(0,0,0,0.5);;
		color: #cccccc;
		border-radius: 3px;
		cursor: pointer;
	}
	
	.bild_hoch {
		float: left;
		margin-left: 0px;
		margin-right: 10px;
		margin-top: 10px;
		width: 35px;
		height: 60px;	
		background: rgba(0,0,0,0.5);;
		color: #cccccc;
		border-radius: 3px;
		cursor: pointer;
	}
	
	.bild_quadrat {
		float: left;
		margin-left: 0px;
		margin-right: 10px;
		margin-top: 10px;
		width: 60px;
		height: 60px;	
		background: rgba(0,0,0,0.5);;
		color: #cccccc;
		border-radius: 3px;
		cursor: pointer;
	}
	
	
}
*/
