

a.bbcodebutton, a.bbcodebutton:visited, a.bbcodebutton:active {
    color: #ffffff;
    background-color: #5F7797;
    border: 1px solid #354463;
    padding: 2px 5px 2px 5px;
    text-decoration: none;
    line-height: 30px;
}

a.bbcodebutton:hover {
    background-color: #354463;
    color: #cccccc;
    text-decoration: none;
}


fieldset {
    border-color: #000000;
    border-style: solid;
    border-width: 1px;
    padding: 3px;
    text-align: left;
}

h1 {
    font-size: 22px;
    margin: 0px;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;
}

hr {
    color: #003366;
    height: 1px;
    width: 100%;
}
/*
img {
    border: none;
}*/

label {
    /*font-size: 12px;*/
}

li {
    margin: 0px;
    padding: 0px;
}

ol {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 11px;
    padding-left: 11px;
}

ul {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 8px;
    padding-left: 8px;
}

/*
td {
    padding: 4px;
}
*/
textarea {
    background-color: #FFFFFF;
    border-color: #354463;
    border-style: solid;
    border-width: 1px;
}

th {
    padding: 4px;
}

body.jswindow {
    background-color: #BFC4CB;
    border: none;
    padding: 0px;
    margin: 15px;
}

body.jswindow input[type=text], body.jswindow textarea {
    background-color: #FFFFFF;
    border-color: #354463;
    border-style: solid;
    border-width: 1px;
    width: 200px;
}

div.code {
    background-color: #DEE7EF;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 5px;
    padding: 5px;
}

input[type=submit],
input[type=reset],
input[type=button] {
    background-color: #016D0A;
    color: #ffffeb;
    border-color: #016D0A;
    border-style: solid;
    border-width: 1px;
    /*font-size: 11px;*/
    padding-bottom: 1px;
    padding-top: 1px;
    width: 90px;
}

input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover {
    background-color: #ffffeb;
    color: #016D0A;
    border-color: #016D0A;
    border-style: solid;
    border-width: 1px;
    
}

input[type=text], input[type=password] {
    background-color: #FFFFFF;
    border-color: #354463;
    border-style: solid;
    border-width: 1px;
}

table.tablecenter {
    margin-left: auto;
    margin-right: auto;
}

table.login {
    background-color: #ffffeb;
    border-color: #016D0A;
    border-style: solid;
    border-width: 1px;
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
}

table.login th {
    background-color: #016D0A;
    color: #ffffeb;
    padding: 5px;

}
table.login th td{

}
table.login td {
    padding: 5px;
}

table.installer {
    background-color: #BFC4CB;
    border-color: #000000;
    border-style: solid;
    border-width: 1px;
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    width: 370px;
}

table.installer th {
    background-color: #5F7797;
    color: #E9F2FC;
    padding: 5px;
}

table.installer td {
    padding: 5px;
}

.hr {
    background-color: transparent;
    color: #6394bd;
}

.center {
    text-align: center;
}

.copyright {
    /*font-size: 11px;*/
    text-align: center;
}

.left {
    text-align: left;
}


.notify {
    background-color: lightgrey;
}

.notify td {
    border-bottom-color: #000000;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top-color: #000000;
    border-top-style: solid;
    border-top-width: 1px;
}

.right {
    text-align: right;
}

.subtext {
    margin-top: 0px;
}

#border {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 650px;
}

#border #content {
    float: left;
    width: 420px;
    margin-top:20px;
    margin-left:20px;
}

#border #navigation {
    margin-top:20px;
    border-right: solid 1px ;
    float: left;
    width: 200px;
}
.menu {
    /*border-bottom-color: #000000;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-left-color: #000000;
    border-left-style: dashed;
    border-left-width: 1px;*/
    margin-right: 20px;
}
.menu li {
    font-size:7pt;
}
.menu li a{
    text-decoration: underline;
}
.menu li a:link {
    color: #000000;
    text-decoration: underline;
}

.menu li a:active {
    color: #000000;
    text-decoration: underline;
}

.menu li a:visited {
    color: #000000;
    text-decoration: underline;
}

.menu li a:hover {
    color: #808080;
    text-decoration: none;
}

