html,
body {
	height: 100.01%;
}

html,
body,
div#page {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

/* BODY */

body /* These becomes the initial settings for most other elements */
{
    font-family: Arial, Helvetica, sans-serif;
    background-color: #ffffff;
	background-image: none;
    text-align: center; /* IE method for centering page if it has fixed width */
	margin: 0;
	padding: 0;
}

div#page
{
    width: 950px; /* This can be changed to any fixed width if desired */
    width: 950px;
    margin: 0 auto 0 auto; /* General method for centering content if fixed page width, for other browsers than IE */
    text-align: left; /* Reset IE method for centering page, to stop all other content on the page from centering */
    padding: 0;
    padding-top: 10px;
}

body#print-version div#page {
	width: 590px;
	margin: 0;
	margin: 0 auto 0 0;


}

body#print-version div#page div#columns {
	margin: 0px;
	padding: 0px;
	width: 590px;

}

div#header {
	height: 88px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
	background: url(/fileadmin/images/header-bottom-line.jpg) repeat-x;
	background-position: left bottom;
}

div#logo-print {
	float: right;
	display: inline;
}

div#logo-text-print {
	float: left;
	display: inline;
}

div#header div#logo {
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
}

div#header div#logo img {
	margin: 0px;
	padding: 0px;
}

div#header div#header-content {
	margin: 0px;
	padding: 0px;
	margin-left: 72px;
	background: url(/fileadmin/images/header-text-small.jpg) no-repeat;
	background-position: 1px top;
	border-top: 2px solid #008A4E;
	height: 50px;
	padding-left: 308px;
}

div.border-box.breadcrumb {
	padding: 0;
	margin-bottom: 10px;
}

div.border-box.dot div.border-mc {
	height: 162px;
}

div.border-box div.border-mc
{
    padding: 0;
    padding-left: 5px;
    padding-bottom: 2px;
}

div#breadcrumb {
	margin: 0;
	padding: 0;
	font-size: 10px;
	height: 10px;
	color: #666666;
	margin-left: 5px;
	border: none;
	letter-spacing: 0.2em;
}

div#breadcrumb a,
div#breadcrumb a:active,
div#breadcrumb a:link,
div#breadcrumb a:visited,
div#breadcrumb a:focus,
div#breadcrumb a:hover {
	margin: 0;
	padding: 0;
	font-size: 10px;
	line-height: 10px;
	border: none;
	text-decoration: none;
	color: #666666;
}

div#breadcrumb-print {
	padding-top: 50px;
	padding-bottom: 100px;
}

div#breadcrumb-print a,
div#breadcrumb-print a:active,
div#breadcrumb-print a:link,
div#breadcrumb-print a:visited,
div#breadcrumb-print a:focus,
div#breadcrumb-print a:hover {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #000000;
	line-height: 12px;
	height: 12px;
	border: none;
	text-decoration: none;
}


div#columns div#main-position {
	margin: 0px;
	padding: 0px;
	width: 590px;
	padding: 0 10px;
}

div.main-extra-large div#columns div#main-position {
	margin: 0px;
	padding: 0px;
	width: 770px;
	margin: 0 0 0 0;
	padding-left: 10px;
}
/*
div.noextrainfo div#extrainfo-position
{
    display: block;
}

div#columns div#extrainfo-position {
	display: inline;
	width: 170px;
	float: left;
	margin: 0;
	padding: 0;
	border-top: 10px #008A4E solid;
	background: none;
}

div#columns div#extrainfo-position div#extrainfo {
	margin: 0;
	padding: 0;
}
*/


div#extrainfo-position
{
	padding: 0;
    margin: 0;
    width: 170px;
    margin-right: -170px;
    float: left;
}

div#extrainfo
{
    padding: 0;
}

div#footer {
	margin-top: 110px;
  margin-top: 15px;
	background: none;
	border-top: 10px #008A4E solid;
	text-align: left;
	padding-left: 180px;
	color: #666666;
	font-size: 11px;
}

div#footer a,
div#footer a:link,
div#footer a:visited,
div#footer a:focus,
div#footer a:active {
	color: #666666;
	text-decoration: none;
}

div#footer a:hover {
	color: #000000;
	text-decoration: none;
}

div#footer span#footer-text {
	display: inline;
	float: left;
}

div#footer span#footer-features {
	float: right;
	display: inline;
}

