body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 14px;
}

input, select, textarea {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

code, pre, tt, .articleCode {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

form, div, p, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

.listEntry {
    margin-bottom: 10px;
}

a, a:link, a:visited, a:active, a:focus {
    color: #FF3300;
    text-decoration: none;
}

a:hover {
    color: #FF3300;
    text-decoration: underline;
}

.articleText {
    margin-bottom: 3px;
    text-align: justify;
}

.articleCode {
    margin-bottom: 3px;
    font-size: 12px;
}


.articleSummary {
    font-size: 11px;
    color: #000000;
    line-height: 135%;
}

.nav_table, .nav_table a, .nav_table a:link, .nav_table a:active, .nav_table a:visited, .nav_table a:hover {
    font-size: 10px;
    color: #4A5966;
    font-weight: normal;
    text-decoration: none;
}

.nav_table a:hover {
    text-decoration: underline;
}

.nav_table_active, .nav_table_active a, .nav_table_active a:link, .nav_table_active a:active, .nav_table_active a:visited, .nav_table_active a:hover {
    font-size: 10px;
    color: #4A5966;
    font-weight: bold;
    text-decoration: none;
}

.articleList_toptext {
    font-size: 10px;
}

.articleList_listhead {
    font-size: 11px;
    font-weight: bold;
}


/* CSS for the top level list */
ul.list_top, ul.list_level {
    padding: 3px 0;
    margin-left: 0;
    border-bottom: 1px solid #5E747F;
    font: bold 12px Verdana, sans-serif;
}

ul.list_top li, ul.list_level li {
    list-style: none;
    margin: 0;
    display: inline;
    padding: 0;
}

ul.list_top li a, ul.list_level li a {
    padding: 3px 0.5em;
    margin: 0;
    border: 1px solid #778;
    border-bottom: none;
    background: #D7DEE5;
    text-decoration: none;
}

ul.list_top li a:link, ul.list_level li a:link {
    color: #5E747F;
}

ul.list_top li a:visited, ul.list_level li a:visited {
    color: #5E747F;
}

ul.list_top li a:hover, ul.list_level li a:hover {
    color: Black;
    background: #92A1AF;;
    border-color: #227;
}

ul.list_top li.active a, ul.list_level li.active a {
    background: white;
    border-bottom: 1px solid white;
}


/**
 * Sample CSS for DIV pagelayout
 */
#container {
    width: 760px;
    border: 1px solid gray;
    margin: 10px auto;
    padding: 10px;
}

#headerBlock {
    padding: 5px;
    margin-bottom: 5px;
    background-color: rgb(213, 219, 225);
}

#mainBlock {
    padding: 5px;
    margin-left: 215px;
    margin-right: 215px;
    background-color: gray;
}

#leftBlock {
    float: left;
    width: 200px;
    margin: 0 5px 0 0;
    padding: 5px;
    background-color: rgb(235, 235, 235);
}

#rightBlock {
    float: right;
    width: 200px;
    margin: 0 0 0 5px;
    padding: 5px;
    background-color: rgb(235, 235, 235);
}

#footerBlock {
    clear: both;
    padding: 5px;
    margin-top: 5px;
    background-color: rgb(213, 219, 225);
}

.imgDIVinTextLeft {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 0;
}

.imgDIVinTextRight {
    float: right;
    margin-left: 5px;
    margin-bottom: 5px;
    padding: 0;
}

.imgDIVtopLeft {
    margin: 8px 10px 5px 20px;
    padding: 0;
    border: 0;
}

.imgDIVtopCenter {
    margin: 8px -50% 5px -50%;
    padding: 0;
    border: 0;
}

.imgDIVblockImgLeft {
    margin-right: 10px;
}

.imgDIVblockImgRight {
    margin-left: 10px;
}

.phpwcmsImgListRight {
    text-align: right;
    margin: 0;
    padding: 0;
}

.phpwcmsImgListLeft {
    text-align: right;
    margin: 0;
    padding: 0;
}


