﻿/*******************************************************************************    Project		:	FOCUSING auf Redaxo 4.1  Copyright	:	Design - eilge-edv - www.eilige-edv.de  Designer    :   Gilbert Seilheimer    *******************************************************************************//* ### breadcrump ############################################################ */#contentbox_main p#breadcrumb {    font-size: 1em;    line-height: 1.0em;    color: #666666;    margin-bottom: 30px;    letter-spacing: 0.0em;}/* ### headlines ############################################################ */#contentbox_main h1 { /** Überschrift H1 - standard */    color: #333333;    background: inherit;    font-size: 1.6em;    font-weight: normal;    line-height: 1.6em;    text-transform: uppercase;    letter-spacing: 0.1em;}#contentbox_main h1.maintitle { /** Überschrift H1 - standard */    color: #000; /* #333333 */    background: inherit;    font-size: 1.6em;    font-weight: normal;    line-height: 1.2em;    margin: 0px 0 5px 0;    text-transform: uppercase; /* uppercase */    letter-spacing: 0.1em;}#contentbox_main h1.maintitle_bold { /** Überschrift H1 - standard */    color: #000; /* #333333 */    background: inherit;    font-size: 10px;    font-weight: bold;    line-height: 20px;    margin: 0px 0 5px 0;    text-transform: none; /* uppercase */    letter-spacing: 1px;}#contentbox_main h1.subtitle { /** Untertitel zu H1 */    color: #000; /* #333333 */    background: inherit;    font-size: 1.1em;    font-weight: normal;    line-height: 0.8em;    margin: 0px 0 10px 0;    text-transform: none;}#contentbox_left h1, #contentbox_left h2, #contentbox_left h3, #contentbox_left h4, #contentbox_left h5, #contentbox_left h6 {    color: #333333;    background: inherit;    font-size: 1.0em;    font-weight: normal;    line-height: 1.0em;    text-transform: uppercase;    letter-spacing: 0.1em;}#contentbox_right h1 {    color: #333333;    background: inherit;    font-size: 1.0em;    font-weight: bold;    line-height: 1.0em;    text-transform: uppercase;    letter-spacing: 0.1em;}#contentbox_main h2 {    color: #90B0BF;    background: inherit;    font-size: 1.4em;    font-weight: bold;    line-height: 1.6em;}#contentbox_main h3 { /** Überschrift für die Mitglieder */    color: #90B0BF;    background: inherit;    font-size: 1.2em;    font-weight: bold;    line-height: 1.4em;}#contentbox_main h3.membertitle { /** Überschrift für die Mitglieder */    color: #000;    background: inherit;    font-size: 1.2em;    font-weight: bold;    line-height: 1.2em;}#contentbox_main h4 { /** Untertitel zu H1 */    color: #999999;    background: inherit;    font-size: 1.1em;    font-weight: bold;    line-height: 1.0em;}#contentbox_main h5 {    color: #999999;    background: inherit;    font-size: 1em;    font-weight: bold;    line-height: 1.0em;}#contentbox_main h6 {    background: inherit;    color: #000;    font-size: 1.4em;    font-weight: bold;    line-height: 1.2em;}#contentbox_left_quicklinks h1, #contentbox_left_quicklinks h2, #contentbox_left_quicklinks h3, #contentbox_left_quicklinks h4, #contentbox_left_quicklinks h5, #contentbox_left_quicklinks h6 {    text-transform: uppercase;}/* ### Images ############################################################ */#contentbox_main img {    /*display:block;*/    margin: 4px 0;}#contentbox_main img.floatLeft {    float: left;    margin: 4px 10px 4px 0;}#contentbox_main img.floatRight {    float: right;    margin: 4px 0 4px 10px;}/* ### Hyperlinks ######################################################### */#contentbox_main a, #contentbox_main a:link {    color: #333366; /* #90B0BF */    background: inherit;    text-decoration: underline;}#contentbox_main a:hover {    color: #333366; /* #90B0BF */    background: inherit;    text-decoration: none;}#contentbox_main a.textlink, #contentbox_main a.textlink:link {    color: #333333;    background: inherit;    font-size: 1.4em;    text-decoration: none;    text-transform: none;    line-height: 2em;}#contentbox_main a.textlink:hover {    color: #333333;    background: inherit;    text-decoration: underline;}#contentbox_right a.textlink, #contentbox_right a.textlink:link {    color: #333333;    background: inherit;    font-size: 1.0em;    text-decoration: none;    text-transform: none;    line-height: 1.2em;    margin: 0;    padding: 0;}#contentbox_right a.textlink:hover {    color: #333333;    background: #aacbee;    text-decoration: underline;}#contentbox_right a:hover {    background-color: #aacbee;    color: #FFFFFF;}#contentbox_left_quicklinks a:hover {    background-color: #aacbee;    color: #FFFFFF;}/* ### Paragraphs ########################################################## */#contentbox_main p.subtitle { /** Untertitel zu H1 */    color: #333333;    background: inherit;    font-size: 1.1em;    font-weight: normal;    line-height: 0.8em;    margin: 0px 0 10px 0;}#contentbox_main p {    margin-bottom: 1.2em;    font-size: 1.2em;    line-height: 1.4em;    letter-spacing: 0.025em;}#contentbox_left p {    margin-bottom: 1.0em;    font-size: 1.0em;    line-height: 1.0em;}/* \*/ * html #contentbox_right p {    margin: 10px 0;    padding: 0px;} /* */#contentbox_right p {    margin-bottom: 1.0em;    font-size: 1.0em;    line-height: 1.0em;    letter-spacing: 0.025em;}/* ### Tables ############################################################## */#contentbox_main table {    font-size: 1.2em;    line-height: 1.6em;    padding: 0 0 20px 0;}#contentbox_main td {    padding: 0 0 0 20px;    text-align: left;    vertical-align: top;}/* ### Blockquotes ########################################################## */#contentbox_main blockquote {    margin: 0 0 0 20px;}/* ### Lists ################################################################ */#contentbox_main ul, #contentbox_main ol {    margin-bottom: 1.2em;    font-size: 1.2em;    line-height: 1.6em;}#contentbox_main ol li {    margin: 0 0 0 10px;    list-style-type: decimal-leading-zero;    font-size: 0.8em;}#contentbox_main ul li {    margin: 0 0 0 10px;    list-style-type: square;}#contentbox_right ul, ol {    list-style: none;    padding: 0;    margin: 0;}#contentbox_left ul li {    list-style: none;}/* ### Module ################################################################ */#contentbox_main div.floatLeft img {    float: left;    margin: 4px 40px 4px 0;}#contentbox_main div.floatRight img {    float: right;    margin: 4px 0 4px 40px;}#contentbox_main a.more {    position: relative;    left: 40px;}/* ### Text & Bild ### *//*#contentbox_main div.txt-img {  clear: both;  padding: 12px 0;  margin-bottom: 0px;  }  #contentbox_main div.txt-img div {  width:500px;  }  #contentbox_main div.txt-img p {  font-size: 1.3em;  letter-spacing: 0.1em;  margin-top: 0px;  }  #contentbox_main div.txt-img a {  font-size: 1.1em;  letter-spacing: 0.05em;  margin-top: 0px;  }  #contentbox_main div.txt-img div.floatLeft img {  margin:4px 0px 4px 0;  }*/.hidden {    visibility: hidden;}/* ### Bildgalerie ### */#contentbox_main div.galerie {    clear: both;}#contentbox_main div.galerie div.image {    float: left;    width: 200px;}#contentbox_main div.galerie div.image img {    padding: 5px;    border: 1px solid #aaa;}.ecardthumb {    width: 95px;    height: 95px;    padding: 3px;    margin: 1px;    text-align: center;    vertical-align: middle;    float: left;}.clear {    clear: both;}/* ### Web-News-Meldungen/Quicklinks [Startseite] ################################################# */#news {    clear: both;    padding-bottom: 5px;    border: 1px solid #aacbee;    background: #F7FCFF;    color: #00407a;}#news h3.newsTitle {    padding: 2px 0 2px 10px;    margin: 0;    color: #F3B231;    background-color: #aacbee;    font-weight: bold;}#news h4.newsTitleSub {    margin: 0;    padding: 2px 0 2px 10px;    background-color: #aacbee;    color: #00407a;}#news h6.newsDate {    margin: 0;    padding: 2px 0 0 10px;    background-color: #aacbee;    border-bottom: 1px solid #aacbee;}#news h6.newsCategory {    margin: 0;    padding: 2px 0 0 3px;    border-bottom: 1px solid #aacbee;}#news h1, #news h2, #news h3, #news h4, #news h5, #news h6 {    margin: 5px 0 0 3px;    padding: 2px 0 0 15px;    font-size: 1.0em;}#news a {    padding: 1px 0;}#news p {    padding: 2px 0 0 15px;    line-height: 1.0em;    margin: 5px 0 0 5px;}#news p img {    float: right;    margin: 5px 0 0 5px;    border: 1px solid #CCD8E0;    padding: 1px;    background: #fff;}#news ul li {    list-style: disc;    padding: 0 0 0 0;}/* ### Quicklinks ################################################# */#contentbox_left_quicklinks h1, #contentbox_left_quicklinks h2, #contentbox_left_quicklinks h3, #contentbox_left_quicklinks h4, #contentbox_left_quicklinks h5, #contentbox_left_quicklinks h6 {    padding: 0;    margin: 0;    font-weight: bold;    font-size: 1.0em;}#contentbox_left_quicklinks a:hover, a:link, a:visited {    text-decoration: none;    color: #000000;}/* ### Web-Events [Kategorie-Übersicht / Events ############################################ */ * html body #overview {    height: 150px;} /* IE 6 / 5.5 Hack */ * + html body #overview {    min-height: 150px;} /* IE 7 Hack */#overview {    display: block;    border: 1px solid #aacbee;    background: #F7FCFF;    padding: 0 0 3px 0;    margin: 15px 0;    clear: left;}#overview h1, #overview h1.maintitle, #overview h1.subtitle {    background-color: #aacbee;    border-bottom: 1px solid #aacbee;    margin: 0;    padding: 3px 6px;    font-size: 1.2em;    line-height: 1.0em;}#overview a {    padding: 1px 0;}#overview p {    padding: 2px 0 0 15px;    line-height: 1.4em;    margin: 5px 0 0 0;    letter-spacing: 0.025em;    display: block;}#overview img {    float: left;    display: block;}#overview p img {    border: 1px solid #CCD8E0;    background: #fff;}#overview ul, ol, li {    list-style: none;    padding: 0 0 0 15px;}