@CHARSET "UTF-8";
body {
	background-color: #828282;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, arial,sans-serif;
	font-size: 10pt;
}
h1 {
	font-family: Garamond, "Times New Roman", serif;
	color: #990000;
	font-variant: small-caps;
}
h2 {
	font-family: Garamond, "Times New Roman", serif;
	color: #990000;
	letter-spacing: 0.1em;
}
dt, li {
	font-family: "Lucida Sans", Arial, sans-serif;
}
	
label {
	font-weight: bold;
}
a:link, a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	color: #887;
	text-decoration: underline;
}
img {
	border: 0px;
}
#container {
	position:absolute;
	width:900px;
	top:0;
	left:50%;
	color: #8D331D;
	margin-left: -450px;
}
#header {
	border-left: 5px solid #990000;
	border-top: 5px solid #990000;
	border-right: 5px solid #990000;
	background: #ebc96d url('../images/logo.jpg') no-repeat;	 
	width: 890px;
	height:172px;       
}
#menubar {
	width: 900px;
	height: 28px;
	background-color: #990000;	 
}
html > body #menubar {
	width: 900px;
	height: 28px;
	background: #990000 url('../images/toolbar.png');	 
}
.menuItem {
	float: left;
	padding: 5px;
	color: #FFD21D;
	border-right: 1px solid #990000;
}
.menuSelected {
	float: left;
	padding: 5px;
	color: #FFD21D;
	background-color: #990000;
	border-right: 1px solid #990000;
}
.menuReSelected {
	float: left;
	padding: 5px;
	color: #FFD21D;
	background-color: #990000;	 
	border-right: 1px solid #990000;
}
html > body .menuReSelected {
	float: left;
	padding: 5px;
	color: #FFD21D;
	background: #990000 url('../images/toolbar.png');	 
	border-right: 1px solid #990000;
}
.menuProfile {
	position: absolute;
	right: 0px;
	padding: 5px;
	color: #FFD21D;
	border-left: 1px solid #990000;
	border-right: 1px solid #990000;
}
.menuProfileSelected {
	position: absolute;
	right: 0px;
	padding: 5px;
	color: #FFD21D;
	background-color: #990000;
	border-left: 1px solid #990000;
	border-right: 1px solid #990000;
}
.menuProfileReSelected {
	position: absolute;
	right: 0px;
	padding: 5px;
	color: #FFD21D;
	background-color: #990000;	 
	border-left: 1px solid #990000;
	border-right: 1px solid #990000;
}
html > body .menuProfileReSelected {
	position: absolute;
	right: 0px;
	padding: 5px;
	color: #FFD21D;
	background: #990000 url('../images/toolbar.png');	 
	border-left: 1px solid #990000;
	border-right: 1px solid #990000;
}
#footer {
	clear: both;
	width: 900px;
	height: 22px;
	padding-top: 3px;
	color: #FFD21D;
	background-color: #990000;	 
}
html > body #footer {
	clear: both;
	width: 900px;
	height: 22px;
	padding-top: 3px;
	color: #FFD21D;
	background: #990000 url('../images/toolbar.png');	 
}
#footer a{
	text-decoration: none;
	color: #990000;
}
#loginBox {
	position: absolute;
	width: 127px;
	height: 172px;
	color: #8D331D;
	right: 5px;
	background-color: #ebc96d;
}
html > body #loginBox {
	position: absolute;
	width: 127px;
	height: 172px;
	color: #8D331D;
	right: 5px;
	background-color: #ebc96d;
}
#leftcolumn {
	float: left;
	width: 127px;
	margin: 5px 3px 0px 3px;
}
#rightcolumn  {
	float: right;
	width: 127px;
	margin: 5px 3px 0px 3px;
}
#toc {
	padding: 0px 5px 5px 10px;
	margin: 5px;
	border: 1px dashed #990000;
	color: #990000;
	background-color: lightgrey;
}
#inhalt {
	padding: 10px 10px 10px 10px;
	margin-left: 133px;
	margin-right: 133px;
	text-align: justify;
	min-height: 540px;
	background-color: #ebc96d;
}
#boxInhalt {
	padding: 10px 10px 10px 10px;
	margin-left: 133px;
	margin-right: 133px;
	text-align: justify;
	min-height: 350px;
	background-color: #fff;
}
#adminInhalt {
	padding: 10px 10px 10px 10px;
	border-left: 3px solid #990000;
	border-right: 3px solid #990000;
	text-align: justify;
	background-color: #ebc96d;
}
#column {
	background-color: #ebc96d;
	border: 1px solid #990000;
	margin-bottom: 10px;
	font-size: 8pt;
}
#columnHeader {
	padding: 3px 0px 3px 5px;
	color: #FFD21D;
	background-color: #990000;
	font-size: 10pt;
	font-weight: bold;
	
}
.columnContent {
	padding: 5px;
}
.columnContent ul {
	padding: 0px;
	list-style-type: none;
}
.columnContent a:link, .columnContent a:visited  {
	text-decoration: none;
	color: #8D331D;
}
.columnContent a:hover {
	color: #887;
}
.columnContent li {
	margin: 0;
	padding: 3px;
	border-bottom: 1px dotted #887;
}
.columnContent li:last-child {
	margin: 0;
	padding: 3px 3px 0 3px;
	border: 0px;
}
.smallHeading {
	font-weight: bold;
	font-size: 12pt;
}
.emailButton {
	background-image: url('../images/email.png');
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
}
.saveButton {
	background-image: url('../images/action_save.gif');
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
}
.acceptButton {
	background-image: url('../images/icon_accept.gif');
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
}
.resetButton {
	background-image: url('../images/action_stop.gif');
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
}
.deleteButton {
	background-image: url('../images/delete.png');
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
}
.refreshButton {
	background-image: url('../images/arrow_refresh.png');
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
}
.addButton {
	background-image: url('../images/add.png');
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
}
#wrp {
	width: 894px;
	border-left: 3px solid #990000;
	border-right: 3px solid #990000;
	background-color: #4c4b51;
}
#veranstaltungen a:link, #veranstaltungen a:visited {
	text-decoration: none;
	color: #990000;
}
#veranstaltungen a:hover {
	color: #887;
}
html > body #veranstaltungen ul {
	display: none;
}
#veranstaltungen h2 {
	background: url('../images/veranstaltungenselect.png') no-repeat;
	width: 160px;
	height: 36px;
	padding: 3px 0 0 25px;
}
#veranstaltungen li {
	margin: 0;
	padding: 3px;
	border-bottom: 1px dotted #887;
}
#veranstaltungen li:hover {
	background-color: #FFD21D;
}
#veranstaltungen li:last-child {
	margin: 0;
	padding: 3px;
	border-bottom: 0px;
}
#terminJanuar:hover ul {
	display: block;
	border: 1px solid #776;
	background: #990000 url('../images/bg.jpg');	 
	margin: 5px;
	padding: 5px;
	width: 400px;
	list-style-type: none;
}#terminFebruar:hover ul {
	display: block;
	border: 1px solid #776;
	background: #990000 url('../images/bg.jpg');	 
	margin: 5px;
	padding: 5px;
	width: 400px;
	list-style-type: none;
}#terminMaerz:hover ul {
	display: block;
	border: 1px solid #776;
	background: #990000 url('../images/bg.jpg');	 
	margin: 5px;
	padding: 5px;
	width: 400px;
	list-style-type: none;
}#terminApril:hover ul {
	display: block;
	border: 1px solid #776;
	background: #990000 url('../images/bg.jpg');	 
	margin: 5px;
	padding: 5px;
	width: 400px;
	list-style-type: none;
}#terminMai:hover ul {
	display: block;
	border: 1px solid #776;
	background: #990000 url('../images/bg.jpg');	 
	margin: 5px;
	padding: 5px;
	width: 400px;
	list-style-type: none;
}#terminJuni:hover ul {
	display: block;
	border: 1px solid #776;
	background: #990000 url('../images/bg.jpg');	 
	margin: 5px;
	padding: 5px;
	width: 400px;
	list-style-type: none;
}
#terminJuli:hover ul {
	display: block;
	border: 1px solid #776;
	background: #990000 url('../images/bg.jpg');	 
	margin: 5px;
	padding: 5px;
	width: 400px;
	list-style-type: none;
}
#terminAugust:hover ul {
	display: block;
	border: 1px solid #776;
	background: #990000 url('../images/bg.jpg');	 
	margin: 5px;
	padding: 5px;
	width: 400px;
	list-style-type: none;
}#terminSeptember:hover ul {
	display: block;
	border: 1px solid #776;
	background: #990000 url('../images/bg.jpg');	 
	margin: 5px;
	padding: 5px;
	width: 400px;
	list-style-type: none;
}#terminOktober:hover ul {
	display: block;
	border: 1px solid #776;
	background: #990000 url('../images/bg.jpg');	 
	margin: 5px;
	padding: 5px;
	width: 400px;
	list-style-type: none;
}#terminNovember:hover ul {
	display: block;
	border: 1px solid #776;
	background: #990000 url('../images/bg.jpg');	 
	margin: 5px;
	padding: 5px;
	width: 400px;
	list-style-type: none;
}#terminDezember:hover ul {
	display: block;
	border: 1px solid #776;
	background: #990000 url('../images/bg.jpg');	 
	margin: 5px;
	padding: 5px;
	width: 400px;
	list-style-type: none;
}
#adminBox{
	background-color: #990000;
	border: 1px solid #FFD21D;
	font-weight: bold; 	
	color: #FFD21D;
	padding: 3px;
	margin-bottom: 3px;
	
}
#adminBox a:link, #adminBox a:visited {
	text-decoration: none;
	color: #FFD21D;
}
