* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, sans-serif;
}

body {
	background: #FFFFFF url(../images/body_bg.png) center repeat-y;
	font-size: 0.8em;
	height: 100%;
}

html {
	height: 100%;
}

div.clearAll {
	clear: both;
	font-size: 0px;
	height: 0px;
}

#bodyWrapper {
	margin: 0 auto 0 auto;
	position: relative;
	width: 960px;
	min-height: 100%;
	background-image: url(../images/bg_page.gif);
	background-repeat: repeat-y;
}

#accessibilityHelperTop,
#accessibilityHelperAfterLeftColumn,
#accessibilityHelperBottom {
	/*
	this is a hack to hide this content from "viewing" users, but make it readable for
	screen readers like jaws
	*/
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/*****************************
 *
 * HEADER AREA
 *
 *****************************/
#header {
	height: 214px;
	background: #FFFFFF;
	position: relative;
	overflow: hidden;
	z-index: 2;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}
#logo {
	height: 136px;
	position: absolute;
	top: 15px;
	left: 25px;
	height: 105px;
	width: 168px;
}
#logo img {
	border: 0;
}

/* top right nav */
#secondaryNavigation,
#accessibilityTools,
#searchForm {
	position: absolute;
	top: 10px;
	right: 260px;
	font-size: 0.8em;
}
#search {
	display: none;
}
#secondaryNavigation ul {
	list-style-type: none;
	margin-top: 0.4em;
}
#secondaryNavigation li {
	float: left;
	padding: 0px 8px 2px 8px;
	border-right: 1px solid #BBBBBB;
}
#secondaryNavigation li#secondaryNavigationList{
	border: none;
	margin-top: -2px;
}
#accessibilityTools ul,
#accessibilityTools li  {
	display: inline;
}
#accessibilityTools a {
	font-size: 1.2em;
}
#accessibilityTools a.smaller {
	font-size: 0.9em;
}
#accessibilityTools a.larger {
	font-size: 1.4em;
}
#secondaryNavigation a,
#accessibilityTools a,
#accessibilityTools label {
	color: #777777;
	font-weight: bold;
	text-decoration: none;
}
#labelMainNavigation {
	display: none;
}




/* main navigation bar */
#mainNavigation li#donationButton {
	margin-right: 5px;
}
#mainNavigation li#donationButton a {
	width: 202px;
	background-image: url(../images/bg_donate_inactive.gif);
	background-repeat: no-repeat;
}
#mainNavigation li#donationButton a:hover,
#mainNavigation li#donationButton a.active {
	background-image: url(../images/bg_donate_active.gif);
}
#mainNavigation li#donationButton {
	background-image: none;
}
#mainNavigation li.firstButton a {
	background: url(../images/bg_nav_main_first_inactive.gif);
}
#mainNavigation li.firstButton a:hover,
#mainNavigation li.firstButton a.active {
	background: url(../images/bg_nav_main_first_active.gif);
}
#mainNavigation li.lastButton {
	padding-right: 0px;
}
#mainNavigation li.lastButton a {
	background: url(../images/bg_nav_main_last_inactive.gif) right top;
	width: 127px;
}
#mainNavigation li.lastButton a:hover,
#mainNavigation li.lastButton a.active {
	background: url(../images/bg_nav_main_last_active.gif) right top;
}
#mainNavigation {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 34px;
	overflow: hidden;
}
#mainNavigation li {
	float: left;
	list-style-type: none;
	padding-right: 1px;
	background-image: url(../images/bg_nav_main_line_inactive.gif);
}
#mainNavigation li a {
	width: 124px;
	height: 34px;
	display: block;
	color: #CC3333;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding-top: 8px;
	background-image: url(../images/bg_nav_main_inactive.gif);
}
#mainNavigation li a:hover,
#mainNavigation li a.active {
	background-image: url(../images/bg_nav_main_active.gif);
	color: #181818;
}
#mainNavigation li a span {
	padding: 0 0 0 10px;
	background: none;
}

#mainNavigation li a:active span,
#mainNavigation li a.active span,
#mainNavigation li a:hover span {
	background: url(../images/arrow_black_big.gif) left center no-repeat;
}

#searchForm {
	position: absolute;
	right: 0px;
	top: 6px;
	height: 34px;
	width: 137px;
	background-image: url(../images/bg_search.gif);
}
#searchForm input {
	font-size: 0.9em;
}
#searchForm input.text {
	width: 98px;
	border: none;
	background-color: transparent;
	position: absolute;
	top: 8px;
	left: 12px;
}
#searchForm input.image {
	height: 18px;
	border: none;
	background-color: transparent;
	position: absolute;
	top: 0px;
	right: 0px;
}

/*****************************
 *
 * CONTENT AREA
 *
 *****************************/
#content {
	margin: 11px 220px 0 220px;
}
.marginalContent {
	margin: 0 6px 0 6px;
}
#content a,
.marginalContent a {
	background: url(../images/arrow_red_inverted.gif) left 4px no-repeat;
	padding-left: 14px;
	color: #C4141B;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
}
#content a.back,
.marginalContent a.back {
	padding-left: 14px;
	background: url(../images/arrow_left_red_inverted.gif) left 4px no-repeat;
}
#content ul.downloadList li img {
	padding-left: 10px;
}
#content ul.downloadList li {
	list-style-type: none;
}
#content ul.downloadList {
	margin: 0;
	padding: 0;
}
/* mini nav blocks */
#navBlockLeft,
#navBlockCenter,
#navBlockRight {
	width: 160px;
	margin: 0px 10px;
	float: left;
}
#content .navBlockClear {
	clear: both;
}
#content .navBlock h4.headline {
	padding: 2px 0;
	background-repeat: no-repeat;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	margin: 0;
}
#content .navBlock a,
#content .navBlock span {
	background: url(../images/arrow_black.gif) 10px 4px no-repeat;
	padding-left: 20px;
	display: block;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
