@charset "UTF-8";

html {
	font-size:100%;
	font-family:Verdana, Geneva, sans-serif;
	min-height:100%;
/*	background-image: url(img/HausAussen27_big.jpg);
*/	background-size: cover;
	background-repeat: no-repeat;
	box-sizing:border-box;
/*	background:#ffffff;
	background-image:linear-gradient(#b7e068, white);
	background-size: auto 500px;
	background-repeat:repeat-x;
*/
}
*, *:before, *:after {
	box-sizing:inherit;
		
}
body {
	width:960px;
	font-size:16px;
	font-size:1rem;
	/*background:white url(backgroundImg.jpg) repeat-x;*/
	margin:16px auto;
	margin:1rem auto;
	/*background-color:rgba(0,102,255,0.1);*/
	/*background-image: linear-gradient(rgba(0,102,255,0.4),rgba(0,102,255,0.1));*/
	background: rgb(122,175,249); /* Old browsers */

background: -moz-linear-gradient(top,  rgba(122,175,249,1) 0%, rgba(140,203,247,1) 28%, rgba(195,214,219,1) 81%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(122,175,249,1)), color-stop(28%,rgba(140,203,247,1)), color-stop(81%,rgba(195,214,219,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(122,175,249,1) 0%,rgba(140,203,247,1) 28%,rgba(195,214,219,1) 81%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(122,175,249,1) 0%,rgba(140,203,247,1) 28%,rgba(195,214,219,1) 81%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(122,175,249,1) 0%,rgba(140,203,247,1) 28%,rgba(195,214,219,1) 81%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(122,175,249,1) 0%,rgba(140,203,247,1) 28%,rgba(195,214,219,1) 81%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7aaff9', endColorstr='#c3d6db',GradientType=0 ); /* IE6-9 */


}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}

header, nav, main, aside, footer {
	display:block;
}


h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing block. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the blocks, instead of the block elements themselves, gets rid of any box model math. A nested block with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
/* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
}
/* ~~ This fixed width container surrounds all other blocks ~~ */
.container {
}
/* ~~ The header is not given a width. It will extend the full width of your layout. ~~ */
header {
	position:relative;
	float:left;
	width:100%;
	margin: 30px 0px 30px 0px;
}

header h1 {
	display:none;
}
section#Impressum {
	float: left;
	width: 100%;
}
section table{
	width: 50%;
	border: 0;
	margin: 0;
	padding: 0;
}
section table td {
	margin: 0px;
	padding: 10px 0px 0px 15px;
}
aside {
	float: left;
	width: 180px;
	background-color: #EADCAE;
	padding: 10px 0;
}

/* ~~ The footer ~~ */
footer {
	padding: 10px 0;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}

div#map {
	position:relative;
	float: left;
	margin: 10px 0px 10px 15px;
	padding: 3px 3px 1px 3px;
	border: 5px;
	border-color: black;
	background-color: #666;
	min-width: 606px;
}

