/*---colors
FFFFFF
E0E0FF
729E7B
881415
FF0000
D5DE9E
445E88
720882
4A65AC
8098BF
CDD5DA
8AB5AC
CCFF66
000000
A50029
 */

/*
EM - PX zum kopieren oder nachschauen
10px = 0.6em
12px = 0.76em
14px = 0.9em
16px = 1.0em
18px = 1.12em
22px = 1.38em
26px = 1.63em
*/

/*---Body */
.site_name {
    font-size: 2em;
    font-weight: bolder;
    color: #A50029;
}
body {
    margin-top: 0px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #B5C653;
    text-align: left;
    position: static;
}

td, tr, p, div {
  font-family : Arial, Helvetica, sans-serif;
  color : #000000;
}

a:link {
    color: #4A65AC;
    text-decoration: none;
    font-size: 0.8em;
    font-weight: bold;
}

a:visited {
    color: #720882;
    text-decoration: none;
    font-size: 0.8em;
    font-weight: bold;
}

element.style {
    font-size:0.8em;
}

a:hover {
    color: #FF0000; text-decoration: none;

}

h1 {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 1.25em;
  color : #000000;
}

h2 {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 1em;
  color : #000000;
}

h3 {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 1em;
  color : #000000;
}

h4 {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 0.83em;
  color : #000000;
}

.wichtig {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 1.25em;
  color : #881415;
}

hr, hr.separator {
    height : 1px;
    width : 100%;
    border: 1px solid #881415;
}
ol {
  list-style: decimal outside;
}
ul {
  list-style: square outside;
}

/* Mambo Menu Styling
 * ------------*/

/* menu -nav */
#mainlevel-nav li
{
    float: right;
}
#mainlevel-nav li a:link, #mainlevel-nav li a:visited{
    color: #8AB5AC;
    width: 122px;
    background-repeat: no-repeat;
    font-size: 0.95em;
    font-weight: bold;
    height: 2.0em;
    text-align: center;
    background-image: url(../images/img_cms_21.png);
    background-position: 0px 0px;
    float: left;
    padding-top: 5px;
}
#mainlevel-nav li a:hover{
    color: #8AB5AC;
    background-position: -128px 0px;
    padding-top: 4px;
}


