/* Main Layout */
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #ffffff;
}

img { border: none; }

hr {
  color: #666666;
  background-color: #666666;
  border: 0px;
  border-top: transparent;
  border-bottom: transparent;
  margin: 2px 0;
  height: 1px;
}

/* Links */
a, a:visited, a:active {
  color: #ffffff;
  text-decoration: none;
  font-weight: normal;
}

a:hover {
  color: #FFA000;
  text-decoration: none;
  font-weight: normal;
}

a.titlelink, a.titlelink:visited, a.titlelink:active {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}

a.titlelink:hover {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
}

a.category, a.category:visited, a.category:active {
  color: #ffffff;
  text-decoration: none;
}

a.category:hover {
  color: #ffffff;
  text-decoration: none;
}

a.logged, a.logged:visited, a.logged:active {
  color: #FFFFFF;
  text-decoration: none;
}

a.logged:hover {
  color: #ff9900;
  text-decoration: none;
}

a.sctemplates, a.sctemplates:visited, a.sctemplates:active {
  color: #626262;
  text-decoration: none;
  font-weight:bold;
}

a.sctemplates:hover {
  color: #FFA000;
  text-decoration: none;
  font-weight:bold;
}

a.footertext, a.footertext:visited, a.footertext:active {
  color: #FFFFFF;
  text-decoration: none;
  font-weight:bold;
}

a.footertext:hover {
  color: #FFA000;
  text-decoration: none;
  font-weight:bold;
}

/* Font types */
h2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
}

small {
  color: #ffffff;
  font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}

.title {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #ffffff;
  font-weight: bold;
  background-image:url(images/title_bg.png);
}

.category_big, .category_big a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #ffffff;
  font-weight: bold;
}

.category {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #ffffff;
  font-weight: normal;
}

/* Forms */
form {
  border: none;
  margin: 0px;
  padding: 0px;
}

input, textarea, select {
  border: 1px solid #989898;
  background-color: #F0F0F0;
  font: normal 10px Verdana, Arial, Helvetica, sans-serif;
  color: #666666;
}

input:active, textarea:active, select:active, input:focus, textarea:focus, select:focus {
  border: 1px solid #CCCCCC;
  background-color: #F6F6F6;
  color: #2C2C2C;
}

input[type="radio"], input[type="checkbox"], 
input[type="radio"]:focus, input[type="radio"]:active,
input[type="checkbox"]:focus, input[type="checkbox"]:active {
  border: 0px;
}

.input {
  background-color: transparent;
  border: none;
  margin: 2px;
}

/* Infomessages - Miscellaneous */
.tooltip {
  position: absolute;
  display: none;
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid #DDDDDD;
  border-left: 4px solid #ff9900;
  padding: 4px 10px;
  z-index: 100;
}

.errorbox {
  background-color: #FFCCCC;
  border: 1px dashed #D60000;
  color: #666666;
  font-size: 10px;
  width: 350px;
  padding: 8px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
}

/* BBCode Tags */
.quote {
  color: #383838;
  text-align: left;
  font: normal 9px Verdana, Arial, Helvetica, sans-serif;
  margin: 0 auto;
  padding: 3px;
}

.list {
	list-style-type: disc;
	list-style-position:outside;
}
.list_num {
	list-style-type: decimal;
	list-style-position:outside;
}

.list_alpha {
	list-style-type: lower-latin;
	list-style-position:outside;
}

.code {
  color: #FFFFFF;
  text-align: left;
  margin: 0 auto;
  padding: 3px;
  font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}

.codeinner {
  color: #000000;
  font: 11px 'Courier New', Courier, monospace;
}

.codeline0 {
	background-color: #F3F3F3;
	height: 15px;
	padding-left: 3px;
	white-space: nowrap;
}

.codeline1 {
	background-color: #FFFFFF;
	height: 15px;
	padding-left: 3px;
	white-space: nowrap;
}