div#footer span#footer-imprint {
	clear: both;
	display: block;
}

/* CONTENT */
div.content-view-full {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	/*background:red;*/
}

div.content-view-full div.attribute-header {
	margin: 0;
}

div.content-view-full div.attribute-header h1 {
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	background: none;
}

div.content-view-full div.attribute-short {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

div.content-view-full div.attribute-long {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 18px;
}

div.content-view-full div.attribute-byline {
	background: none;
}


div.content-view-full a,
div.content-view-full a:link,
div.content-view-full a:active,
div.content-view-full a:focus,
div.content-view-full a:visited,
div.content-view-full a:hover {
	color: #008A4E;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #008A4E;
	text-decoration: none;
}

div.content-view-full a:hover {
	color: #000000;
	border-bottom: 1px dotted #008A4E;
}

div.content-view-full a img,
div.content-view-full a:link img,
div.content-view-full a:active img,
div.content-view-full a:focus img,
div.content-view-full a:visited img,
div.content-view-full a:hover img {
	border: none;
	text-decoration: none;
}

/* itemized_startpage_items */
#px230.itemized_startpage_items
{
	width: 19.1em;
}

#px170.itemized_startpage_items
{
	width: 14.1em;
}

div.itemized_startpage_items,
div.itemized_startpage_items_right
{
	width: 14.1em;
}


div.itemized_startpage_items div.content-view-embed h2,
div.itemized_startpage_items_right div.content-view-embed h2
{

	font-size: 1.4em;
	font-weight: normal;
	margin-top: 0;
}

div.itemized_startpage_items div.content-view-embed h2 a,
div.itemized_startpage_items div.content-view-embed h2 a:link,
div.itemized_startpage_items div.content-view-embed h2 a:active,
div.itemized_startpage_items div.content-view-embed h2 a:focus,
div.itemized_startpage_items div.content-view-embed h2 a:visited,
div.itemized_startpage_items div.content-view-embed h2 a:hover,
div.itemized_startpage_items_right div.content-view-embed h2 a,
div.itemized_startpage_items_right div.content-view-embed h2 a:link,
div.itemized_startpage_items_right div.content-view-embed h2 a:active,
div.itemized_startpage_items_right div.content-view-embed h2 a:focus,
div.itemized_startpage_items_right div.content-view-embed h2 a:visited,
div.itemized_startpage_items_right div.content-view-embed h2 a:hover
{
	color: #535548;
	text-decoration: none;
	border: none;
	font-size: 1.4em;
	font-weight: normal;
}

div#main div.itemized_startpage_items div.content-view-embed ul,
div#main div.itemized_startpage_items_right div.content-view-embed ul
{
	margin: 0;
}

div#main div.itemized_startpage_items div.content-view-embed ul li,
div#main div.itemized_startpage_items_right div.content-view-embed ul li
{
	margin: 0.25em 0 0.25em 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	background-image: none;
}

div.itemized_startpage_items div.content-view-embed ul li a,
div.itemized_startpage_items div.content-view-embed ul li a:link,
div.itemized_startpage_items div.content-view-embed ul li a:active,
div.itemized_startpage_items div.content-view-embed ul li a:focus,
div.itemized_startpage_items div.content-view-embed ul li a:visited,
div.itemized_startpage_items div.content-view-embed ul li a:hover,

div.itemized_startpage_items_right div.content-view-embed ul li a,
div.itemized_startpage_items_right div.content-view-embed ul li a:link,
div.itemized_startpage_items_right div.content-view-embed ul li a:active,
div.itemized_startpage_items_right div.content-view-embed ul li a:focus,
div.itemized_startpage_items_right div.content-view-embed ul li a:visited,
div.itemized_startpage_items_right div.content-view-embed ul li a:hover
{
    /*background-image: url(../images/sidemenu_bullet.png);*/
    /*background-position: 0.2em 0.5em;*/
    background-repeat: no-repeat;
    /*padding-left: 18px;*/
    display: block;
	/*font-size: 0.9em;*/
}

div#main div.itemized_startpage_items div.content-view-embed div.attribute-byline,
div#main div.itemized_startpage_items_right div.content-view-embed div.attribute-byline
{
	margin: 0 0 0 17px;
	font-size: 0.9em;
	padding: 0;
	background: none;
	font-weight: normal;
}

/* itemized_newsevents_items */
#px230.itemized_newsevents_items
{
	width: 19.1em;
}

#px170.itemized_newsevents_items
{
	width: 14.1em;
}

div.itemized_newsevents_items,
div.itemized_newsevents_items_right
{
	width: 14.1em;
}


div.itemized_newsevents_items div.content-view-embed h2,
div.itemized_newsevents_items_right div.content-view-embed h2
{

	font-size: 1.4em;
	font-weight: normal;
	margin-top: 0;
}

div.itemized_newsevents_items div.content-view-embed h2 a,
div.itemized_newsevents_items div.content-view-embed h2 a:link,
div.itemized_newsevents_items div.content-view-embed h2 a:active,
div.itemized_newsevents_items div.content-view-embed h2 a:focus,
div.itemized_newsevents_items div.content-view-embed h2 a:visited,
div.itemized_newsevents_items div.content-view-embed h2 a:hover,
div.itemized_newsevents_items_right div.content-view-embed h2 a,
div.itemized_newsevents_items_right div.content-view-embed h2 a:link,
div.itemized_newsevents_items_right div.content-view-embed h2 a:active,
div.itemized_newsevents_items_right div.content-view-embed h2 a:focus,
div.itemized_newsevents_items_right div.content-view-embed h2 a:visited,
div.itemized_newsevents_items_right div.content-view-embed h2 a:hover
{
	color: #535548;
	text-decoration: none;
}

div#main div.itemized_newsevents_items div.content-view-embed ul,
div#main div.itemized_newsevents_items_right div.content-view-embed ul
{
	margin: 0;
}

div#main div.itemized_newsevents_items div.content-view-embed ul li,
div#main div.itemized_newsevents_items_right div.content-view-embed ul li
{
	margin: 0.25em 0 0.25em 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	background-image: none;
	font-size: 0.9em;
	margin-bottom: 10px;
}

div.itemized_newsevents_items div.content-view-embed ul li a,
div.itemized_newsevents_items div.content-view-embed ul li a:link,
div.itemized_newsevents_items div.content-view-embed ul li a:active,
div.itemized_newsevents_items div.content-view-embed ul li a:focus,
div.itemized_newsevents_items div.content-view-embed ul li a:visited,
div.itemized_newsevents_items div.content-view-embed ul li a:hover,

div.itemized_newsevents_items_right div.content-view-embed ul li a,
div.itemized_newsevents_items_right div.content-view-embed ul li a:link,
div.itemized_newsevents_items_right div.content-view-embed ul li a:active,
div.itemized_newsevents_items_right div.content-view-embed ul li a:focus,
div.itemized_newsevents_items_right div.content-view-embed ul li a:visited,
div.itemized_newsevents_items_right div.content-view-embed ul li a:hover
{
   /* background-image: url(../images/sidemenu_bullet.png);
    background-position: 0.2em 0.5em;
    background-repeat: no-repeat;
    padding-left: 18px;
    display: block; */
	font-size: 0.9em;
}

div#main div.itemized_newsevents_items div.content-view-embed div.attribute-byline,
div#main div.itemized_newsevents_items_right div.content-view-embed div.attribute-byline
{
	margin: 0 0 0 17px;
	font-size: 0.9em;
	padding: 0;
	background: none;
	font-weight: normal;
}

div.to-details-more {
	margin-top: 10px;
}


div.to-details {
	display: block;
	float: left;
	margin-top: 10px;
	clear: both;
}


div.attribute-file p img {
	vertical-align: bottom;
}

div.attribute-file p a,
div.attribute-file p a:link,
div.attribute-file p a:active,
div.attribute-file p a:focus,
div.attribute-file p a:visited,
div.attribute-file p a:hover {
	border-bottom: 0;
}

div.attribute-file p a img {
	margin-right: 5px;
	border-bottom: none;
}

div.attribute-file p a span,
div.attribute-file p a:link span,
div.attribute-file p a:active span,
div.attribute-file p a:focus span,
div.attribute-file p a:visited span,
div.attribute-file p a:hover span {
	border-bottom: 1px solid #008A4E;
}

div.attribute-file p a:hover span {
	border-bottom: 1px dotted #008A4E;
}

div.caption {
	background-color: #eeeeee;
	font-size: 10px;
	text-align: center;
	margin: 0 0 0 0;
	padding: 3px;
}

div.caption a,
div.caption a:link,
div.caption a:active,
div.caption a:focus,
div.caption a:visited,
div.caption a:hover {
	font-size: 10px;
}

div.content-view-full div.class-folder h2
{

	font-size: 1.4em;
	font-weight: bold;
	margin-top: 2em;
	display: block;
}

div.content-view-full div.class-folder h2 a,
div.content-view-full div.class-folder h2 a:link,
div.content-view-full div.class-folder h2 a:active,
div.content-view-full div.class-folder h2 a:focus,
div.content-view-full div.class-folder h2 a:visited,
div.content-view-full div.class-folder h2 a:hover
{
	color: #535548;
	text-decoration: none;
}

div#page div#main-position div#main div.attribute-long h3 a,
div#page div#main-position div#main div.attribute-long h3 a:link,
div#page div#main-position div#main div.attribute-long h3 a:active,
div#page div#main-position div#main div.attribute-long h3 a:focus,
div#page div#main-position div#main div.attribute-long h3 a:visited,
div#page div#main-position div#main div.attribute-long h3 a:hover {
	font-size: 14px;
	border-bottom: 1px solid #008A4E;
}