#imageupload
{
    display: none;
}

/*============HoNeuLayout====================================*/

/******************************************************************************/
/*                         MAIN LAYOUT CSS FILE                               */
/******************************************************************************/
/*
Theme  : Default Seagull Theme
Author : Julien Casanova <julien_casanova@yahoo.fr>
Version: 1.0
Date   : 2006/03/20
*/

/*
==========================General=============================*/
html {
    height: 100%;
    margin-bottom: 1px;
}

/*
body, h1, h2, h3, h4, p, ul, li, form, fieldset {
    margin: 0;
    padding: 0;
}
body {
    font-size: 7pt;
    font-family: Verdana, Arial, sans-serif;
    margin: 0;
    /*padding: 8px 0 17px 0;*/
    color: black;
    background-color: ;
    text-align: center;

}
*/
ul {
    list-style: none;
}
dl {
    margin: 0.5em 0;
    line-height: 140%;
}
p {
    margin-bottom: 0.5em;
}
a: link {
    color: black;
    text-decoration: none;
}
a: hover {
    color: #912d00;
    text-decoration: none;
}
a: focus {
    outline: none;
}

/*
======================Global layaout==========================*/
#outer-wrapper {
    width: 964px;
    margin: 0 auto;
    text-align: left;
    min-height: 703
    }

.aheadNavigationBox {
    height: 21px;
    width: 964px;
    border-bottom: 1px solid #000000;
    margin-top: 4px;

}
.aheadNavigationCell{
    color: #000;
    font-size: 8pt;
    font-family: Verdana, Arial;
    float:left;
    margin-top: 2px;
    margin-bottom: 2px;

}
/*
====================== Cols Fluid============================*/


#layout-3Cols #middleCol {
    width: 586px;
    /* 6 is for borders width : (2+1) x 2 */
}
#layout-leftCol #middleCol {
    width: 762px;
}
#layout-rightCol #middleCol {
    width: 783px;
}
#layout-noCols #middleCol {
    width: 958px;
}
#leftCol {
    float: left;
    /*border-right: 1px solid #000000;*/
    width: 200px;
    /*background: url('http://www.hohen-neuendorf.de/home_image/ecke_l.gif') left top no-repeat;*/
}
#leftCol .inner {
    margin-top:1px;
}
#rightCol {
    float: right;
    width: 175px;
    /*background: url('http://www.hohen-neuendorf.de/home_image/ecke_l.gif') left top no-repeat;*/
}
#rightCol .inner {
    margin: 12px 0 0 0;
    padding: 5px;
    padding-top: 0.8em;
}
#headerImage{
    margin:0px;
    width:964px;
    height:150px;
    /*background: url('http://www.hohen-neuendorf.de/home_image/ecke_l.gif') left bottom no-repeat;*/

}

#middleCol {
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
    float: left;
    /*background: url('http://www.hohen-neuendorf.de/home_image/ecke_l.gif') left top no-repeat;*/
}
#middleCol .bodyContentBox {
    min-height: 600px;
    width: 740px;
    float:left;
}
.teaser{
    width:90%;
}
#middleCol th{
     font-size: 8pt;
    font-family: Verdana, Arial;
     text-align: left;
     }


.mainBodyContainer{
    margin-top: 10px;
    margin-left: 10px;
}
#bodyHeadline{
    margin-bottom: 10px;
    width: 65%;
}
.eveCalNaviBox{
    float:right;
    width:31%;
    border-left:1px solid;
    border-bottom:1px solid;
}
.eveCalNaviBox .block{
    margin-left:10px;
    margin-bottom:10px
}