.phpwcmsSearchResult {
    margin: 15px 0 15px 0;
}

.phpwcmsSearchResult h3 {
    margin: 10px 0 1px 0;
    font-size: 12px;
    font-weight: bold;
}

.phpwcmsSearchResult p {
    margin: 0;
}

.phpwcmsSearchResult em.highlight, em.highlight {
    background-color: #FFFF00;
    font-style: inherit;
}

.phpwcmsArticleListEntry {
    clear: both;
}

.phpwcmsArticleListImage {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    padding-top: 3px;
}

.phpwcmsArticleListImageCaption {
    padding-top: 5px;
}

div.cpPagination {
    margin: 10px 0 10px 0;
    text-align: right;
}

a.cpPaginate, a.cpPaginateActive, a.cpPaginationPrev, a.cpPaginationNext {
    padding: 0 3px 1px 3px;
    background-color: #FFFFFF;
    color: #BBBBBB;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #CBCBCB;
}

a.cpPaginateActive {
    background-color: #CBCBCB;
    color: #FFFFFF;
    border: 1px inset #CBCBCB;
}

a.cpPaginationPrev:hover, a.cpPaginationNext:hover, a.cpPaginate:hover {
    background-color: #DDDDDD;
    color: #666666;
    border: 1px inset #CBCBCB;
}

/* CSS aus der 1.2.6'er Installation */
body {
	background-image: url(/template/hintergrund/bg_paper04.jpg); /* alternativ bg_paper.jpg */
   font-family: Verdana, Helvetica, Arial, sans-serif;
   font-size: 11px;
   text-align: center;
   margin: 5px 0px 5px 0px;
}

html { min-height: 100%; margin-bottom: 1px; }


#container-MASTER, #container-MASTER-3sp {
   text-align: center;
   background-color: #F9F9F9;
   margin: 0px auto;

/* --- Rahmenlinien rechts und links --- */
   border-left: 1px solid #cccccc;	/* 1 = wenn kein Schatten verwendet wird */
   border-right: 1px solid #cccccc;	/* 1 = wenn kein Schatten verwendet wird */
}

#container-MASTER {
   width: 742px;		         /* Hintergrundbreite des background-image */
/* --- Schattenverlauf --- */

}
#container-MASTER-3sp {
   width: 962px;
/* --- Schattenverlauf --- */
}


#container-BLATT, #container-BLATT-3sp {
   width: 742px;
   background-color: #F9F9F9;
   margin: 0px auto;
}
#container-BLATT-3sp { width: 962px; }


/* --- Bereich OBEN =======================================
*/

#container-OBEN {
   background-color: #F9F9F9;
   border-bottom: 1px solid #999999;   /* 1 wenn Rand EIN - 0 wenn Rand AUS */
   border-top: 1px solid #999999;   /* 1 wenn Rand EIN - 0 wenn Rand AUS */
}

.header-BILD {
   padding:0px 0px 0px 0px;
}

.header-BOX {
   background-color: #CCCCCC;
   padding:0px 15px 0px 15px;
}


.navRow A:link, .navRow A:visited, .navRow A:hover {
   font-size: 10px; color: #333333; text-align: center;
}
.navRow {
   font-size: 10px; color: #333333; margin: 0px 0px 0px 0px; padding: 5px 0px 5px 0px;
}
.navRow SPAN {
   color: #333333; font-weight: normal;
}


/* --- Bereich MITTE ======================================
*/

#container-MITTE {
   background-color: #FFFFFF;
   border-top: 1px solid #cccccc;
}
.Tabelle-MITTE {
   width: 100%;
}


/* --- linke Spalte ------------------------------------------------
*/

.datum-BOX {
   font-size: 10px; color: #666666; text-align: left;
   padding: 5px 0px 5px 0px;
   margin: 0px 15px 20px 15px;
   border-bottom: 1px solid #EEEEEE;
}