div#page div#main-position div#main div.attribute-long h3 a:hover {
	font-size: 14px;
	border-bottom: 1px dotted #008A4E;
}

div.attribute-long h3 {
	font-size: 14px;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 0;
}

div.attribute-long h4 {
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 0;
}

div.attribute-long p {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

/* SITEMAP */

div.content-view-sitemap table td
{
	vertical-align: top;
}

div#main div.content-view-sitemap ul
{

}

div#main div.content-view-sitemap ul
{
    padding: 0;
    margin: 0.75em 0 1em 0;
}

div#main div.content-view-sitemap ul ul
{
    margin: 0.5em 0 0.5em 0px;
}

div#main div.content-view-sitemap ul
{
    list-style-type: none;
}

div#main div.content-view-sitemap ul li
{
    /*margin: 0.5em 0 0.5em 2em;
    padding: 0 0 0 14px;
    background-image: url(../images/sidemenu_bullet.png);
    background-repeat: no-repeat;
    background-position: 0 0.3em;
    line-height: 1.25em;*/
}

div#main div.content-view-sitemap ul li ul li.level-2
{
    /*margin: 0 0 0.5em 0;
    padding: 0 0 0 14px;
    background-image: url(../images/sidemenu_bullet.png);
    background-repeat: no-repeat;
    background-position: 0 0.3em;
    line-height: 1.25em;*/
}

/* Tag Cloud */

div.content-view-tagcloud
{
	text-align: center;
}

/* FORUM */

/* STARTSEITE */
div#page div#main-position div#main div.overflow-fix div.content-view-full div.class-folder div.attribute-long table.default {
	margin: 0;
	padding: 0;
	border: none;
	border-collapse:collapse;
}

