.caption_Aufgabe{
	font-style:normal;
	font-weight: bolder;
	font-variant: normal;
	text-decoration: underline;
	font-size: 16px;
	color: #333333;
}

.content_CCode{
	background:#fafafa;
	border:1px solid #d1d7dc;
	color:#666666;
	font:12px "Courier New",Courier,monospace;
	white-space:nowrap;
	padding-top: 0px;
	margin-right: 15px;
	padding-right: 5px;
	padding-left: 5px;
	margin-left: 15px;
	margin-top: 3px;
}

.fold {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.fold1 {
	margin: 10px;
	padding: 10px;
	background-color: #555555;
	border: 1px dotted #999999;
}
.fold_Aufgabe{
	margin: 0px;
	margin-top: 5px;
	background-color: #F0FFF0;
	padding-bottom:5px;
}

.fold_Aufgabenstellung {
	background-color: #00CC00;
	padding-bottom:5px;
}
.fold_Antwort {
	background-color: #00CCFF;
	padding-bottom:5px;
}

.caption {
	display: block;
	color: #FF0066;
	font-size: 14px;
	font-weight: bold;
}
.caption1 {
	font-size: 18px;
	font-weight: bold;
}
.content {
	margin-left: 15px;
	margin-top: 3px;
	padding: 5px;
	padding-top: 0px;
}
.content1 {
	margin-left: 15px;
	margin-top: 3px;
	border: dashed 2px #CC0000;
	padding: 5px;
	padding-top: 0px;
}

.hidden {
	display: none;
}
.foldIcon {
	margin-right: 5px;
	vertical-align: middle;
	text-decoration: none;
}
.highlight {
	color: #000000;
	background-color: #CCFF00;
}
.highlight:hover {
	color: #000000;
	text-decoration: none;
}

.caption_CCode {
	margin:0px;
	padding:0px;
}
.content_Aufgabe {
	margin-left: 15px;
	margin-top: 3px;
	margin-bottom: 5px;
}
.content_Aufgabenstellung {
	margin-left: 15px;
	margin-top: 3px;
}
.content_Antwort {
	margin-left: 15px;
	margin-top: 3px;
		margin-bottom: 5px;
}
.content_Ausgabe {
	border:1px solid #d1d7dc;
	color:#00FF33;
	white-space:nowrap;
	padding: 5px;
	padding-top: 0px;
	margin-right: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-left: 15px;
	margin-top: 3px;
	font-family: "Lucida Console";
	font-size: 12px;
	background-color: #000000;
}
.content_Eingabe {
	border:1px solid #d1d7dc;
	color:#000000;
	white-space:nowrap;
	padding: 5px;
	padding-top: 0px;
	margin-right: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-left: 15px;
	margin-top: 3px;
	font-family: "Lucida Console";
	font-size: 10px;
	background-color: #FFFFFF;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFCC;
	border-color: #CCCCCC;
}
div {
	/*padding: 5px;*/
}
#Layer1 {
	position:absolute;
	left:0px;
	top:5px;
	width:95px;
	height:430px;
	z-index:1;
	border: thin solid #CCCCCC;
}
#Layer2 {
	position:relative;
	left:auto;
	top:auto;
	width:800px;
	height:90px;
	z-index:2;
	visibility: visible;
	overflow: visible;
	border: thin groove #CCCCCC;
}
#Layer3 {
	position:absolute;
	left:106px;
	top:6px;
	width:690px;
	height:575px;
	z-index:3;
	overflow: auto;
	text-align: left;
}
#Layer4 {
	position:relative;
	left:auto;
	top:auto;
	width:800px;
	height:700px;
	z-index:4;
}
#Layer5 {
	position:absolute;
	left:42px;
	top:600px;
	width:728;
	height:90;
	z-index:5;
}
#CkursHeader {
	width: 490px;
	float: left;
	position: relative;
	top: 17%;
}
#CKursSearch {
	float: right;
	width: 300px;
	position: relative;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
}