.TabellenSpalte-links {
   width: 200px;
   border-right: 0px solid #EFEFEF;
   vertical-align: top;
   padding-left: 5px; padding-right: 5px;
}

.quickNavigation-BOX {
   padding: 0px; background: #333333;
}
.logo-BOX {
   padding: 15px 0px 37px 0px; text-align: center;
}
.navigation-BOX {
   padding: 0px 0px 0px 0px;
}
.navigation-BOX-M {
   padding: 0px 0px 0px 10px;
}

.content-BOX-links {
   padding: 20px 0px 5px 10px;
}

.left-SPACER { width: 200px; font-size: 10px; }


/* --- mittlere Spalte ---------------------------------------------
*/

.TabellenSpalte-mitte {
   vertical-align: top; text-align: left;
}

.date-BOX {
   float: right;
   font-size: 10px;
   text-align: right;
   color: #666666;
   padding: 10px 15px 0px 0px;
}
.breadcrumb-BOX A:link, .breadcrumb-BOX A:visited, .breadcrumb-BOX A:hover {
   font-size: 10px; color: #666666; text-align: right
}
.breadcrumb-BOX {
   font-size: 10px; color: #666666; text-align: right;
   padding: 5px 0px 5px 0px;
   margin: 0px 15px 20px 15px;
   border-bottom: 1px solid #EEEEEE;
}

.content-BOX A:link { }
.content-BOX A:visited { }
.content-BOX A:hover { }
.content-BOX { text-align: left; padding: 0px 15px 15px 15px;
}

.global-BOX { text-align: left; padding: 10px 15px 0px 15px;
}

.revision-BOX { text-align: left; padding: 5px 15px 10px 15px;
}

.TopBackDruck-BOX { text-align: right; padding: 0px 15px 5px 15px;
}

.content-SPACER { width: 500px; font-size: 10px; }


/* --- rechte Spalte -----------------------------------------------
*/

.TabellenSpalte-rechts {
   width:200px;
   vertical-align: top;
   padding: 5px 5px 0px 5px;
   background: #F9F9F9;
}

.content-BOX-rechts {
   padding: 0px 0px 0px 0px;
}
.global-BOX-rechts {
   padding: 0px 0px 0px 0px;
}

.right-SPACER { width: 200px; font-size: 10px; }


/* --- Bereich UNTEN ===============================================
*/

#container-UNTEN, #container-UNTEN-3sp {
   width: 742px;
   text-align: center;
   background-color: #EEEEEE;
   margin: 0px auto;
   border-bottom: 1px solid #999999;
}
#container-UNTEN-3sp { width: 962px; }

.pepes-footer A:link, .pepes-footer A:visited, .pepes-footer A:hover {
   font-size: 10px; color: #333333; text-align: center;
}
.pepes-footer {
   font-size: 10px; color: #333333;
   margin: 0px;
   padding: 10px 0 5px 0;
}
.pepes-footer SPAN {
   color: #333333; font-weight: normal;
}

.pepes-footer-copyright A:link, .pepes-footer-copyright A:visited, .pepes-footer-copyright A:hover {
   font-size: 9px; color: #333333; text-align: center;
}
.pepes-footer-copyright {
   font-size: 9px; color: #333333;
   margin: 0 0 5px 0;
   padding: 5px 0 10px 0;
}

#footer-shadow {
   width: 762px;
   height: 10px;
   margin: 0px auto;
   background-image: url(../../template/free_s/bg/bg_bottom_F9F9F9.png); /* <== Hintergrundbild für Schatten */
}
#footer-shadow-3sp {
   width: 982px;
   height: 10px;
   margin: 0px auto;
   background-image: url(../../template/free_XL/bg/bg_bottom_F9F9F9.png); /* <== Hintergrundbild für Schatten */
}


/* ----- GoogleAds =================================================
*/

#container-GoogleAds, #container-GoogleAds-3sp  {
   width: 742px;
   background-color: #EEEEEE;
   text-align: center;
   padding-top: 10px;
}
#container-GoogleAds-3sp  { width: 962px; }


