/*
	Garfrescha Homepage - Syle Sheet
	V 1.0 
	Stand 18.09.2016
*/


/* Setting the default text color, size, page background and a font stack: */
/* Universal reset: set nit intend */
*{
	margin:0;
	padding:0;
}

body{
	font-size:0.825em;
	color:#fcfcfc;
	background-color:#2A2C2B; 
	font-family:Arial, Helvetica, sans-serif;	
}

#page{
	width:960px;
	margin:0 auto;
	position:relative;
}

/* Headings: */
h1,h2,h3{
	font-family:"Myriad Pro","Helvetica Neue",Helvetica,Arial,Sans-Serif;
	text-shadow:0 1px 1px black;
}

/* The logo text */
h1{
	font-size:3.5em;
	padding:0.5em 0 0;
	color: #fcfcfc;
}

/* Article heading */
h2{
	font-size:2.2em;
	text-align: center;
	font-weight:normal;
	letter-spacing:0.01em;
	text-transform:uppercase;
}

/* The slogan text */
h3{
	font-size:2em;
	font-weight:normal;
	margin:0 0 1em;
}

h4{
	font-size:1.5em;
	font-weight:normal;
}

h5{
	font-size:2.2em;
	text-align: center;
	font-weight:normal;
  	color: #0000EE;
	letter-spacing:0.01em;
  	margin-top: 350 px;
	margin-bottom: 350 px;
}

/* Logo */
div.logo{
	float:right;
	height:150px;
	margin-left:15px;
	overflow:hidden;
	width:300px;
}

/* Navigation Bar */
div.nav{
	padding:0 5px;
	position:absolute;
	right:0;
	top:11em;
}

div.nav ul li{
	display:inline;
}

div.nav ul li a,
div.nav ul li a:visited{
	color:#fcfcfc;
	display:block;
	float:left;
	font-size:1.25em;
	font-weight:bold;
	margin:5px 2px;
	padding:7px 10px 4px;
	text-transform:uppercase;
	text-decoration:none;	
}

div.nav ul li a:hover{
	text-decoration:none;
	background-color:#f0f0f0;
	color:#000000 ;
}

/* WELCOME PIC */
div.welcome_pic{
	position:absolute;
}

/* The dividing line: */
.line{
	height:1px;
	background-color:#3C6AA6;
	border-bottom:1px solid #416371;
	margin:1em 0;
	overflow:hidden;
}

div.article .line{
	/* The dividing line inside of the article is darker: */
	background-color:#15242a;
	border-bottom-color:#204656;
	margin:1.3em 0;
}


/* ARTICLES */
div.article{
	background-color:#0B141F;
	margin:3em 0;
	padding:20px;
	text-shadow:0 2px 0 black;
}


p{
	line-height:1.5em;
	padding-bottom:0.825em;
}

.clear:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Figures */
div.figure{
	border:3px solid #142830;
	float:right;
	height:300px;
	margin-left:15px;
	overflow:hidden;
	width:500px;
}

div.figure2{
	float:right;
	height:420px;
	margin-left:15px;
	overflow:hidden;
	width:500px;
}

div.figure3{
	/* border:3px solid #ffffff; */
	float:left;
	height:420px;
	margin-right:15px;
	overflow:hidden;
	width:370px;
}


div.map{
	border:3px solid #ffffff;
	float:right;
	height:500px;
	margin-left:15px;
	overflow:hidden;
	width:370px;
}

/* A */
a, a:visited {
	color:#FFFFFF;
	text-decoration:underline;
	/*font-weight:bold;*/
}

a:hover{
	background-color:#f0f0f0;
	color:#000000 ;
	text-decoration:none;
	text-shadow:none
}



/* Calender */
div.calender_l{
	border:3px solid #142830;
	float:left;
	height:400px;
	margin-right:15px;
	overflow:hidden;
	width:430px;
}

div.calender_r{
	border:3px solid #142830;
	float:right;
	height:400px;
	margin-left:15px;
	overflow:hidden;
	width:430px;
}

/* FORM */
div.kontaktformular_class{
		text-align: center;
		display: block;
		margin: 0 auto;
		width: 800px;
}

/* Footer */
div.footer{
	margin-bottom:30px;
	text-align:center;
	font-size:0.825em;
}

div.footer p{
	margin-bottom:-0.8em;
	position:relative;
}
div.footer a,div.footer a:visited{
	color:#cccccc;
	background-color:#2A2C2B;
	display:block;
	padding:2px 4px;
	z-index:100;
	position:relative;
}


/* Galerie */
div.galerie{
	/*float:center;*/
	/*height:400px;*/
	/*width:900x;*/
	display: block;
	margin: 0 auto;
	width: 750px;
}
div.galerie_link_container{
	text-align: center;
	width: 750px;
}

.galerie img {
                height:600px;
                width:800px;
}

div.galerie_1{
	/*float:center;*/
	/*height:400px;*/
	/*width:900x;*/
	display: block;
	margin: 0 auto;
	width: 369px;
}

div.bild_parken{
	/*float:center;*/
	/*height:400px;*/
	/*width:900x;*/
	display: block;
	margin: 0 auto;
	width: 400;
}

div.galerie_link_container_1{
	text-align: center;
	width: 369px;
}

.galerie_1 img {
                height:391px;
                width:369px;
}