html,div,p,dl,ol,ul,dd,dt,fieldset,form,frame,frameset,noframes,blockquote,center,dir,fieldset,hr,menu,pre {
	border:0;
	display:block;
	margin:0;
	padding:0;
	text-align:justify;
	}

body {
	background-color:#FFFFFF;
	color:#133B66;
	font-family:Arial,Verdana,sans-serif;
	font-size:12px;
	line-height:162%;
	margin-left:4%;
	margin-right:4%;
	margin-top:4%;
	overflow:scroll;	/*	wenn der text zu kurz ist, 'schwimmt' der linke container beim wechsel,
							wenn der scrollbalken nicht erzwungen wird */
	}
	
div#oben {
	background-attachment:scroll;
	background-color:#FFFFFF;
	background-image:url(../akefgrafix/basics/akef_logo.jpg);
	background-position:0% 0%;
	background-repeat:no-repeat;
	position:absolute;
	top:4%;
	}
	
#oben h1{
	font-size:3.6em;
	margin:0 24px 8px 154px;	/*	reihenfolge : oben, rechts, unten, links */
	}
	
/* ---- */
	
div#links {	/* OP IE */
	position:absolute;
	border-top:1px solid #006598;
	overflow:auto;
	padding-bottom:4%;
	top:33%;
	width:72%;
	}
	
#links dd.abb {
	text-align:right;
	}

#links ol {
	border:0;
	}
	
#links ul {
	border:0;
	padding-bottom:1.4em;
	}
	
#links h1 {
	font-size:2.4em;
	}
	
/* ---- */
	
div#rechts {
	position:absolute;
	border-top:1px solid #006598;
	margin-left:73%;
	overflow:auto;
	padding-bottom:4%;
	top:33%;
	width:33%;
	}

#rechts dl,ol,ul {
	border-left:1px dotted #006598;
	padding-left:0.6em;
	}
#rechts li {
	list-style-type:none;
	}

#rechts dt,dd {
	color:#990000;
	}
	
#rechts dd {
	font-family:Verdana, san-serif;
	}

#rechts a {
	background-color:transparent;
	color:#990000;
	font-weight:normal;
	font-family:Verdana, san-serif;
	}
	
#rechts a:before {
	content:"~ ";
	}
	
#rechts a:hover {
	background-color:transparent;
	color:#FF9C31;
	font-weight:bold;
	}
	
/*----------------------------------------------------------------------*/

img {	
	border:1px dotted #006598;
	float:left;
	margin:1px;
	overflow:visible;
	padding:1px;	/*	reihenfolge : oben, rechts, unten, links */
	height:auto;
	width:auto;
	}

img.abb {
	overflow:scroll;
	width:98%;
		}
img.banner {
	border:0;
	margin:1.2em 0 0 16%;	/*	reihenfolge : oben, rechts, unten, links */
	}
	
img.intext {
	margin:1.2em 1.2em 2.4em 3.6em;	/*	reihenfolge : oben, rechts, unten, links */
	}
	
img.www {
	border:0;
	padding:0;
	}

/*----------------------------------------------------------------------*/

h1,h2,h3,h4,h5,h6,dt {
	color:#006598;
	font-family:Calibri, Cambria, "Times New Roman", serif;
	margin:0;
	padding:0.6em 0em 0.4em 2em;	/*	reihenfolge : oben, rechts, unten, links */
	text-align:left;
}
	
h1	{
	font-size:3.2em;
	line-height:102%;
	padding:0.6em 0 0.4em 2.0em;	/*	reihenfolge : oben, rechts, unten, links */
	}
	
h2	{
	font-size:2.0em;
	line-height:104%;
	padding:0.6em 2.0em 0.4em 2.0em;	/*	reihenfolge : oben, rechts, unten, links */

	}
	
dl,ol,ul {
	margin:0 1.8em 0 1.8em;	/*	reihenfolge : oben, rechts, unten, links */
	}
	
dt	{
	font-size:1.6em;
	font-weight:bold;
	padding:1em 0 0.6em 0;	/*	reihenfolge : oben, rechts, unten, links */
	}
	
