/************************************************************************************
* Copyright Meisterbetrieb Tobias Wimmer
* Erstellt von Bernd Lutz Websolutions (http://berndlutz.com)
* Letzte Änderung: 17.05.2008
*************************************************************************************/


body {
	font: 11pt "Lucida Grande", Verdana, sans-serif;
	line-height: 1.5em;
	color: #000;
	background: #fff;
	}

* {
	margin: 0;
	padding: 0;
	}

p, h1, h2, h3 {
	margin: 1em 0;
	padding: 0;
	}

a {
	color: #000;
	}

h1 {
	font-size: 14pt;
	font-weight: normal;
	color: #939393;
	}

h2 {
	font-size: 12pt;
	text-transform: uppercase;
	color: #626262;
	}

h3 {
	font-size: 12pt;
	font-weight: normal;
	color: #626262;
	}

address {
	white-space: pre;
	font-style: normal;
	}


/* Nicht angezeigte Elemente
********************************************************************/


noscript, #slideshow, #nav, hr, address span, .trap, #header em, form, #subnav, #col-2 h3 {
	display: none;
	}


/* Layout: Header
********************************************************************/


#header {
	height: 60px;
	border-bottom: 1px solid #999;
	}

#header img {
	border: none;
	}


/* Layout: Footer
********************************************************************/


#footer {
	margin-top: 1em;
	border-top: 1px solid #999;
	font-size: 10pt;
	color: #999;
	}

#footer a {
	color: #999;
	}
