body{
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	height: 100%; 
	max-height: 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px;
	background-color:#7e92be;
	/* interpretiert nur IE: */
	scrollbar-face-color: #CAD7F4; 
	scrollbar-shadow-color: #555555; 
	scrollbar-highlight-color: #f7f7f7; 
	scrollbar-3dlight-color: #888888; 
	scrollbar-darkshadow-color: #99ADDB; 
	scrollbar-track-color: #99ADDB;
	scrollbar-arrow-color: #006600;
}

* {outline: none}

/* ------------- LAYOUT -------------- */
#framecontentLeft, #framecontentRight{
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 0px;
	height: 100%;
	overflow: hidden;
}

#framecontentRight{
	left: auto;
	right: 0; 
	width: 8px;
	background-color: #7e92be;
}

#framecontentTop, #framecontentBottom{
	position: absolute;
	top: 0; 
	left: 0px;
	right: 8px;
	width: auto;
	height: 24px;
	overflow: hidden;
	
}
.e4header {
	padding-top:2px;
	padding-bottom:2px;
	padding-left:7px;
	border-right:#56617F 0px solid;
	background-color: #637CB4;
}
.e4header div {
	color: white;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 16px;
	font-weight: bold;
}
#framecontentBottom{
	top: auto;
	height: 8px;
	bottom: 0;
	background-color: #7e92be;
}

#e4maincontent{
	position: fixed; 
	top: 24px;
	bottom: 8px;
	left: 0px;
	right: 8px;
	overflow: auto; 
	background-color:#99ADDB;
	border-color:#99ADDB #56617F #99ADDB #99ADDB;
	border-width:1px;
	border-style:solid;
	padding-left: 3px;
	padding-right: 3px;
}

.innertube{
	margin: 3px;
}

.e4bottom {
	height: 0px;
	line-height: 0px;
	border-color:#56617F #56617F #627192 #7e92be;
	border-width:1px;
	border-style:solid;
	width:100%;
	margin-left:1px;
	top:-3px;
}
.e4right {
	height: 100%;
	width:1px;
	border-color:#7e92be #7e92be #7e92be #627192;
	border-width:1px;
	border-style:solid;
	margin-top:-8px;
}

* html body{ /*IE6 hack*/
	padding: 24px 8px 8px 0px;
}

* html #e4maincontent{ /*IE6 hack*/
	height: 100%; 
	width: 100%; 
}

* html #framecontentTop, * html #framecontentBottom{ /*IE6 hack*/
	width: 100%;
}

/* ------------- LINKS -------------- */
A:link, A:visited, A:active, A:hover {
	text-decoration:none;
	font-weight:bold; 
	color: #000000;
}
A:hover {
	color: #662DD0;
}

/* ------------- FORM -------------- */
.feld, input, select {
	border: #637CB4 1px solid;
	background: #CAD7F4;
	font: 11px/12px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 1px;
}
.feld2 {
	border: #637CB4 1px solid; 
	background: #99ADDB; 
	font-size: 9px;
	color: #000000; 
}
.button {
	border-left:1px solid #ffffff;
	border-right:1px solid #aab7d4;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #aab7d4;
	background-color:#CAD7F4;
	font-size: 9px;
}
.radio {
	border:0px;
}

a.button-blue,
.button-blue {
	border:1px solid #24355B;
	color:#FFFFFF;
	padding:3px 5px;
	background:#6C7B9B;
	font-size:10px;
	font-weight:normal;
	line-height:1.5em;
}

a.button-green,
.button-green {
	border:1px solid #477234;
	color:#FFFFFF;
	padding:3px 5px;
	background:#67A54B;
	font-size:10px;
	font-weight:normal;
	line-height:1.5em;
}

/* ------------- TABLE -------------- */
td  { 
 	font-size: 9px;
} 
th {
	font-size: 9px;
	font-weight:bold;
	text-align:left;
}

/* ------------- CLASSES -------------- */
.little { font-size: 9px; }
.normal { font-size: 10px; }
.big { font-size: 12px; font-weight: bold; }
.titel2 { font-size: 18px; }
.title, .untertop {
	font-family: Tahoma, Verdana, Arial, Helvetica;
}
.title {
	font-size: 16px;
	font-weight: bold;
}
.untertop {
	color: #666666;
}
.clearer {
	clear:both;
}
.code {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	font-weight: normal;
}
.codeborder {
	border-bottom:1px solid #637CB4;
	border-top:1px solid #637CB4;
	border-left:1px solid #637CB4;
	border-right:1px solid #637CB4;
	background-color:#ADBDE3;
}
/* UPLOAD/Bildverwaltung */
.my_upload, .my_upload legend {
	padding:2px;
}
.upload_title {
	font-size:12px;
}
.my_upload input, .my_upload textarea {
	padding:2px;
	margin:1px;
}