/* ----------------------------------------------------------------
	www.lataverna.ch Standard CSS
	Autor: Future Tools Lindner
	Version: April.2007
	Allg. Formatierungen, Layout,...
---------------------------------------------------------------- */
body, html {
	height: 100%;
}

body {
	background: #ffffff url(body_bg.gif) repeat-y center;
	font-size: 101%;
	text-align: center;
	margin: 33px 0 0 0;
	padding: 0;
}

div, h2, h3, h4, h5, h6, p, table, ul, ol, img {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

.Stil5 {color: #C9649C}

.text {
	font-size: 12px;
	}
	
.textBottom {
	font-size: 9px;
	}

h2 {
	font-size: 1.05em;
	color: #333333;
}

h3 {
	font-size: 0.95em;
	color: #336699;
}

h4{
	font-size: 0.85em;
	color: #666666;
}

a {
	text-decoration: none;
	font-size: 12px;
}

a:link, a:visited {
	color: #336699;
	border-bottom: 1px solid #336699;
}

a:active, a:hover {
	color: #CC3399;
	border-bottom: 0;
}

img {
	text-decoration: none;
	border: 0;
}