/* menu mainlevel */
ul.menu li a {
    display: block;
    font-weight: bold;
    color: #8AB5AC;
    text-align: left;
    font-size: 0.95em;
    width: 200px;
    text-decoration: none;
    background-image: url(http://hoerst-du-mich.net/templates/unsertemplate008/images/img_cms_16_a.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding-left: 0.76em;
    height: 23px;
    margin-top: 3px;
    padding-top: 4px;
}

ul.menu li a:hover {
    background-position: 0px -27px;
    color: #8AB5AC;
    padding-left: 0.76em;
}

/* menu sublevel */
ul.menu ul li a {
    display: block;
    font-weight: bold;
    color: #8AB5AC;
    text-align: left;
    width: 200px;
    text-decoration: none;
    background-image: url(http://hoerst-du-mich.net/templates/unsertemplate008/images/img_cms_16_b.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding-left: 22px;
    height: 23px;
    margin-top: 3px;
    padding-top: 4px;
}

ul.menu ul li a:hover {
    background-position: 0px -27px;
    color: #8AB5AC;
    padding-left: 22px;
}

/* menu subsublevel */
ul.menu ul ul li a {
    display: block;
    font-weight: bold;
    color: #8AB5AC;
    text-align: left;
    width: 200px;
    text-decoration: none;
    background-image: url(http://hoerst-du-mich.net/templates/unsertemplate008/images/img_cms_16_c.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding-left: 2.0em;
    height: 23px;
    margin-top: 3px;
    padding-top: 4px;
}

ul.menu ul ul li a:hover {
    background-position: 0px -27px;
    color: #8AB5AC;
    padding-left: 2.0em;
}


/* mambo core stuff */
table.moduletable {
    width: 100%;
    border-spacing: 0px;
    border-collapse: collapse;
    padding-bottom: 5px;
}
table.moduletable th {
    color: #881415;
    line-height: 1em;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CDD5DA;
    height: 1px;
    padding-top: 0.76em;
    }
table.moduletable td {}

.pathway {
    color: #8AB5AC;
}
a.pathway, a.pathway:visited {
    color: #445E88;
}
a.pathway:hover {
    color: #FF0000;
}


/*** General Mambo Styles*/
.back_button{
    text-align: center;
}
.pagenav {
    color: #729E7B;
}
.pagenav, a.pagenav, a.pagenav:visited{
    color: #729E7B;
    height: 1.25em;
    padding-right: 2px;
    padding-left: 2px;
    text-align: center;
    padding-top: 2px;
    border: 1px solid #CDD5DA;
    background-color: #DDDDDD;
}
a.pagenav:hover{
    color: #FF0000;
}



.small {
    font-size: 0.83em;
    font-weight: bold;
    color: #8098BF;
}


/**
 * Mambo Form Styles
 * -----------------
 * Here are 2 styles that Mambo uses to let users control
 * how their forms and buttons may look.
 */

.button {
    background-color: #FFFFFF;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #CDD5DA;
    border-right-color: #8098BF;
    border-bottom-color: #8098BF;
    border-left-color: #CDD5DA;
    font-size: 0.83em;
    font-weight: bold;
    color: #8098BF;
    margin-top: 2px;
    margin-bottom: 2px;
}
.inputbox {
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #8098BF;
    border-right-color: #CDD5DA;
    border-bottom-color: #CDD5DA;
    border-left-color: #8098BF;
    font-size: 0.83em;
    font-weight: normal;
    color: #000000;
    background-color: #FFFFFF;
    }

/**
 * Mambo Tabbed Frontend Admin Interface
 * -------------------------------------
 * The CSS styles here defines how the frontend admin interface
 * will look like when editing and adding news through frontend.
 */

.ontab {}
.offtab {}
.tabpadding {}
.tabheading {}
.pagetext {}


/**
 * Mambo General styling for Sections/Categories/Contents
 * ------------------------------------------------------
 * These stylings are either sometimes or often used across
 * Sections, categories and contents. They, therefore, deserves
 * to be mentioned and separated from others.
 */

.createdate {
    font-size: 0.83em;
    color: #D5DE9E;
}
.modifydate {}
.readon, a.readon:link, a.readon:visited{
    color: #729E7B;
    float: right;
    background-repeat: no-repeat;
    background-position: 0px -7px;
    padding-left: 1.25em;
}
a.readon:hover{
    color: #8AB5AC;
    background-position: 0px -31px;
}


/**
 * Mambo Styling for Contents
 * --------------------------
 * All the styling for contents are listed
 * below.
 */

.contentpane {}
.contentpaneopen {}


.contentdescription {}
table.contenttoc {}
table.contenttoc td {}
.content_rating {}
.content_vote {}


/**
 * Mambo Styles for Categories
 * ---------------------------
 * The following are the styling for "Category" items
 * generated from the Sections area
 */
 /* For content item titles that are hyperlink instead of Read On */
.contentheading, .componentheading{
    color: #881415;
    font-weight: bold;
    font-size: 1.75em;
    }
.contentpagetitle, .category {
    color: #881415;
    font-weight: bold;
}
a.contentpagetitle:link, a.category:link {
    font-size: 1em;
    font-weight: normal;
    color: #4A65AC;
    }

a.contentpagetitle:visited, a.category:visited {
    font-size: 1em;
    font-weight: normal;
    color: #720882;
    }

a.contentpagetitle:hover, a.category:hover {
    color: #8098BF;
    }

.description {
    font-size: 1em;
    }


/**
 * Mambo Blog styling
 * ------------------
 * Not too sure where this is used yet. I tried the blog section
 * but it doesn't seem to use it. If you have info on this,
 * email me. I'll update this part.
 */

.blogsection{}



/**
 * Mambo's Built-in Component's Syling
 * -----------------------------------
 * These stylings are used for Mambo's built-in components
 * such as newsfeeds, weblinks, contact, search and polls.
 * A commented subtitle will guide you which is for which
 */


 /*  Polls  */



.poll {
    font-size: 092em;
    color: #8AB5AC;
}
table.pollstableborder {
    border: 1px solid #8098BF;
    color: #445E88;
}

/**
 * Mambo Sections Styles
 * ---------------------
 * Styling of sections tables
 */

.sectiontableheader {
    background-color : #FFFFFF;
    color            : #445E88;
    font-weight      : bold;
    border-top: 1px solid #8098BF;
    border-right: #8098BF;
    border-bottom: 1px solid #8098BF;
    border-left: #8098BF;
    line-height: 16px;
}

.sectiontableentry1 {
    background-color : #E0E0FF;
}

.sectiontableentry2 {
  background-color : #FFFFFF;
}



/*  Weblinks */
.weblinks{}


/*  Newsfeeds */
.newsfeedheading {}
.newsfeeddate {}
.fase4rdf {}


/* Search page */
table.searchintro {}


/*  Contact's table settings  */
table.contact {}
table.contact td.icons {}
table.contact td.details {}

/* ======================================= */

.outer {
  text-align: left;
  width: 960px;
  margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
  padding: 0;
  height: 100%;
  top: 0px;
}

.top_outer {
  width: 960px;
  height: 53px;
  border: 0%;
  text-align: center;
  background-image:url(http://hoerst-du-mich.net/templates/unsertemplate008/images/img_cms_03.png);
  background-repeat:no-repeat;
  top: 0px;
}

.above_menu {
  width: 960px;
  height: 83px;
  border: 0%;
  top: 53px;
}

.above_menu_left {
  width: 450px;
  height: 83px;
  float: left;
  border: 0%;
  background-image:url(http://hoerst-du-mich.net/templates/unsertemplate008/images/img_cms_06.png);
  background-repeat:no-repeat;
}

.above_menu_middle {
  width: 510px;
  height: 83px;
  float: left;
  border: 0%;
  background-image:url(http://hoerst-du-mich.net/templates/unsertemplate008/images/img_cms_07.png);
  background-repeat:repeat-x;
}

.above_menu_right {
  width: 14px;
  height: 83px;
  border: 0%;
}

.top_menu {
  width: 960px;
  height: 36px;
  border: 0%;
}

.top_menu_left {
  width: 946px;
  height: 36px;
  border: 0%;
  float: left;
  background-image:url(http://hoerst-du-mich.net/templates/unsertemplate008/images/img_cms_08.png);
  background-repeat:no-repeat;
}

.top_menu_right {
  width: 14px;
  height: 36px;
  float: left;
  border: 0%;
  background-image:url(http://hoerst-du-mich.net/templates/unsertemplate008/images/img_cms_09_a.png);
  background-repeat:no-repeat;
}

.content_pane {
  width: 960px;
  border: 0%;
  position: fixed;
  top: 172px;
}

.path_line {
  width: 960px;
  height: 38px;
  border: 0%;
}

.path_line_left {
  width: 14px;
  height: 38px;
  border: 0%;
  float: left;
  background-image:url(http://hoerst-du-mich.net/templates/unsertemplate008/images/img_cms_09.png);
  background-repeat:no-repeat;
}

.path_line_middle {
  width: 930px;
  height: 38px;
  border: 0%;
  float: left;
  background-image:url(http://hoerst-du-mich.net/templates/unsertemplate008/images/img_cms_10.png);
  background-repeat:repeat;
}

.path_line_right {
  width: 16px;
  height: 38px;
  border: 0%;
  float: left;
  background-image:url(http://hoerst-du-mich.net/templates/unsertemplate008/images/img_cms_11.png);
  background-repeat:no-repeat;
}

.content {
  width: 960px;
  height: auto;
  border: 0%;
  background-image:url(http://hoerst-du-mich.net/templates/unsertemplate008/images/img_cms_13.png);
  background-repeat:repeat-y;
  position: fixed;
  bottom:89px;
  top: 210px;
  overflow: auto;
}

.content_left_border {
  width: 14px;
  border: 0%;
  float: left;
}

.content_left {
  width: 5px;
  border: 0%;
  float: left;
}

.content_content {
  width: 920px;
  border: 0%;
  float: left;
}

.content_right {
  width: 5px;
  border: 0%;
  float: left;
}

.content_right_border {
  width: 16px;
  border: 0%;
  float: left;
}

.footer {
  width: 960px;
  height: 39px;
  border: 0%;
  clear: both;
  position: fixed;
  bottom:0
}

.footer_line_left {
  width: 14px;
  height: 39px;
  border: 0%;
  float: left;
  background-image:url(http://hoerst-du-mich.net/templates/unsertemplate008/images/img_cms_28.png);
  background-repeat:no-repeat;
}

.footer_line_middle {
  width: 930px;
  height: 39px;
  border: 0%;
  float: left;
  background-image:url(http://hoerst-du-mich.net/templates/unsertemplate008/images/img_cms_30.png);
  background-repeat:repeat-x;
  vertical-align:middle;
  text-align: center;
  font-size : 0.76em;
}

.footer_line_right {
  width: 16px;
  height: 39px;
  border: 0%;
  float: left;
  background-image:url(http://hoerst-du-mich.net/templates/unsertemplate008/images/img_cms_32.png);
  background-repeat:no-repeat;
}

.partner_line {
  width: 960px;
  border: 0%;
  position: fixed;
  bottom: 39px;
  background-image:url(http://hoerst-du-mich.net/templates/unsertemplate008/images/img_cms_14.png);
  background-repeat:no-repeat;
}

.partner_line_left {
  width: 14px;
  height: 50px;
  border: 0%;
  float: left;
}


.partner_text {
  width: 160px;
  height: 50px;
  border: 0%;
  float: left;
  text-align: left;
  padding-left: 10px;
  padding-top: 6px;
  font-size : 0.76em;
  color: #445E88;
}

.partner {
  text-align: center;
  vertical-align: middle;
  width: 120px;
  height: 50px;
  border: 0%;
  float: left;
  padding-top: 3px;
}