/* common font faces */
h1, h2, h3, h4 { font-family: 'Times New Roman', Times, serif; }
body { font-family: Arial, Helvetica, sans-serif; }
.Text { font-family: Arial, Helvetica, sans-serif; }

/* common font colors */
h1, h2, h3, h4 { color: #336699; }
body, a { color: #336699; }

/* common text sizes */
h1 { font-size: 16px; margin-bottom: 3px; }
h2 { font-size: 14px; padding-top: 1em; }
h3, h4 { font-size: 13px; }

body { font-size: 14px; }
ul, ol, li, p, a, table.mainTable { font-size: 11px; }

/* title */
.box-title {
    background-color: #e6e6e6;
    height: 90px;
    margin-bottom: 6px;
}

.title {
    font-family: Times New Roman;
    font-size: 34px;
    font-weight: normal;
    text-align: center;
    margin: 0 0 0 0;
    padding-top: 3px;
}

/* common decorations */
a { text-decoration: underline; }
a img { text-decoration: none; border: 0; }
b { font-weight: bold; }
body { text-decoration: none; }

.footer {
    font-size: 10px;
    text-align: center;
    width: 650px;
    padding-top: 25px;
}

/* box layout */
.box {
    background-color: #ffffff;
}

.box-light {
    background-color: #f0f0f0;
}

.box-light p {
    margin-left: 5px;
    margin-right: 5px;
}

.box-gray {
    background-color: #e6e6e6;
    color: #666666;
}

.v-line {
    background-color: #dddddd;
    width:2px;
    margin: 17px 0 17px 9px;
    padding: 0 0 0 0;
}

/* alignments */
.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }
.justify, .block, .tx-indexedsearch-descr { text-align: justify; }

/* column styles */
div.layout, .tx-indexedsearch-res {
    width: 650px;
}

.ll {
    width: 325px;
    border-right: 1px solid #dddddd;
    padding-right: 9px;
}

.lr {
    width: 325px;
    border-left: 1px solid #dddddd;
    padding-left: 9px;
}

.c {
    margin: 6px 0;
}

.cs {
    width: 210px;
    margin: 6px 0 6px 0;
}

.cl {
    width: 420px;
    margin: 6px 0 6px 0;
}

.cm {
    width: 315px;
    margin: 6px 0 6px 0;
}

.cm .cm {
    width: 315px;
    margin: 3px 0;
}

.ss {
    width: 120px;
    margin: 3px 0;
}

.sm {
    width: 150px;
    margin: 3px 0;
}

.sl {
    width: 180px;
    margin: 3px 0;
}

.clear {
    clear: both;
}

.al, .float_l {
    float: left;
}

.ar, .float_r {
    float: right;
}

.mar h1, .mar h2, .mar > p, .mar form {
    margin: 5px 10px;
}

/* images */
.artikel {
    background-image: url(http://www.system4intermedia.de/fileadmin/pics/bg/artikel.png);
    background-repeat: no-repeat;
}

/* styles */
.first {
    margin-top: 0;
    padding-top: 0;
}

.last {
    margin-bottom: 0;
    padding-bottom: 0;
}

.both {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.width {
}

.border {
	border: 1px solid;
}

td.line {
    height:1px;
    background-color:#336699;
}

/* cubus css */
.csc-form-label {	
	padding-left: 6px;
}

.csc-form-label-req {
	font-weight: bold;
	padding-left: 6px;
}

.csc-form-fieldcell INPUT {
	font-size: 10px;
	border: 1px solid #6F6F6F;
	background: #F4F4F4;
}

.csc-form-fieldcell TEXTAREA {
	font-size: 10px;
	border: 1px solid #6F6F6F;
	background: #F4F4F4;
}

.csc-form-fieldcell SELECT {
	font-size: 10px;
	border: 1px solid #6F6F6F;
	background: #F4F4F4;
}

.csc-form-fieldcell CHECKBOX {
	font-size: 10px;
	border: 1px solid #6F6F6F;
	background: #F4F4F4;
}

.csc-firstHeader {
	color: #666666;
}

#teaser {	
	padding: 11px 0 0 11px;
}

#teaser_div {
	background-color: #e6e6e6;
	padding-left: 0px;
	margin-left: 0px;
}

#teaser ul {
	padding-left: 10px;
	margin-left: 18px;
	margin-bottom: 6px;
	padding-bottom: 6px;
}