/* ----- vertikale Navigation = NAV_LIST_ALL = ---------------------
*/

.navList {
   margin: 0px 0px 0px 0px; text-align: left;
}

#activeSection {
   font-weight: bold; color: #000000;
}

/* */
.MenueEbene_1 A:link, .MenueEbene_1 A:visited {
   display: block;
   font-family: Verdana, Helvetica, Arial, sans-serif;
   font-size: 12px;
   line-height: 18px;
   color: #333333;
   background-color: #F9F9F9;
   text-decoration: none;
   margin: 1px 0px 1px 0px;
   padding: 0px 0px 0px 5px;
   border-left: 10px solid #DE1980;
}
.MenueEbene_1 A:hover {
   background-color: #DE1980;
   COLOR: #333333;
   text-decoration: none;
   border-left: 10px solid #CCCCCC;
}

/* */
.MenueEbene_2 A:link, .MenueEbene_2 A:visited {
   display: block;
   font-family: Verdana, Helvetica, Arial, sans-serif;
   font-size: 12px;
   line-height: 18px;
   color: #333333;
   background-color: #F9F9F9;
   text-decoration: none;

   margin: 4px 0px 4px 10px;
   padding: 0px 0px 0px 6px;
   border-left: 10px solid #DE1980;
}
.MenueEbene_2 A:hover {
   background-color: #DE1980;
   COLOR: #333333;
   TEXT-DECORATION: none;
   border-left: 10px solid #CCCCCC;
}

/* */
.MenueEbene_3 A:link, .MenueEbene_3 A:visited {
   display: block;
   font-family: Verdana, Helvetica, Arial, sans-serif;
   font-size: 12px;
   line-height: 18px;
   color: #333333;
   background-color: #F9F9F9;
   text-decoration: none;
   margin: 4px 0px 4px 15px;
   padding: 0px 0px 0px 7px;
   border-left: 10px solid #DE1980;
}
.MenueEbene_3 A:hover {
   background-color: #DE1980;
   COLOR: #333333;
   TEXT-DECORATION: none;
   border-left: 10px solid #CCCCCC;
}

/* */
/* */
.MenueEbene_4 A:link, .MenueEbene_4 A:visited {
   display: block;
   font-family: Verdana, Helvetica, Arial, sans-serif;
   font-size: 12px;
   line-height: 18px;
   color: #333333;
   background-color: #F9F9F9;
   text-decoration: none;
   margin: 4px 0px 4px 20px;
   padding: 0px 0px 0px 8px;
   border-left: 10px solid #DE1980;
}
.MenueEbene_4 A:hover {
   background-color: #DE1980;
   COLOR: #333333;
   TEXT-DECORATION: none;
   border-left: 10px solid #CCCCCC;
}

/* */
/* */
.MenueEbene_5 A:link, .MenueEbene_4 A:visited {
   display: block;
   font-family: Verdana, Helvetica, Arial, sans-serif;
   font-size: 12px;
   line-height: 18px;
   color: #333333;
   background-color: #F9F9F9;
   text-decoration: none;
   margin: 4px 0px 4px 25px;
   padding: 0px 0px 0px 9px;
   border-left: 10px solid #DE1980;
}
.MenueEbene_5 A:hover {
   background-color: #DE1980;
   COLOR: #333333;
   TEXT-DECORATION: none;
   border-left: 10px solid #CCCCCC;
}



/* -----------------------------------------------------------------
*/

form, div, p, h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; }

td, th, p, div, span {
   font-family: Verdana, Helvetica, Arial, sans-serif;
   font-size: 11px
}

/*
ul { margin: 0px 0px 0px 20px; }
li {
   font-size: 11px; //11
   list-style: disc;
   line-height: 130%;
}
*/

.listEntry {
   margin-bottom: 10px;
}

