/* Stylesheet für www.monica-schumacher.ch, handmade by Gilgen Computence, http://www.computence.ch */

/* Generelle Stile */
body {
	margin: 0px;
	padding: 0px;
	background-image:  url(_images/background.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	background-color: #E5E5E5;
	font-size: 101%;
}

html, body, table, tr, td, h1, h2, h3, p, ul, li, span, a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, p, ul, li {
	margin: 0px;
}

.logo {
	padding-left: 30px;
	padding-top: 30px;
	padding-bottom: 35px;
}

/* Inhalt */
.content {
	padding-right: 30px;
	padding-left: 30px;
}

/* Ueberschriften- und Absatzformate */
h1 {
	font-size: 1.05em;
	font-weight: bold;
	letter-spacing: 1px;
	color: #666;
	margin-bottom: 22px;
}

h2 {
	font-size: 0.75em;
	font-weight: bold;
	color: #666;
	margin-bottom: 4px;
	margin-top: 24px;
}

h3 {
	font-size: 0.7em;
	font-weight: bold;
	color: #666;
	margin-bottom: 4px;
	margin-top: 24px;
}

p {
	font-size: 0.77em;
	color: #666;
	margin-bottom: 12px;
	line-height: 1.5em;
}

ul {
	color: #666;
	padding: 0px;
	margin-bottom: 12px;
	margin-left: 15px;
}

li {
	font-size: 0.77em;
	color: #666;
	padding: 0px;
	margin-bottom: 4px;
	line-height: 1.5em;
}

img, img a {
	border: none;
}

/* Hauptnavigation mit Linkklassen*/
.menu {
	font-size: 0.76em;
	font-weight: bold;
	color: #000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
}

.menu a {
	text-decoration: none;
	color: #666;
	display: block;
	width: 200px;
}

.menu a:visited {
	text-decoration: none;
	color: #666;
}

.menu a:hover {
	text-decoration: none;
	color: #000;
	background-color: #FFF;
}

.menu a.aktuell, .menu a.aktuell:visited {
	color: #000;
	text-decoration: none;
	background-color: #FFF;
}

.menu a.aktuell:hover {
	color: #666;
	text-decoration: none;
	background-color: #FFF;
}
.menu p {
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	text-indent: 40px;
	line-height: 34px;
}

/* Linkklassen im Fliesstext */
a.normal:link, a.normal:visited {
	color:#666;
	text-decoration: underline;
}

a.normal:hover {
	color: #000;
	text-decoration: underline;
}


/* Adresse am Seitenende */
.adresse {
	font-size: 0.6em;
	color: #666;
	margin-top: 36px;
	margin-bottom: 5px;
}

/* Kontaktdaten unter Kontakt */
.adresseKontakt {
	font-size: 0.75em;
	color: #000;
	margin-bottom: 6px;
}

/* Bilder im Fliesstext */
.rechts {
	float: right;
	margin-left: 10px;
	margin-top: 5px;
}

.links {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}

/* Linkklassen für Made by Computence unten links */
.copyright {
	position: absolute;
	bottom: 0px;
	left: 0px;
	font-size: 0.6em;
	color: #999;
	width: 160px;
	padding-bottom: 5px;
	padding-left: 40px;
}

.copyright a, copyright a:visited {
	color: #999;
	text-decoration: none;
}

.copyright a:hover {
	color: #666;
	text-decoration: underline;
}

