/*   
Name: Ing. Meixner
URI: ingmeixner.at
Description: insert Project-Description here
Version: Beta 1
Author: Martin Fallend
Author URI: fallend.at

Kudos: Eric Meyers (Reset), Nicolas Gallagher (Micro clearfix), add more Kudos here

ToDo: insert general comments and/or License.
*/

/*
Farben:

Grau 1 (hell): #dfe0e2;
Grau 2 (dunkel): #54575d;

Highlight 1 (hell): #3095b9;
Highlight 2 (dunkel): #005794;

*/

/* Reset */
html, body, div, span, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, hr,
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;
}

/* 100% Height Layout */
html, body {
	height: 100%;
}

/* @group Micro clearfix */

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
.cf:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}

/* @end */


/* @group General */

body {
	background: #dfe0e2;
	color: #333;
	font: 14px/1.48 "Helvetica Neue", Arial, Helvetica, sans-serif;
	min-width: 980px;
}
#container {
	min-height: 100%;
	background: url(images/bg.gif) repeat-y center; /* Grafik für #main Farbe bei 100% Höhe */
}
.wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0 10px;
	display: block;
}

/* @end */

/* @group Header */

#header {
	height: 100px;
	background: #fff;
}
#logo {
	float: left;
	width: 250px;
	height: 79px;
	margin-top: 10px;
	background: url(images/ingenieurbuero_meixner.jpg) no-repeat;
	text-indent: -9999px;
}

.ich-tus {
	float: right;
	height: 64px;
	width: 64px;
	margin: 18px 130px 0 0;
}

.ing-buero {
	float: right;
	height: 64px;
	width: 114px;
	margin: 18px 10px 0 0;
}

.klima {
	float: right;
	height: 64px;
	width: 154px;
	margin: 18px 10px 0 0;
}

/* @end */

#inginfo {
	height: 25px;
	background: #005794;
	color: #fff;
	font: 14px/25px "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* @group Sidebar */

#sidebar {
	width: 150px;
	float: left;
	margin-bottom: 25px; /* gleicht marign-top: -25px; von #footer aus */
}
#nav {
	list-style: none;
	margin-top: 20px;
	font: bold 16px/1.48 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* @end */

/* @group Right Banner */

.right-banner {
	width: 138px;
	height: 299px;
	float: right;
	position: relative;
	left: 23px;
	top: -129px;
}

/* @end */

/* @group Main */

#main {
	width: 630px;
	float: left;
	margin: 15px 0 25px 0; /* margin-bottom: 25px; gleicht marign-top: -25px; von #footer aus */
	padding: 0 25px 25px 25px;
}
h1 {
	font: bold 32px/1.48 Helvetica, “Helvetica Neue”, Arial, sans-serif;
	margin: 0 0 5px 0;
}
h2 {
	font: bold 20px/1.48 Helvetica, “Helvetica Neue”, Arial, sans-serif;
	margin: 10px 0 5px 0;
}
h3 {
	font: bold 16px/1.48 Helvetica, “Helvetica Neue”, Arial, sans-serif;
	margin: 10px 0 0 0;
}
p {
	margin: 5px 0;
}
p + p {
	margin: 10px 0;
}
p + h1, p + h2, p + h3 {
	margin-top: 20px;
}
h1 span {
	font: bold 24px/1.48 Helvetica, “Helvetica Neue”, Arial, sans-serif;
}
ul {
	list-style-position: inside;
	margin-bottom: 15px;
}
table {
	margin: 10px 0 20px 0;
}
td {
	padding: 0 10px;;
}
.nols {
	list-style: none;
}
.email { /* Anti-Spam */
	display: none;
}

/* @end */

/* @group Footer */

#footer {
	height: 25px;
	width: 100%;
	background: #005794;
	margin-top: -25px; /* funktioniert wie position: absolute; aber nur solange genug Höhe für den Inhalt vorhanden ist */
	color: #fff;
	font: 12px/25px "Helvetica Neue", Arial, Helvetica, sans-serif;
	float: left;
}
#footer a {
	float: right;
	margin-left: 15px;
}

/* @end */

/* @group Links */

a:link, a:visited {
	color: #005794;
	text-decoration: none;
}
a:hover, a:active, a.active {
	text-decoration: underline;
}

#inginfo a:link, #inginfo a:visited, #footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: none;
}
#inginfo a:hover, #inginfo a:active, #footer a:hover, #footer a:active {
	text-decoration: underline;
}

/* @end */
