/* COMMON STYLE
--------------------------------------------------------- */
td, th, p
{
  font-size:12px;
}

body {
  color:#333;
  font-size:12px;
  font-family: "Arial", sans-serif;
  height:100%;
  text-align:center; /* Zentrierung IE5+*/
  background:#eeefea url(../images/wrapper_bg.gif) repeat-x left top;

}

html, body, form, fieldset {
  margin: 0;
  padding: 0;
}
.Hinweis
{
  background-color: #E8EEDB;
} 
H6
{
  font-family: Verdana, Geneva, sans-serif;
  font-size: 10px;
  margin-top: 11px;
} 

body.contentpane {
  width: auto; /* Printable Page */
  margin: 1em 5em;
  line-height: 0.7em;
  font-size: 12px;
  color: #333;
}
* html .clearfix {
  height: 1%;
}

/* Normal link */
a {
  color: #A41100;
  text-decoration:none;
        list-style-type:none;
}

a:hover {
  color: #A41100;
  text-decoration:none;
}
a:active, a:focus, a:visited {
    text-decoration:none;
} 

/* Title text */
.contentheading, .componentheading, .blog_more strong,
#content  h2 a
{
        font-family: "Arial", Helvetica, sans-serif;
         padding:0 25px 0 0px;
}


/* Small text */
small, .small, .smalldark, .mosimage_caption, .createby, .createdate, .modifydate, a.readon, p.readmore a, .img_caption {
  color: #A41100 !important;
  font-size:11px !important;
  display: inline;
  font-weight: bold;
  padding: 2px 5px 2px 0px;
  text-decoration: none;
  border-radius: 4px 3px 6px / 2px 4px;
}

/* Heading */
h1 {
  font-size: 100%;
        font-weight: bold;
        text-align: left;
}

h2 {
  font-size: 135%;
        color: #A41100;
}

h3 {
  font-size: 115%;
        color: #666;
        line-height:1.2;
}

h4 {
  font-size: 105%;
        font-style: bold;
  text-transform: uppercase;
}

h5 {    font-size: 100%;
        font-style: italic;
        background-color: #FBE2B9;
}

h6 {   
        font-weight: normal;
}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0 0;
  padding: 0;
}
#user_module,
#left{
line-height:1.4;
}
#right{
line-height:1.4;
}
#content{
line-height:1.6;
}
#content p {
margin-top:0.5em;
}
#user_module ul,
#slide-top ul,
#content ul,
#left ul,
#right ul {
  list-style-type:none;
}
#user_module ul li,
#slide-top ul li
#content ul li,
#left ul li,
#right ul li {
  padding-left:16px;
        background: url(../images/bullet-list.gif) no-repeat 6px 8px;
  line-height: 160%;
}
#user_module ol li,
#content ol li,
#left ol li,
#right ol li {
  margin-left: 15px;
  line-height: 180%;
}

th {
  padding: 5px;
        font-weight: bold;
  text-align: left;
}

fieldset {
  border: none;
  padding: 0;
}

fieldset a {
  font-weight: bold;
}

hr {
  border-top: 1px solid #CCCCCC;
  border-right: 0;
  border-left: 0;
  border-bottom: 0;
  height: 1px;
}

td, div {
  font-size: 100%;
}

img {
}


/* TOPMENU - JOOMLA STYLE WITH SUFFIX -nav
--------------------------------------------------------- */
#topmenu h3
{
  display:none;
}

#topmenu #mainlevel-nav
{
  list-style:none;
  white-space:nowrap;
  font-size:11px;
  color: #FFFFFF;
  margin:0;
  padding:0;
}

#topmenu #mainlevel-nav li
{
  width:auto!important;
  float:right;
  white-space:nowrap;
  font-size:11px;
  margin:0 3px 0 0;
}

#topmenu #mainlevel-nav li a
{
  color:#FFFFFF;
  display:block;
  padding-left:8px;
  padding-right:8px;
  text-decoration:none;
  white-space:nowrap;
  font-size:11px;
  border-right:1px solid #FFFFFF;
}

#topmenu #mainlevel-nav li a:hover
{
  display:block;
  padding-left:8px;
  padding-right:8px;
  white-space:nowrap;
  text-decoration:none;
  color:#F8F8F8;
  font-size:11px;
}



/* FORM
--------------------------------------------------------- */
form {
  margin: 0;
  padding: 0;
}

form label {
  cursor: pointer;
}

