/*
* WICHTIG:
* Dieses Design ist keine Vorlage. Sie dürfen es nicht ohne die schriftliche
* Einwilligung von Subhash (www.subhash.at) benutzen. Sie dürfen natürlich
* dieses Stylesheet studieren und die Techniken, die Sie daraus lernen,
* anderweitig benutzen.

* IMPORTANT
* This design is not a template. You may not reproduce it elsewhere without
* Subhash's (www.subhash.at) written permission. However, feel free to study
* the CSS and use techniques you learn from it elsewhere.
*/ 
   
body {
	background-color: #FFF;
	margin: 0;
	padding: 0;
}
body, p, div, ul, ol,td {
	font: 10pt/14pt Helvetica, Arial, Lucida, sans-serif;
	color: #000;
}
a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: black;
}
h1, h2, h3 {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-weight: normal;
}
h1 {
	font-size: 18pt;
	line-height: 23pt;
}
h2 {
	margin: 1em 0 0.3em;
	font-size: 16pt;
	line-height: 20pt;
	page-break-after: avoid;
}
h3 {
	font-size: 13pt;
	line-height: 17pt;
}
p, ul {
	margin: 0 0 0.5em;
}
ul li {
	list-style: none url(../images/sternchen.gif);
}
.versteckt, .sm, .pfeil_reob, #fuss #xhtml, #fuss #css {
	display: none;
}
.noMargin {
	margin: 0;
}
.center {
	text-align: center;
}
#wrapper {
	margin: 5% 10% 7% 14%;/*  ausfuehrlich fuer Opera */
	border: 0;
	padding: 0;
	text-align: left;
}
#titel {
	margin-top: 1.5em;
	text-align: center;
}
#titel h1 {
	margin: 10pt auto 5pt auto;
	width: 75%;
}
#rechteSpalte .logo {
	text-align: center;
	margin: 2em 0 0;
}
#fuss {
	margin: 0.5em 0 0;
	text-align: center;
}
#fuss p {
	font-size: 8pt;
	line-height: 11pt;
}

#kommentare form {
	display: none;
}