a, a:link, a:visited, a:active, a:focus {
   color: #000000;
   text-decoration: none
}
a:hover {
   color: #FF3300;
   text-decoration: underline;
}

.articleText { 		  /* Verwendung im Contentpart "Einfacher Text" */
   text-align: left;
   line-height: 140%;
   margin-bottom: 5px;
}

.articleCode {		   /* Verwendung im Contentpart "CODE" */
   font-family: "Courier New", Courier, monospace;
   font-size: 12px;
 margin-bottom: 5px;
}


h1, .articleHead, .articleList_tophead {
   font-family: "Arial Narrow", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
   font-size: 20px;
   font-weight: bold;
   text-decoration: none;
   line-height : 100%;
   color: #000000;
   margin-bottom: 5px;
}

h2, .articleSubHead, .articleList_topsubhead {
   font-family: Arial, Helvetica, Verdana, sans-serif;
   font-size: 16px;
   font-weight: bold;
   color: #DE1980;
   line-height: 100%;
   margin-bottom: 5px;
}

.articleSummary {
   font-family: Verdana, Helvetica, Arial, sans-serif;
   font-size: 11px;
   font-weight: bold;
   text-align: left;
   color: #333333;
   line-height: 130%;
   margin-bottom: 5px;
}


h3, .contentHead {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #002040;
    line-height: 110%;
    margin-bottom: 5px;
}

h4, .contentSubHead {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    line-height: 110%;
    margin-bottom: 5px;
}

/* ----- Sonderfall linke Spalte -----
*/
.content-BOX-links h3, global-BOX-links h3 {
   font-size:13px;
}
.content-BOX-links h4, global-BOX-links h4 {
   font-size:11px;
}

.content-BOX-links .articleText, .content-BOX-links .articleText p, .content-BOX-links .infoBox_navi, global-BOX-links .articleText {
   font-size:10px;
   line-height: 130%;
}

/* ----- Sonderfall rechte Spalte -----
*/
.content-BOX-rechts h3, global-BOX-rechts h3 {
   font-size:13px;
}
.content-BOX-rechts h4, global-BOX-rechts h4 {
   font-size:11px;
}

.content-BOX-rechts .articleText, .content-BOX-rechts .articleText p, .content-BOX-rechts .infoBox_navi, global-BOX-rechts .articleText {
   font-size:10px;
   line-height: 130%;
}


.articleList_toptext {
   font-family: Verdana, Helvetica, Arial, sans-serif;
   font-size: 10px;
}

.articleList_listhead {
   font-family: Verdana, Helvetica, Arial, sans-serif;
   font-size: 11px;
   font-weight: bold;
}


.v09 {  font-family: Verdana, Helvetica, Arial, sans-serif; font-size:  9px; }
.v10 {  font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 10px; }
.v11 {  font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 11px; }
.v12 {  font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 12px; }
.v13 {  font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 13px; }
.v14 {  font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; }


/*
.formButton	{ font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 10px; font-weight: bold; color: #FFFFFF; background-color: #92A1AF; }
.formLabel	{ font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 10px; }
.checkLabel	{ font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 10px; font-weight: bold;}
.radioLabel	{ font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 10px; font-weight: bold;}
.formTextArea	{ font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 11px;	}
.inputText	{ font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 11px; font-weight: bold;}
.inputPass	{ font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 11px; font-weight: bold;}
.selectMenu	{ font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 11px; font-weight: bold;}
.selectList	{ font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 11px; font-weight: bold;}
*/

/* search */
.formSearch { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 12px; font-weight: bold;}
.search_form {}
.search_result {}



/* CSS for the top level list */
/* bei list_top_ul und den anderen wird auch die Schrift angegeben by vr */
#list_top
{
    background: #f0e7d7;
	margin: 0 auto;
	padding: 0.1em 0 0 0;
	font-family: georgia, serif;
}

/* to stretch the container div to contain floated list */
#list_top:after
{
	content: ".";
	display: block;
	line-height: 1px;
	font-size: 1px;
	clear: both;
}

