<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*------------------------------------------------

CSS STRUCTURE:

1. GENERAL TYPOGRAPHY
	1.1 Global Reset
	1.2 General Styles

2. SITE STRUCTURE
	2.1 Header
	2.2 Navigation
	2.3 Content
	2.4 Footer
	2.5 Referenzen
	
3. Grids	
	
------------------------------------------------*/	
	
/*============================================================================================*/
/* 1. GENERAL TYPOGRAPHY */
/*============================================================================================*/
/*----------------------------------------------*/
/* 1.1 Global Reset */
/*----------------------------------------------*/
body, html  { height: 100%; }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }/* remember to define focus styles! */
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }/* tables still need 'cellspacing="0"' in the markup */

/*----------------------------------------------*/
/* 1.2 General Styles */
/*----------------------------------------------*/
body {
	background: url(images/background.png);
	font-family: Arial, Helvetica, sans-serif;
}

a img {
	border: 0;
}

h1 {
	color: #D70011;
	font-weight: bold;
	font-size: 24px; 
	margin-bottom: 15px;
}

p, table td {
	font-size: 15px;
	line-height: 1.4;
	color: #333;
}

.clear {
	clear: both;
}

.place {
	height: 15px;
	clear: both;
}

.p {
	height: 10px;
}

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

/*============================================================================================*/
/* 2. SITE STRUCTURE */
/*============================================================================================*/
/*----------------------------------------------*/
/* 2.1 Header */
/*----------------------------------------------*/
#header {
	position: relative;
	height: 150px;
	width: 100%;
}
#header #logo {
	position: absolute;
	right: 0;
	top: 17px;
}

#header #slogan {
	position: absolute;
	right: 300px;
	top: 105px;
}

/*----------------------------------------------*/
/* 2.2 Navigation */
/*----------------------------------------------*/
#navigation {
	width: 100%;
	position: relative;
}

#navigation ul li {
	width: 48px;
	border-right: 2px solid #FFF;
	background-color: #D70011;
	height: 350px;
	float: left;
	display: block;
}

#navigation ul li.last {
	border: 0;
}

#navigation ul li.image {
	width: 760px;
	background-color: #CCC;
}

/*----------------------------------------------*/
/* 2.3 Content */
/*----------------------------------------------*/
#content {
	border-top: 1px solid #CCC;
	padding-top: 14px;
	border-bottom: 1px solid #CCC;
	padding-bottom: 14px;
}

#content.noborder {
	padding-top: 0;
	border-top: 0;
}

.container {
	padding: 15px;
	background-color: #FFF;
}

/*----------------------------------------------*/
/* 2.4 Footer */
/*----------------------------------------------*/
#footer {
	background-color: #D70011;
	padding: 5px 5px 8px 5px;
	position: relative;
}

#footer ul li {
	display: inline;
}
#footer ul li a {
	color: #FFF;
	font-size: 13px;
	text-decoration: none;
	padding-right: 9px;
	border-right: 1px solid #F86571;
	margin-right: 5px;
}


#footer ul li.first a {
	margin-left: 5px;
}

#footer ul li.last a {
	border-right: 0;
}

#footer .social-media {
	position: absolute;
	right: 9px;
	top: 8px;
}

#footer .social-media a {
	color: #FFF;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}

#footer .copyright {
	position: absolute;
	color: #555;
	font-size: 11px;
	bottom: -20px;
}

/*----------------------------------------------*/
/* 2.5 Referenzen */
/*----------------------------------------------*/
#referenzen {
	margin-top: -15px;
}

#referenzen .image {
	width: 77px;
	height: 77px;
	background-color: #D70011;
	float: left;
	margin-right: 15px;
	margin-top: 15px;
}

#referenzen .image.first {
	clear: both;
}

#referenzen .image.last {
	margin-right: 0px;
}

#referenzen-paging {
	padding-top: 15px;
	color: #D70011;
	font-size: 12px;
}

#referenzen-paging .left {
	float: left;
	cursor: pointer;
}

#referenzen-paging .right {
	float: right;
	cursor: pointer;
}

/*----------------------------------------------*/
/* 2.6 Kontakt */
/*----------------------------------------------*/
#kontakt label {
	display: block;	
	margin-top: 15px;
	padding-bottom: 4px;
	color: #333;
	font-style: italic;
	font-size: 13px;
}

#kontakt .inputText {
	border: 1px solid #ccc;
	padding: 6px;
	width: 500px;
	margin: 0;
}

#kontakt .inputMessage {
	border: 1px solid #ccc;
	padding: 6px;
	width: 500px;
	margin: 0;
}

#kontakt .button {
	clear: both;
	display: block;
	background-color: #D70011;
	color: #FFF;
	padding: 3px 5px;
	font-size: 13px;
	border: 1px solid #D70011;
	margin: 15px 0 0 0;
}

#kontakt .error {
	border: 1px solid red;
	color: #333;
	background-color: #ffe8e8;
	font-size: 13px;
	font-weight: bold;
	padding: 5px 10px;
	margin-top: 15px;
}

#kontakt .success {
	border: 1px solid green;
	color: #333;
	background-color: #e8ffe9;
	font-size: 13px;
	font-weight: bold;
	padding: 5px 10px;
	margin-top: 15px;
}

#mapCanvas {
	width: 355px;
	height: 300px;
	margin-top: 15px;
}

/*============================================================================================*/
/* 3. Grids */
/*============================================================================================*/
.grid {
	width: 100%;
}

.grid-1 {
	width: 58%;
	float: left;
}

.grid-2 {
	width: 40%;
	float: right;
}
</pre></body></html>