input, select, textarea, .inputbox {
  padding: 3px 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
}

.button {
  padding: 1px 5px 1px 5px;
  padding-right: 5px;
  background: #222;
  color: #777;
  font-size: 85%;
  text-transform: uppercase;
  background: url(../images/button_bg.gif) repeat-x;

}

.button:hover, .button:focus {
  color: #333;
}

* html .button {
  padding: 2px 0 !important; /*IE 6*/
}

*+html .button {
  padding: 1px 5px 1px 5px !important; /*IE 7*/
}

.inputbox {
  border: 1px solid #CCCCCC;
  background: #FFFFFF;
}

.inputbox:hover, .inputbox:focus {
  background: #FFFFCC;
}
/* JOOMLA STYLE
--------------------------------------------------------- */
table.blog {
}

.article_separator {
  clear: both;
  display: block;
  height: 15px;
}

.article_column {
}

.column_separator {
  padding: 0 10px;
}

/* content tables */
td.sectiontableheader {
  padding: 4px;
  border-bottom: 1px solid #ccc;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 3px;
}

table.contentpane { 
  border: none;
  width: 100%;
}

table.contentpaneopen {
    line-height: 1.3em;
        padding: none;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
}

table.contentpaneopen h1 {
    color: #333;
    font-size: 100%;
    margin: 0 0 0 5px;
}

table.contentpaneopen h2 {
    color: #A41100;
    font-size: 125%;
    margin: 10px 0 0 5px;
}

table.contentpaneopen h3, #content h3  {
    color: #333;
    font-weight: normal;
    font-size: 115%;
    margin: 14px 0 0 0px;
}

table.contentpaneopen h4, #content h4 {
  font-size: 100%;
        font-weight: bold;
  text-transform: uppercase;
        margin: 7px 0 14px 5px;
}

table.contentpaneopen h5, #content h5 {
  font-size: 100%;
        font-weight: normal;
        margin: 9px 0 3px 0;
}

table.contentpaneopen h6, #content h6 {
  font-size: 95%;
        font-weight: normal;
        margin: 15px 0 3px 0;
}

table.contentpaneopen img, #content .item-page p img,
#content .blog-featured  img {
    margin: 9px 9px 9px 9px;
}

table.contenttoc {
  margin: 0 0 10px 10px;
  padding: 0;
  width: 35%;
  float: right;
}

table.contenttoc a {
    color: #a41100;
  text-decoration: none;
}

table.contenttoc td {
  padding: 1px 5px 1px 25px;
  background: url(../images/bullet-list.gif) no-repeat 5% 50%;
}

table.contenttoc th {
  padding: 0 3px;
  border-bottom: 1px solid #ccc;
  text-indent: 5px;
}

table.poll {
  padding: 0;
  width: 100%;
  border-collapse: collapse;
}

table.pollstableborder {
  padding: 0;
  width: 100%;
  border: none;
  text-align: left;
}

table.pollstableborder img {
  vertical-align: baseline;
}

table.pollstableborder td {
  padding: 4px!important;
  border-collapse: collapse;
  border-spacing: 0;
}

table.pollstableborder tr.sectiontableentry1 td {
  background: #f9f9f9;
}

table.searchintro {
  padding: 10px 0;
  width: 100%;
}

table.searchintro td {
  padding: 5px!important;
}

table.adminform {
}

.adminform .inputbox {
}

.blog_more {
  padding: 10px 0;
  background: url(../images/sep.gif) repeat-x top;
}

.blog_more strong {
  margin: 0 5px;
  display: block;
  font-size: 125%;
}

.blog_more ul {
        list-style-type:none;
  margin: 0;
  padding: 0;
}

.blog_more ul li {
  margin: 0;
  padding: 0 0 0 17px;
}

.blog_more a {
        text-decoration:none;
}

.category {
  font-weight: bold;
}

h1.componentheading, .componentheading {
border-bottom:1px solid #999;
  color:#888;
  font-size:150%;
  font-weight:normal;
  margin: 0 0 3px;
}

.contentdescription {
  padding-bottom: 20px;
}

h2.contentheading, .contentheading {
  font-family:"Arial",Helvetica,sans-serif;
  color:#A41100;
  font-size:135%;
  font-weight:bold;
}

table.blog .contentheading {
padding:15px 0 0 10px;
}