#navBlockLeft {
	margin-left: 0;
	background: #FFF2CF;
	clear: both;
}
#navBlockLeft .headline {
	background: #E3D19B url(../images/bg_navblock_head_yellow.gif) left top no-repeat;
}
#navBlockCenter {
	background: #E2F3E1;
	clear: none;
}
#navBlockCenter .headline {
	background: #BBD3BA url(../images/bg_navblock_head_green.gif) left top no-repeat;
}
#navBlockRight {
	margin-right: 0;
	background: #E9F0F8;
}
#navBlockRight .headline {
	background: #C7CFDA url(../images/bg_navblock_head_blue.gif) left top no-repeat;
}
#content .navBlock  ul.entry {
	list-style-type: none;
}
#content .navBlock  ul.entry {
	margin: 0;
}
#content .navBlock  ul.entry li {
	background: url(../images/dotted_black.gif) left top repeat-x;
	padding: 5px 10px;
	margin: 0;
}
#content .navBlock  ul.entry li a {
	background: url(../images/arrow_black.gif) left 4px no-repeat;
	padding-left: 10px;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
#content .navBlock  ul.entry li p {
	font-size: 0.85em;
	margin: 0px;
	padding-left: 10px;
}

/* teaser */
#content .teaser {
	margin-bottom: 15px;
	overflow: hidden;
}
#content .teaser .image {
	width: 160px;
	margin: 0;
	float: left;
}
#content .teaser .text {
	float: right;
	width: 360px;
	background: #FFF6DB;
}

#content .teaser .head {
	background: #FEF0C3 url(../images/dotted_black.gif) bottom repeat-x;
	padding: 4px 0 4px 22px;
}
#content .teaser .head h1 {
	padding-left: 0px;
	font-size: 1em;
	background: url(../images/arrow_black.gif) 0px 5px no-repeat;
	margin: 0px;
}
#content .teaser .head h1 a {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	display: block;
	background: url(../images/arrow_red_inverted.gif) right 5px no-repeat;
	margin: 0px 10px 0px 0px;
	padding-right: 20px;
	padding-left: 10px;
}
#content .teaser .content {
	background-color: #FFF6DB;
	padding: 10px 5px 10px 32px;
}
#content .teaser .content h2 {
	color: #C4131B;
	font-weight: bold;
}
#content .teaser .content h2,
#content .teaser .content p {
	font-size: 0.85em;
	margin: 0px;
}
#content ul,
#content ol,
.marginalContent ul,
.marginalContent ol {
	margin: 1.2em 0 1.2em 1.8em;

}
#content .RTEBlock li {
	padding-left: 1em;
	padding-bottom: 0.2em;
}


/*****************************
 *
 * LEFT and RIGHT AREA
 *
 *****************************/

/* position */
#rightColumnWrapper,
#leftColumnWrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 100%;
}
#rightColumnWrapper {
	right: 0px;
	left: auto;
}
#rightColumnAbove,
#leftColumnAbove {
	position: relative;
	top: 214px;
	font-size: 0px;
	height: 11px;
	background: #FFFFFF;
}
#leftColumn,
#rightColumn {
	position: absolute;
	top: 224px;
	width: 200px;
	background-image: url(../images/bg_marginal_column.gif);
	background-repeat: no-repeat;
}

/* block */
.columnBlock {
	background-image: url(right-block.gif);
	width: 200px;
	height: 62px;
	margin-bottom: 7px;
	overflow: hidden;
}
.columnBlock .left,
.columnBlock .content,
.columnBlock .right {
	float: left;
}
.columnBlock .content{
	width: 192px;
}
.columnBlock .left,
.columnBlock .right {
	height: 62px;
	width: 4px;
}
.columnBlock .left {
	background-image: url(right-block-left.gif);
}
.columnBlock .right {
	background-image: url(right-block-right.gif);
}

/* just text */
#leftColumn .text {
	padding: 20px 5px 5px 20px;
	font-size: 0.9em;
}
#leftColumn .text h1,
#leftColumn .text h2 {
	font-size: 1em;
	display: inline;
}
#leftColumn img {
	border: 0;
}

/* navigation (left area) */
#leftNavigation {
	padding-bottom: 1px;
	width: 200px;
}
#leftNavigation h1 {
	text-align: center;
	font-size: 1em;
	background: #CDC7BD url(../images/bg_nav_left_head.gif) left top no-repeat;
	padding-top: 1px;
	padding-bottom: 4px;
	margin: 0px 0px 0px 0px;
}
#leftNavigation .dottedLine {
	list-style-type: none;
	background: #CDC7BD url(../images/dotted_black.gif) left bottom repeat-x;
	height: 1px;
	margin: 0px;
	padding: 0;
	font-size: 0;
	border: none;
}
#leftNavigation ul li {
	list-style-type: none;
	background: #F3F0EB url(../images/dotted_black.gif) left bottom repeat-x;
	padding-bottom: 1px;
}
#leftNavigation ul li.active {

}
#leftNavigation ul li a {
	display: block;
	width: 175px;
	color: #383435;
	font-size: 0.85em;
	font-weight: normal;
	text-decoration: none;
	padding: 5px 5px 5px 20px;
}

#leftNavigation ul li.active a,
#leftNavigation ul li:active a,
#leftNavigation ul li a:hover {
	background: #E7E1D6 url(../images/arrow_black.gif) 8px center no-repeat;
	font-weight: bold;
}
#leftNavigation ul li ul {
	padding-top: 1px;
	background: #E9E3DA url(../images/dotted_black.gif) left top repeat-x;
	padding-bottom: 1px;
}
#leftNavigation ul li ul li {
	background: #E9E3DA url(../images/dotted_light.gif) left top repeat-x;
	padding-top: 1px;
	padding-bottom: 0px;
}
#leftNavigation ul li ul li.first {
	background-image: none;
	padding-top: 0px;
}
#leftNavigation ul li ul li a,
#leftNavigation ul li.active ul li a {
	padding-left: 30px;
	width: 165px;
	background-color: #E9E3DA;
	font-weight: normal;
}
#leftNavigation ul li.active ul li a {
	background-image: none;
	background-color: #E9E3DA;
}
#leftNavigation ul li ul li.active a,
#leftNavigation ul li.active ul li.active a,
#leftNavigation ul li ul li a:hover,
#leftNavigation ul li.active ul li a:hover {
	background: #E9E3DA url(../images/arrow_red.gif) 17px center no-repeat;
	font-weight: bold;
}