#leftCol .BoxHeadline{
    margin-bottom: 13px;
    margin-top: 9px;
    margin-left: 10px;

}
.BoxHeadline #defaultBoxHeadline{
   font-weight: bold;
   font-size: 11pt;
   line-height: normal;
   font-size-adjust: none;
   font-stretch: normal;
   color: #C18D14;
}
.BoxHeadline #defaultBoxHeadlineRed{
   font-weight: bold;
   font-size: 11pt;
   line-height: normal;
   font-size-adjust: none;
   font-stretch: normal;
   color: #BE1413;
}
.BoxHeadline #defaultBoxHeadline a{
    font-weight: normal;
   font-size: 11pt;
   line-height: normal;
   font-size-adjust: none;
   font-stretch: normal;
   text-decoration:underline;
    color: #C18D14;
}
/*
=========================Header===============================*/
#header {
    border-bottom: 2px solid #FFFFFF;
}
#header .wrapLeft {
    background: url('http://www.hohen-neuendorf.de/branchenverzeichnis/themes/default/images/backgrounds/header_tl.gif') left top no-repeat;
}
#header .wrapRight {
    background: url('http://www.hohen-neuendorf.de/branchenverzeichnis/themes/default/images/backgrounds/header_tr.gif') right top no-repeat;
}
#header .wrap {
    position: relative;
    height: 70px;
    margin: 0 20px;
    background: #99CC00 url('http://www.hohen-neuendorf.de/branchenverzeichnis/themes/default/images/backgrounds/header_tm.gif') left top repeat-x;
}
#header span#logo {
    font-size: 30px;
    font-family: "Trebuchet MS";
}
#header a#logo {
    color: #FFFFFF;
    text-decoration: none;
}
#header #logo img {
    position: relative;
    top: 7px;
    left: 0px;
}
#header #bugReporter {
    position: absolute;
    bottom: 0px;
    right: -10px;
}

/*
======================Inner Wrapper===========================*/
#inner-wrapper {
    clear: both;
    background-color: #ffffdc;
    width: 964px;
    /* 896 is for mainWrapper width - borders width : 900 - (2 x 2) */
}
#inner-wrapper .inner-container {
    clear:both;
}

/*
=======================Breadcrumbs============================*/
#breadcrumbs {
    background: #FFFFFF;
    border: 2px solid #FFFFFF;
    border-top: none;
    font-family: Verdana, Arial;
    font-size: 0.8em;
}
#breadcrumbs .inner {
    padding: 0.4em 0 0.4em 1em;
    border: 1px solid #BBBBBB;
}
#breadcrumb {
    float: left;
}
a.breadcrumbs {
    font-weight: bold;
    color: black;
}

/*
======================Main Content============================*/
#content h1 {
    font-size: 1.2em;
}
#content h1.pageTitle {
    margin: 0em 0 1em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #666666;
    color: #666666;
}
#content ul {
    margin: 5px 0 5px 0;
    padding-left: 0.5em;
    /*list-style-position: inside;
    #list-style-image: url('http://www.hohen-neuendorf.de/branchenverzeichnis/themes/default/images/bullet.gif');*/
}
#content li {
    padding-left: 0.5em;
}
/*
#content a {
    color: black;
}
*/
/*
==================Default Forms Styling=======================*/
form {

}
fieldset {
    padding: 10px 0;
    border: none;
}

/*
===================Form Elements Styling======================*/
input, select, textarea {
    font-size: 8pt;
    font-family: Verdana, Arial;
    color: black;
    }

textarea {
    font-family: Verdana, Arial;
    font-size: 7pt;
}

input[type="text"], input[type="password"]
{
    border-top: 1px solid #7c7c7c;
    border-left: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
    border-bottom: 1px solid #ddd;
    background: #fff url(../images/fieldbg.gif) top repeat-x ;
}

/*
====================Form Fields Layout========================*/
/* --
Definition lists are used to display fields labels and values
-----*/
dl.onSide dt {
    float: left;
    width: 120px;
    padding-right: 20px;
    text-align: right;
}
dl.onSide dd{
    margin-left: 140px;
    margin-bottom: 0.5em;
}
dl.onTop dd {
    margin: 0px;
}
dd .error {
    display: block;
}

.onSide label{
    font-size: 7pt;
    font-family: Verdana, Arial;

}

/*
==================Default Tables Styling======================*/
.fieldName{
    font-size: 7pt;
    font-family: Verdana, Arial;
}

/*
=========================Footer===============================*/
#footer {
    clear: both;
    position:relative;
    top: -16px;
    height: 16px;
    #background: url('http://www.hohen-neuendorf.de/home_image/ecke_u_l.gif') left bottom no-repeat;

}

