html, body {
	border: 0;
	margin: 0;
	background: #ffffff;
	color: #000000;
	height: 100%;
	width: 100%;
	font: normal 100.1% verdana, sans-serif;
	background: url(img/left.gif) repeat-y;
}

td, p {
  margin: 0px;
  padding: 0px;
}

h1 {
	color: #000066;
	font-size: 15pt;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h2 {
	color: #000066;
	font-size: 14pt;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h3 {
	color: #000066;
	font-size: 13pt;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h4 {
	color: #000066;
	font-size: 12pt;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.title {
	color: #F0DF97;
	font-weight: bold;
}

.head {
	color: #F0DF97;
	font-size: 24pt;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#search {
	width: 100%;
}

#menu {
	width:200px;
	margin-top: 20px;
}

#admin {
    margin-top: 50px;
	width:200px;
}

#admin table {
    margin-bottom: 2px;
    width: 200px;
}

#admin .typo3-editPanel-controls {
    background-color: #F0DF97;
    width: 50px;
    height: 25px;
}

#admin .typo3-editPanel-label {
    background-color: #e6e6e6;
    width: 150px;
    height: 25px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top:solid 1px #e6e6e6;
}

#menu ul li{
	display: block;
	background: #0000B3;
	width: 200px;
	border-bottom:solid 1px #e6e6e6;
	height:25px;
	line-height:25px;
}

#menu ul li a {
	font-weight: bold;
	color:#F0DF97;
	text-decoration: none;
	font-family:verdana, sans-serif; font-size: 11pt;
	vertical-align:middle;
	height:25px;
	line-height:25px;
	margin-left:20px;
}

#menu ul li a:hover {
	color:#e6e6e6;
	text-decoration: underline;
}

#menu ul ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border: none;
}

#menu ul ul li{
	display: block;
	background: #0000B3;
	width: 200px;
	border-bottom:solid 1px #e6e6e6;
	height:25px;
	line-height:25px;
}

#menu ul ul li a {
	color:#F0DF97;
	font-weight: bold;
	text-decoration: none;
	font-family:verdana, sans-serif; font-size: 10pt;
	vertical-align:middle;
	height:25px;
	line-height:25px;
	margin-left:40px;
}

#menu ul ul li a:hover {
	color:#e6e6e6;
	text-decoration: underline;
}


/*Seitensuche*/
.tx-indexedsearch-title-caption, a.tx-indexedsearch-title-caption {
    font-size: 12px; font-weight: bold; letter-spacing: 1px; text-decoration:none; color: #2769A5; border:0px;
}

.tx-indexedsearch-title-number  {
    color: #999999; font-weight:bold; font-size:14px;
}

.tx-indexedsearch-redMarkup, .tx-indexedsearch-sw {
    color:#FB5A4C; font-weight:bold;
}

.tx-indexedsearch-descr {
    line-height: 16px;
}

.tx-indexedsearch-searchbox-sword    {
    background: #ECF4FB;
    color: #FB5A4C;
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}

.tx-indexedsearch-searchbox-button   {
    background: #0000B3;
    color: #f0f0ff;
    font-weight: bold;
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}


.login { font-size: 10px; color: #F0DF97; font-weight: bold;}

.logintf { font-size: 10px; background: #ECF4FB; color: #888888;}