/** slots in columns */
#leftColumn .slots {
	margin: 20px 0 0 0;
}
#leftColumn .slotContent,
#rightColumn .slotContent {
	margin: 0 0 10px 0;
}



/*****************************
 *
 * BOTTOM AREA
 *
 *****************************/
#subBottomNav {
	margin: 0px 220px 0px 220px;
	padding: 30px 0px 0px 0px;
	clear: both;
}
#subBottomNav ul li {
	display: inline;
	float: left;
	margin: 0px 15px 0px 0px;
	padding-top: 4px;
	font-size: 0.9em;
}
#subBottomNav ul li.donate {
	background: url(../images/bg_donate_footer.gif) left top no-repeat;
	display: block;
	width: 170px;
	height: 25px;
	text-align: center;
}
#subBottomNav ul li a {
	text-decoration: none;
	font-weight: normal;
	color: #C4141B;
	background: url(../images/arrow_red_inverted.gif) left center no-repeat;
	padding-left: 14px;
}
#subBottomNav ul li.donate a {
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	background: url(../images/arrow_red.gif) left center no-repeat;
	padding-left: 10px;
}

#bottomNav {
	margin: 0px 220px 0px 220px;
	padding: 30px 0px 20px 0px;
	width: 520px;
}
#bottomNav ul li {
	display: inline;
	float: left;
	margin: 0px 15px 0px 0px;
}
#bottomNav ul li.metaNavigation,
#bottomNav ul li.rss {
	font-style: italic;
}
#bottomNav ul li.rss {
	margin: 0px 0px 0px 15px;
	text-transform: uppercase;
	float: right;
}
#bottomNav ul li a {
	color: #BBBBBB;
	text-decoration: none;
	font-size: 0.85em;
}
#bottomNav ul li.top a {
	background: url(../images/arrow_grey_top.gif) left center no-repeat;
	padding-left: 12px;
}
#bottomNav ul li.metaNavigation a {
	background: url(../images/arrow_grey_inverted.gif) left center no-repeat;
	padding-left: 14px;
}
#bottomNav ul li.rss a {
	background: url(../images/feed.gif) right center no-repeat;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-top: 2px;
}
#bottomNav ul li img {
	border: 0;
}

/*****************************
 *
 * Content formats
 *
 *****************************/
.article,
.faq,
.staff,
.staffIndex,
.sitemap {
	margin-top: 20px;
}
.article {
	margin-bottom: 25px;
}
.block {
	clear: both;
}
h1 {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 1.4em;
}
h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #C4141B;
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
	padding: 5px 10px 5px 10px;
	background-color: #FEF0C3;
}
h4 {
	font-size: 1.0em;
	font-weight: bold;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}
p {
	margin-bottom: 1.2em;
}



/*****************************
 *
 * Picture box formats
 *
 *****************************/
.picBox {
	float: left;
	clear: left;
	margin: 0 13px 13px 0;
}
.picBox.right {
	float: right;
	clear: right;
	margin: 0 0 13px 13px;
}
.picBox.center {
	margin: 0 0px 13px 0;
	clear: both;
	float: none;
}
.picBox cite {
	font-size: 0.8em;
	color: #888888;
}
.picBox dl {
	background-color: #FFFFFF;
}




/*****************************
 *
 * Infobox formats
 *
 *****************************/
.infoBox {
	float: left;
	width: 50%;
	clear: left;
	padding: 10px 0 10px 0;
}
.infoBox.right {
	float: right;
	clear: right;
}
.infoBox.center {
	float: right;
	clear: both;
	width: 100%;
}
.infoBox .contents {
	margin: 0 10px 0 0;
}
.infoBox.right .contents {
	margin: 0 0 0 10px;
}
.infoBox.center .contents {
	margin: 0;
}
.infoBox .head {
	padding: 5px 5px 5px 10px;
	background: #E8E1D7 url(../images/dotted_black.gif) bottom repeat-x;
}
.infoBox.yellow .head {
	background-color: #FEF0C3;
}
.infoBox .text {
	font-size: 0.9em;
	background-color: #F3F0EB;
	padding: 7px 7px 7px 10px;
}
.infoBox.yellow .text {
	background-color: #FFF6DB;
}
.infoBox h4 {
	font-weight: bold;
	font-size: 1em;
	background-image: url(../images/arrow_black_big.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin-top: 0;
	margin-bottom: 0.4em;
}
.infoBox h4 .appendix {
	font-weight: normal;
	font-size: 0.9em;
}




/*****************************
 *
 * FAQ
 *
 *****************************/
#FAQ-TOC {
	list-style-type: none;
	margin-bottom: 2em;
}
#FAQ-TOC li {
	list-style-type: none;
	padding: 5px 10px 5px 10px;
	background-color: #FEF0C3;
}
#FAQ-TOC li.even {
	background-color: #FFF6DB;
}
.faq dl {
	margin: 10px;
}
.faq dt {
	font-weight: bold;
	margin-bottom: 0.5em;
	margin-top: 1em;
	clear: both;
}
#content .faq dd a.toTop {
	float: right;
	font-weight: normal;
	margin-top: 0.5em;
	margin-bottom: 1em;
}
#FAQ-TOC li a {
	padding-left: 15px;
	display: block;
}




/*****************************
 *
 * Mitarbeiter
 *
 *****************************/
.staff {
	overflow: hidden;
	width: 518px;
}
.staff dl.profile {
}
.staff .profile dt {
	float: left;
	width: 100px;
	font-weight: bold;
	margin-top: 5px;
}
.staff .profile dd {
	float: left;
	width: 200px;
	margin-top: 5px;
}
.staff .description {
	clear: both;
}
.staffIndex a {
	margin-left: 10px;
}

/*****************************
 *
 * Sitemap
 *
 *****************************/
.sitemap li {
	list-style-type: none;
}
.sitemap ul.SitemapLevel3 {
	margin-left: 10px;
}
.sitemap ul.SitemapLevel4 {
	margin-left: 15px;
	margin-bottom: 15px;
}
#content .sitemap a.level4 {
	font-weight: normal;
}




/*****************************
 *
 * Braille converter
 *
 *****************************/