.kath_bg{
	width:100%;
	height:30px;
	overflow:hidden;

	background:url(images/bg_kath.jpg) repeat-x;
}

/*---- News anpassung ---- */
.newspages_site { float: left; background-color: #000000; font-family: 'Verdana'; font-size: 13px; }
.newspages_pages { float: left; background-color: #ffcc00; font-family: 'Verdana'; font-size: 13px; color: #000000; margin-left: 2px; }

/*---- News anpassung ende ---- */


/*---- Custom Template Styles ---- */

        body {
            color:#FFF;
            background-color:#000;
			font-family:Verdana, Geneva, sans-serif;
			font-size:12px;
        }
		img {
			border: none;
		}
		a, a:visited, a:active, a:hover {
			color:#FFF;
			text-decoration:none;
		}

              a:hover {
              color: #FF9900;
              text-decoration: none;
              font-weight: normal;
              }
               
		/*table.loginoverview, table.loginoverview a, table.loginoverview a:visited, table.loginoverview a:active, table.loginoverview a:hover, table.stats, table.stats a, table.stats a:visited, table.stats a:active, table.stats a:hover {
			color:#000;
		}
		table.loginoverview td.title, table.stats td.title {
			color:#FFF;
		}*/
        .container {
        /*	background-color:#000;*/
            width:1036px;
            margin:0 auto;
            /*background-image:url(temp-img/brt.png);*/
            background-position:center top;
            background-repeat:no-repeat;
        }
        .header {
            height:316px;
            width:100%;
            background-image:url(temp-img/brt_01.png);
            background-repeat:no-repeat;
        /*	background-color:#F00;*/
        }
		.listen, .topmenu {
			position:relative;
			top:20px;
			left:690px;
			width:300px;
		}
		.listen img {
			margin:0 10px;
		}
		.grussbox {
			position:relative;
			top:115px;
			left:870px;
		}

        .subheader {
            height:19px;
            width:100%;
            background-image:url(temp-img/brt_02_01.jpg);
            background-repeat:no-repeat;
        /*	background-color:#0F0;*/
        }


        .subheader2 {
            height:19px;
            width:100%;
            background-image:url(temp-img/brt_02_02.jpg);
            background-repeat:no-repeat;
        /*	background-color:#0F0;*/
        }

        .mainframe{
            background-image:url("temp-img/brt_03.png");
            background-repeat:repeat-x;
			background-position:center top;
         }
        .middle {
        /*	background-color:#FF0;*/
            width:508px;
            margin-left:264px;
  min-height:2600px;
          
        }
		.middleframe {
			padding:0 5px 0 5px; 
        }
        .left {
        /*	background-color:#00F;*/
            float:left;
            width:264px;
            min-height:850px;
		}
		.leftframe {
			padding:0 35px 0 50px; 
        }
        .right {
        /*	background-color:#0FF;*/
            float:right;
            width:264px;
            min-height:850px;
        }
		.rightframe {
			padding:0 45px 0 77px;
		}
        .framebottom {
            min-height:126px;
            background-image:url(temp-img/brt_05-05.png);
            background-repeat:no-repeat;
        }
        .bottom {
        /*	background-color:#F0F;*/
            height:133px;
            background-image:url(temp-img/brt_06.png);
            background-repeat:no-repeat;
        }
		span.kontakt {
			position:relative;
			top:38px;
			left:911px;
			width:60px;
			height:22px;
		}
		span.imprint {
			position:relative;
			top:65px;
			left:825px;
			width:60px;
			height:22px;
		}
        .clear {
            clear:both
        }
		.menuicon {
			margin:3px 0;
			width:125px;
			background-image:url(temp-img/menuicon.png);
			background-position:left top;
			background-repeat:no-repeat;
			padding:0 0 0 10px;
		}
		.left .navititle {
			margin-left:-6px;
		}
		.right .navititle {
			margin-left:-4px;
		}
		.empty {
		  line-height:1px;
		}
		.partner {
		  margin:0 auto;
		}