#teaser h1 {
	width: 150px;
	height: 20px;
	background-color: #336699;
	font-weight: bold;
	font-size: 12px;
	padding-left: 6px;
	padding-top: 5px;
	margin-top: 0px;
	color: #ffffff;
	text-decoration: none;
}

#teaser p{
	color: #666666;
	margin: 6px 0 6px 0;
	padding: 2px 0 6px 5px;
}

#teaser li {
	padding-left: 0px;
	padding-top: 2px;
	margin-left:0px;
	margin-top: 1ex;
	margin-bottom: 1ex;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	list-style-image:url(pics/blue.gif);		
}

#teaser a{
	color: #336699;
	text-decoration:none;
}

#teaser a:hover{
	background-color: #336699;
	color: #ffffff;
	text-decoration:none;
}

.Textsmall {
	font-size: 10px; text-decoration: none;
}
.Asmall {
	font-size: 10px; text-decoration: none;
}

.Asmall_menu {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

.Nav1 {
	font-size: 10px;
	padding-left: 15px;
	padding-top: 2px;
	margin-top: 0px;
	color: #000000;
	text-decoration: none;
	background:url(pics/blue.gif) no-repeat center left;
}

.Nav2 {
	font-size: 10px;
	padding-left: 15px;
	padding-top: 2px;
	margin-top: 0px;
	color: #000000;
	text-decoration: none;
	background:url(pics/gray.gif) no-repeat center left;
}

#menuid92 {
	font-size: 10px;
	padding-left: 15px;
	color: #000000;
	text-decoration: none;
	background:url(pics/blue.gif) no-repeat center left;
}

#menuid81 {
	font-size: 10px;
	padding-left: 15px;
	color: #000000;
	text-decoration: none;
	background:url(pics/green.gif) no-repeat center left;
}

#menuid80 {
	font-size: 10px;
	padding-left: 15px;
	color: #000000;
	text-decoration: none;
	background:url(pics/red.gif) no-repeat center left;
}

#menuid79 {
	font-size: 10px;
	padding-left: 15px;
	color: #000000;
	text-decoration: none;
	background:url(pics/brown.gif) no-repeat center left;
}

.Asmall2 {
	font-size: 10px;
    text-decoration: none
}

.menu-level2 {
	font-size: 10px;
	color: #000000;
	padding-left: 6px;	
	padding-bottom: -5px;
	padding-top: -5px;
}

.menu-level3 {
	font-size: 10px;
	color: #000000;
	margin-left: 6px;	
	padding-left: 3px;
	padding-bottom: -5px;
	padding-top: -5px;
}
.colorText {
	font-weight: bold;
    font-size: 10px;
}
.Sitemap1 {
	font-weight: normal; font-size: 12px;
}
.Sitemap2 {
	font-weight: normal; font-size: 10px;
}
.SitemapText1 {
	font-weight: normal; font-size: 12px;
}
.SitemapText2 {
	font-weight: normal; font-size: 10px;
}
.Subheadline {
	font-weight: bold; font-size: 12px; text-decoration: none
}
.SubheadlineUe {
	font-weight: bold; font-size: 12px; text-decoration: none
}
.MitteOben {
	font-weight: bold; font-size: 12px; text-decoration: none
}
.Text {
	font-weight: 500; font-size: 12px; text-decoration: none
}

.bodytext {
	font-weight: 500; 
	font-size: 12px; 
	text-decoration: none;
	display: inline;
	}
	
.csc-caption {
	font-weight: 500; font-size: 12px; text-decoration: none
}

.NewsText {
	font-weight: 500;
	font-size: 12px;
	text-decoration: none;
	padding-bottom: 20px;
}

.TextNews {
	font-weight: bold;
	font-size: 12px;
	padding-left: 6px;
	color: #ffffff;
	text-decoration: none;
}