#content .brailleConverter a {
	background-image: none;
	margin: 15px 8px 0px 7px;
	padding: 0;
	display: block;
}
.brailleConverter .result {
	margin: 15px 5px 5px 5px;
}
.brailleConverter .userinput {
	width: 380px;
}
.brailleConverter .submit {
	border: none;
	background-color: transparent;
	background: url(../images/arrow_red_inverted.gif) left 0.4em no-repeat;
	color: #C4141B;
	font-weight: bold;
	text-align: left;
	padding-left: 12px;
	width: 120px;
}





/*****************************
 *
 * Generic formats
 *
 *****************************/
.smaller {
	font-size: 0.8em;
}
.larger {
	font-size: 1.2em;
}





/*****************************
 *
 * Picture Gallery
 *
 *****************************/
.gallery {
	width: 520px;
	margin: 0 0 0 0px;
}

.image {
	float: left;
	display: inline;
	margin: 5px;
}

#content .image a {
	padding: 0;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 120px;
	background: none;
}

.image img {
	vertical-align: middle;
}

#content .teaser .image {
	vertical-align: top;
}

#content .teaser .image a {
	font-size: 0px;
}

#content .teaser .image img {
	vertical-align: top;
}

.paging {
	margin-left: -5px;
	float: left;
	display: inline;
}

#content .paging a {
	margin: 0 5px;
	padding: 0;
	background: none;
}

#content .paging a.current {
	color: #000000;
}

#content .paging a.next {
	margin-left: 10px;
	padding-right: 14px;
	background: url(../images/arrow_red_inverted.gif) right center no-repeat;
}

#content .paging a.previous {
	padding-left: 14px;
	margin-right: 10px;
	background: url(../images/arrow_left_red_inverted.gif) left center no-repeat;
}

#content .slideshow {
	float: right;
	padding: 0 14px 0 0;
	background: url(../images/arrow_red_inverted.gif) right center no-repeat;
}

.hint {
	color: #000000;
}

/*****************************
 *
 * Contact form.
 *
 *****************************/
#contactForm label,
#contactForm label.legend {
	width: 110px;
	float: left;
	clear: left;
	margin: 1px 0 0;
	height: auto;
}

#contactForm input,
#contactForm select,
#contactForm textarea {
	float: left;
	width: 300px;
	margin: 4px 0 0;
}

#contactForm fieldset {
	border: none;
	padding: 0;
	margin: 10px 0 0;
	clear: both;
}

#contactForm legend {
	display: none;
}

#contactForm fieldset input,
#contactForm fieldset label {
	width: auto;
	float: left;
	margin: 0;
	padding: 0;
	clear: none;
}

#contactForm fieldset input {
	margin: 0 2px 0 5px;
}

#contactForm fieldset label {
}

#contactForm .keineDarstellung {
	display: none;
}

#contactForm .accessibility {
display: none;
}

#contactForm #PLZ {
	width: 60px;
}

#contactForm #Ort {
	margin-left: 37px;
	width: 200px;
}

#contactForm label.textarea {
	width: 300px;
	margin-left: 110px;
	margin-top: 10px;
}

#contactForm textarea {
	margin-left: 110px;
	clear: left;
}

#contactForm input#Abschicken,
#contactForm input#Zuruecksetzen {
	width: auto;
}

#contactForm input#Abschicken {
	margin: 4px 10px 0 110px;
	clear: left;
}

#contactForm .error ul {
	margin: 5px 0 20px 10px;
}

#contactForm .error ul li {
	margin-left: 15px;
}

.countryList {
	width: 510px;
}

.countryList li {
	list-style: none;
	background: url(../images/arrow_red_inverted.gif) left 4px no-repeat;
	float: left;
	width: 146px;
	padding-right: 10px;
	padding-left: 14px;
}

#content .countryList li a {
	background: none;
	padding: 0;
}

.locationList th {
	text-align: left;
}

.locationList td {
	vertical-align: top;
	padding: 5px 10px 5px 0;
}

#content .locationList td a {
	display: block;
}

.projectInfo div {
	margin-left: 90px;
	margin-bottom: 10px;
}

.projectInfo label {
	width: 90px;
	margin-right: -100px;
	float: left;
	clear: left;
}

/*****************************
 *
 * Newsletter subscription.
 *
 *****************************/
#nlSubscribe label {
	float: left;
	width: 240px;
	clear: left;
}

#nlSubscribe input {
	margin-bottom: 10px;
}

#nlSubscribe fieldset {
	border: none;
	padding: 0;
	margin: 0 0 10px;
	clear: both;
	width: 400px;
}

#nlSubscribe legend {
	display: none;
}

#nlSubscribe fieldset input,
#nlSubscribe fieldset label {
	width: auto;
	float: left;
	margin: 0;
	padding: 0;
	clear: none;
}

#nlSubscribe fieldset input {
	margin: 0 2px 0 5px;
}

#nlSubscribe fieldset label.legend {
	width: 230px;
}

#nlSubscribe fieldset label {
	margin: 2px 0;
}

#nlSubscribe input#Abschicken {
	margin-left: 240px;
}

#newsletterSubscribtion {
	width: 200px;
	margin: 0;
	padding: 8px 0 20px 0;
	background-image: url(../images/bg_newsletter.gif);
	background-repeat: no-repeat;
	background-position: top middle;
	font-size: 0.85em;
}
#newsletterSubscribtion label {
	display: block;
	margin: 0px 10px 6px 10px;
}
#newsletterSubscribtion input {
	border: 1px solid #90D08C;
	border-bottom-color: #E2DCD2;
	border-right-color: #E2DCD2;
	margin: 0 0 0 10px;
	padding: 2px 5px 2px 5px;
	width: 140px;
	background-color: #FFFFFF;
	height: 1.2em;
}
#newsletterSubscribtion input.submit {
	width: 22px;
	height: 22px;
	margin: 0;
	font-size: 0;
	background-image: url(../images/arrow_brown.gif);
	background-repeat: no-repeat;
	background-position: 7px 5px;
	cursor: pointer;
	color: #B09C78;
}




/*****************************
 *
 * Promotion / picture frame
 *
 *****************************/
div#content div.pictureframe a,
div#content div.pictureframe .pictureframe-link {
	background: none;
	padding: 0;
}

div#content div.pictureframe {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}

div#content div.pictureframe.active {
}

div#content div.pictureframe.wide {
	width: 520px;
}

