@charset "UTF-8";
/* CSS Document */
/* Die CSS-Datei für die Seite kontakt.html */
/* Autor: Thomas Willeke */
/* Firma: wi-3 Webdesign_Planung_Umsetzung in Menden www.wi-3.de */
/* Datum: 03.05.2009 */

/* _________________________________________________________________________ */

/* Generelles CSS */

html, body {height: 101%;}

html, body, dic, p, ul, ol, h1, h2, h3, h4, pre, form, p, button ,img {
	margin: 0;
	padding: 0;
	border: 0;
}

a {
	text-decoration: none;
	color:#333;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	color: #666;
}
a:active {
	text-decoration: none;
}

body {
	background-color: #FFFFFF;
	font: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: small;
}

#wrapper {
	position: relative;
	text-align: left;
	width: 700px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
}


/* --------------------------------------------------------------------------- */

/* Kopfbereich */

#header {
	height: 80px;
	float: left;
	width: 700px;
}

#logo {
	height: 80px;
	float: left;
	width: 300px;
	background-image: url(img/logo.gif);
}

#kontaktinfo {
	height: 65px;
	float: right;
	width: 300px;
	font-size: 9px;
	color: #666;
	padding-top: 15px;
	margin-right: 10px;
	text-align: right;
	letter-spacing: 3px;
	font-family:Verdana, Geneva, sans-serif;
	line-height: 15px;
}

/* ------------------------------------------------------------------------------ */

/* Navigationsbereich */

#navigation {
	clear: both;
	height: 30px;
	width: 700px;
	background-image: url(img/navbkg.gif);
}

ul#hauptnavi li {
	list-style-type: square;
	float: left;
	margin-left: 30px;
	margin-right: 80px;
	margin-top: 7px;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	font-size:12px;
	font-weight: bold;
}

/* ------------------------------------------------------------------------------ */

/* Hauptinhalt mit 3 Spalten */

#inhalt {
	width: 700px;
	margin-top: 20px;
	height: 800px;
}

#links {
	float: left;
	width: 200px;
	height: 600px;
}

#service {
	width: 190px;
	height: 400px;
	background-image:url(img/servicebkg.gif);
}

#service h1 {
	margin-left: 15px;
	font-size:12px;
}

#service p {
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	color:#666;
}

ul#serv li {
	list-style-type:none ;
	margin-left: 15px;
	margin-bottom: 30px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
}


#mitte {
	float: left;
	width: 490px;
	height: 800px;
	font-size: 12px;
	padding: 5px 5px;
	font-family:Verdana, Geneva, sans-serif;
}

#mitte img {
	margin-left: 20px;
	margin-bottom: 10px;
}

#kont {
	line-height: 30px;
}

/* ------------------------------------------------------------------------------- */

/* Footer-Bereich */

#footer {
	width: 400px;
	height: 20px;
	margin: 0px auto;
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
}
