@charset "utf-8";
/* CSS Document */

html 
{ 
	height: 100%; 
	margin-bottom: 1px; 
    font-family: Arial;
}

body 
{
    margin-top: 0;
	background-image: url('/fileadmin/templates/images/bg_body.jpg');
	/*background-image: url('/fileadmin/templates/images/bobyBg.jpg');*/
	background-repeat: repeat-x;
	/*background-color: #8b8b8b;*/
	background-color: #FFFFFF;
    font-family: Arial;
    font-size: 12px;
}

img 
{
    border: 0;
}

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

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

a
{
	outline: none;
}

h1, h2, h3, h4
{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: bold;
}

h1
{
	font-size: 17px;
	padding-bottom: 5px;
	vertical-align: top;
	text-align: center;
}

h2
{
	font-size: 15px;
}

#wrapperall 
{
    width: 990px;
	margin-top: -5px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	text-align: left;
	overflow: hidden;
}

#wrapperBg 
{
    float: left;
    width: 990px;
    background: url('/fileadmin/templates/images/wrapperBg.jpg') repeat-y;
    margin-bottom: 25px;
}

#wrapperLeft 
{
    float: left;
    width: 990px;
    background: url('/fileadmin/templates/images/wrapperBgLeft.jpg') no-repeat top left;
}

#wrapperRight 
{
    float: left;
    width: 978px;
    background: url('/fileadmin/templates/images/wrapperBgRight.jpg') no-repeat top right;
    padding-top: 30px;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 6px;
}

#wrapperTop 
{
    float: left;
    width: 990px;
    background: url('/fileadmin/templates/images/wrapperTop.jpg') repeat-x top;
}

#wrapperBottom 
{
    float: left;
    width: 990px;
    background: url('/fileadmin/templates/images/footerBottom.jpg') repeat-x bottom;
}

#header
{
    float: left;
    width: 978px;
    /*height: 48px;*/
	text-align: center;
	vertical-align: middle;
}

div.teaser
{
	text-align: left;
	vertical-align: bottom;
	float: right;
	padding-top: 5px;
}

div.teaser img
{
	 width: 800px;
	 height: 95px;
}

.header
{
}

table.header
{
	width: 100%;
}

td.teaser
{
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	vertical-align: top;
	text-align: right;
}

td.teaser img
{
	width: 440px;
	height: 180px;
	padding-left: 0px;
	padding-right: 0px;
}

div.header-address, div.header-title, td.header-address, td.header-title
{
    padding: 0;
    color: #727259;
	font-family: Georgia, "Times New Roman", Times, serif;
}

div.header-title 
{
	float: left;
    margin-top: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 200px;
	width: 500px;
    text-align: center;
}

td.header-title
{
    text-align: center;
	vertical-align: bottom;
	height: 100px;
	padding-bottom: 10px;
}

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

.header-title a:hover 
{
    color: #ffffff;
    text-decoration: underline;
}

.header-title h1, .header-title h2
{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.header-title h1
{
	font-weight: 900;
	font-size: 30px;
	padding-bottom: 3px;
}

.header-title h2
{
	font-weight: 700;
	font-size: 12px;
}

div.header-address
{
	float: right;
	text-align: left;
	vertical-align: bottom;
	padding-top: 15px;
	width: 200px;
}

td.header-address
{
	text-align: center;
	vertical-align: top;
	padding-top: 5px;
}

.header-address p
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 14px;
	font-weight: normal;
}

#search 
{
    float: right;
    /*width: 300px;*/
    padding-top: 5px;
    color: #000000;
	text-align: right;
	padding-right: 20px;
	z-index: 60;
}

#search label 
{
    float: left;
    padding: 5px 10px 0 0;
    font-weight: bold;
}

#search input {
    float: left;
    border: 0;
    background: url('/fileadmin/templates/images/inputBg.jpg') repeat-x;
    height: 21px;
    padding-top: 3px;
}