.link {
	font-weight: normal; font-size: 12px;
}
.link_big {
	font-weight: normal; font-size: 14px;
}
.link_small {
	font-weight: normal; font-size: 10px;
}
.link_locator {
	font-weight: normal; font-size: 10px;
}
.navia {
	font-size: 14px; text-decoration: none
}
.naviaA {
	font-size: 14px; color: #c0c0c0; text-decoration: none
}
.navib {
	font-size: 10px; text-decoration: none
}
.navibA {
	font-size: 14px; color: #c0c0c0; text-decoration: none
}
.navic {
	font-size: 14px; color: #ffffff; text-decoration: none
}
.navicA {
	font-size: 14px; color: #c0c0c0; text-decoration: none
}
.navobenA {
	font-weight: bold; font-size: 12px; color: #ffffff; text-decoration: none
}
.navoben {
	font-size: 12px; color: #ffffff; text-decoration: none;
        margin-right:32px;
}
.mzbtitel {
	font-weight: bold; font-size: 10px; color: #0000c3; background-color: #ffffff; text-decoration: none
}
.mzbsubtitel {
	font-size: 10px; background-color: #ffffff; text-decoration: none
}
.mzbtext {
	font-size: 12px; background-color: #ffffff; text-decoration: none
}
.Headline {
	font-weight: bold; font-size: 14px; text-decoration: none
}
.HeadlineUe {
	font-weight: bold; font-size: 14px; text-decoration: none
}
.EM {
	
}
.EMA {
	background-color: #ff9900
}
.EMA1 {
	font-weight: bold; font-size: 10px; vertical-align: top; color: #000000; background-color: #ff9900
}
.EMA2 {
	font-weight: bold; font-size: 10px; vertical-align: top; color: #000000;  background-color: #ff9900
}
.EMB {
	background-color: #ffffcc
}
.EMB1 {
	font-size: 10px; vertical-align: top; color: #000000; background-color: #ffffcc
}
.EMB1middle {
	font-size: 10px; vertical-align: middle; color: #000000; background-color: #ffffcc
}
.EMB2 {
	font-size: 10px; vertical-align: top; color: #000000; background-color: #ffffcc
}
.EMC {
	background-color: #fed98e
}
.EMC1 {
	font-size: 10px; vertical-align: top; color: #000000; background-color: #fed98e
}
.EMC1middle {
	font-size: 10px; vertical-align: middle; color: #000000; background-color: #fed98e
}
.EMC2 {
	font-size: 10px; vertical-align: top; color: #000000; background-color: #fed98e
}
.navedit1 {
	font-weight: bold; font-size: 10px; color: #000000; background-color: #ff9900; text-decoration: none
}
.navedit2 {
	font-weight: bold; font-size: 10px; color: #000000; background-color: #ffffcc; text-decoration: none
}
.navedit3 {
	font-weight: 400; font-size: 10px; color: #000000; background-color: #fed98e; text-decoration: none
}
.MENUE {
	background-color: #ffffcc
}
.MENUEITEM {
	font-weight: bold; font-size: 10px; color: #000000; background-color: #ffffcc; text-decoration: none
}
.MENUETEXT {
	font-weight: bold; font-size: 10px; color: #000000; text-decoration: none
}

/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {
	background-color: #ffffff;
}	


.news-list-item {
	padding: 3px;
	margin: 3px;
	background-color: #F4F4F4;
	height: 120px;
} 

.news-list-item p.bodytext {
      display: inline;
}
.news-list-morelink {
	font-size: 10px;
	color: #696969;
       display: inline;
}
.news-search-form {	
	padding:3px;	
	margin-bottom:5px;
	border:1px solid #666666;
	background-color:#F9FFE5;

}
.news-search-emptyMsg {
	margin:0px;
}
.news-search-form FORM {
	margin:0px;	
}
.news-list-container H3 {
	margin-bottom: 5px;
	padding: 2px;
	background-color: #F4F4F4;
}
.news-list-container H3 A:LINK,.news-list-container H3 A:VISITED,.news-list-container H3 A:HOVER {
	color: Black;
	padding-left: 2px;
}
.news-list-container H3 A {
	color:#ffffff;

}
.news-list-container P {
	padding-left:3px;
}
.news-list-date {
	float: right;
	color: #4F6474;
	width: 180px;
	text-align: right;
	height: 18px;
	margin-top: -2px;
	margin-right: -2px;
	font-size: 9px;
	font-weight: normal;
	background-color: #F4F4F4;
}

.news-list-imgcaption {
	float: right;
	padding-top:3px;
	padding-right:3px;
	font-size: 9px;

	}

.news-list-container IMG {
	float: right;
	border:1px solid #666666;
	margin-bottom:5px;
	margin-right:2px;
	margin-left:5px;
}
.news-list-category IMG {
	float: none;
	border:none;
	margin:0px;
}