div#page div#main-position div#main div.overflow-fix div.content-view-full div.class-folder div.attribute-long table.default tbody tr td div.object-left.itemized_startpage_items,
div#page div#main-position div#main div.overflow-fix div.content-view-full div.class-folder div.attribute-long table.default tbody tr td div.object-left.itemized_startpage_items div.content-view-embed,
div#page div#main-position div#main div.overflow-fix div.content-view-full div.class-folder div.attribute-long table.default tbody tr td div.object-left.itemized_startpage_items div.content-view-embed div.class-folder,
div#page div#main-position div#main div.overflow-fix div.content-view-full div.class-folder div.attribute-long table.default tbody tr td div.object-left.itemized_startpage_items div.content-view-embed div.class-folder h2,
div#page div#main-position div#main div.overflow-fix div.content-view-full div.class-folder div.attribute-long table.default tbody tr td div.object-left.itemized_startpage_items div.content-view-embed div.class-folder h2 a img,
div#page div#main-position div#main div.overflow-fix div.content-view-full div.class-folder div.attribute-long table.default tbody tr td div.object-left.itemized_startpage_items div.content-view-embed div.class-folder ul,
div#page div#main-position div#main div.overflow-fix div.content-view-full div.class-folder div.attribute-long table.default tbody tr td div.object-left.itemized_startpage_items#px170,
div#page div#main-position div#main div.overflow-fix div.content-view-full div.class-folder div.attribute-long table.default tbody tr td div.object-left.itemized_startpage_items#px170 div.content-view-embed,
div#page div#main-position div#main div.overflow-fix div.content-view-full div.class-folder div.attribute-long table.default tbody tr td div.object-left.itemized_startpage_items#px170 div.content-view-embed div.class-folder,
div#page div#main-position div#main div.overflow-fix div.content-view-full div.class-folder div.attribute-long table.default tbody tr td div.object-left.itemized_startpage_items#px170 div.content-view-embed div.class-folder h2,
div#page div#main-position div#main div.overflow-fix div.content-view-full div.class-folder div.attribute-long table.default tbody tr td div.object-left.itemized_startpage_items#px170 div.content-view-embed div.class-folder h2 a img,
div#page div#main-position div#main div.overflow-fix div.content-view-full div.class-folder div.attribute-long table.default tbody tr td div.object-left.itemized_startpage_items#px170 div.content-view-embed div.class-folder ul,
div#page div#main-position div#main div.overflow-fix div.content-view-full div.class-folder div.attribute-long table.default tbody tr td div.object-left.itemized_startpage_items#px230,
div#page div#main-position div#main div.overflow-fix div.content-view-full div.class-folder div.attribute-long table.default tbody tr td div.object-left.itemized_startpage_items#px230 div.content-view-embed,
div#page div#main-position div#main div.overflow-fix div.content-view-full div.class-folder div.attribute-long table.default tbody tr td div.object-left.itemized_startpage_items#px230 div.content-view-embed div.class-folder,
div#page div#main-position div#main div.overflow-fix div.content-view-full div.class-folder div.attribute-long table.default tbody tr td div.object-left.itemized_startpage_items#px230 div.content-view-embed div.class-folder h2,
div#page div#main-position div#main div.overflow-fix div.content-view-full div.class-folder div.attribute-long table.default tbody tr td div.object-left.itemized_startpage_items#px230 div.content-view-embed div.class-folder h2 a img,
div#page div#main-position div#main div.overflow-fix div.content-view-full div.class-folder div.attribute-long table.default tbody tr td div.object-left.itemized_startpage_items#px230 div.content-view-embed div.class-folder ul,
div#page div#main-position div#main div.overflow-fix div.content-view-full div.class-folder div.attribute-long table.default tbody tr td div.object-left.itemized_newsevents_items#px230,
div#page div#main-position div#main div.overflow-fix div.content-view-full div.class-folder div.attribute-long table.default tbody tr td div.object-left.itemized_newsevents_items#px230 div.content-view-embed,
div#page div#main-position div#main div.overflow-fix div.content-view-full div.class-folder div.attribute-long table.default tbody tr td div.object-left.itemized_newsevents_items#px230 div.content-view-embed div.class-folder,
div#page div#main-position div#main div.overflow-fix div.content-view-full div.class-folder div.attribute-long table.default tbody tr td div.object-left.itemized_newsevents_items#px230 div.content-view-embed div.class-folder h2,
div#page div#main-position div#main div.overflow-fix div.content-view-full div.class-folder div.attribute-long table.default tbody tr td div.object-left.itemized_newsevents_items#px230 div.content-view-embed div.class-folder h2 a img,
div#page div#main-position div#main div.overflow-fix div.content-view-full div.class-folder div.attribute-long table.default tbody tr td div.object-left.itemized_newsevents_items#px230 div.content-view-embed div.class-folder ul,
div#page div#main-position div#main div.overflow-fix div.content-view-full div.class-folder div.attribute-long table.default tbody tr td div.object-left.itemized_newsevents_items#px230 div.content-view-embed,
div#page div#main-position div#main div.overflow-fix div.content-view-full div.class-folder div.attribute-long table.default tbody tr td div.object-left.itemized_newsevents_items#px230 div.content-view-embed div.class-event-calendar,
div#page div#main-position div#main div.overflow-fix div.content-view-full div.class-folder div.attribute-long table.default tbody tr td div.object-left.itemized_newsevents_items#px230 div.content-view-embed div.class-event-calendar h2,
div#page div#main-position div#main div.overflow-fix div.content-view-full div.class-folder div.attribute-long table.default tbody tr td div.object-left.itemized_newsevents_items#px230 div.content-view-embed div.class-event-calendar h2 a img,
div#page div#main-position div#main div.overflow-fix div.content-view-full div.class-folder div.attribute-long table.default tbody tr td div.object-left.itemized_newsevents_items#px230 div.content-view-embed div.class-event-calendar ul,
div#page div#main-position div#main div.overflow-fix div.content-view-full div.class-folder div.attribute-long table.default tbody tr td div.object-left.itemized_startpage_items_right,
div#page div#main-position div#main div.overflow-fix div.content-view-full div.class-folder div.attribute-long table.default tbody tr td div.object-left.itemized_startpage_items_right div.content-view-embed,
div#page div#main-position div#main div.overflow-fix div.content-view-full div.class-folder div.attribute-long table.default tbody tr td div.object-left.itemized_startpage_items_right div.content-view-embed div.class-folder,
div#page div#main-position div#main div.overflow-fix div.content-view-full div.class-folder div.attribute-long table.default tbody tr td div.object-left.itemized_startpage_items_right div.content-view-embed div.class-folder h2,
div#page div#main-position div#main div.overflow-fix div.content-view-full div.class-folder div.attribute-long table.default tbody tr td div.object-left.itemized_startpage_items_right div.content-view-embed div.class-folder h2 a img,
div#page div#main-position div#main div.overflow-fix div.content-view-full div.class-folder div.attribute-long table.default tbody tr td div.object-left.itemized_startpage_items_right div.content-view-embed div.class-folder ul,
div#page div#main-position div#main div.overflow-fix div.content-view-full div.class-folder div.attribute-long table.default tbody tr td div.object-left.itemized_startpage_items_right#px170,
div#page div#main-position div#main div.overflow-fix div.content-view-full div.class-folder div.attribute-long table.default tbody tr td div.object-left.itemized_startpage_items_right#px170 div.content-view-embed,
div#page div#main-position div#main div.overflow-fix div.content-view-full div.class-folder div.attribute-long table.default tbody tr td div.object-left.itemized_startpage_items_right#px170 div.content-view-embed div.class-folder,
div#page div#main-position div#main div.overflow-fix div.content-view-full div.class-folder div.attribute-long table.default tbody tr td div.object-left.itemized_startpage_items_right#px170 div.content-view-embed div.class-folder h2,
div#page div#main-position div#main div.overflow-fix div.content-view-full div.class-folder div.attribute-long table.default tbody tr td div.object-left.itemized_startpage_items_right#px170 div.content-view-embed div.class-folder h2 a img,
div#page div#main-position div#main div.overflow-fix div.content-view-full div.class-folder div.attribute-long table.default tbody tr td div.object-left.itemized_startpage_items_right#px170 div.content-view-embed div.class-folder ul,
div#page div#main-position div#main div.overflow-fix div.content-view-full div.class-folder div.attribute-long table.default tbody tr td div.object-left.itemized_startpage_items_right#px230,
div#page div#main-position div#main div.overflow-fix div.content-view-full div.class-folder div.attribute-long table.default tbody tr td div.object-left.itemized_startpage_items_right#px230 div.content-view-embed,
div#page div#main-position div#main div.overflow-fix div.content-view-full div.class-folder div.attribute-long table.default tbody tr td div.object-left.itemized_startpage_items_right#px230 div.content-view-embed div.class-folder,
div#page div#main-position div#main div.overflow-fix div.content-view-full div.class-folder div.attribute-long table.default tbody tr td div.object-left.itemized_startpage_items_right#px230 div.content-view-embed div.class-folder h2,
div#page div#main-position div#main div.overflow-fix div.content-view-full div.class-folder div.attribute-long table.default tbody tr td div.object-left.itemized_startpage_items_right#px230 div.content-view-embed div.class-folder h2 a img,
div#page div#main-position div#main div.overflow-fix div.content-view-full div.class-folder div.attribute-long table.default tbody tr td div.object-left.itemized_startpage_items_right#px230 div.content-view-embed div.class-folder ul,
div#page div#main-position div#main div.overflow-fix div.content-view-full div.class-folder div.attribute-long table.default tbody tr td div.object-left.itemized_newsevents_items_right#px230,
div#page div#main-position div#main div.overflow-fix div.content-view-full div.class-folder div.attribute-long table.default tbody tr td div.object-left.itemized_newsevents_items_right#px230 div.content-view-embed,
div#page div#main-position div#main div.overflow-fix div.content-view-full div.class-folder div.attribute-long table.default tbody tr td div.object-left.itemized_newsevents_items_right#px230 div.content-view-embed div.class-folder,
div#page div#main-position div#main div.overflow-fix div.content-view-full div.class-folder div.attribute-long table.default tbody tr td div.object-left.itemized_newsevents_items_right#px230 div.content-view-embed div.class-folder h2,
div#page div#main-position div#main div.overflow-fix div.content-view-full div.class-folder div.attribute-long table.default tbody tr td div.object-left.itemized_newsevents_items_right#px230 div.content-view-embed div.class-folder h2 a img,
div#page div#main-position div#main div.overflow-fix div.content-view-full div.class-folder div.attribute-long table.default tbody tr td div.object-left.itemized_newsevents_items_right#px230 div.content-view-embed div.class-folder ul,
div#page div#main-position div#main div.overflow-fix div.content-view-full div.class-folder div.attribute-long table.default tbody tr td div.object-left.itemized_newsevents_items_right#px230 div.content-view-embed,
div#page div#main-position div#main div.overflow-fix div.content-view-full div.class-folder div.attribute-long table.default tbody tr td div.object-left.itemized_newsevents_items_right#px230 div.content-view-embed div.class-event-calendar,
div#page div#main-position div#main div.overflow-fix div.content-view-full div.class-folder div.attribute-long table.default tbody tr td div.object-left.itemized_newsevents_items_right#px230 div.content-view-embed div.class-event-calendar h2,
div#page div#main-position div#main div.overflow-fix div.content-view-full div.class-folder div.attribute-long table.default tbody tr td div.object-left.itemized_newsevents_items_right#px230 div.content-view-embed div.class-event-calendar h2 a img,
div#page div#main-position div#main div.overflow-fix div.content-view-full div.class-folder div.attribute-long table.default tbody tr td div.object-left.itemized_newsevents_items_right#px230 div.content-view-embed div.class-event-calendar ul
{
	padding: 0;
	margin: 0;
}