ul#list_top_ul
{
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 100%;
	font-size: 1em;
}

ul#list_top_ul li
{
	display: block;
	float: left;
	width: 20% !important; width: 19%;
	margin: 0;
	padding: 0;
}

ul#list_top_ul li a
{
	display: block;
	width: 100%;
	padding: 0.5em;
	border-width: 1px;
	border-color: #ffe #aaab9c #ccc #fff;
	border-style: solid;
	color: #777;
	text-decoration: none;
	background: #f7f2ea;
}

#list_top>ul#list_top_ul li a { width: auto; }

ul#list_top_ul li#active a
{
	background: #f0e7d7;
	color: #DE1980;
}

ul#list_top_ul li a:hover, ul#list_top_ul li#active a:hover
{
	color: #DE1980;
	background: transparent;
	border-color: #aaab9c #fff #fff #ccc;
}


/* CSS for the currect level list ----------------------------------
*/
#list_level ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#list_level li { margin: 0 0 1px 0; }
#list_level a {
	display: block;
	padding: 2px 2px 2px 24px;
	border: 1px solid #92A1AF;
	width: 160px;
	background-color: #B7C2D0;
}
#list_level a:link, #list_level_ul a:visited {
	color: Black;
	text-decoration: none;
}
#list_level a:hover {
	border: 1px solid #92A1AF;
	background-color: #FF8C00;
	color: Black;
}
#list_level_parent a:link, #list_level_parent a:visited, #list_level_parent_link a:hover {
	border: 1px solid #92A1AF;
	background-color: #FF6600;
	color: White;
}

/* ----- Sample for FORUM ------------------------------------------

.tableForum { background-color: #FFFFFF; border: 2px #006699 solid; }

th	{
	color: #FFA34F; font-size: 10px; font-weight : normal;
	background-color: #006699; height: 24px;
	background-image: url(../../img/forum/silver/cellpic3.gif);
	background-repeat: repeat-x;
}
th.thForum, th.thTopic, th.thPost, th.thLastPost {
	font-weight: normal; border: #FFFFFF; border-style: solid; height: 24px;
}
th.thForum { border-width: 0px 0px 0px 0px; }
th.thTopic { border-width: 0px 0px 0px 0px; }
th.thPost  { border-width: 0px 0px 0px 0px; }
th.thLastPost { border-width: 0px 0px 0px 0px; }

td.rowIcon, td.rowForum { background-color: #EFEFEF; height: 30px; }
td.rowLabel, td.rowReply { background-color: #EFEFEF; }
td.rowError { background-color: #D82B2B; }
td.rowTopic, td.rowPost, td.rowLastPost, td.rowReplyA	{ background-color: #DEE3E7; }
td.row3	{ background-color: #D1D7DC; }
td.rowIcon, td.rowLabel, td.rowReply, td.rowReplyA	{ padding-left: 4px; padding-right: 4px; }

.rowText { font-size : 12px; }
.rowError { font-size: 12px; color: #FFFFFF; }
.rowTextMed { font-size : 11px; }
.rowTextSmall { font-size : 10px; }
.rowTextLabel { font-size : 12px; font-weight: bold; }
.rowText,.rowTextMed,.rowTextSmall, .rowTextLabel { color : #000000; }
a.rowText,a.rowTextMed,a.rowTextSmall { color: #006699; text-decoration: none; }
a.rowText:hover,a.rowTextMed:hover,a.rowTextSmall:hover	{ color: #DD6900; text-decoration: underline; }
*/

/* The register, login, search etc links at the top of the page
.mainmenu		{ font-size : 11px; color : #000000 }
a.mainmenu		{ text-decoration: none; color : #006699;  }
a.mainmenu:hover{ text-decoration: underline; color : #DD6900; }
*/