div#content div.pictureframe.narrow {
	width: 250px;
	float: left;
}

div#content div.pictureframe.narrow.first {
	margin-right: 20px;
}

div#content div.pictureframe div.pictureframe-transparency {
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-color: #FFFFFF;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	display: none;
}

div#content div.pictureframe.active div.pictureframe-transparency {
	display: block;
}

div#content div.pictureframe.wide div.pictureframe-transparency {
	width: 520px;
}

div#content div.pictureframe.narrow div.pictureframe-transparency {
	width: 250px;
}

div#content div.pictureframe.active div.pictureframe-transparency span {
	visibility: hidden;
}

div#content div.pictureframe div.pictureframe-transparency a,
div#content div.pictureframe div.pictureframe-transparency .pictureframe-link {
	display: block;
	padding: 15px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

div#content div.pictureframe div.pictureframe-transparency-text {
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: transparent;
	display: none;
}

div#content div.pictureframe.active div.pictureframe-transparency-text {
	display: block;
}

div#content div.pictureframe.wide div.pictureframe-transparency-text {
	width: 520px;
}

div#content div.pictureframe.narrow div.pictureframe-transparency-text {
	width: 250px;
}

div#content div.pictureframe div.pictureframe-transparency-text a,
div#content div.pictureframe div.pictureframe-transparency-text .pictureframe-link {
	display: block;
	padding: 15px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	background-image: url(../images/arrow_red_inverted.gif);
	background-repeat: no-repeat;
	background-position: 99% 87%;
}

div#content div.pictureframe.narrow div.pictureframe-transparency-text a,
div#content div.pictureframe.narrow div.pictureframe-transparency-text .pictureframe-link {
	background-position: 97% 90%;
}

div#content div.pictureframe.wide div.pictureframe-transparency-text a,
div#content div.pictureframe.wide div.pictureframe-transparency-text .pictureframe-link {
	background-position: 99% 87%;
}

div#content div.pictureframe div.pictureframe-item {
	position: relative;
}

div#content div.pictureframe.active div.pictureframe-item {
	position: absolute;
}

div#content div.pictureframe.wide div.pictureframe-item {
	width: 520px;
}

div#content div.pictureframe.narrow div.pictureframe-item {
	width: 250px;
}

div#content div.pictureframe div.pictureframe-item div.pictureframe-item-image img {
	border: 0px;
}

div#content div.pictureframe div.pictureframe-item div.pictureframe-item-text {
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-color: #FFFFFF;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}

div#content div.pictureframe.active div.pictureframe-item div.pictureframe-item-text {
	display: none;
}

div#content div.pictureframe.wide div.pictureframe-item div.pictureframe-item-text {
	width: 520px;
}

div#content div.pictureframe.narrow div.pictureframe-item div.pictureframe-item-text {
	width: 250px;
}

div#content div.pictureframe div.pictureframe-item div.pictureframe-item-text a,
div#content div.pictureframe div.pictureframe-item div.pictureframe-item-text .pictureframe-link {
	display: block;
	padding: 15px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#content .promotionImage a {
	margin: 0;
	padding: 0;
	display: inline;
	background-image: none;
}
#content .promotionImage,
#content .promotionFlash {
	margin-bottom: 1em;
}



/*****************************
 *
 * DONATION TOOL
 *
 *****************************/
#donationForm label {
	float: left;
	clear: left;
	width: 120px;
	padding-left: 10px;
}
#donationForm input,
#donationForm select {
	float: left;
	clear: none;
	width: 200px;
}
#donationForm input.errorField {
	border: 1px solid #C4141B;
}
#donationForm label.errorField {
	color: #C4141B;
}
#donationForm input {
	border: 1px solid #A5ACB2;
	padding: 1px;
}
#donationForm input:hover,
#donationForm input:focus {
	background-color: #FAE29A;
	border: 1px solid #FFC20C;
}
#donationForm input.checkbox,
#donationForm input.radio {
	float: left;
	width: auto;
	background: none;
	border: none;
}
#donationForm label.checkbox,
#donationForm label.radio {
	float: left;
	clear: none;
	width: auto;
	padding-right: 25px;
}
#donationForm input.submit {
	clear: both;
	float: none;
	width: auto;
	height: 20px;
	background: url(../images/button.gif);
	background-position: center left;
	border: 1px solid #FFC20C;
	padding: 0 0 2px 0;
	font-weight: bold;
	font-size: 0.85em;
}
#donationForm .afterInput {
	clear: left;
	margin-bottom: 10px;
}
#donationForm #subscribeEmailNews {
	margin-left: 130px;
}
#donationForm #subscribeEmailNews label.checkbox {
	display: inline;
	float: none;
}
#donationForm label#friendIdHint {
	clear: none;
	width: auto;
	font-size: 0.8em;
	line-height: 18px;
}
#donationForm h3 {
	clear: left;
	background-color: #FFC20C;
	padding: 5px;
	position: relative;
	margin: 0 0 10px 0;
	font-size: 1.0em;
}
#donationForm input.forward {
	background: url(../images/button-right.gif);
	background-position: center right;
	float: right;
	padding: 0 30px 2px 10px;
}
#donationForm input.backward {
	background: url(../images/button-left.gif);
	background-position: center left;
	padding: 0 10px 2px 30px;
}
#donationForm input.forwardActive {
	background-image: url(../images/button-active.gif);
}

#donationForm #finish {
	width: 518px;
	position: relative;
}

#donationForm #finish input {
	float: none;
	width: auto;
}

#donationForm #finish input.forward {
	position: absolute;
	right: 0px;
	margin: 0px;
	margin-right: 20px;
	width: 233px;
}

#finish {
	clear: both;
}
#finish .forward {
	float: right;
	margin-right: 20px;
	padding-right: 20px;
	background: url(/static/images/button-right.gif);
	background-position: center right;
	border: 1px solid #FFC20C;
	text-align: center;
	height: 22px;
	font-weight: bold;
}
#finish .backward {
	margin-left: 20px;
	padding-left: 20px;
	background: url(../images/button-left.gif);
	background-position: center left;
	border: 1px solid #FFC20C;
	text-align: center;
	height: 22px;
	font-weight: bold;
}
#donationForm p.error {
	clear: left;
	margin: 0 0 0 130px;
	color: #C4151C;
	font-size: 0.9em;
}
#donationForm #purposeList p.generalError {
	margin-left: 0;
	padding: 10px 0px 15px;
}
#donationForm h4.error {
	font-size: 1.0em;
	color: #FFFFFF;
	margin: 20px 0px 0px 0px;
	padding: 5px;
	background-color: #C4141B;
}

