/* PROJECT BOXES
********************************************************************************************************/
.projectbox {
	width: 176px;
	margin-top: 30px;
	float: left;
	margin-right: 27px;
}

.projectbox .top {
	height: 50px;
}

.projectbox h2 {
	line-height: 15px;
}

.projectbox p {
	padding-top: 3px;
}

.projectbox p a {
	background: url(../img/createvent_arrow_icon.gif);
	background-repeat: no-repeat;
	color: #718700;
	text-decoration: none;
	padding-left: 16px;
	background-position: 0 1px;
}

.projectbox p a:hover {
	text-decoration: underline;
}

#project_col {
	margin-left: 203px;
}

#project_col p{
	padding-top: 0px;
}


/* AKTUELLES
********************************************************************************************************/
#news_col p{
	padding-top: 0px;
}


/* IMAGE GALLERY
********************************************************************************************************/
.imagegallery {
	float: left;
	margin-right: 27px;
	margin-bottom: 20px;
}

.imagegallery img {
	display: block;
}

/* FORM
********************************************************************************************************/
#contact_col {
	float: left;
	margin-right: 35px;
	width: 570px;
}
#contact_col p{
	margin-top:0;
}
fieldset {
	border:none;
	padding-top: 0px;
	padding-bottom: 0px;
}

legend {
	display: none;
}

label {
	display: block;
}

fieldset#gender p {
	padding-top: 0px;
}

input {
	border: 2px solid #FFF;
	background: #D1DC84;
	padding: 5px 2px;
	width: 260px;
	margin-bottom: 10px;
	font-size: 16px;
}

input:focus, textarea:focus {
	color: #FFFFFF;
	background: #718700;
}

input#bymail, input#byphone {
	width: auto;
	border: none;
	background: none;
	height: auto;
	padding: 0px;
	margin-bottom: 0px;
}

fieldset#note {
}

fieldset#note p {
	padding-top: 0px;
}

textarea {
	width: 558px;
	overflow: auto;
	background: #D1DC84;
	border: 2px solid #FFF;
	height: 180px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-bottom: 20px;

}

fieldset#contactby label {
	display: inline;
}

fieldset#contactby p {
	margin-bottom: 0px;
	margin-top: 0px;
}
fieldset#submitfield label {
	display: none;
}

fieldset#submitfield input {
	background: #718700;
	font-size: 14px;
	color: #FFFFFF;
	height: auto;
	width: auto;
	padding: 6px 12px;
	margin-top: 15px;
	cursor: pointer;
}

.logobox {
        margin-top: 25px;
	margin-right: 50px;
}

.logobox img {
	border: none;
	background: #FFFFFF;
	display: block;
	margin-bottom: 2px;
}

.logobox a {
	background: url(../img/createvent_icon_gif_img.gif);
	background-repeat: no-repeat;
	background-position: 0 1px;
	padding-left: 18px;
}

a.eps {
	background: url(../img/createvent_icon_eps.gif);
	background-repeat: no-repeat;
	background-position: 0 1px;
	padding-left: 18px;
}

/* MAP 24 DEF.
********************************************************************************************************/
.blockborder input{
        height: auto;
        width: auto;
        border: none;
        padding:0;
        margin:0;
		display: inline;
		background: none;
		font-size: 12px;
}

/* PRESS REPORT
********************************************************************************************************/
.pressreport {
	height: 220px;
	margin-bottom: 15px;
	margin-top: 15px;
	width: 450px;
	float: left;
}

.pressreport p {
       margin-left: 10px;
}

.pressreport h2 {
	font-size: 16px;
}

.pressreport img {

}

.pressreport .img_col {
       height: 120px;
	float: left;
	margin-right: 27px;
}

/* PRESS RELEASE
********************************************************************************************************/
.pressrelease {
	border-bottom: 1px solid #5D6F00;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.pressrelease h3, .release_detail h3 {
	margin: 0;
	color: #5D6F00;
}

.release_detail .bottom {
	border-top: 1px solid #5D6F00;

}

.link_back {
	float: right;
}

.link_back a{
	color: #5D6F00;
	text-decoration: underline;
}

.link_back a:hover {
	color: #FFFFFF;
}

.newsOview {
	padding:30px 0px;
	border-bottom:1px solid #869807;
}

.newsOview h2 {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight:normal;
}

a.lupe {
	background: url(../img/createvent_icon_lupe.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
	padding-left: 18px;
}



/* TABLES
********************************************************************************************************/
   
.content_table {
	border: 2px solid #FFF;
	margin-top: 0px;
	background: #A3B909;
	margin-bottom: 32px;
}

#content .content_table th {	
	background: #D1DC84;
	color: #718700;
	border-right: 1px solid #fff;
	padding: 8px 6px;
}

#content .content_table th.border {	
	background: #D1DC84;
	color: #718700;
	border-right: 0px solid #fff;
	padding: 8px 6px;
}

#content .content_table img {
	border: 0px solid #FFF;
}

.content_table td {
	border-right: 1px solid #fff;
	padding: 8px 6px;
	border-bottom: 1px solid #b2c818;
}

.content_table td.border {
	border-right: 0px solid #fff;
	padding: 8px 6px;
}

.content_table p {
	margin: 0px;
}

.mar_b {
	margin-bottom: 40px;
}

.mar_t {
	margin-top: 40px;
}

.mar_r {
	margin-right: 40px;
}

.mar_l {
	margin-left: 40px;
}

.smar_b {
	margin-bottom: 10px;
}

.smar_t {
	margin-top: 10px;
}

.smar_r {
	margin-right: 10px;
}

.smar_l {
	margin-left: 10px;
}