
/*
	JOERN THIEL Baugrunduntersuchung GmbH
	Stylesheet 2023 (styles.css)
	Made by - www.hausendorf.de
	
	------------------------------
	
	The 1KB CSS Grid by Tyler Tate
	http://www.1kbgrid.com/

	Reset default browser CSS.
	Based on work by Eric Meyer.
	http://meyerweb.com/eric/tools/css/reset/index.html
*/

@import url("grid.css");
@import url("reset.css");

body {
	font: 100%/1.5 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #252525;
	background-color: #cbccce;
	margin: 0;
	padding: 0;
}

#page {
}


/* navi */
ul.nav {
	list-style: none;
	font-size: 1.38em;
}

ul.nav li a { 
	color: #c8c8c8;
}

ul.nav li a:hover {
	color: #3b6289;
}

/*. Laylou. */
.content {
	margin-top: 50px;
	background-color: #fff;
}


/* Textformat */

h1, h2, h3,h4 {
	font-weight: 600;
	color: #8d080f;
	margin: 15px 10px;
}

h1 {
	font-size: 21px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 18px;
}

p {
	padding: 0 0 1.25em;
	margin: 5px 10px;
}

p.blockquote {
	color: #7e7e7e;
	font: italic 18px/1.4 Georgia, "Times New Roman", Times, serif;
	text-indent: 25px;
	background: url(../images/quote.gif) no-repeat -1px 7px;
}

	
a {
	color: #8d080f;
	text-decoration: none;
}	

a:hover {
	color: #3DA0B1;
}

ul li {
	list-style-type: circle;
	margin-left: 20px;
}

ul {
	padding: 0 0 1.25em;
}

.right {
	float: right;
}

.left {
	float: left;
	padding-right: 15px;
}


/* footer */
.footer {
	font-size: 0.9em;
}




	