body {
	margin: 0;
	padding: 0;
	/* background-color: #1A5091; geaendert zu*/
        background-color: #225C9B;
        color: black;
        font-family:Tahoma, Verdana, Arial, sans-serif;
}
#oben {
        background:url(images/Titelleiste-CA.png) no-repeat;
        position: absolute;
	/* ohne IE/Mac \*/
	position: fixed;
	top: 0px;
        left:0px;
	height: 146px;
	width: 100%;
        color: #eee;
}
#linkeS {
	background-color: #225C9B;
        position: absolute;
	/* ohne IE/Mac \*/
	position: fixed;
	top: 150px;
        left:0px;
	height: 100%;
	width: 200px;
}
#inhalt{
        /* background-color: #1A5091; geaendert zu*/
        background-color: #338AE8;
        position: absolute;
        top: 150px;
        left:200px;
       	padding:1em;
	overflow: auto;
        float: right;
        width:80%;
}
.fixfloat {
        float: none;
        clear: both;
        width: 1px;
        padding: 0;
        margin: 0;
        font-size: 0px;
        line-height: 0px;
        height: 1px;
}
#linkeS ul {
	list-style-type:none;
       	margin:0;
       	padding:0;
       	padding-top:30px;
       	height:125px;
}
#linkeS li {
 	padding-left:1.5em;
       	padding-top:0.1em;
}
#linkeS li a  {
 	display:block;
       	width:150px;
        line-height: 30px;
        vertical-align: middle;
       	text-align:center;
       	padding-left:0.8em;
       	padding-top:0.1em;
 	padding-right:25px;
       	font-size:0.7em;
        font-weight:bold;
        background-image:url(images/c05_1024sidebut_off.gif);
        background-repeat: no-repeat;
        background-position:0 0.01em;
        text-decoration:none;
        color : black;
}
#linkeS li a:hover {
	background:url(images/c05_1024sidebut_on.gif) no-repeat;
	background-position:0 0.01em;
	text-decoration:none;
      	color:red;
}
.leer { display:block;
       	width:150px;
       	height:20px;
        background-image:url(leer.gif);
        background-repeat: no-repeat;
        background-position:0 0.01em;
        text-decoration:none;
        color:black;
}

.titelzeile {
	position: fixed;
        top: 5px;
        left: 3em; /*1.2em;*/
        line-height: 60px;
        color: #eee;
}
a {	text-decoration:none;
	color:#eee;
}
a:hover { color:red;}

.zitat { font-family:'Courier New'; font-style:italic; font-size:0.9em; }
.code { font-family:'Courier New'; font-weight:bold; font-size:1.1em;}
