body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFF;
	padding: 10px;
	margin: 0px;
	color: #000000;
}
a {
	color: #000000;
}
td {
	font-size: 11px;
	color: #000000;
}
form {
	margin: 0px;
	padding: 0px;
}
.formSelect option{
	font-size: 9px;
}
.content {
	padding-right:20px;
	float: left;
}
.inputText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #CCCCCC;
	width: 300px;
}
.inputSelect {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #CCCCCC;
}
.inputTextSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #CCCCCC;
	width: 100px;
}
.inputArea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #CCCCCC;
	width: 500px;
}
.inputSubmit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #333333;
	width: 100px;
	cursor:pointer;
}
.divSubmit {
	text-align: right;
	width: 500px;
	margin-top: 5px;
}
div.selectItem {
	height: 60px;
	vertical-align: middle;
}
span.selectItem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 10px;
	background-color: #999999;
}
td.label {
	color: black;
	background-color: #DBDBDB;
	padding-left: 3px;
	padding-right: 3px;
}
.tableIndex td {
	padding-right: 5px;
	padding-left: 5px;
}
.tableIndex input {
	margin: 0px;
}

/* LISTE bei Pages */
.listPage td {
	padding-right: 5px;
	padding-left: 5px;
}
.listPage a{
	color: #000066;
	text-decoration: none;
}
.listPage a:hover{
	text-decoration: underline;
}
.listTr2:hover {
	background-color:#F5CFCF;
	cursor:default;
}
.h1 {
	font-size: 12px;
	color: #003366;
	font-weight: bold;
}
.msg {
	font-size: 11px;
	background-color:#FFFFCC;
	padding: 5px;
	margin-bottom: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #B9BCD0;
	border-right-color: #B9BCD0;
	border-bottom-color: #B9BCD0;
	border-left-color: #B9BCD0;
}
.tdForm {
	background-color: #E8E8E8;
}


/*A:BILDERLISTE*/
.prevImageList {
	overflow: visible;
	position: absolute;
	visibility: visible;
	z-index: 1;
	margin-left: 5px;
}
/*E:BILDERLISTE*/
.infoNeu {
	font-size: 12px;
	font-weight: bold;
	color: #009900;
}
.infoSmall {
	font-size: 9px;
	color: #333333;
}

/* Bilderliset in Page-Edit */
.fckImageList {
	width: 180px;
	float: left;
	height: 450px;
	overflow: auto;
	position: relative;
	visibility: visible;
	z-index: auto;
	font-size: 9px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 50px;
	padding-left: 5px;
	background-color: #FFFFFF;
}
.fckImageList img {
	float: none;
}
.fckImageList form {
	background-color: #E5E5E5;
	text-align: right;
}

/* MENU */
.menuMain {
	height: auto;
	font-size: 11px;
	width: 200px;
	margin-right: 20px;
	float: left;
}
.menuMain ul {
	margin: 0px;
	background-color: #F3F3F3;
	border: 1px solid #CCCCCC;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.menuMain ul:hover {
	border: 1px solid #000000;	
}
.menuMain ul li {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	cursor: pointer;
	background-color: #F3F3F3;
}
.menuMain ul li:hover {
	background-color: #FFC4C4;
}
.menuMain ul li:focus {
	background-color: #F3F3F3;
}
.menuMain .active {
	color: #CC0000;
	font-weight: bold;
}
.menuMain .active a {
	color: #000000;
	font-weight: normal;
}
.menuMain ul li a {
	display: block;
	width: auto;
	white-space: nowrap;
}

.menuMain a {
	color: #000;
	text-decoration: none;
}
.menuMain a:hover {
}

/* Layer Page-Navi */
.naviLayer {
	background-color: #FFE2B7;
	border: 1px solid #000000;
	position: absolute;
	visibility: visible;
	z-index: 2;
	display: none;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
}
.naviLayer a {
	white-space: nowrap;
	display: block;
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: none;
}
.naviLayer a:hover {
	background-color: #FFFFFF;
}
.naviLayer img {
	border: none;
	vertical-align: middle;
}
.naviLayer .space {
	background-image: url(line1.gif);
	background-repeat: repeat;
	border-top: 2px solid #FFE2B7;
	border-bottom: 2px solid #FFE2B7;
	padding: 0px;
	line-height: 2px;
	font-size: 2px;
	height: 2px;
}
/***************************************************
	EINZELBILD
***************************************************/
#bigimage {
	position:absolute;
	visibility:hidden;
	border: 5px solid #fff;
	background-color: #fff;
	cursor: pointer;
	z-index: 1001;
}
#bigimage {
	cursor: hand;
	cursor: pointer;
	background-color: #fff;
	min-width: 100px; 
}
#bigimage #leiste #schliessen_text{
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	margin-right: 1px;
	color: #FFFFFF;
	line-height: 15px;
}
#bigimage img {
	border: 1px solid #666;
}

