* {
margin: 0;
padding: 0;
}

body{
	background-color: #dddddd;
	font-family: Arial, Helvetica, sans-serif;
}

a:link{
	color: #000000;
	text-decoration: none;

}

a:visited{
	color:  #333333;
	text-decoration: none;
}

a:active{
	color: #ffcc66;
	text-decoration: none;}

img{
border:0;
}

a:hover{
	text-decoration: underline;}

img{
border:0;
}

/* BEREICHE */

#container{
	position: relative;
	margin-left:auto; 
	margin-right:auto;
	width: 900px;
	height: 600px;
}

#untenlinks{
	position: absolute;
	bottom: 10px;
	left: 10px;
	font-size: 14pt;
}

#untenrechts {
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 14pt;
}

#mitte{
	position: absolute;
	top: 230px;
	left: 370px;
	font-size: 20pt;
}

#container2{
	position: absolute;
	left:200px; 
	top: 0px;
	width: 700px;
	min-height: 200px;
	background-color: #ffffff;
}

#kopfbalken{
	position: absolute;
	left: 0px;
	top: 0px;
	width:700px;
	height: 40px;
}

#hoch{
	position: absolute;
	top: 10px;
	left: 660px;
	}

#links{
	position: absolute;
	top: 10px;
	left: 585px;
}

#rechts{
	position: absolute;
	top: 10px;
	left: 610px;
}

#textbereich{
	position: absolute;
	left: 0px;
	top: 60px;
	width:700px;
	max-height: 520px;
	background-color: #ffffff;
}

#fussbereich{
	position: relative;
	left: 40px;
	top: 0px;
	width:540px;
	font-size: 10pt;
}

table.fussbereich{
	width:540px;
}

td.fusslinks{
	text-align: left;
	vertical-align:top;
}

td.fussrechts{
	text-align: right;
	vertical-align:top;
}




/* POSITION UND FORMAT TEXTPROBEN */

table.textprobe{
	position: absolute;
	left: 90px;
	top: 30px;
	width:720px;
	height: 520px;
}

td.textprobe{
	text-align: left;
	vertical-align:middle;
	font-size: 14pt;
}
p.textprobe{
	margin-bottom: 20px;
}

p.quelle{
	text-align: right;
	font-size: 10pt;
}

/* FARBEN */


div.farbebalken_krimi{
background-color: #993333;
}

div.farbehaupttext{
color: #993333;
}

div.farbebalken{
background-color: #ffcc66;
}

/* POSITION UND FORMAT INFORMATIONEN */

p.kopftext{
padding: 10px;
padding-left: 40px;
color: #000000;
}

p.kopftext_krimi{
padding: 10px;
padding-left: 40px;
color: #fff;
}

p.haupttext{
font-size: 11pt;
margin-top: 6px;
margin-bottom: 6px;
padding-left: 40px;
padding-right: 120px;
}

p.zwischentitel{
font-size: 11pt;
font-style:italic;
margin-top: 18px;
margin-bottom: 12px;
padding-left: 40px;
padding-right: 120px;
}

p.quelle2{
	padding-right: 120px;
	text-align: right;
	font-size: 10pt;
	margin-bottom: 12px;
}


	
	