#footer .wrapLeft {

}
#footer .wrapRight {
    background: url('http://www.hohen-neuendorf.de/branchenverzeichnis/themes/default/images/backgrounds/footer_br.gif') right bottom no-repeat;
}
#footer .wrap {
    position: relative;
    margin: 0 20px;
    padding: 10px 0 5px;
    background: #99CC00 url('http://www.hohen-neuendorf.de/branchenverzeichnis/themes/default/images/backgrounds/footer_bm.gif') left bottom repeat-x;
    text-align: center;
}
#footer p {
    position:relative;
    top: -16px;
    margin-bottom: 0.1em;
    color: #666666;
    font-size: 0.8em;
}

/*
======================Messages & Errors=======================*/
.message {
    text-align: center;
    z-index: 1;
}
.message div {
    width: 60%;
    margin: 0 auto 15px;
    padding: 5px 25px;
    background-color: #ffffff;
    background-position: 0 50%;
    background-repeat: no-repeat;
    border-width: 2px;
    border-style: solid;
    -moz-border-radius: 0.4em;
}
.errorMessage {
    background-image: url('http://www.hohen-neuendorf.de/branchenverzeichnis/themes/default/images/22/dialog_error.gif');
    border-color: #FF3300;
    color: #FF3300;
}
.warningMessage {
    background-image: url('http://www.hohen-neuendorf.de/branchenverzeichnis/themes/default/images/22/dialog_warning.gif');
    border-color: #FF3300;
    color: #FF3300;
}
.infoMessage {
    background-image: url('http://www.hohen-neuendorf.de/branchenverzeichnis/themes/default/images/22/dialog_info.gif');
    border-color: #66A326;
    color: #20491D;
}
.error, .required {
    color: #FF3300;
}

/* PEAR Errors
  --------------------*/
div.errorContainer {
    width: 80%;
    margin: 1em auto;
    padding: 0.5em;
    border: 2px solid #FF3300;
    -moz-border-radius: 0.3em;
    font-family: Verdana, Arial;
}
div.errorHeader {
    margin-bottom: 0.5em;
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.3em;
    color: #FF3300;
}
div.errorContent {
    text-align: left;
}

/*
============================Flags=============================*/
a.langFlag {
    margin: 0 5px;
}

/*
========================Miscellaneous=========================*/
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}
.clear {
    clear: both;
}
.spacer {
    clear: both;
    visibility: hidden;
    line-height: 1px;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.center {
    text-align: center;
}
.hide {
    display: none;
}
.narrow {
    width: 45%;
}
.full {
    width: 100%;
}
.wideButton {
    width: 8em;
}
.noBg {
    background: none;
}
pre.codeExample {
    padding: 1em;
    background-color: #EEEEEE;
    border: 1px solid #666666;
    border-left: 5px solid #666666;
    font-size: 1em;
}

/*
========================Miscellaneous2=========================*/

.tipOwner {
    position: relative;
    cursor: help;
    }
.tipOwner .tipText {
    display: none;
    position: absolute;
    top: 0;
    left: 105%;
    border: 1px solid transparent;
    border-color: #ffffff #333333 #333333 #ffffff;
    background-color: #FFE5F8;
    color: #184a84;
    text-align: center;
    width: 15em;
    padding: 2px 5px;
        -moz-opacity: 0.85;
    }
.tipOwner:hover .tipText {
    display: block;
}

/*
TO REMOVE WHEN ALL TEMPLATES ARE CONSOLIDATED
======================Default Theme BC========================*//******************************************************************************/
/*                        BLOCKS STYLE CSS FILE                               */
/******************************************************************************/
/*
Theme  : Default Seagull Theme
Author : Julien Casanova <julien_casanova@yahoo.fr>
Version: 1.0
Date   : 2006/03/20
*/

/*
====================Default Block Styling=====================*/
.block {

}

#leftCol .block {
margin-left: 7px;
}

#rightCol .block {
margin-left: 5px;
}
#middleCol .block#fullSize {
    margin-bottom: 25px;
}