a.contentpagetitle, #content .blog-featured a{
  font-size:105%;
  color:#A41100;
  text-decoration:none;
}
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus,
#content .blog-featured a:hover,
#content .blog-featured a:active,
#content .blog-featured a:focus,

{
        color:#484848;
  text-decoration: none !important;
}

a.readon,a.readmore {
  color: #A41100;
  font-size: 96%;
  font-weight:bold;
  text-transform:lowercase;
  text-decoration:none;
  margin-bottom: 20px;

}

a.readon:hover, a.readon:active, a.readon:focus
a.readmore:hover, a.readmore:active, a.readmore:focus{
  color:#484848;
        text-decoration: none;
}

table.contentpaneopen td, table.contentpane td {
    text-align:justify;
    padding: 5px 15px 0 5px;
}

table.contentpaneopen, table.contentpane, table.blog {
  width: 100%;
}

.moduletable {
  padding: 0;
        margin: 20px 0 0 0;
}

ul.pagination {
  margin: 15px auto;
  padding: 10px 0;
  background: url(../images/dot.gif) repeat-x top;
}

ul.pagination li {
  margin: 0;
  padding: 0;
  display: inline;
  background: none;
}

ul.pagination li span{
  padding: 2px 5px;
}

ul.pagination a {
  padding: 2px 5px;
  border: 1px solid #484848;
        text-decoration:none;
}

ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {
  border: 1px solid #A41100;
  background: #f2f2f2;
}

.pagenavbar {
  padding-left: 0px;
  color:#000;

}

.pagenavcounter {
  padding: 8px 14px 0 0px;
  font-weight:bold;
}

.sectiontableheader {
  padding: 8px 5px;
  background: #fff;
  color: #222;
  border-bottom:1px solid #e5e5e5;

}

.sectiontableheader a {
  color: #666;
}

tr.sectiontableentry1 td {
  padding: 8px 5px;
  background:#fff;
  border-bottom:1px solid #eee;
}

tr.sectiontableentry2 td {
  padding: 8px 5px;
  border-bottom:1px solid #eee;
  background:#fff;
}

tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
  background:#eeefea;

}

.smalldark {
  text-align: left;
}

div.syndicate div {
  text-align: center;
}

.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
  background: none;
}

/* META
--------------------------------------------------------- */
.article-tools {
  border-top: 1px solid #333;
  width: 100%;
  float: left;
  clear: both;
  margin-bottom: 15px;
  display: block;
  background: #222;
}

.article-meta {
  padding: 5px;
  width: 80%;
  float: left;
}


.modifydate {
  width: 100%;
  float: left;
}

div.buttonheading {
  float: right;
  width: 15%;
}

.buttonheading img {
  margin: 7px 5px 0 0;
  border: 0;
  float: right;
}


/* MODULE
--------------------------------------------------------- */
div.moduletable,
div.moduletable_menu,
div.moduletable_text {
  padding: 0 0 20px;
  margin-bottom: 15px;
  background: url(../images/dot.gif) repeat-x bottom;
}

div.moduletable h3,
div.moduletable_menu h3,
div.moduletable_text h3 {
  padding: 0 0 8px;
  margin: 0;
  color: #333;
  font-size: 100%;
  font-weight: bold;
  text-transform: uppercase;
}

/* MODULE FOR SLIDESHOW WITH SUFFIX _gallery
--------------------------------------------------------- */

div.module_gallery{
  padding:0;
  margin:0;
  line-height:1.0;
  margin-bottom:10px;
}
div.module_gallery h3{
  display:none}



/* MODULE RIGHT
--------------------------------------------------------- */
#right div.module_menu h3,
#right div.module_text h3,
#right div.module h3{
font-family:"Arial", Helvetica, sans-serif;
  color:#616161;
  font-size:160%;
  font-weight:normal;
  margin-bottom:6px;
  border-bottom:1px solid #ccc;
  border-top:3px solid #616161;
  padding:4px 0 4px 0;
}
#right div.module_menu,
#right div.module_text,
#right div.module{
  font-size:100%;
        background:#cccccc;
  padding:10px 10px 10px 0;
  margin:13px 12px 0 10px;
  color:#666;
        border:0;
}

#right div.module_text a{
  text-decoration:none;
  border:0;
}

#right div.module_text img{
  margin: 0 0 12px 12px;
  border:none;
}
/* MODULE LEFT WITH SLIDER
--------------------------------------------------------- */
#right div.module_slider h3{
font-family: "Arial", Helvetica, sans-serif;
  color:#616161;
  font-size:92%;
  font-weight:bold;
  margin-bottom:0;
  padding:4px 0 4px 0;
  cursor:pointer;
}
#left div.module_slider h3 a{
text-decoration: none;
}
#left div.module_slider h3:hover{
}

