@charset "UTF-8";

/*	styles fuer wachter consulting
	d.wachter, dwachter@mindnet.ch
	version: 1.0
	datum: 17.02.2010
=====================================================================*/

/* globale einstellungen
---------------------------------------------------------------------*/

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; background : transparent; }
body { line-height : 1; }
ol, ul { list-style-type : none; }
blockquote, q { quotes : none; }
blockquote:before, blockquote:after, q:before, q:after { content : ''; content : none; }
:focus { outline : 0; }
ins { text-decoration : none; }
del { text-decoration : line-through; }
table { width : 99%; margin-bottom : 1.4em; }
/* tr:nth-child(even) { background-color : #000; background-color : rgba(0,0,0,.6); }*/
th { border-bottom : 2px solid #2a2e18; font-weight : bold; text-align : left; }
td { border-bottom : 1px solid #2a2e18; }
th,td { padding : 4px 10px 4px 0; }
/* tr:last-child td { border-bottom-width : 0; }*/
tfoot { font-style : italic; }
caption { background : transparent; }

* { margin: 0; padding: 0;}

/* body
---------------------------------------------------------------------*/
body {
	text-align: center;
}

/* wrapper
---------------------------------------------------------------------*/
#wrapper {
	width: 960px;
	height: auto;
	min-height: 720px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background: #FFF;
}

/* logo
---------------------------------------------------------------------*/
#logo {
	width: 160px;
	height: 220px;
	float: left;
}

#logo a img {
	text-decoration: none;
	border-style: none;
}

/* header (schriftzug)
---------------------------------------------------------------------*/
#header {
	width: 800px;
	height: 160px;
	background: url(../images/schriftzug-800x160.gif);
	text-indent: -9999px;
	float: right;
}

/* haupt-navigation
---------------------------------------------------------------------*/
#mainNav {
	width: 800px;
	height: 40px;
	background-color: #91A0C8;
	float: right;
	font-family: Verdana, Geneva, sans-serif;
}

#mainNav li {
	width: 100px;
	list-style-type: none;
	display: block;
	float: left;
	padding: 11px 5px;
	text-align: center;
}

#mainNav li a {
	text-decoration: none;
	color: #FFF;
}

#mainNav li a.active {
	color: #244191;
	padding: 11px 5px;
}

#mainNav li a:hover {
	color: #244191;
	background-color: #FFF;
	padding: 11px 5px;
}

/* div fuer clear
---------------------------------------------------------------------*/
#clear {
	clear: both;
}

/* unter-navigation
---------------------------------------------------------------------*/
#subNav {
	width: 160px;
	height: 400px;
	background-color: #91A0C8;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
}

#subNav li {
	list-style-type: none;
}

#subNav li a {
	display: block;
	padding: 5px 5px;
	color: #FFF;
	text-decoration: none;
	line-height: 24px;
}

#subNav li a.active {
	color: #244191;
}

#subNav li a:hover {
	color: #244191;
	background-color: #FFF;
}

/* haupt-inhalt
---------------------------------------------------------------------*/
#mainContent {
	width: 500px;
	height: auto;
	min-height: 380px;
	background-color: #FFF;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

#mainContent h3 {
	color: #244191;
	padding: 10px;
}

#mainContent p {
	color: #244191;
	padding: 10px;
}

#mainContent a {
	color: #244191;
	font-weight: bold;
	text-decoration: underline;
}

/* info-box
---------------------------------------------------------------------*/
#subContent {
	width: 300px;
	height: auto;
	min-height: 400px;
	float: right;
	background-color: #C8CFE3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#subContent h3 {
	color: #244191;
	padding: 10px;
	text-align: center;
}

#subContent p {
	color: #244191;
	padding: 10px;
	text-align: center;
}

/* footer
---------------------------------------------------------------------*/
#footer {
	width: 500px;
	height: 40px;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 160px;
}

#footer p {
	color: #91A0C8;
	text-align: center;
}

/* kontakt-formular
---------------------------------------------------------------------*/
#frmContact {
	width: 500px;
	margin: 0 auto;
	font: 12px Arial, Helvetica, sans-serif;
}

#frmContact fieldset {
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#frmContact legend {
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFF;
	background: #91A0C8;
	margin-top: 0px;
	padding: 5px 10px;
}

#frmContact input.text {
	width: 200px;
}

#frmContact select {
	width: 200px;
}

#frmContact textarea {
	width: 200px;
}

#frmContact #send {
	color: #FFF;
	background: #91A0C8;
	width: 100px;
	margin-left: 10px;
}

#frmContact #send:hover {
	color: #244191;
	background: #FFF;
	width: 100px;
	margin-left: 10px;
}

#frmContact label {
	display: block;
	clear: left;
	float: left;
	width: 120px;
}
#subContent p img {
	text-align: center;
}

