a {
	text-decoration: none;
	color: #10203D;
}
a:hover {
	text-decoration: underline;
	color: #10203D;
}

form, table, tr, td {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555555;
	text-align: left;
	margin: 0px;
	margin-top: 10px;
	padding: 0px;

}

h1 {
	font-size: 13px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 20px;
}

h3, h2 {
	font-size: 11px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}

h3 {
	font-size: 10px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}

p {
	font-size: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
}

/* --- Formularelemente ------------------------------------------- */



select, input, .button, .upload, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	border: 1px solid #888888;
	color: #555555;
	margin-right: 10px;
}

.input {
	width: 250px;
}

.button:hover {
	background-color: orange;
}

.submit {
	color: black;
	border: 1px solid black;
}

.buttonleiste, .submitleiste {
	margin-top: 10px;
	margin-bottom: 10px;
}

 .submitleiste {
	width: 70%;
}

.upload {
}

.mainselect, .textarea {
	width: 70%;
	height: 100px;
	font-size: 11px;
}

.mainselect, .htmlarea {
	width: 100%;
	height: 150px;
	font-size: 11px;
}

.mainselect {
	height: 250px;
}

/* --- basis layout ------------------------------------------- */

#headdiv {
	width: 100%;
	background-color: #FFFFFF;
}

#navdiv {
	width: 100%;
	background-color: #FFFFFF;
	border-top: 1px solid #777777;
	border-bottom: 1px solid #777777;
}

#contentdiv {
	width: 100%;
	background-color: #FFFFFF;
}

#spacer {
	height: 20px;
	background-color: #FFFFFF;
}

#footerdiv {
	width: 800px;
	height: 40px;
	background-color: #FFFFFF;
	border-top: 1px solid #777777;
}


/* --- headelemente ------------------------------------------- */

#headdiv img{
	margin: 30px;
	margin-right: 0px;
}

/* --- footeremente ------------------------------------------- */

#footerdiv p{
	margin: 30px;
	margin-top: 10px;
	text-align: right;
}


/* Navigationselemente -------------------------------- */


.navigation,
.navigation ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	float: left;
	list-style: none;
	line-height: 20px;
	color: red;
	padding: 0px;
	margin: 0px;
}

.navigation ul {
	margin-left: 20px;
}

.navigation a {
	display: block;
	color: #555555;
	text-decoration: none;
	padding: 3px 0px;
}

.navigation a:hover {
	color: red;
	text-decoration: none;
}


.navigation li {
	float: left;
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

.navigation ul .act a {
	color: blue;
	text-decoration: underline;
}



/* --- contentemente ------------------------------------------- */

#maincontent {
	margin: 0px;
	margin-left: 30px;
padding-top: 15px;
}

.blockheadfalse {
	width: 95%;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #ffa5a5; /* #e0e0e0; */
	border: 1px solid silver;
padding: 0px;
}

.blockheadtrue {
	width: 95%;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #eff7df;
	border: 1px solid silver;
	padding: 0px;
    font-size: 10px; 
    font-family: Verdana, Helvetica, Arial;
	font-weight: bold;
}

.block {
	width: 95%;
	margin-top: 0px;
	margin-bottom: 15px;
	background-color: #FFFFFF;
	border: 1px solid silver;
	border-top: 1px solid white;
padding: 0px;
}

.innerblock {
	margin-left: 5px;
}
.block .innerblock {
	padding-bottom: 5px;
}

.innerblock embed {
	margin-right: 10px;
}

.blockhead .innerblock h2 {
	padding-top: 0px;
	padding-bottom: 0px;
}

.block .innerblock h3 {
	padding-top: 4px;
	padding-bottom: 2px;
}

td.currentDayCell {
  background-color: silver;	
}

div.portlet-area {
  background-color: white;
  font-weight: bold;
  color: #333333;
  width: 800px;
  margin-bottom:15px;
}

div.portlet-area-header-bg {
  background-color: #e0e0e0;
  border: 1px solid silver;
  color: #333333;
  width: 100%;
  height: 18px;
}