#donationForm #salutationContainer {
	float: left;
	width: 280px;
	padding: 0;
	margin-right: 0px;
}

#donationForm #salutationContainer div {
	float: left;
	width: 140px;
	margin: 0;
}

#donationForm #salutationContainer input {
	width: auto;
	margin: 3px;
	padding: 0;
	float: left;
	clear: none;
}

#donationForm #salutationContainer label {
	width: 100px;
	margin: 0;
	padding: 0;
	float: left;
}

#donationForm #debitHint p {
	padding: 0px 10px;
}


/***********************************
 * PROGRESS BAR
 */
#progressBar {
	margin: 10px 0 40px 50px;
	width: 440px;
	padding: 10px 0;
	background: url(../images/tree-arrow.png) 9px bottom no-repeat;
}
#donationForm .donation-step-wrapper {
	width: 135px;
	float: left;
	margin-right: 9px;
	overflow: hidden;
}
#donation-step-wrapper-3 {
	width: 110px;
}
#donationForm input.donation-step-button {
	color: #C4151C;
	background-color: #FFFFFF;
	border: 0;
	font-family: Verdana;
	font-size: 0.7em;
	font-weight: bold;
	padding: 2px 0 3px 0;
	text-align: left;
	padding-left: 20px;
}
#donationForm input.donation-step-button.active {
	background-color: #C3141B;
	color: #FFFFFF;
}
.donation-step-replacement {
	font-family: Verdana;
	font-size: 0.7em;
	font-weight: bold;
	color: #C4151C;
	padding: 2px 0 3px 0;
	text-align: left;
	padding-left: 20px;
	border-top: 1px solid #FFFFFF;
}
input#donation-step-1 {
	width: 135px;
	background-image: url(../images/step-1-undone.png);
	background-position: 2px center;
	background-repeat: no-repeat;
}
input#donation-step-2,
#donation-step-replacement-2 {
	width: 135px;
	background-image: url(../images/step-2-undone.png);
	background-position: 2px center;
	background-repeat: no-repeat;
}
input#donation-step-3,
#donation-step-replacement-3 {
	width: 110px;
	background-image: url(../images/step-3-undone.png);
	background-position: 2px center;
	background-repeat: no-repeat;
}
input#donation-step-1.done {
	background-image: url(../images/step-1-done.png);
}
input#donation-step-2.done,
#donation-step-replacement-2.done {
	background-image: url(../images/step-2-done.png);
}
input#donation-step-3.done,
#donation-step-replacement-3.done {
	background-image: url(../images/step-3-done.png);
}


/*
 * PURPOSE LIST
 */
#purposeList {
	margin: 10px 0 10px 0;
}
#purposeList h3 {
	margin: 0;
	background: transparent;
}
#purposeList select {
	width: 303px;
}
#purposeList input {
	float: none;
	width: 50px;
	margin-right: 5px;
	font-weight: bold;
	text-align: center;
}
#purposeList input.submit {
	width: auto;
	margin-right: 20px;
}
#donationForm .purpose {
	background-color: #FFFFFF;
	margin: 20px 10px 10px 10px;
	overflow: hidden;
	border-bottom: 1px solid #FFC20C;
}
#donationForm .purpose a.image {
	float: right;
	margin: 0 0 0 5px;
	padding: 0;
	background-image: none;
	vertical-align: bottom;
}
#donationForm .purpose p {
	padding: 5px;
	margin: 0px 0 5px 0;
}
#donationForm .purpose a.button {
	margin: 0 0 5px 5px;
	display: block;
	padding: 0px 10px 0px 10px;
	font-size: 1.0em;
	font-weight: bold;
	height: 22px;
	width: 30%;
	background: url(../images/button-right.gif);
	background-position: center right;
	background-color: #F9F7F8;
	border: 1px solid #FFC20C;
	text-align: center;
}
#donationForm a.button div {
	padding: 3px 0px 0px 0px;
	/*color: #C4141B;*/
}
#donationForm .image img {
	border: none;
	vertical-align: baseline;
	padding: 0;
	margin: 0;
	background-image: none;
}

/*
 * CREDENTIALS PAGE
 */
#credentialsPage {
	margin: 0px 0 10px 0;
}
#donationForm .section {
	clear: both;
	padding-top: 20px;
}
#selectedPurpose h3 {
	margin-bottom: 0;
}
#selectedPurpose h4 {
	color: #666666;
	font-size: 1.2em;
	font-weight: bold;
	margin: 10px;
	height: 1%;
}
#selectedPurpose label {
	font-weight: bold;
	margin-bottom: 1.2em;
}
#credentialsPage .image {
	float: right;
	margin: 0 0 10px 5px;
	width: 160px;
}
#credentialsPage .image img {
	width: 100%;
	height: auto;
}
#credentialsPage #amount {
	width: 50px;
	margin-right: 5px;
	font-weight: bold;
	text-align: center;
}
#credentialsPage #continuous {
	width: 150px;
}
#selectedPurpose .hint {
	font-size: 0.7em;
	width: 110px;
}
#selectedPurpose p {
	float: left;
	width: 20px;
}
#selectedPurpose p.error {
	width: auto;
}

#credentials #street,
#credentials #city {
	width: 140px;
}
#credentials #housenumber,
#credentials #zip {
	width: 50px;
}
#donationForm .fieldSpacer {
	float: left;
	width: 6px;
}

#options .checkbox {
	margin-left: 10px;
}
#creditCardCredentials #payCCMonth,
#creditCardCredentials #payCCYear {
	width: 80px;
}
#creditCardCredentials .fieldSpacer {
	width: 20px;
	text-align: center;
}
#creditCardCredentials #payChecknum {
	width: 50px;
}