#middleCol .block {
    margin-bottom: 12px;
}
.block#fullSize .content {
    font-size: 7pt;
   /*#background: url('http://www.hohen-neuendorf.de/home_image/strichlang.gif') left bottom no-repeat;*/

}

.block#fullSize .header {
    font-size: 7pt;
    font-weight: bold;

}
.block#fullSize .header #indent {
   margin-top:8px;
   margin-left:28px;
}
.block .header {
    margin-left: 3px;
    color: black;
    /*font-weight: bold;*/
}
.block .header h2 {
    font-size: 8pt;
    font-family: Verdana, Arial;


}
.block .content {
    margin-left: 3px;
    padding-bottom: 10px;
    font-size: 7pt;
    /*background: url('http://www.hohen-neuendorf.de/home_image/strich.gif') left bottom no-repeat;*/

}
.block .content h2 {
    font-size: 8pt;
    font-family: Verdana, Arial;
}
/**
#leftCol .content a:link, #leftCol .content a:visited {
 color: black;

}
#rightCol .content a:link, #rightCol .content a:visited {
 color: black;
} */

/*

====================Formstyle in block (serchresults resultsList)

*/
.resultList .block .content {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 7pt;
     background: url('http://www.hohen-neuendorf.de/home_image/strichlang.gif') left bottom no-repeat;

}
.resultList .block #counterBox {
    float: left;
     width: 5%;

}
.resultList .block #descriptionBox{
    float: left;

    width: 62%;

}

.resultList .block #logoBox{
    float: left;
    width: 28%;

}

.resultList .block #logoBox #logo{
    float: right;
     border: 1px solid black;
    width: 53%;

}
/*

====================Formstyle in block (login)

*/
.block #loginBlock input{
    font-size: 7pt;
    font-family: Verdana, Arial;
    color: black;

}
/*
=====================Lang Switcher Block======================*/
#lang-switcher {
    float: right;
}

/*
====================Top Navigation Block======================*/
#top-nav {
    background: #EEF7D4;
    border: 2px solid #FFFFFF;
    border-top: none;
}
#top-nav .inner {
    height: 2.2em;
    padding-left: 200px;
    border: 1px solid #BBBBBB;
}
#top-nav ul {

}
#top-nav li {
    float: left;
}
#top-nav li a {
    display: block;
    padding: 0.5em 1em;
    border-right: 1px solid #FFFFFF;
    font-weight: bold;
    color: black;
}
#top-nav li a:hover, #top-nav li.current a {
    background-color: #99CC00;
    color: #FFFFFF;
    text-decoration: none;
}#nav {
    height: 50px;
    font-size: 0.75em;
}
#nav ul {
    position: absolute;
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #99CC00;
}
#nav ul li {
    float: left;
    display: inline;
    margin: 0;
}
#nav ul li a {
    display: block;
    position: relative;
    padding: 0.2em 1.5em;
    background-color: #0099CC;
    font-size: 1.3em;
    font-weight: bold;
    color: ;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.05em;
    border-right: 1px solid #99CC00;
}
#nav ul li a:hover {
    color: #2666A3;
    text-decoration: underline;
}
#nav ul li.current a {
    color: #2666A3;
    background-color: #E5F8FF;
}
#nav ul li.current a:visited {
    color: #2666A3;
}
/* hide the sublevels */
#nav ul ul {
    display: none;
}
#nav ul li.current ul {
    position: absolute;
    left: 0;
    display: block;
    /* use max-width emulation hack from
     * http://www.svendtofte.com/code/max_width_in_ie/, using the IE5.0+ dynamic
     * properties syntax, see
     * http://msdn.microsoft.com/workshop/author/dhtml/overview/recalc.asp */
        padding: 0;
    background-color: #E5F8FF;
}
#nav ul li.current li {
    padding: 0.4em 0;
}
#nav ul li.current li a {
    /* hide first pipe */
    left: -1px;
    padding: 0 1em;
    font-weight: normal;
    font-size: 1.1em;
    color: #2666A3;
    border-right: none;
    border-left: 1px solid #2666A3;
}
/* hide 3rd or more levels */
#nav ul ul ul li {
    display: none;
}

 .recaptchatable .recaptcha_image_cell, #recaptcha_table {
   background-color:#E4E3B9 !important;
   /*reCaptcha widget background color*/
 }

 #recaptcha_table {
   border-color: #006C12 !important;
   /*reCaptcha widget border color*/
 }

 #recaptcha_response_field {
   border-color: #006C12 !important; /*Text input field border color*/
   background-color:#E4E3B9 !important; /*Text input field background color*/
 }

