body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {  
	margin:0; /*um alle Elemente von der default Einstellung 1 em zu befreien*/
	padding:0; 
} 


body {
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000; 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%; /*nutzt den Platz zu 100%*/
}
#container {
	text-align: left;
	background-color: #FFF;
	max-width: 61.75em; /* 988px / 16px = 61.75em */
	/*margin-top: 0.875em; 14px / 16px = 0.875em */
	margin: 0 auto; /*zentriert den Container*/
	/*margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;*/
}
#mainContent {
	padding-right: 1.225em;/* 14px / 16px = 0.875em */
	padding-left: 1.225em;/* 14px / 16px = 0.875em */
	margin-left: 25%;
	float: left;
}
#sidebar {
	/*float: left;*/
	position: fixed;
	max-width: 25%;
}
.line {
	background-image: url(1pixel_s.gif);
	background-repeat: repeat-x;
	/*margin-top: 0.0625em;*/
	margin-bottom: 0.58125em;
	margin-top: 0.58125em;/* 14px / 16px = 0.875em */
}
#pass {
	padding-top: 0.1875em;
	padding-bottom: 0em;
}
h1 {
	font-size: 1.75em;/*die größte Schriftgröße ist 28px, doppelt so groß wie der Fließtext
	16px ist die default Einstellung, also 1 em, 28px : 0,16 = 1,75 em*/
	font-weight: lighter;
	margin-bottom: 0.48125em;
	margin-top:1.44375em; 
}



h2 {
	font-size: 1.3125em;/*h2 soll halb genau zwischen Fließtext und h1 groß sein:
	also 21px = 1.3125em*/
	clear: both;
	/*margin-bottom: 0.6125em;*/
	/*line-height: 1.8375em;*/ /*die Zeilenhöhe 1,4 fach vergrößern verbessert die Lesbarkeit: 1.3125em x 1.4 = 1.8375em*/
	font-weight: normal;
	margin-bottom: 0.896875em;
	margin-top: 2.690625em;
}
p {
	font-size: 0.875em;
	line-height: 1.225em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 1.225em; /*die default Höhe beträgt 1 em, was das Schriftbild verfälscht*/
	margin-bottom: 1.225em; /*die default Höhe beträgt 1 em, was das Schriftbild verfälscht*/
}
}
strong {
	color: #272727;
}
a {
	color: #006;
	text-decoration: none;
}
a .ImageLeft {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.ImageLeft {
	float: left;
	margin-right: 1.225em;
	margin-bottom: 1.225em;
	text-decoration: none;
}

.floatright {
	float: right;
}
.floatleft {
	float: left;
}
.clear {
	clear: both;
}
a:hover {
	text-decoration: underline;
}