#payment .radio {
	margin-left: 10px;
}
#debitCredentials,
#creditCardCredentials {
	margin: 0;
	padding: 10px 0 0 5px;
	clear: both;
	border-top: 3px solid #FFFFFF;
}

input#submitCredentialsBackward {
	clear: none;
}

/*
 * CONFIRMATION PAGE
 */
#donationConfirmation #selectedPurpose {
	margin-top: 20px;
}
#donationConfirmation #selectedPurpose,
#donationConfirmation #credentials,
#donationConfirmation #options,
#donationConfirmation #payment,
#donationConfirmation #commentArea,
#donationConfirmation #finish {
	margin-bottom: 20px;
	clear: both;
}
#donationConfirmation .image {
	float: right;
	margin: 0 0 10px 5px;
	width: 160px;
}
#donationConfirmation .image img {
	width: 100%;
	height: auto;
}
#commentArea textarea {
	width: 300px;
	height: 120px;
}
#donationConfirmation p {
	width: auto;
	float: none;
	min-width: 1px;
	min-height: 1px;
}

/*
 * FINISH
 */
#donationFinished {
	margin: 30px 0 10px 0;
}
#donationFinished p {
	width: auto;
}
#donationFinished .link-img {
	font-size: 1em;
}
#donationFinished p.text,
#donationFinished p.salutation {
	width: auto;
	padding: 5px;
}




/*****************************
 *
 * RTE formats
 *
 *****************************/
.RTEBlock div.Absatzueberschrift {
	font-weight: bold;
}
.RTEBlock div.Dachzeile {
	font-size: 1.1em;
	color: #C4141B;
	margin-bottom: 0;
}
.RTEBlock div.Notfallueberschrift {
	font-size: 1.7em;
	color: #C4141B;
	font-weight: bold;
}
.RTEBlock div.Ueberschrift {
	font-size: 1.4em;
	font-weight: bold;
}
.RTEBlock div {
	margin-bottom: 1.2em;
}
.Bildunterschrift {
	margin-top: 5px;
	font-size: 0.9em;
	color: #666666;
}
.Copyright {
	font-size: 0.8em;
	color: #888888;
	font-style: italic;
}
.RTEBlock span.Kursiv {
	font-style: italic;
}
.RTEBlock span.Fett {
	font-weight: bold;
}
.RTEBlock span.Zitat {
	font-style: italic;
}
.RTEBlock span.Kursiv-Fett {
	font-style: italic;
	font-weight: bold;
}


#htdigSearchResults em,
#htdigSearchResults dd font {
	display: none;
}
#htdigSearchResults dd {
	margin-bottom: 20px;
}

/***********************************
 * Linguatec
 ***********************************/
#linguatec a {
	padding: 0;
	margin: 0 0 10px 0;
	background-image: none;
	background-color: transparent;
}

/***********************************
 * social bookmarks
 ***********************************/
#socialBookmarks {
	color: #B0B1B3;
	text-align: right;
	margin-top: 20px;
	font-size: 0.9em;
}

/***********************************
 * blog
 ***********************************/
#content .teaserBlogIndex .text,
#content #annotations .teaser .text {
	width: 520px !important;
}
#annotations h4 {
	margin-top: 2.4em;
}
#content #annotations .teaser .head {
	padding: 5px 10px;
}
#content .teaserBlogIndex .content .blogTeaserMeta {
	margin-top: 5px;
}
#content #annotations .teaser .content {
	padding-left: 21px;
}
#annotations .light .head {
	background-color: #FEFAEE;
}
#annotations .light .content {
	background-color: #FFFCF5;
}
#content #annotations .teaser .head h1 {
	padding-left: 10px;
}
#annotations .date {
	float: right;
}

#blogNavigation.paging {
	float: none;
	display: block;
	margin-left: 0;
	text-align: right;
}
#blogNavigation.paging a.previous {
	float: left;
}
.teaser .date,
.teaser .annotationsCount {
	color: #C4141B;
}
.teaser .annotationsCount {
	float: right;
	padding-right: 5px;
}
.blogArchive {
	margin-top: 1.5em;
	background-color: #FEF0C3;
	padding: 10px;
}
.blogArchive h4 {
	margin: 0 0 0.7em 0;
}
.blogArchive select optgroup {
	padding: 0px 5px;
}
.blogArchive select optgroup option {
	padding-left: 15px;
}

#newAnnotation h4 {
	margin-top: 2em;
}

#newAnnotation input,
#newAnnotation label {
	margin-bottom: 5px;
	vertical-align: middle;
}

#newAnnotation input#annotationName,
#newAnnotation input#annotationEmail {
	width: 220px;
	margin-right: 7px;
}

#newAnnotation textarea {
	width: 520px;
	height: 160px;
}

#newAnnotation #captchaSend {
	margin-top: 8px;
	overflow: hidden;
	width: 520px;
}

#newAnnotation #captchaSend #reCaptcha {
	width: 320px;
	float: left;
}

#newAnnotation #captchaSend #sendCommentButton {
	width: 190px;
	height: 120px;
	float: right;
	border: 1px solid #FEC10D;
	background-color: #FFF6DB;
	margin-top: 3px;
	text-align: center;
}

#newAnnotation #captchaSend #sendCommentButton input {
	background: url(../images/button-right.gif);
	background-position: center right;
	padding: 0 20px 2px 5px;
	border: 1px solid #FFC20C;
	font-size: 0.85em;
	font-weight: bold;
	height: 20px;
	background-color: #FAE29A;
	text-align: center;
	margin-top: 50px;
	width: auto;
	overflow: visible;
}

#content div.baumbartRSSlink {
	text-align: right;
	margin-bottom: 1em;
}

#content div.baumbartRSSlink a.rss {
	color: #BBBBBB;
	text-decoration: none;
	background: url(../images/feed.gif) left center no-repeat;
	padding: 2px 0px 2px 20px;
}

/***********************************
 * Event calendar
 ***********************************/

#eventCalendar #event_filter_form {
	background-color: #F3F0EB;
	padding: 10px;
	zoom: 1;
	overflow: hidden;
}

#eventCalendar #event_filter_form dl {
	zoom: 1;
	overflow: hidden;
	position: relative;
}

#eventCalendar #event_filter_form dl dt label {
	font-weight: bold;
}