div.printLink
{
	float: right;
	padding-top: 10px;
	padding-right: 10px;
	z-index: 50;
}

#inputleft {
    float: left;
    background: url('/fileadmin/templates/images/inputleft.jpg') no-repeat;
    width: 3px;
    height: 24px;
    margin-left: 3px;
}

#inputright {
    float: left;
    background: url('/fileadmin/templates/images/inputright.jpg') no-repeat;
    width: 3px;
    height: 24px;
    margin-right: 10px;
}

#search button {
    float: left;
    background: url('/fileadmin/templates/images/go.jpg') no-repeat;
    width: 55px;
    height: 24px;
    border: 0;
    margin: 0 5px 0 5px;
    cursor: pointer;
}

#search a:link, #search a:active, #search a:visited 
{
    float: left;
    display: block;
    padding: 0px;
    color: #514e4e;
    text-decoration: none;
    font-size: 7pt;
    margin: 0 5px 0 5px;
}

#search a:hover 
{
    color: #E00000;
}

.user_meta a 
{
    float: none;
    color: #514e4e;
    text-decoration: none;
    font-size: 7pt;
    
}

#loginsplit 
{
    width: 2px;
    height: 25px;
    float: left;
    background: url('/fileadmin/templates/images/searchsplit.jpg') no-repeat;
    margin: 0 10px 0 10px;
}

div.logo
{
	position: relative;
	float: left;
	/*height: 101px;*/
	width: 100px;
	padding-top: 10px;
	z-index: 2001;
	padding-left: 25px;
	vertical-align: top;
	margin-top: -50px;
	overflow: visible;
}


#menu 
{
    float: left;
    width: 978px;
    height: 34px;
    background: url('/fileadmin/templates/images/menuBg.jpg') repeat-x;
}

#menu ul 
{
    float: left;
    margin: 0 30px 0 0;
    padding: 0;
    list-style-type: none;
    list-style-position: outside;
}

#menu ul li 
{
    float: left;
    background: transparent;
}

#menu ul li a 
{
    float: left;
    padding: 11px 10px 0 10px;
    height: 23px;
    font-weight: bold;
    color: #3c3c3c;
    text-decoration: none;
    background: url('/fileadmin/templates/images/menuBg.jpg') repeat-x;
}

#menu ul li a:hover {
    float: left;
    padding: 11px 10px 0 10px;
    height: 23px;
    background: url('/fileadmin/templates/images/menuBgHover.jpg') repeat-x;
    font-weight: bold;
    color: #3c3c3c;
    text-decoration: none;
}

#menu ul li .split {
    float: left;
    height: 34px;
    width: 1px;
    background: url('/fileadmin/templates/images/menuSplit.jpg') no-repeat;
}

#menu ul li .dropdown {
    padding: 11px 20px 0 10px;
    background: url('/fileadmin/templates/images/menuDown.gif') no-repeat right 15px;
}


#content 
{
    float: left;
    width: 100%;
    padding-top: 30px;
    z-index: -1;
}

.submit_drop 
{
	position: absolute;
	margin-top: 50px;
	background: #f2f2f2;
}

#sideleft 
{
    float: left;
    width: 225px;
    padding-left: 15px;
	overflow: hidden;
}

#sideright 
{
    float: right;
    width: 235px;
    padding-left: 5px;
	margin-right: -20px;
	padding-right: 0px;
	overflow: hidden;
}

#main 
{
    float: left;
    /*width: 500px;*/
	width: 680px;
    padding-left: 5px;
	overflow: hidden;
}

.p 
{
    float: left;
    padding: 0;
    margin: 0;
}

#main p
{
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-right: 7px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: justify;
}

#categories 
{
    width: 450px;
    padding: 20px 0 20px 0;
    vertical-align: top;
}

