/* STYLESHEET TYPO3 TEMP */
/* default styles for extension "tx_thmailformplus_pi1" */
.tx-thmailformplus-pi1 H2 {
margin-top: 0px;
margin-bottom: 0px;
}
/* default styles for extension "tx_cssstyledcontent" */
/* Captions */
DIV.csc-textpic-caption-c .csc-textpic-caption {
text-align: center;
}
DIV.csc-textpic-caption-r .csc-textpic-caption {
text-align: right;
}
DIV.csc-textpic-caption-l .csc-textpic-caption {
text-align: left;
}
/* Needed for noRows setting */
DIV.csc-textpic DIV.csc-textpic-imagecolumn {
float: left;
display: inline;
}
/* Border just around the image */
DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG, DIV.csc-textpic-border DIV.csc-textpic-single-image IMG {
border: 1px solid #000000;
padding: 0px 0px;
}
DIV.csc-textpic-imagewrap {
padding: 0;
}
DIV.csc-textpic IMG {
border: none;
}
/* DIV: This will place the images side by side */
DIV.csc-textpic DIV.csc-textpic-imagewrap DIV.csc-textpic-image {
float: left;
}
/* UL: This will place the images side by side */
DIV.csc-textpic DIV.csc-textpic-imagewrap UL {
list-style: none;
margin: 0;
padding: 0;
}
DIV.csc-textpic DIV.csc-textpic-imagewrap UL LI {
float: left;
margin: 0;
padding: 0;
}
/* DL: This will place the images side by side */
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image {
float: left;
}
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DT {
float: none;
}
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD {
float: none;
}
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD IMG {
border: none;
} /* FE-Editing Icons */
DL.csc-textpic-image {
margin: 0;
}
DL.csc-textpic-image DT {
margin: 0;
display: inline;
}
DL.csc-textpic-image DD {
margin: 0;
}
/* Clearer */
DIV.csc-textpic-clear {
clear: both;
}
/* Margins around images: */
/* Pictures on left, add margin on right */
DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image, DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image, DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .csc-textpic-image {
display: inline; /* IE fix for double-margin bug */
margin-right: 10px;
}
/* Pictures on right, add margin on left */
DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image, DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image, DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap .csc-textpic-image {
display: inline; /* IE fix for double-margin bug */
margin-left: 10px;
}
/* Pictures centered, add margin on left */
DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
display: inline; /* IE fix for double-margin bug */
margin-left: 10px;
}
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
margin: 0;
}
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
margin: 0;
}
/* Space below each image (also in-between rows) */
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image {
margin-bottom: 10px;
}
DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow {
margin-bottom: 10px;
display: block;
}
DIV.csc-textpic DIV.csc-textpic-imagerow {
clear: both;
}
DIV.csc-textpic DIV.csc-textpic-single-image IMG {
margin-bottom: 10px;
}
/* No margins around the whole image-block */
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-firstcol {
margin-left: 0px !important;
}
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-lastcol {
margin-right: 0px !important;
}
/* Add margin from image-block to text (in case of "Text w/ images") */
DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap, DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
margin-right: 10px !important;
}
DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap, DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
margin-left: 10px !important;
}
/* Positioning of images: */
/* Above */
DIV.csc-textpic-above DIV.csc-textpic-text {
clear: both;
}
/* Center (above or below) */
DIV.csc-textpic-center {
text-align: center; /* IE-hack */
}
DIV.csc-textpic-center DIV.csc-textpic-imagewrap {
margin: 0 auto;
}
DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
text-align: left; /* Remove IE-hack */
}
DIV.csc-textpic-center DIV.csc-textpic-text {
text-align: left; /* Remove IE-hack */
}
/* Right (above or below) */
DIV.csc-textpic-right DIV.csc-textpic-imagewrap {
float: right;
}
DIV.csc-textpic-right DIV.csc-textpic-text {
clear: right;
}
/* Left (above or below) */
DIV.csc-textpic-left DIV.csc-textpic-imagewrap {
float: left;
}
DIV.csc-textpic-left DIV.csc-textpic-text {
clear: left;
}
/* Left (in text) */
DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap {
float: left;
}
/* Right (in text) */
DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap {
float: right;
}
/* Right (in text, no wrap around) */
DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
float: right;
clear: both;
}
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html DIV.csc-textpic-intext-right-nowrap .csc-textpic-text {
height: 1%;
}
/* End hide from IE5/mac */
/* Left (in text, no wrap around) */
DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
float: left;
clear: both;
}
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html DIV.csc-textpic-intext-left-nowrap .csc-textpic-text {
height: 1%;
}
/* End hide from IE5/mac */
DIV.csc-textpic DIV.csc-textpic-imagerow-last {
margin-bottom: 0;
}
/* Browser fixes: */
/* Fix for unordered and ordered list with image "In text, left" */
.csc-textpic-intext-left ol, .csc-textpic-intext-left ul {
padding-left: 40px;
overflow: auto;
height: 1%;
}
/* default styles for extension "tx_a21glossary" */
acronym, dfn, abbr, span.abbr {
border-bottom: 1px dotted black;
cursor: help;
}
dl.glossary dt {
font-weight: bold;
margin: 0 0 3px 0;
font-style: normal;
}
dl.glossary dd {
margin: 0 0 15px 20px;
}
dl.glossary .description {
margin: 0;
padding: 0;
}
dl.glossary .type {
font-style: italic;
padding: 0 3px 0 0;
}
/* STYLESHEET GLOBAL */
body {
margin: 0px;
padding: 0px;
background-image: url(../images/bg-body.gif);
background-repeat: repeat-y;
background-color: #98C508;
font-size: 100%;
}
hr {
height: 1px;
color: #007DAB;
background-color: #007DAB;
margin-top: 0px;
padding-top: 0px;
border: none;
}
p {
margin: 0px;
padding: 0px;
}
ul {
margin: 0px;
padding: 0px;
}
ol {
margin: 0px;
padding: 0px;
}
li {
margin: 0px;
padding: 0px;
}
/* RTE */
.align-right {
text-align: right;
}
.align-left {
text-align: left;
}
.align-center {
text-align: center;
}
/* HYPERLINKS */
a:link {
color: #98C508;
text-decoration: underline;
font-weight: normal;
}
a:visited {
color: #98C508;
text-decoration: underline;
font-weight: normal;
}
a:active {
color: #98C508;
text-decoration: underline;
font-weight: normal;
}
a:hover {
color: #98C508;
text-decoration: none;
font-weight: normal;
}
.mstopnavi a:link {
color: #B1B1B1;
text-decoration: none;
font-weight: normal;
}
.mstopnavi a:visited {
color: #B1B1B1;
text-decoration: none;
font-weight: normal;
}
.mstopnavi a:active {
color: #B1B1B1;
text-decoration: none;
font-weight: normal;
}
.mstopnavi a:hover {
color: #B1B1B1;
text-decoration: underline;
font-weight: normal;
}
.msbreadcrumb a:link {
color: #B1B1B1;
text-decoration: none;
font-weight: normal;
}
.msbreadcrumb a:visited {
color: #B1B1B1;
text-decoration: none;
font-weight: normal;
}
.msbreadcrumb a:active {
color: #B1B1B1;
text-decoration: none;
font-weight: normal;
}
.msbreadcrumb a:hover {
color: #B1B1B1;
text-decoration: underline;
font-weight: normal;
}
.mscontentinner a:link {
color: #7BA206;
text-decoration: underline;
font-weight: normal;
}
.mscontentinner a:visited {
color: #7BA206;
text-decoration: underline;
font-weight: normal;
}
.mscontentinner a:active {
color: #7BA206;
text-decoration: underline;
font-weight: normal;
}
.mscontentinner a:hover {
color: #7BA206;
text-decoration: none;
font-weight: normal;
}
.msfooter a:link {
color: #B1B1B1;
text-decoration: none;
font-weight: normal;
}
.msfooter a:visited {
color: #B1B1B1;
text-decoration: none;
font-weight: normal;
}
.msfooter a:active {
color: #B1B1B1;
text-decoration: none;
font-weight: normal;
}
.msfooter a:hover {
color: #B1B1B1;
text-decoration: underline;
font-weight: normal;
}
.csc-sitemap ul li a:link {
color: #FFFFFF;
text-decoration: none;
font-weight: bold;
}
.csc-sitemap ul li a:visited {
color: #FFFFFF;
text-decoration: none;
font-weight: bold;
}
.csc-sitemap ul li a:active {
color: #FFFFFF;
text-decoration: none;
font-weight: bold;
}
.csc-sitemap ul li a:hover {
color: #FFFFFF;
text-decoration: underline;
font-weight: bold;
}
.csc-sitemap ul ul li a:link {
color: #555555;
text-decoration: none;
font-weight: normal;
}
.csc-sitemap ul ul li a:visited {
color: #555555;
text-decoration: none;
font-weight: normal;
}
.csc-sitemap ul ul li a:active {
color: #555555;
text-decoration: none;
font-weight: normal;
}
.csc-sitemap ul ul li a:hover {
color: #555555;
text-decoration: underline;
font-weight: normal;
}
/* FORM ELEMENTS */
form {
margin: 0px;
padding: 0px;
}
label {
font-family: "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
width: 90px;
display: block;
float: left;
height: 24px;
padding-top: 2px;
clear: left;
}
input {
font-family: "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
width: 251px;
border: none;
height: 24px;
margin-bottom: 5px;
background-color: transparent;
font-size: 1em;
}
.inputbg {
background-image: url(../images/_form-input.gif);
background-repeat: no-repeat;
float: left;
width: 255px;
}
*+html input {
width: 249px;
}
textarea {
font-family: "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
border: 1px solid #FFFFFF;
width: 255px;
background-image: url(../images/_form-text1.gif);
background-repeat: repeat-y;
height: 89px;
float: left;
font-size: 1em;
}
*+html textarea {
width: 253px;
}
.textareabottom {
height: 4px;
width: 255px;
background-image: url(../images/_form-text2.gif);
background-repeat: no-repeat;
margin-left: 90px;
float: left;
}
.requiredtext {
margin-left: 90px;
margin-top: 5px;
margin-bottom: 5px;
float: left;
clear: left;
width: 400px;
}
.error {
padding-top: 10px;
padding-bottom: 10px;
}
.errortext {
color: #D62222;
font-weight: bold;
}
#submitbutton {
float: left;
margin-left: 90px;
background-image: url(../images/_form-input.gif);
background-repeat: no-repeat;
width: 255px;
font-size: 1em;
}
.csc-loginform input {
background-image: url(../images/_form-input.gif);
background-repeat: no-repeat;
border: none;
width: 255px;
}
.csc-loginform .csc-mailform-submit {
margin-left: 90px;
}
/* SITEMAP */
.csc-sitemap {
line-height: 16px;
margin: 0px 0px 0px -17px;
padding: 0px;
list-style-type: none;
list-style-image: none;
font-family: "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
width: 250px;
}
.csc-sitemap ul {
list-style-image: none;
list-style-type: none;
margin: 0px;
padding: 0px;
}
.csc-sitemap ul ul {
list-style-type: none;
list-style-image: none;
margin: 0px;
padding: 2px 0px 0px;
}
.csc-sitemap ul ul ul {
list-style-type: none;
list-style-image: none;
margin: 0px;
padding-top: 2px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}
.csc-sitemap li {
list-style-type: none;
list-style-image: none;
margin: 0px;
padding: 0px;
}
.csc-sitemap ul li {
background-color: #007DAB;
list-style-type: none;
list-style-image: none;
margin-bottom: 20px;
padding: 3px;
}
.csc-sitemap ul li a {
list-style-type: none;
list-style-image: none;
padding-right: 5px;
padding-left: 5px;
}
.csc-sitemap ul ul li {
background-color: #E0E0E0;
list-style-image: none;
margin: 0px;
padding: 1px 0px 2px 20px;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #FFFFFF;
list-style-type: none;
}
/* HEAD ELEMENTS */
h1 {
font-family: "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
font-size: 1.3em;
font-weight: normal;
margin: 0px;
padding: 0px 0px 10px;
color: #000000;
text-align: left;
text-transform: uppercase;
line-height: 1.3em;
}
h2 {
font-family: "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
font-size: 1.1em;
font-weight: bold;
margin: 0px;
padding: 0px 0px 2px;
color: #98C508;
text-align: left;
line-height: 1.1em;
}
h3 {
font-family: "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
font-size: 1em;
font-weight: bold;
margin: 0px;
padding: 0px 0px 2px;
color: #007DAB;
text-align: left;
line-height: 1em;
}
/* SITE ELEMENTS */
.msaccessnavi {
background-color: #FFFFFF;
height: 75px;
width: 285px;
position: absolute;
left: 390px;
top: 0px;
padding-top: 5px;
padding-left: 5px;
}
.mstopnavi {
font-family: "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
font-size: 0.7em;
color: #B1B1B1;
background-color: #FFFFFF;
height: 75px;
width: 295px;
left: 680px;
top: 0px;
position: absolute;
text-align: right;
padding-right: 5px;
padding-top: 5px;
}
.msnavi {
font-family: "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
font-size: 0.8em;
height: 162px;
width: 152px;
position: absolute;
left: 0px;
top: 80px;
padding-left: 8px;
text-transform: uppercase;
background-repeat: no-repeat;
background-color: #FFFFFF;
background-image: url(../images/bg-navi.gif);
z-index: 5;
}
ul.menu, ul.menu ul {
list-style-type: none;
}
ul.menu a:link {
display: block;
font-weight: bold;
color: #7BA206;
text-decoration: none;
}
ul.menu a:visited {
display: block;
font-weight: bold;
color: #7BA206;
text-decoration: none;
}
ul.menu a:active {
display: block;
font-weight: bold;
color: #7BA206;
text-decoration: none;
}
ul.menu a:hover {
display: block;
font-weight: bold;
color: #007DAB;
text-decoration: none;
}
ul.menu a.active {
display: block;
font-weight: bold;
color: #007DAB;
text-decoration: none;
}
ul.menu li {
padding: 7px 0px 0px;
margin: 0px;
float: left;
height: 26px;
width: 149px;
}
.mshead {
height: 162px;
width: 370px;
position: absolute;
left: 160px;
top: 80px;
z-index: 4;
}
.mslogo {
background-color: #FFFFFF;
height: 86px;
width: 580px;
position: absolute;
left: 390px;
top: 80px;
text-align: right;
border-top-width: 1px;
border-bottom-width: 1px;
border-top-style: solid;
border-bottom-style: solid;
border-top-color: #757575;
border-bottom-color: #757575;
z-index: 3;
padding-right: 10px;
padding-top: 74px;
}
.mssubnavi {
background-color: #FFFFFF;
width: 160px;
position: absolute;
left: 0px;
top: 242px;
height: 450px;
}
.msbreadcrumb {
font-family: "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
font-size: 0.7em;
color: #B1B1B1;
background-color: #FFFFFF;
height: 30px;
width: 560px;
position: absolute;
left: 390px;
top: 242px;
padding-left: 30px;
padding-top: 5px;
}
.mscontent {
background-color: #FFFFFF;
width: 590px;
position: absolute;
top: 272px;
left: 390px;
}
.mscontentinner {
padding: 20px 30px 30px;
font-family: "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
font-size: 0.8em;
min-height: 250px;
}
.msfooter {
font-family: "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
font-size: 0.7em;
color: #B1B1B1;
background-color: #FFFFFF;
width: 590px;
text-align: center;
padding-bottom: 10px;
clear: left;
float: left;
}
.msfooter .top {
padding-right: 30px;
width: 560px;
padding-top: 5px;
height: 40px;
padding-bottom: 10px;
}
.msfooter .topimg {
float: right;
}
.msfooter .toplink {
padding-top: 10px;
float: right;
padding-left: 4px;
}
.mslines {
background-image: url(../images/linien-weiss.gif);
background-repeat: no-repeat;
position: absolute;
left: 160px;
top: 242px;
z-index: 1;
height: 240px;
width: 230px;
}
.msright {
height: 162px;
width: 100%;
background-image: url(../images/bg-right.gif);
background-repeat: repeat-x;
position: absolute;
left: 0px;
top: 80px;
z-index: 1;
}
.mstextaccessnavi {
font-family: "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
font-size: 0.8em;
position: absolute;
left: 160px;
top: 5px;
color: #FFFFFF;
width: 227px;
text-align: right;
padding-right: 3px;
}
/* CONTENT ELEMENTS */
.msbreadcrumb ul {
list-style-type: none;
display: inline;
margin: 0px;
padding: 0px 0px 0px 0px;
}
.msbreadcrumb li {
list-style: none;
display: inline;
}
.mscontentinner ul {
padding-left: 17px;
text-align: left;
list-style-type: none;
}
.mscontentinner li {
background-image: url(../images/_icon-dot.gif);
background-repeat: no-repeat;
background-position: left 7px;
padding-left: 13px;
}
.csc-textpic li {
background-image: none;
}
.csc-sitemap li {
background-image: none;
}
.mscontentinner ol {
padding-left: 30px;
text-align: left;
}
.csc-textpic-imagewrap {
margin-top: 5px;
}
.contenttable th {
background-color: #8F918B;
font-weight: bold;
padding: 3px;
}
.contenttable td {
padding: 3px;
font-family: "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
}
.contenttable .tr-even {
background-color: #DDDDDD;
}
.contenttable .tr-odd {
background-color: #EBEBEB;
}
.indent {
padding-left: 30px;
}
/* SUCHE */
.tx-indexedsearch-browsebox .browsebox {
padding-left: 0px;
}
.search_input {
width: 250px;
height: 20px;
}
.suchbutton {
height: 22px;
width: 80px;
background-image: url(../images/_search-button.gif);
background-repeat: no-repeat;
}
.browsebox {
margin:0px;
padding:10px 0px 20px;
list-style-type:none;
list-style-position:inside;
}
.browsebox li, .browsebox .tx-indexedsearch-browselist-currentPage {
display:inline;
margin:0px;
padding:0px;
background-image: none;
}
.browsebox li a {
margin-right:5px;
}
.tx-indexedsearch-whatis {
padding-top: 5px;
padding-bottom: 10px;
clear: left;
}
.tx-indexedsearch-browsebox {
padding-top: 5px;
padding-bottom: 10px;
}
/* ACCESS NAVI */
.msaccessnavi a#switch-normal {
background:url(../images/_icon_normal_act.gif) 0px 0px no-repeat;
}
.msaccessnavi a:hover#switch-normal {
background:url(../images/_icon_normal_act.gif) 0px 0px no-repeat;
}
.msaccessnavi a#switch-medium {
background:url(../images/_icon_medium.gif) 0px 0px no-repeat;
}
.msaccessnavi a:hover#switch-medium {
background:url(../images/_icon_medium_act.gif) 0px 0px no-repeat;
}
.msaccessnavi a#switch-large {
background:url(../images/_icon_large.gif) 0px 0px no-repeat;
}
.msaccessnavi a:hover#switch-large {
background:url(../images/_icon_large_act.gif) 0px 0px no-repeat;
}
.msaccessnavi a#switch-medium {
background-color: transparent;
background-image: url(../images/_icon_medium.gif);
background-repeat: no-repeat;
}
.msaccessnavi a#switch-medium:hover {
background-color: transparent;
background-image: url(../images/_icon_medium_act.gif);
background-repeat: no-repeat;
}
.msaccessnavi a#switch-large {
background-color: transparent;
background-image: url(../images/_icon_large.gif);
background-repeat: no-repeat;
}
.msaccessnavi a#switch-large:hover {
background-color: transparent;
background-image: url(../images/_icon_large_act.gif);
background-repeat: no-repeat;
}
.msaccessnavi a img {
visibility:hidden;
border:0;
margin: 0px;
padding: 0px;
}
.msaccessnavi a {
display: block;
float: left;
}
/* FLV PLAYER */
.tx-flvplayer2-pi1 {
text-align: center;
}
/* STYLESHEET MENU */
.mainnavi a:link {
color: #007DAB;
text-decoration: none;
font-weight: bold;
}
.mainnavi a:visited {
color: #007DAB;
text-decoration: none;
font-weight: bold;
}
.mainnavi a:active {
color: #007DAB;
text-decoration: none;
font-weight: bold;
}
.mainnavi a:hover {
color: #98C508;
text-decoration: none;
font-weight: bold;
}
#mainnaviaktiv {
color: #98C508;
text-decoration: none;
font-weight: bold;
}
#mainnaviaktivlast {
color: #98C508;
text-decoration: none;
font-weight: bold;
}
.subnavi a:link {
color: #007DAB;
text-decoration: none;
font-weight: normal;
}
.subnavi a:visited {
color: #007DAB;
text-decoration: none;
font-weight: normal;
}
.subnavi a:active {
color: #007DAB;
text-decoration: none;
font-weight: normal;
}
.subnavi a:hover {
color: #98C508;
text-decoration: none;
font-weight: normal;
}
#subnaviaktiv {
color: #98C508;
text-decoration: none;
font-weight: normal;
}
.subsubnavi a:link {
color: #007DAB;
text-decoration: none;
font-weight: normal;
}
.subsubnavi a:visited {
color: #007DAB;
text-decoration: none;
font-weight: normal;
}
.subsubnavi a:active {
color: #007DAB;
text-decoration: none;
font-weight: normal;
}
.subsubnavi a:hover {
color: #98C508;
text-decoration: none;
font-weight: normal;
}
#subsubnaviaktiv {
color: #98C508;
text-decoration: none;
font-weight: normal;
}
.main {
margin: 0px;
padding: 20px 10px 0px;
list-style-type: none;
font-family: "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
font-size: 0.75em;
text-transform: uppercase;
text-align: right;
line-height: 0.75em;
}
.mainnavi {
padding-left: 0px;
padding-top: 9px;
padding-bottom: 3px;
padding-right: 0px;
}
#mainnavilast {
}
.subnavi {
line-height: 0.75em;
padding-right: 15px;
padding-top: 0px;
padding-bottom: 3px;
padding-left: 0px;
}
*+html .subnavi {
}
.subsubnavi {
line-height: 0.75em;
padding-right: 30px;
padding-top: 0px;
padding-bottom: 3px;
padding-left: 0px;
}
*+html .subsubnavi {
}
/* STYLESHEET RTE */
hr {
height: 1px;
color: #007DAB;
}
p {
margin: 0px;
padding: 0px;
}
p.paragraph1 {
color: #98C508;
}
p.paragraph2 {
padding:5px;
background-color:#EDEDED;
}
p.paragraph3 {
padding:5px;
background-color:#E2E2E2;
}
td.cell1 {
background-color:#98C508;
}
td.cell2 {
background-color:#EDEDED;
}
td.cell3 {
background-color:#E2E2E2;
}
tr.cell1 {
background-color:#98C508;
}
tr.cell2 {
background-color:#EDEDED;
}
tr.cell3 {
background-color:#E2E2E2;
}
table.table1 {
border:1px solid #98C508;
}
table.table2 {
border:1px solid #EDEDED;
}
table.table3 {
border:1px solid #666666;
}
span.text {
color: #98C508;
}
span.text1 {
color: #007DAB;
}
p.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left, td.align-left {
text-align: left;
}
p.align-center, h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center, td.align-center {
text-align: center;
}
p.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right, td.align-right {
text-align: right;
}
.indent {
padding-left: 30px;
}
/* STYLESHEET SLIGHTBOX */
/* Shared styles for lightbox & slimbox*/
#overlay {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background-color:#000;
/*cursor:pointer;*/
z-index:90;
}
#prevLink, #nextLink {
display:block;
position:absolute;
top:0;
width:33%;
height:100%;
background:transparent url(../../../../typo3conf/ext/perfectlightbox/res/img/blank.gif) no-repeat; /* Trick IE into showing hover */
}
#prevLink {
left:0;
float:left;
}
#nextLink {
right:0;
float:right;
}
#prevLink:hover {
/* Edit here for a different image!*/
background:transparent url(../../../../typo3conf/ext/perfectlightbox/res/img/prev.gif) no-repeat 0% 15%;
}
#nextLink:hover {
/* Edit here for a different image!*/
background:transparent url(../../../../typo3conf/ext/perfectlightbox/res/img/next.gif) no-repeat 100% 15%;
}
#playLink, #pauseLink, #saveLink, #closeLink {
display:block;
float:right;
/* Set these two to the actual dimensions of your images! If they differ in size you have to set them seperately!*/
width:26px;
height:26px;
/* End*/
margin-left:1.0em;
}
#playLink {
/* Edit here for a different image! Add width & height here if needed*/
background:transparent url(../../../../typo3conf/ext/perfectlightbox/res/img/play.gif) no-repeat center;
}
#pauseLink {
/* Edit here for a different image! Add width & height here if needed*/
background:transparent url(../../../../typo3conf/ext/perfectlightbox/res/img/pause.gif) no-repeat center;
}
#saveLink {
/* Edit here for a different image! Add width & height here if needed*/
background:transparent url(../../../../typo3conf/ext/perfectlightbox/res/img/save.gif) no-repeat center;
}
#closeLink {
/* Edit here for a different image! Add width & height here if needed*/
background:transparent url(../../../../typo3conf/ext/perfectlightbox/res/img/close.gif) no-repeat center;/*clear:right;
float:right;*/
}
/* Slimbox-only*/
#sbCenter, #sbBottomContainer {
position:absolute;
left:50%;
overflow:hidden;
background-color:#fff;
z-index:100;
}
#sbCenter a, #sbBottomContainer a {
text-decoration:none;
border:none;
outline:none;
}
.sbLoading {
background:#fff url(../../../../typo3conf/ext/perfectlightbox/res/img/loading.gif) no-repeat center;
}
#sbImage {
position:absolute;
left:0;
top:0;
border:10px solid #fff;
background-repeat:no-repeat;
}
#sbBottom {
font-family:tahoma, arial, sans-serif;
font-size:11px;
color:#666;
line-height:1.4em;
text-align:left;
padding:0 10px 10px 10px;
}
#sbCaption {
width:66%;
font-weight:bold;
margin-bottom:0.1em;
}
#sbNumber {
width:66%;
margin-bottom:0.1em;
}
#sbPresent {
width:66%;
margin-bottom:0.1em;
}
#sbPresent a {
color:#666;
margin-right:1.0em;
}
#sbPresent a.act {
font-weight:bold;
color:#fff;
background:#777;
border-right:0.2em solid #777;
border-bottom:0.1em solid #777;
border-left:0.4em solid #777;
}
/* Lightbox-only*/
#lbLightbox {
position:absolute;
left:0;
width:100%;
z-index:100;
text-align:center;
line-height:0;
}
#lbLightbox #closeLink {
margin-bottom:10px;
}
#lbLightbox a {
text-decoration:none;
border:none;
outline:none;
}
#lbLightbox img {
border:none;
}
#lbOuterImageContainer {
position:relative;
background-color:#fff;
width:250px;
height:250px;
margin:0 auto;
}
#lbImageContainer {
padding:10px;
}
#lbLoading {
position:absolute;
z-index:110;
top:40%;
left:0%;
height:25%;
width:100%;
text-align:center;
line-height:0;
background:#fff url(../../../../typo3conf/ext/perfectlightbox/res/img/loading.gif) no-repeat center;
}
#lbHoverNav {
position:absolute;
top:0;
left:0;
height:100%;
width:100%;
z-index:10;
}
#lbImageContainer>#lbHoverNav {
left:0;
}
#lbImageDataContainer {
font-family:tahoma, arial, sans-serif;
font-size:11px;
background-color:#fff;
margin:0 auto;
line-height:1.4em;
overflow:auto;
width:100%;
}
#lbImageData {
padding:0 10px;
color:#666;
}
#lbImageDetails {
width:66%;
float:left;
text-align:left;
padding-bottom:10px;
}
#lbCaption {
display:block;
font-weight:bold;
margin-bottom:0.1em;
}
#lbNumber {
display:block;
margin-bottom:0.1em;
}
#lbPresent {
display:block;
margin-bottom:0.1em;
}
#lbPresent a {
color:#666;
margin-right:1.0em;
}
#lbPresent a.act {
font-weight:bold;
color:#fff;
background:#777;
border-right:0.2em solid #777;
border-bottom:0.1em solid #777;
border-left:0.4em solid #777;
}
/* STYLESHEET RGACCORDION */
/* Toggle default */
h3.rgaccord1-toggle {
font-weight:bold;
background: url(../images/plus.png) no-repeat left center;
padding:2px 0 2px 20px;
cursor:pointer;
text-decoration: underline;
color: #585955;
}
/* the content */
div.rgaccord1-content {
}
h3.act {
background: url(../images/minus.png) no-repeat left center;
color: #585955;
}
/* remove margin of a CE */
div.rgaccord1-content .ce {
margin-bottom:0px;
}
/* remove the header inside the CE, twice is not nice */
div.rgaccord1-content h1 {
display:none;
}
/* PRINT STYLESHEET */
@media print {
body {
background-image: none;
background-color: #FFFFFF;
}
.msaccessnavi {
display: none;
}
.mstopnavi {
display: none;
}
.msnavi {
display: none;
}
.mshead {
display: none;
}
.mslogo {
left: 20px;
top: 0px;
padding-right: 0px;
padding-top: 0px;
border: none;
}
.mssubnavi {
display: none;
}
.msbreadcrumb {
display: none;
}
.mscontent {
top: 90px;
left: 20px;
}
.msfooter {
display: none;
}
.mslines {
display: none;
}
.msright {
display: none;
}
}