div#page div#main-position div#main div.overflow-fix div.content-view-full div.class-folder div.attribute-long table.default tbody tr td div.object-left.itemized_startpage_items,
div#page div#main-position div#main div.overflow-fix div.content-view-full div.class-folder div.attribute-long table.default tbody tr td div.object-left.itemized_startpage_items#px170,
div#page div#main-position div#main div.overflow-fix div.content-view-full div.class-folder div.attribute-long table.default tbody tr td div.object-left.itemized_startpage_items#px230,
div#page div#main-position div#main div.overflow-fix div.content-view-full div.class-folder div.attribute-long table.default tbody tr td div.object-left.itemized_newsevents_items#px230
{
	padding-right: 30px;
}

div#page div#main-position div#main div.overflow-fix div.content-view-full div.class-folder div.attribute-long table.default tbody tr td div.object-left.itemized_startpage_items_right,
div#page div#main-position div#main div.overflow-fix div.content-view-full div.class-folder div.attribute-long table.default tbody tr td div.object-left.itemized_newsevents_items_right {
	padding-right: 0px;
}

div#page div#main-position div#main div.overflow-fix div.content-view-full div.class-folder div.attribute-long table.default tbody tr td div#px230,
div#page div#main-position div#main div.overflow-fix div.content-view-full div.class-folder div.attribute-long table.default tbody tr td div.object-left.itemized_startpage_items#px230,
div#page div#main-position div#main div.overflow-fix div.content-view-full div.class-folder div.attribute-long table.default tbody tr td div.object-left.itemized_newsevents_items#px230 {
	padding: 0;
	padding-top: 36px;
	width: 170px;
}

div#page div#main-position div#main div.overflow-fix div.content-view-full div.class-folder div.attribute-long table.default tbody tr td div.object-left.itemized_newsevents_items#px230,
div#page div#main-position div#main div.overflow-fix div.content-view-full div.class-folder div.attribute-long table.default tbody tr td div.object-left.itemized_newsevents_items_right {
	width: 370px;
}

li.level-2 a {
	color: red;
}

div#page div#columns div#extrainfo-position div#extrainfo div#ansprechpartner-main p {
	vertical-align: top;
}

div#player {
	margin-bottom: 10px;
}

div.article-large div.caption {
	margin: 0;
	padding: 3px 0;
}