.formPage 
{
    float: left;
    width: 450px;
    padding: 20px 0 20px 0;
    vertical-align: top;
    border: 1px solid #CCCCCC;
}

table#categories tr 
{
    /*float: left;*/
    padding: 0;
    margin: 0;
    list-style-type: none;
    list-style-position: outside;
   
}

.catBox 
{
	height: 75px;
}
.catBoxa 
{
	height: 30px;
}

table#categories tr td h2 
{
    background: url('/fileadmin/templates/images/categBullet.jpg') no-repeat 2px 0;
    height: 20px;
    /*padding: 5px 0 0 35px;*/
    display: block;
    font-size: 8pt;
    font-weight: normal;
}

table#categories tr td h2 a
{
    background: url('/fileadmin/templates/images/underline.gif') repeat-x bottom;
    color: #000000;
    text-decoration: none;
    float: left;
    padding-bottom: 5px;
}

table#categories tr td h2 a:hover 
{
    background: url('/fileadmin/templates/images/underline.gif') repeat-x bottom;
    float: left;
    color: #e00000;
    text-decoration: none;
    padding-bottom: 5px;
}

.subcats 
{
    padding: 0 5px 10px 30px;
}

#categories ul li a span 
{
    color: #696969;
    font-weight: bold;
}

#categories ul li a:hover span 
{
    color: #e00000;
    font-weight: bold;
}

#row1 
{
    float: left;
    width: 40%;
}

#row2 
{
    float: left;
    width: 60%;
}

#articles 
{
    margin: 20px 0 0 0;
}

#row1articles 
{
    float: left;
    width: 210px;
    overflow: hidden;
    margin: 0;
}

.articlebox 
{
    float: left;
    width: 196px;
    margin: 0;
    padding: 10px 4px 20px 4px;
}

.articletitle a:link, .articletitle a:active, .articletitle a:visited 
{
    color: black;
}

.articletitle a:hover 
{
    color: #E00000;
}

.articletitle 
{
    background: url('/fileadmin/templates/images/articleIcon.jpg') no-repeat;
    padding-left: 20px;
    font-weight: bold;
}

.articletext 
{
    padding: 5px 0 5px 0;
    height: 40px;
}

.articlefull 
{
    text-align: right;
}

div.title 
{
	clear: both;
}

.titleLeft 
{
    float: left;
    width: 3px;
    height: 24px;
    background: url('/fileadmin/templates/images/contentTitleLeft.jpg') no-repeat;
}

.titleRight 
{
    float: left;
    width: 3px;
    height: 24px;
    background: url('/fileadmin/templates/images/contentTitleRight.jpg') no-repeat;
}