#eventCalendar #event_filter_form dl dt.postcode,
#eventCalendar #event_filter_form dl dd.postcode {
	padding-top: 10px;
}

#eventCalendar #event_filter_calendars {
	background-color: #F3F0EB;
	padding: 10px 0 10px 10px;
	zoom: 1;
}

#eventCalendar #event_filter_calendars .minicalendar {
	float: left;
	width: 170px;
	zoom: 1;
}

#eventCalendar #event_filter_calendars .minicalendar table {
	border-collapse: collapse;
	font-size: 0.9em;
}

#eventCalendar #event_filter_calendars .minicalendar th,
#eventCalendar #event_filter_calendars .minicalendar td {
	vertical-align: middle;
	padding: 1px 3px;
	background-color: #FFFFFF;
}

#eventCalendar #event_filter_calendars .minicalendar th {
	text-align: center;
	font-size: 0.8em;
}

#eventCalendar #event_filter_calendars .minicalendar th a.month_name {
	font-size: 1.2em;
}

#eventCalendar #event_filter_calendars .minicalendar td {
	text-align: right;
}

#eventCalendar #event_filter_calendars .minicalendar tr.month_navigation th.nav_left {
	border-right: 2px solid #F3F0EB;
}

#eventCalendar #event_filter_calendars .minicalendar tr.month_navigation th.nav_right {
	border-left: 2px solid #F3F0EB;
}

#eventCalendar #event_filter_calendars .minicalendar tr.week_days th {
	border-top: 2px solid #F3F0EB;
	border-bottom: 1px solid #F3F0EB;
}

#eventCalendar #event_filter_calendars .minicalendar table.month-selected td {
	background-color: #FFED9C;
}

#eventCalendar #event_filter_calendars .minicalendar table.month-selected td.empty {
	background-color: #FFFFFF;
}

#eventCalendar #event_filter_calendars .minicalendar table td.today {
	border: 1px solid #AA0000;
	font-weight: bold;
}

#eventCalendar #event_filter_calendars .minicalendar table.day-selected td.selected {
	background-color: #FFED9C;
}

#eventCalendar #event_filter_calendars .minicalendar th a,
#eventCalendar #event_filter_calendars .minicalendar td a,
#eventCalendar a.event_url {
	background: none;
	padding: 0;
	display: inline;
}

#eventCalendar #event_filter_form dl dt.postcode,
#eventCalendar #event_filter_form dl dd.postcode,
#eventCalendar #event_filter_form dl dt.category,
#eventCalendar #event_filter_form dl dd.category {
	float: left;
	zoom: 1;
}

#eventCalendar #event_filter_form dl dt.postcode,
#eventCalendar #event_filter_form dl dt.category {
	width: 100px;
	clear: left;
	line-height: 25px;
}

#eventCalendar #event_filter_form dl dd.postcode,
#eventCalendar #event_filter_form dl dd.category {
	width: 210px;
}

#eventCalendar #event_filter_form dl dt.postcode_hint,
#eventCalendar #event_filter_form dl dt.submits {
	display: none;
}

#eventCalendar #event_filter_form dl dd.postcode_hint label.hint {
	clear: left;
	display: block;
	font-size: 0.8em;
	width: 210px;
	zoom: 1;
}

#eventCalendar #event_filter_form dl dd.submits {
	position: absolute;
	right: 0;
	top: 38px;
	width: 200px;
	zoom: 1;
}

#eventCalendar #event_filter_form input#postcode,
#eventCalendar #event_filter_form select#category {
	border: 1px solid #A5ACB2;
	padding: 1px;
	width: 190px;
	margin-top: 3px;
	margin-bottom: 1px;
}

#eventCalendar #event_filter_form input#postcode {
	border: 1px solid #A5ACB2;
	padding: 1px;
	width: 90px;
	margin-top: 3px;
	margin-bottom: 1px;
}

#eventCalendar #event_filter_form a.all_events {
	font-size: 0.75em;
	font-weight: normal;
	margin-top: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	float: left;
}

#eventCalendar #event_filter_form a.all_events_single {
	float: right;
	margin-top: 0px;
}

#eventCalendar #event_filter_form input.search_submit {
	background: url(../images/button-event-search.png) left top no-repeat;
	padding: 0 30px 5px 10px;
	border: none;
	font-size: 0.85em;
	font-weight: bold;
	height: 24px;
	width: 100px;
	overflow: visible;
	text-align: center;
	float: right;
	cursor: pointer;
}

#eventCalendar h2.events {
	margin: 15px 0px 15px 0px;
}

#eventCalendar div.vcalendar {
	margin-top: 20px;
	zoom: 1;
}

#eventCalendar div.vevent h3 {
	padding: 5px 10px;
	border-bottom: 1px dotted #000000;
	font-size: 1em;
	margin-bottom: 0px;
	zoom: 1;
}

#eventCalendar div.vevent h3.open a {
	background-image: url(../images/arrow_down_red_inverted.gif);
}

#eventCalendar div.vevent h3 a.more {
	background-image: none;
	float: right;
}

#eventCalendar div.vevent h3 a.summary {
	width: 410px;
}

#eventCalendar div.vevent .event_meta {
	background-color: #FFF6DB;
	padding: 5px 10px 5px 10px;
	font-size: 0.8em;
	font-weight: bold;
	zoom: 1;
}

#eventCalendar div.vevent .event_meta .category {
	float: right;
	zoom: 1;
}

#eventCalendar div.vevent p.event_description,
#eventCalendar div.vevent div.event_details {
	background-color: #FFF6DB;
	padding: 10px 10px 5px;
	margin: 0;
	zoom: 1;
}

#eventCalendar div.vevent div.event_details label {
	font-weight: bold;
}

#eventCalendar div.vevent .event_location,
#eventCalendar div.vevent .event_contact {
	width: 40%;
}

#eventCalendar div.vevent .event_location {
	float: left;
}

#eventCalendar div.vevent .event_contact {
	float: right;
}

#eventCalendar div.vevent span.location {
	display: block;
	padding-bottom: 7px;
}

#eventCalendar div.vevent a.google_maps_location {
	font-weight: normal;
}

#eventCalendar div.vevent span.event_location_item,
#eventCalendar div.vevent span.event_organizer_item {
	display: block;
}