/* Forum category titles


.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #006699}
a.cattitle		{ text-decoration: none; color : #006699; }
a.cattitle:hover{ text-decoration: underline; }

.catBottom {
	background-color: #D1D7DC;
	background-image: url(../../img/forum/silver/cellpic1.gif);
	background-repeat: repeat-x;
	text-align: center;
}
*/


/* Forum title: Text and link to the forums used in: index.php

.rowTextForumlink		{ font-weight: bold; font-size: 12px; color : #006699; }
.rowTextForumlink a, .rowTextForumlink a:link, .rowTextForumlink a:active, .rowTextForumlink a:visited {
	text-decoration: none; color : #006699;
}
.rowTextForumlink a:hover { text-decoration: underline; color : #DD6900; }


.navForum { font-weight: bold; font-size: 11px; color : #000000;}
.navForum a, .navForum a:link, .navForum a:active, .navForum a:visited { text-decoration: none; color : #006699; }
.navForum a:hover { text-decoration: underline; color : #006699; }

.forumInputText {
	font-weight: bold;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.forumTextareaText {
	font-weight: normal;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.forumButton {
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.postdetails { font-size: 10px; color: #000000; margin: 3px 0 0 0; }
.postdetails hr {
	margin: 0 0 0 0;
	padding: 0;
	height: 0px;
	border: solid #D1D7DC 0px;
	border-top-width: 1px;
}

.postbody		{ font-size: 12px; color : #000000; margin: 0 0 3px 0; padding: 0 }
.postbody a, .postbody a:link, .postbody a:active, .postbody a:visited {
	text-decoration: none; color : #006699;
}
.postbody a:hover { text-decoration: underline; color : #DD6900; }

*/


/* ===== pepe002 - eigene Klassen 3 ================================
*/

.datum, .breadcrumb {
   font-family: Verdana, Helvetica, Arial, sans-serif;
   font-size: 10px;
   font-weight: normal;
   color: #cccccc;
}

.revision {
   font-family: Verdana, Helvetica, Arial, sans-serif;
   font-size: 10px;
   font-weight: normal;
   color: #999999;
}

.copyright {
   font-family: Verdana, Helvetica, Arial, sans-serif;
   font-size: 9px;
   font-weight: bold;
   color: #666666;
}

.image_caption {
   font-family: Arial, Helvetica, Verdana, sans-serif;
   font-size: 11px;
   font-weight: normal;
   color: #999999;
 text-align: center;
 padding-top:3px;
}

.imglistcaption {
   font-family: Arial, Helvetica, Verdana, sans-serif;
   font-size: 10px;
   font-weight: normal;
   color: #333333;
 text-align: left;
 padding-top:3px;
 padding-bottom:3px;
}

.nav_table, .nav_table a, .nav_table a:link, .nav_table a:active, .nav_table a:visited, .nav_table a:hover {
   font-family: Verdana, Helvetica, Arial, sans-serif;
   font-size: 10px;
   color: #4A5966;
   font-weight: normal;
   text-decoration: none;
}
.nav_table a:hover {
   color: #4A5966;
   font-weight: normal;
   text-decoration: none;
}

.nav_table_active, .nav_table_active a, .nav_table_active a:link, .nav_table_active a:active, .nav_table_active a:visited, .nav_table_active a:hover {
   font-family: Verdana, Helvetica, Arial, sans-serif;
   font-size: 10px;
   color: #4A5966;
   font-weight: bold;
   text-decoration: none;
}


/* -----------------------------------------------------------------
*/