.titleBgside
{
    float: left;
    width: 188px;
    height: 21px;
    background: url('/fileadmin/templates/images/contentTitleBg.jpg') repeat-x;
    font-weight: bold;
    color: #242424;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.titleBgsider 
{
    float: left;
    width: 188px;
    height: 21px;
    background: url('/fileadmin/templates/images/contentTitleBg.jpg') repeat-x;
    font-weight: bold;
    color: #242424;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.titleBgmain 
{
    float: left;
	text-align: center;
    width: 580px;
    height: 21px;
    background: url('/fileadmin/templates/images/contentTitleBg.jpg') repeat-x;
    font-weight: bold;
    color: #242424;
    padding: 3px 0 0 10px;
}

.titleIcon1 
{
    float: left;
    width: 180px;
    height: 16px;
    background: url('/fileadmin/templates/images/contentTitleIcon1.jpg') no-repeat;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	overflow: hidden;
}

.titleIcon2 
{
    float: left;
    width: 138px;
    height: 16px;
    background: url('/fileadmin/templates/images/contentTitleIcon2.jpg') no-repeat;
    padding: 2px 0 0 50px;
}

.titleIcon3 
{
    float: left;
    width: 138px;
    height: 16px;
    background: url('/fileadmin/templates/images/contentTitleIcon3.jpg') no-repeat;
    padding: 2px 0 0 50px;
}

div.sidecateg 
{
    float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.sidecateg ul 
{
    /*float: left;*/
    margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
    padding: 0;
    list-style-type: none;
    list-style-position: outside;
    line-height: 1.6;
}

.sidecateg ul li 
{
    background: url('/fileadmin/templates/images/sidebullet.jpg') no-repeat 0px 5px;
    padding-left: 15px;
}

.sidecateg ul li a:link, .sidecateg ul li a:active, .sidecateg ul li a:visited 
{
    color: #000000;
    text-decoration: none;
}

.sidecateg ul li a:hover 
{
    color: #e00000;
    text-decoration: underline;
}

.stat 
{
    float: left;
    padding: 15px 0 15px 12px;
    line-height: 180%;
}

#footer 
{
    float: left;
    width: 99%;
    height: 37px;
    background: url('/fileadmin/templates/images/footerBg.jpg') repeat-x;
    margin-bottom: 8px;
}


/* login slider related */

#panel 
{
    background: #ffffff;
    display: block;
    color: #000000;
   /* padding: 10px 20px 10px 20px;*/
    position: absolute; 
    z-index: -1; 
    top: 23px; 
    width: 978px;
    height: 110px;
    margin-left: 6px;
    border-bottom: 1px solid #cccccc;
}

#panel_table 
{
	width: 200px;
	margin: 0 auto;
}

#panel a
{
	color: #E00000;
}

.btn-slide 
{
    text-align: right;
    /*margin: 0 auto;*/
    display: inline;
    font: normal 110%/100% Arial, Helvetica, sans-serif;
    color: #fff;
    text-decoration: none;
}

.active 
{
    background-position: right 12px;
}

.header 
{
	background: url("/fileadmin/templates/images/headerBg.gif") repeat-x;
	height: 77px;
	width: 960px;
	margin: 0 auto;
}

.header_panel 
{
    background: #E51D25;
    height: auto;
    margin: 0 auto;
}

.center_panel 
{
    margin: 0 auto;
    width: 960px;
    background: #E51D25;
}

#toggleCategTree 
{
   display:block;
   cursor:pointer;
   cursor: hand;
   color:#6A8AD4;
}

#categtree 
{
   margin:3px 0;
   height:200px;
   width:300px;
   overflow:auto;
   border:1px dotted #9EC2F3;
   border-width:0 1px 1px;
}

#catTitle 
{ 
	background:#fff; 
} /* Important for Konqueror */

#categtree h2 
{
   margin:0 0 5px;
   padding: 2px;
   text-align: center;
   color:#3E81B4;
   background: #DDE5F3;
   vertical-align: middle;
}

#categtree #close_tree 
{
   right:0;
   padding:1px;
   text-align:center;
   white-space:nowrap;
   cursor:pointer;
   cursor: hand;
}

#categtree .categ-item 
{
   clear:both;
   margin:3px 5px;
   padding:2px 5px;
   display:block;
   border:1px dotted #CBE2EC;
   border-width:1px 0;
   cursor:pointer;
   cursor: hand;
}

#categtree .categ-item img 
{
   margin-right:1em;
}

#categtree .odd 
{
   background:#F8F8FC;
}

#categtree .even 
{
   background:#fff;
}

#categtree .categ-item:hover 
{
   background:#eee;
}

span.req 
{
	color: #E00000;
}

.path 
{
	padding-bottom: 11px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 20px;
}

.path a, .path span 
{
	background: url('/fileadmin/templates/images/pathArrow.gif') no-repeat 5px 5px;
	padding: 0 0 0 24px;
}

#firstPath 
{
	font-weight: bold;
	background: none;
	padding: 0;
}

div.errForm, span.errForm 
{
	margin: 2px 0 0px 0px;
	padding: 2px 3px 2px 3px;
	color: #FFA814;
	background: #FFFFF3;
	border: 1px solid #cccccc;
	text-align: left;
	clear: both;
	display: block;
}

div#bar1 
{
 width: 98px;
 background: #f2f2f2;
 font-weight: bold;
 font-size: 10px;
 position: absolute;
 left: auto;
 margin: 34px 0 0 0px;
 padding: 0;
 z-index: 500;
 border: 1px solid #d1d1d1;
 color: #000;
}

#menu ul li div#bar1 a 
{
 background: #f2f2f2;
 color:#3c3c3c;
 display:block;
 font-weight:bold;
 margin: 0;
 text-decoration:none;
 padding: 10px 0 10px 20px;
 height: 15px;
 width: 78px;
 font-size: 11px;
 }

#menu ul li div#bar1 a:hover 
{
 color:#636363;
 background-color: #F0EEEE;
 }
 
div#bar2 
{
 width: 138px;
 background: #f2f2f2;
 font-weight: bold;
 font-size:10px;
 position: absolute;
 left: auto;
 margin: 34px 0 0 0px;
 padding: 0;
 z-index: 500;
 border: 1px solid #d1d1d1;
 color: #000;
}

#menu ul li div#bar2 a 
{
 background: #f2f2f2;
 color:#3c3c3c;
 display:block;
 font-weight:bold;
 margin: 0;
 text-decoration:none;
 padding: 10px 0 10px 20px;
 height: 15px;
 width: 118px;
 font-size: 11px;
 }

#menu ul li div#bar2 a:hover 
{
 color:#636363;
 background-color: #F0EEEE;
 }
 
.link 
{
	font-size: 14px;
	font-weight: bold;
}

.navig 
{
	font-size: 12px;
    border-top: 1px solid #C5C5C5;
    margin: 10px 0 0 0;
    padding: 5px 0 0 0;
}

#linkDetail 
{
	line-height: 180%;
}

#linkDetail .label 
{
	width: 80px;
}

.link_rating 
{
	font-weight: bold;
	color: #444;
}

.pr 
{
	width: 35px;
	padding-top: 3px;
}


.footercontent
{
}

div.footercontent
{
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 0px;
	margin-top: -3px;
}

table.footercontent
{
	width: 100%;
	text-align: center;
}

table.footercontent td
{
	width: 50%;
}

.footercontent a 
{
	color: #000000;
}

.att-text
{
}

div.att-text
{
	width: 90%;
	margin-left: 5px;
	margin-bottom: 5px;
	padding-left: 10px;
	padding-top: 5px;
	border-bottom-style: double;
	border-bottom-width: 4px;
	border-bottom-color: #404040;
	border-left-style: double;
	border-left-width: 4px;
	border-left-color: #404040;
	border-top-style: double;
	border-top-width: 4px;
	border-top-color: #404040;
	border-right-style: double;
	border-right-width: 4px;
	border-right-color: #404040;
}

.att-text p, .att-text ul
{
	padding-top: 5px;
	padding-bottom: 5px;
}

.att-text ul
{
	margin-left: 10px;
	list-style-type: square;
}

.left-content
{
}

div.left-content, div.right-content
{
	clear: both;
}

.caption
{
	font-size: 10px;
	font-style: italic;
}

div.caption
{
}

.menu-bottom
{
}

div.menu-bottom
{
	padding-left: 20px;
}

table.menu-bottom
{
}

table.menu-bottom td
{
	padding-left: 5px;
	padding-right: 10px;
}

table.printContent
{
	width: 740px;
}

td.printTitle
{
	padding-top: 0px;
	vertical-align: middle;
}

td.printAddress
{
	padding-top: 0px;
	vertical-align: middle;
}

td.printContent
{
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	border-top-style: groove;
	border-top-width: 2px;
	border-top-color: #404040;
}

div.printButton
{
	position: absolute;
	top: 5px;
	left: 5px;
}