.newsContainerDelemiter{
  background-image:url(http://www.hohen-neuendorf.de/images_index/strich_lang.gif);
  background-repeat:no-repeat;
  background-position:center;
}
.newsOverviewContainer{
    min-height:220px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size:93%;
}

.newsHeadline{
 margin-top: 20px;
 margin-bottom:10px;
}
.newsOverviewMainImageContainerRight{
    float:right;
    margin-left: 15px;
    margin-bottom: 15px;
}
.newsOverviewMainImageContainerLeft{
    float:left;
    margin-right: 15px;
    margin-bottom: 15px;
}
.newsOverviewImagePreviewContainer{
    border: 1px solid #016D0A;
}
.newsOverviewImageHeadContainer{
  width:100%;
  height:17px;
  background-image:url(http://www.hohen-neuendorf.de/images_index/lupe.gif);
  background-repeat:no-repeat;
  background-position:center;
}
.newsOverviewImageContainer{
    margin-left: 17px;
    margin-right: 17px;
}

.newsOverviewImageFooterContainer{
  height: 17px;
  width:100%;

}

/*
.newsOverviewTextContainer{
    float:left;
    width:450px;
    margin-left:20px;
}*/
.newsFooterLine{
    margin-top:20px;
    font-size:93%;
}

.newsFrontpageMessageLine{
    float:left;
    width:100%;
    margin-top:15px;
    margin-bottom:15px;
    margin-left:11px;
}

.newsFrontpageContainer{
    width:80%;
    float:left;
}

.newsFrontpageMessageIcon{
  width:4%;
  height:30px;
  background-image:url(http://www.hohen-neuendorf.de/home_schrift/i.gif);
  background-repeat:no-repeat;
  background-position:top left;
  float:left;
  margin-right:10px;
  margin-left:-5px;

}
.newsFrontpageMessageTextBlock{
    width:90%;
    float:left;
}
.newsFrontpageMessageTextHeadline{
    width:100%;
    margin-bottom:0px;
    font-size: 8pt;
    font-weight: bold;
}
.newsFrontpageMessageTextHeadline#newArticle:after{
    content:"NEU";
    margin-left:10px;
    color:#006C12;
    font-style:italic;
    font-weight: bold;
    letter-spacing: 0.2em;
}

.newsFrontpageMessageTextValue{
    width:100%;
    margin-bottom:10px;
    font-size: 8pt;
}
.newsFrontpageMessageTextValue a {
    font-size: 8pt;
}
.newsFrontpageMessageThumbnailBlock{
    /*border: 1px solid #016D0A;*/
    float:left;
    width:90px;
}
.newsFrontpageMessageThumbnailImage{
    height:60px;
    width:60px;
}
.newsFrontpageMessageThumbnailFooter{
  width:100%;
  height:17px;
  background-image:url(http://www.hohen-neuendorf.de/images_index/lupe.gif);
  background-repeat:no-repeat;
  background-position:center;
}
.newsFrontpageSpacerLineLong{
  width:100%;
  height:2px;
  clear:left;
  height:20px;
  background-image:url(http://www.hohen-neuendorf.de/images_index/strich_kurz.gif);
  background-repeat:no-repeat;
  background-position:center;
}
.newsFrontpageSpacerLineShort{
  width:50%;
  height:2px;
  clear:left;
  height:20px;
  background-image:url(http://www.hohen-neuendorf.de/images_index/strich_kurz.gif);
  background-repeat:no-repeat;
  background-position:center;
  margin-left: 15px;
}
.newsFrontpageUrgentMessageLine{
    width:100%;
    min-height:20px;
    margin-top:10px;
    margin-bottom:10px;
    /*border: 1px solid #016D0A;*/
}



