.submit {
    border: none;
    background-color: #fff;
    background-image: url(../images/titles.png);
    background-repeat: no-repeat;
    text-indent: -1000%;
    overflow: hidden;
}

.inputtext {
    color: #3d7bad;
    border: 1px solid #3d7bad;
}

.submit::-moz-focus-inner { border: 0; }

.submit:focus { outline: none; }

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

h2.title {
    padding: 0;
    margin: 0;
    height: 30px;
    line-height: 30px;
    background-image: url(../images/titles.png);
    background-repeat:no-repeat;
    text-indent: -1000%;
    overflow: hidden;
}

#leftpanel img.eventimage {
	width: 380px;
}

#content .event {
    border-bottom: 1px solid #ccc;
    margin: 8px 0;
    overflow: hidden;
    padding: 0 10px 0 0;
}

#content .event p {
	text-align: justify;
    margin-top: 0;
    margin-left: 115px;
}

#content .event.last {
    border-bottom: none;
}

#content .event .image {
    width: 100px;
    height: 100px;
    overflow: hidden;
    float: left;
    margin-top: 2px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
}

#content .event .image img{
    border: none;
}

.searchresult {
    border-bottom: 1px solid #ccc;
    margin: 8px 0;
    overflow: hidden;
    padding: 0 10px 10px 0;
}

#main a {
	font-weight: bold;
}

#rightpanel .registration {
    font-size: 13px;
    margin-top: 10px;
    overflow: hidden;
}

#rightpanel .registration .inputtext{
    width: 186px;
}

#rightpanel .registration .submit {
    float: right;
    width: 50px;
    height: 27px;
    line-height: 27px;
    background-position: -75px -243px;
    overflow: hidden;
    cursor: pointer;
}

#rightpanel .registration .submit:hover {
    background-position: -125px -243px;
}

#rightpanel .newsletter {
    font-size: 11px;
    margin-top: 20px;
    padding: 10px 15px;
    border: 1px solid #999;
    overflow: hidden;
}

#rightpanel .newsletter p {
	text-align: justify;
}

#rightpanel .newsletter .inputtext {
    width: 156px;
}

#rightpanel .newsletter .submit {
    height: 27px;
    line-height: 27px;
    overflow: hidden;
    cursor: pointer;
}
#rightpanel .newsletter .submit.subscribe {
    float: right;
    width: 74px;
    background-position: -100px -303px;
}
#rightpanel .newsletter .submit.subscribe:hover {
    background-position: -180px -303px;
}
#rightpanel .newsletter .submit.unsubscribe {
    float: right;
    width: 70px;
    background-position: -100px -324px;
}
#rightpanel .newsletter .submit.unsubscribe:hover {
    background-position: -180px -324px;
}


#footer {
    font-size: 13px;
}

#footer .facebook {
    float: left;
    padding-top: 15px;
}

#footer .copyright {
    float: right;
    padding-top: 15px;
    padding-left: 50px;
    border-top: 1px solid #999;
}

#footer .design {
    line-height: 13px;
    color: #999;
    text-align: right
}

#footer .design a {
    color: #999;
    text-decoration: none;
}

.type {
    display: block;
    text-decoration: none;
    color: #000;
}
.marker {
    float: left;
    width: 10px;
    height: 10px;
    margin-top:7px;
    margin-right: 5px;
}