#left div.module_slider{
  font-size:80%;
  padding:10px;
  padding-bottom:0;
  padding-right:0;
  margin-bottom:5px;
  color:#666;

}
/* MODULE 1 2 3
--------------------------------------------------------- */
.user_module div.module_menu h3,
.user_module div.module_text h3,
.user_module div.module h3{
font-family: "Arial", Helvetica, sans-serif;
  color:#616161;
  font-size:160%;
  font-weight:normal;
}
.user_module div.module_menu,
.user_module div.module_text,
.user_module div.module{
  font-size:100%;
  padding:2px 10px 10px 10px;
  margin:0px 0 10px 0;
  color:#333;
  border-left:2px solid #ccc;

}
#user_module td{
}
#user_module{
margin:10px 0 10px 0;
}
.user_module div.module_menu:hover,
.user_module div.module_text:hover,
.user_module div.module:hover{
background:#eeefea;
}

/* LatestNews
--------------------------------------------------------- */
#latestnews ul {
}

#latestnews ul li {
list-style-type:disc;
}

#latestnews a {
color:#484848;
}

#latestnews:hover {
color:#A41100;
}
 
 
 /* Popular
--------------------------------------------------------- */
#mostread ul {
}

li.mostread {
}

a.mostread {
color:#666;
}

a.mostread:hover {
color:#A41100;
} 


/* MODULE FOOTER
--------------------------------------------------------- */
#footer div.module_menu,
#footer div.module_text,
#footer div.module{
  font-size:100%;
  margin-bottom:10px;
  color:#616161;

}

div.back_button a,
div.back_button a:hover,
div.back_button a:active {
  margin: 10px 0;
  display: block;
  background: none!important;
  text-decoration: none!important;
}

#form-login p {
  margin: 0 0 5px;
  text-align:left;
}

#form-login ul {
  margin: 10px 0 0;
}

#form-login .inputbox {
  
}
#left .inputbox{
background-color:#FFF;
border:1px solid #ccc;
color:#444;
}

/* Tooltips */
.tool-tip {
  float: left;
  border: 1px solid #ccc;
  padding: 8px;
background:#fff ;
  max-width: 200px;
  z-index:99999;

}

.tool-title {
display:none;
  padding: 0;
  margin: 0;
  margin-top: -15px;
  padding-top: 15px;
  padding-bottom: 5px;
  font-size: 95%;
  font-weight: bold;
}

.tool-text {
  margin: 0;
  font-size: 90%;
  color:#999;
  text-align:left;
}

#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
  padding: 0;
  margin: 0;
}

#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
  background: none;
  padding: 5px;
  margin: 0;
  color: #FFFFFF;
}

/* System Standard Messages */
#system-message dd.message ul {
  background: #006699;
  border: none;
}

/* System Error Messages */
#system-message dd.error ul {
  background: #BF0000;
  border: none;
}

/* System Notice Messages */
#system-message dd.notice ul {
  background: #EE9600;
  border: none;
}
.imgborder{
padding:2px;
border:0;
}



.item-separator
{

  padding-top: 20px;
}

div.pagination ul {
  list-style-type: none;
}
div.pagination ul ul li, div.pagination ul li, div.pagination li  {
  float: left;
  padding-right: 5px;
}
#content .item-page .pagenav {
  text-align: center;
  padding-left: 200px;
}
.pagenav-prev a {
  display: inline;
  float: left;
}
.pagenav-next a {
  display: inline;
  float: left;
  padding-left: 10px;
}
div#body_wrapper div#mainbody_center div#content li.print-icon, li.email-icon {
  color: #366;
  float: right;
  list-style-type: none;
  margin: 5px 10px 0px 0px;
  padding: 0px;  
}
#content .blog-featured .print-icon a img,
#content .blog-featured .email-icon a img,
#content .blog .items-leading .actions .email-icon a img,
#content .blog .items-leading .actions .print-icon a img
{
   display:none; 
}
#content .item-page .print-icon a img
#content .item-page .email-icon a img

{
    display: block; 
}
 
#search form .search label
{
    display: none; 
}

 #aswift_0_anchor #aswift_0
{
   padding-left: 25px;
}

.item-page h6 {
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}


