<!--
/* Formattierung für das gesamte Dokument */
body {
	font-family:Georgia,'Times New Roman',serif;
	font-size:87.5%;
	/*background:url(grid21.gif);*/
}
/*html>body {
	font-size:14px;
}*/

/* Absätze */
p, address {
	font-size:1em; line-height:1.5em;
	/*text-indent:1em;*/ margin-bottom:1.5em; /*width:40em;*/
	text-align:justify;
}
p.small {
	font-size:0.85em; line-height:1.5em;
}
/* Überschriften */
h1,h2,h3,h4,h5,h6 {
	font-family:'Trebuchet MS',Arial,sans-serif;
	font-weight:normal;
}
h1 {
	font-size:2em; line-height:1.5em;
	margin-bottom:1em;
	font-variant:small-caps;
}
h2 {
	font-size:1.5em; line-height:1.333em;
	margin-bottom:0.667em;
	font-variant:small-caps;
}
h3 {
	font-size:1.333em; line-height:1.125em;
	margin-bottom:1.125em;
	font-variant:small-caps;
}
h4 {
	font-size:1.167em; line-height:1.1em;
	margin-bottom:0.186em;
}
h5 {
	font-size:1.083em; line-height:1.2em;
	margin-bottom:0.185em;
}
h6 {
	font-size:1em; line-height:1.3em;
	margin-bottom:0.2em;
}

/* Listen */
ul, ol {
	font-size:1em; line-height:1.5em;
	margin-bottom:1.5em; margin-left:1em; margin-right:1em;
	/*width:36em;*/
}
/*verhindert, dass Aufzählungszeichen unter floats verschwinden*/
	ul {overflow:hidden; padding-left:1.3em;}
	ol {overflow:hidden; padding-left:1.7em;}

dl {
	font-size:1em; line-height:1.5em;
	margin-bottom:1.5em; /*width:40em;*/
}
dd {
	margin-left:3em; /*width:37em;*/
}

/* HTML-Strukturblöcke */
blockquote {
	margin-left:3%; /*width:37em;*/
}
blockquote p {
	width:97%;
}
code,pre,samp,kbd {
	font-family:'Courier New',monospace;
}
var {
	font-family:'Times New Roman',serif;
}
.right, .left {
	font-size:0.917em; line-height:1.637em;
}
.right {
	float:right;
	margin:0 0 1.637em 1em;
}
.left {
	float:left;
	margin:0 1em 1.637em 0;
}

/* logische Auszeichnungen */
strong {
	font-weight:bold; font-style:normal;
}
em, dfn {
	font-weight:normal; font-style:italic;
}

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clear { display: inline-block; }   
.clear:after, .container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; }


-->