.powered_by, .powered_by a, .powered_by a:link, .powered_by a:visited, .powered_by a:active, .powered_by a:hover{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.powered_by a:hover {
 	color: #000000;
}

/*-------------Aenderungen volker------------------*/

/* Infokasten links Cluster  */

.border_login    { background: transparent; padding: 0px; width: 188px; border: solid 1px #006eb9 }

.infokasten_links      { background: transparent; padding: 0px 0px 0px 0px; width: 188px; float: left; border-style: none solid solid; border-width: 1px; border-color: #006eb9 }

.infokasten_links_deckel    { background: transparent; padding: 0px; width: 188px; float: left; border: solid 1px #006eb9 }

.infokasten_fliess_head_deckel  {
    color: #000000;
    font-size: 14px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #006EB9;
}


.infokasten_fliess_head   { color: #808080; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; margin: 0px 0px 0px 2px; }

.infokasten_fliess_normal  {
    color: #000000;
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    margin: 0px 0px 0px 2px;
}

.infokasten_fliess_bold  {
    color: #808080;
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin: 0px 0px 0px 2px;
}

/* Ende Infokasten */


/* Definition der Anreisser by volker */

.volkRubrikNetz    {
	color: #99CCCC;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 120%;
	text-align: right;
	margin-bottom: 2px;
	padding-bottom: 2px;
	border-bottom: 3px solid #CCFFFF
	}

.volkRubrikEntzuend    {
	color: #CC9999;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 120%;
	text-align: right;
	margin-bottom: 2px;
	padding-bottom: 2px;
	border-bottom: 3px solid #FFCCCC
	}

.volkRubrikForschung    {
	color: #6699CC;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 120%;
	text-align: right;
	margin-bottom: 2px;
	padding-bottom: 2px;
	border-bottom: 3px solid #99CCFF
	}

.volkRubrikService    {
	color: #808080;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 120%;
	text-align: right;
	margin-bottom: 2px;
	padding-bottom: 2px;
	border-bottom: 3px solid #DDDDDD
	}

.volkHeadListe     {
	color: black;
	font-size: 20px;
	font-family: "Arial Narrow", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 2px 0 2px 0px
	}

.volkSubheadListe  {
	color: #4a5966;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 110%;
	margin-bottom: 5px;
}


.volkArtikelListe  {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal
}

.volkVortextListe {
   padding: 5px 0px 0px 0px;
   margin: 0;
   text-align: left;
   line-height : 120%;
}

.volkMehrListe, .volkMehrListe a, .volkMehrListe a:link, .volkMehrListe a:visited, .volkMehrListe a:active, .volkMehrListe a:hover {
   FONT-FAMILY:  Arial, Helvetica, Verdana,sans-serif;
   FONT-SIZE: 11px;
   FONT-WEIGHT: bold;
   COLOR: #000000;
   TEXT-DECORATION: none;
}
.volkMehrListe a:hover {
   COLOR: #000000;
   TEXT-DECORATION: underline;
}

.bildbox {
float:left;padding:5px 8px 2px 0px;
margin:0px 0 0 0;
}

/* Ende Definition der Anreisser by volker */

/*Suchfunktion */

span.search_result {color:#000000;font-weight:bold;}

#linksnav_container { margin-left: 30px; }

#linksnav_container ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: verdana, arial, sans-serif;
}

#linksnav_container li { margin: 0; }

#linksnav_container a
{
display: block;
color: #333;
background-color: transparent;
width: 140px;
padding: 2px 10px;
text-decoration: none;
border-top: 1px solid #aaa;
border-bottom: 1px solid #aaa;
border-left: 1px solid #aaa;
font-size: 12px;
}

#linksnav_container a:hover
{
background-color: #ddd;
color: #333;
border-right: 10px solid #aaa;
padding: 2px 1px 2px 10px;
}

#linksnav_container ul ul
{
margin-left: 30px;
padding: 0;
list-style-type: none;
}

#linksnav_container li li a
{
display: block;
color: #333;
background-color: transparent;
width: 110px;
padding: 2px 10px;
margin: 0;
border-top: none;
border-bottom: none;
border-left: 1px solid #aaa;
text-decoration: none;
font-size: 12px;
}

/* Neues CSS ab 1.9.13 PJ */
.image-table > .imgtable-left {
    clear: both;
    float: left;
    margin: 0 10px 10px 0;
}
.image-table > .imgtable-right {
    clear: both;
    float: right;
    margin: 0 10px 10px 0;
}
.fileEntry p {
    font-size: 9px;
}
