/* System Layout */
#modeswitch {
	position: absolute;
	right: 0;
	top: 0;
	}
	
/* Definitionen ModeSwitch Navi */
#modeswitch ul {
	width: 340px;
	height: 30px;
	background-image: url(images/modeswitch.png);
	margin: 0;
	padding: 2px 0 8px 60px;
	list-style-type: none;
	}
#modeswitch ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	}
#modeswitch ul li.pfeil {
	background-image: url(images/pfeil.png);
	width: 30px;
	height: 30px;
	}
#modeswitch ul li a:link, #modeswitch ul li a:visited {
	display: block;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	padding: 0 33px 0 10px;
	}
#modeswitch ul li a:link.active, #modeswitch ul li a:visited.active {
	background-image: url(images/activ.png);
	background-repeat: no-repeat;
	}
h5 {
	font-size: 12px;
	color: #900000;
	font-weight: normal;
	font-style: italic;
	}
h5.meldung {
	font-size: 12px;
	color: #106020;
	font-weight: normal;
	font-style: italic;
	}
	
label {
	float: left;
	width: 120px;
	padding: 3px 0 0 0;
	font-weight: bold;
	font-style: italic;
	}

label.area {
	width: 300px;
	}
label.preForm {
	width: 160px;
	padding: 0;
	}
label.normal {
	font-weight: normal;
	font-style: normal;
	}
label.normalArea {
	font-weight: normal;
	font-style: normal;
	width: 300px;
	}
input.text, textarea {
	border: 1px solid #a0a0a0;
	}
textarea {
	font-family: arial, verdana, tahoma, sans-serif;
	font-size: 12px;
	width: 300px;
	height: 80px;
	}
textarea.code {
	font-family: "Courier New", Courier, monospace;
	color: #000050;
	}
hr {	
	width: 300px;
	float: left;
	display: block;
	color: #909090;
	}

.cmsTAB {
	margin: 10px 0;
	padding: 3px 0;
	background-color: #cdcbb6;
	border: 1px solid #909090;
	}
p.long {
	width: 400px;
	}