@charset "UTF-8";
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #303;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 120%;
}
.thrColAbsHdr #container {
	position: relative;
	width: 780px;
	background: #FFFFFF;
	text-align: left;
	/*line-height: 1.5em;*/
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
} 
/*.thrColAbsHdr #header {
} 
.thrColAbsHdr #header h1 {
	margin: 0;  
} */
.thrColAbsHdr #sidebar1 {
	position: absolute;
	top: 160px;
	left: 0;
	width: 140px;
	background: #EBEBEB;
	font-size: small;
	padding: 0px;
}
.thrColAbsHdr #sidebar2 {
	position: absolute;
	top: 160px;
	right: 1px;
	width: 130px;
	font-size: x-small;
	/*text-align: right;*/
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	line-height: 150%;
	height: 638px;
}
.thrColAbsHdr #mainContent {
	margin-top: 0px;
	margin-right: 170px;
	margin-left: 160px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	height: auto;
	text-align: left;
}
.thrColAbsHdr #footer {
	font-size: xx-small;
	background-color: #EBEBEB;
	text-align: center;
	margin-top: 20px;
	padding-top: 0;
	clear: both;
} 
.thrColAbsHdr #footer p {
	margin: 0;
	padding: 10px 0;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.fett {
	font-weight: bold;
	font-color: #006;
}
.grau {
	color: #666;
}
.grau_15 {
	color: #666;
	font-size: 1.2em;
}
.kleiner {
	font-size: smaller;
}
ol,ul {
	list-style-type: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;	/*padding-left: 25;*/
} 
li {
	padding: 0;
	list-style-type: none;
	margin-bottom: 0.4em;
} 
a:link {
	color: #906;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #306;
}
a:hover {
	text-decoration: underline;
	color: #00F;
}
a:active {
	text-decoration: none;
	color: #F00;
}
.kleiner_grau {
	font-size: smaller;
	color: #666;
}
.fett_zh2 {
	font-weight: bolder;
}
p {
	margin-bottom: 0.5em;
}
h1 {
	color: #C36;
	text-shadow: #666 2px 2px 2px;
	line-height: 130%;
}
h2 {
	color: #63C;
	text-shadow: #999 2px 2px 2px;
	line-height: 125%;
}
h3 {
	color: #939;
	text-shadow: #ccc 2px 2px 2px;
	line-height: 120%;
}
h4 {
	color: #339;
}
.blau339 {
	color: #339;
}
.violett639 {
	color: #639;
}
.kursiv {
	font-style: italic;
}
.zentriert {
	text-align: center;
}
.mono {
	font-family: "Courier New", Courier, monospace;
	font-size: small;
}