ol dl {
	margin:0.2em;
	}
	
ul {
	list-style-type:square;
	}

ul ul {
	margin:0 1.2em 0 1.2em;	/*	reihenfolge : oben, rechts, unten, links */
	}

ol ol,ul ol {
	margin:0 1.2em 0 1.6em;	/*	reihenfolge : oben, rechts, unten, links */
	}

ul.navi	{
	position:relative;
	border-top:0;
	border-bottom:1px solid #006598;
	height:2.4em;
	list-style:none;
	margin:0 24px 8px 240px;	/*	reihenfolge : oben, rechts, unten, links */
	width:82%;
	}
	
	
li.navi	{
	border-right:1px solid #006598;
	float:left;
	height:3.2em;
	margin:0;
	padding:0 1.6em 0 1.6em;	/*	reihenfolge : oben, rechts, unten, links */
	width:auto;
	}
	
table {
	table-layout:auto;
	border-collapse:collapse;
	border-spacing:0;
	margin-left:1.6em;
	padding:0;	/*	reihenfolge : oben, rechts, unten, links */
	width:96%;
	}
	
col#c1 {
	width:54%;
	}
	
td {
	border:1px solid #999999;
	color:#990000;
	padding:2px 8px 2px 16px;	/*	reihenfolge : oben, rechts, unten, links */
	text-align:left;
	}
	
th {
	background-color:#CCCCCC;
	color:#990000;
	border:1px solid #999999;
	border-left:1px solid #990000;
	padding:2px 4px 2px 8px;	/*	reihenfolge : oben, rechts, unten, links */
	text-align:left;
	}
		
th:before {
	content:"__";
	}
	
	
a:link {
	background-color:transparent;
	color:#00728E;
	font-weight:bold;
	text-decoration:none;
}
a:visited {
	background-color:transparent;
	color:#00728E;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	background-color:#FFFFFF;
	color:#ff931f;
	text-decoration:none;
}
a:active{
	background-color:#FFFFFF;
	color:#ff931f;
	text-decoration:none;
}
a:focus {
	background-color:#FFFFFF;
	color:#FF9C31;
	text-decoration:none;
}

/*----------------------------------------------------------------------*/
	
.akef {
	color:#484848;
	font-family:Calibri,Verdana, sans-serif;
	font-size:124%;
	font-style:normal;
	font-weight:bold;
	}

.aktiv {
	background-color:#ff931f;
	}
	
.appell {
	border:1px solid #006598;
	margin-top:1.4em;
	padding:0.8em 0.8em;	/*	reihenfolge : oben, rechts, unten, links */
	text-align:center;
	}
	
.form {
	color:#990000;
	}
	
.imp {
	list-style-type:none;
	}
	
.imp :first-child {
	font-weight:bold;
	padding:0.8em 0 0.4em 0;	/*	reihenfolge : oben, rechts, unten, links */
	}
	
.intext {
	clear:left;
	}
	
.retext {
	clear:right;
	float:right;
	margin:1em 0 1em 1.8em;	/*	reihenfolge : oben, rechts, unten, links */
	}
	
.letztes {
	border:0;
	}
	
.unten {
	clear:left;
	margin:0;
	text-align:right;
	}
	
.zuspruch {
	clear:left;
	margin: 1.8em 0 1.8em 0;	/*	reihenfolge : oben, rechts, unten, links */
	}
	
.zuspruch table {
	border:1px solid #999999;
	margin-left:3.2em;
	width:82%;
	}
	
.zuspruch td {
	background-color:#CCCCCC;
	border:0;
	}
	
.zuspruch td.letzte {
	padding-bottom:8px;	/*	reihenfolge : oben, rechts, unten, links */
	}
	
.zuspruch th {
	border:0;
	font-size:136%;
	padding:8px 0 8px 16px;	/*	reihenfolge : oben, rechts, unten, links */
	}
	
.zuspruch th:before {
	content:none;
	}
	
.zuspruch th:before {
	content:"";
	}

/*----------------------------------------------------------------------*/

strong {
	color:#006598;
	font-size:112%
	}

	
	