.news-list-morelink,.news-list-category {
	font-size:9px;
	margin-left:3px;
}
.news-list-morelink  {
	margin-bottom:3px;
}
.news-list-browse {
	text-align: center;
}
	
/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
	padding: 5px;
	margin-bottom: 5px;
	background-color: #F4F4F4;
}

.news-single-item h2 {
	font-weight: bold; 
	font-size: 14px; 
	color: #000000;
}

.news-single-item A:LINK, .news-single-item A:VISITED{
	color: #545454;
}

.news-single-item A:HOVER {
	color: Gray;
}

.news-single-item H3 {
	margin-bottom: 15px;
}

/* ------ sitemap style definition ---------- */
.csc-sitemap {
	background: #FFFFFF;		
	margin-top: 0px;
	margin-bottom: 0px;
}

.csc-sitemap-level1, .csc-sitemap-level1 A:LINK, .csc-sitemap-level1 A:HOVER, .csc-sitemap-level1 A:VISITED 	{
	font-weight: bold;
	color: #494949;
	text-decoration: none;
	padding-left: 5px;	
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 2px;
	margin-top: 2px;
	background-color: #F4F4F4;	
	width: 100%;
}
.csc-sitemap-level2 A:LINK, .csc-sitemap-level2 A:HOVER, .csc-sitemap-level2 A:VISITED{
	padding-left: 15px;
	font-weight: normal;
	color: #616161;
	text-decoration: none;
	background: url(pics/100A.gif) no-repeat center left;
}

.csc-sitemap-level3 A:LINK, .csc-sitemap-level3 A:HOVER, .csc-sitemap-level3 A:VISITED{
	padding-left: 15px;
	margin-left: 15px;
	font-weight: normal;
	color: #858585;
	text-decoration: none;
	background:url(pics/102A.gif) no-repeat center left;
}

.csc-sitemap-level4 A:LINK, .csc-sitemap-level4 A:HOVER, .csc-sitemap-level4 A:VISITED{
	padding-left: 15px;
	margin-left: 30px;
	font-weight: normal;
	color: #ACACAC;
	text-decoration: none;
	background:url(pics/101A.gif) no-repeat center left;
}

.csc-firstHeader {
	font-weight: bold;
	font-size: 14px;
}

.searchbox{
	font-size: 10px;
	border: 1px solid #6F6F6F;
	background: #F4F4F4;;
}

.form_style {
	font-size: 10px;
	border: 1px solid #6F6F6F;
	background: #F4F4F4;;
}

.tx-indexedsearch-whatis {
	font-size: 10px;
}

.tx-indexedsearch-title-caption {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.tx-indexedsearch-info {
	font-size: 10px; 
	color: #000000; 
	text-decoration: none;
}

.tx-indexedsearch-redMarkup {
	font-size: 12px;
	color: #00018C;
	font-weight: bold;
}

.tx-indexedsearch-descr {
	font-size: 12px;
	color: Black;
	background: White;
}

.tx-indexedsearch-secHead {
	font-size: 12px;
	color: Black;
	background: #F4F4F4;
}

.tx-indexedsearch-secHead P {
	font-size: 12px;
	color: Black;
}

.tx-indexedsearch-secHead A {
	font-size: 12px;
	color: Black;
	text-decoration: none;
}

.tx-indexedsearch-res {
	background-color: White;
}

.tx-indexedsearch-sectionlinks A {
	font-size: 12px;
	color: Black;
	text-decoration: none;
}

.tx-indexedsearch-sectionlinks A:HOVER {
	font-size: 12px;
	color: #81919A;
	text-decoration: none;
}


.tx-indexedsearch-sectionlinks LI {
	font-size: 12px;
	color: Black;
	text-decoration: none;
	list-style: square;
}

.tx-indexedsearch-browsebox-SCell A {
	font-size: 12px;
	color: Black;
	text-decoration: none;
}

.tx-indexedsearch-title-number {
	font-size: 12px;
	color: Black;
}

.tx-indexedsearch-title-caption A {
	font-size: 12px;
	color: Black;
	text-decoration: none;
	font-weight: bold;
}

.tx-indexedsearch-title-caption A:HOVER {
	font-size: 12px;
	color: #81919A;
	text-decoration: none;
	font-weight: bold;
}
