/*Definitionen für Addon 64 - Veranstaltungskalender*/

* {
    margin: 0;
	padding: 0;
	border: none 0;
	border-spacing: 0px 0px;
}

form.eventform {
	background-color: #FFFFFF;
	padding: 10px;
	color: #b94746;
	font-weight: bold;
	border: 1px solid #b94746;
	font-size: 11px;
	width: 330px;
}
form.eventform label {
	clear: both;
	font-style: normal;
	width: 130px;
	float: left;
	text-align: right;
	padding-right: 20px;
	margin-bottom: 10px;
}
form.eventform select {
	background-color: #b7e2e0;
	color: #b94746;
	width: 180px;
	font-weight: bold;
	float: right;
	text-align: left;
	font-size: 10px;
	padding-left: 7px;
}
form.eventform input {
    float: right;
	float: left;
}
form.eventform input#kalSubmit {
    background-color: #b94746;
	color: #FFF;
	float: right;
	font-weight: bold;
	font-size: 11px;
	padding: 3px;
}
form.eventform fieldset {
	width: 330px;
}


table.eventlist {
	border-left: 1px solid #b94746;
	border-top: 1px solid #b94746;
	font-size: 11px;

}
table.eventlist td {
	border-right: 1px solid #b94746;
	border-bottom: 1px solid #b94746;
    padding: 7px;
	background-color: #FFF;
}


table.eventlist th{
    text-align: left;
	color: #b94746;
	background-color: #b7e2e0;
	border-right: 1px solid #b94746;
	border-bottom: 1px solid #b94746;
	padding: 7px;

}
table.eventlist a:link, 
table.eventlist a:visited {
    text-decoration: underline;
	color: #666666;
}
table.eventlist a:focus, 
table.eventlist a:hover,
table.eventlist a:active {
    text-decoration: underline;
	color: #b94746;
}
h3 {
    margin-top: 15px;
    margin-bottom: 15px;
}
.date{
    width: 10%;
}
.title, .cat, .town {
    width: 20%;
}
.desc{
    width: 30%;
}
.facts h1 {
    font-size: 14px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
}
.eltitel {
    font-weight: bold;
}
.facts .desc {
    width: 100%;
}
.portlet h3 {
    font-size: 12px;
	font-weight: bold;
}
