@charset "UTF-8";
@media all {

html * {
        font-size: 100.01%
} /* (en) reset monospaced elements to font size 16px in Gecko browsers */ /* (de) Schriftgröße von monospaced Elemente auf 16 Pixel setzen */

pre, tt, code {
        font-family: "Courier New", Courier, monospace;
} /* (en) base layout gets standard font size 12px */ /* (de) Basis-Layout erhält Standardschriftgröße von 12 Pixeln */

body, textarea {
        font-family: 'Lucida Sans', Lucida, Verdana, Helvetica, Arial, sans-serif;
        font-size: 70.00%;
        color: #000;
}

h1, h2, h3, h4, h5, h6 {
        font-family: 'Lucida Sans', Lucida, Verdana, Helvetica, Arial, sans-serif;
        font-weight: bold;
        color: #cc6633;
        margin: 0.5em 0 0.25em 0;
}

h1, h1 a {
        font-size: 150%
} /* 24px */

h2, h2 a {
        font-size: 140%;
        color: #085EBA;
        margin-bottom: 0.9em;
}

h3, h3 a {
        font-size: 111%;
        color: #F7931E;
        margin-top: 1.25em;
        margin-bottom: 0.75em;
} /* 18px */

h4, h4 a {
        font-size: 106%;
        color: #F7931E;
        margin-top: 1.0em;
        margin-bottom: 0.5em;
} /* 16px */

h5, h5 a {
        font-size: 103%;
        color: #F7931E
} /* 14px */

h6, h6 a {
        font-size: 101%;
        color: #000000;
        font-style: italic
} /* 14px */

#header h1 {
        font-size: 2.5em;
        letter-spacing: -2px;
        line-height: 65%;
        color: #000;
}

p {
        line-height: 1.5em;
        margin: 0 0 0.75em 0;
}

p, th, td, li, td p, td li {
        font-size: 95%;
}

 /* ### Lists | Listen  #### */
ul, ol, dl {
        line-height: 1.5em;
        margin: 0.15em 0 1em 0.5em
}

li {
        margin-left: 1.5em;
        line-height: 1.5em
}

dt {
        font-weight: bold
}

dd {
        margin: 0 0 1em 2em
}

/* ### text formatting | Textauszeichnung ### */
cite, blockquote {
        font-style: italic
}

blockquote {
        margin: 0 0 1em 1.5em
}

strong, b {
        font-weight: bold
}

em, i {
        font-style: italic
}

pre, code {
        font-family: monospace;
        font-size: 1.1em;
}

acronym, abbr {
        letter-spacing: .07em;
        border-bottom: .1em dashed #c00;
        cursor: help;
}

/* forms */
input, textarea, select {
        background-color: #2E79CB;
        color: white;
        font-weight: bold;
}

input[type=checkbox], input[type=radio] {
	background-color: #ffffff;
}

input[type=submit], input[type=reset], input[type=button] {
	background-color: #EEEEEE;
	color: #2E79CB;
	border: 3px groove #2E79CB;
}

input.requiredValue, input.invalidValue, select.requiredValue, select.invalidValue, textarea.requiredValue, textarea.invalidValue {
        border: 2px dotted red;
}

fieldset.framed {
	border: solid 1px #F7931E;
	margin-bottom: 15px;
	padding: 3px 15px;
}

fieldset legend {
	margin-left: 15px;
	margin-bottom: 4px;
	font-style: italic;
}

fieldset.framed legend {
	margin-left: -5px;
	padding: 0 5px;
	color: #F7931E;
	font-weight: bold;
}

fieldset label, fieldset .leftCol {
	float: left;
	width: 150px;
}

fieldset label{
	color: #F7931E;
	font-weight: 500;
}

fieldset label em {
	color: #CC3300;
	font-weight: bold;
}

fieldset input, fieldset select, fieldset textarea, fieldset .rightCol, fieldset span.price, fieldset p.info {
	display: block;
	margin-left: 165px;
}

fieldset p {
	line-height: 1em;
	margin-bottom: 5px;
}

fieldset .checkbox span{
	display: block;
	margin-left: 50px;
}

fieldset .checkbox input{
	float: left;
	margin-left: 0px;
}

fieldset .info input {
	display: inline;
	margin-left: 0px;
}

.errors {
        border: 1px solid #CCCCCC;
        padding: 5px;
        margin-bottom: 10px;
}

/**   * Generic Content Classes   * (en) standard classes for positioning and highlighting   * (de) Standardklassen zur Positionierung und Hervorhebung   *   * @section content-generic-classes   */
.note {
        background: #dfd;
        padding: 1em;
        border-top: 1px #bdb dotted;
        border-bottom: 1px #bdb dotted;
}

.important {
        background: #ffd;
        padding: 1em;
        border-top: 1px #ddb dotted;
        border-bottom: 1px #ddb dotted;
}

.warning {
        background: #fdd;
        padding: 1em;
        border-top: 1px #dbb dotted;
        border-bottom: 1px #dbb dotted;
}

.float_left {
        float: left;
        display: inline;
        margin-right: 1em;
        margin-bottom: 0.15em;
}

.float_right {
        float: right;
        display: inline;
        margin-left: 1em;
        margin-bottom: 0.15em;
}

.center {
        text-align: center;
        margin: 0.5em auto
}

/**   * External Links   *   * (en) Formatting of hyperlinks   * (de) Gestaltung von Hyperlinks   *   */
a {
        color: #4D87C7;
        text-decoration: none;
}

a:focus, a:hover, a:active {
        color: #182E7A;
        text-decoration: underline;
}

#topnav a {
        color: #999;
        font-weight: normal;
        background: transparent;
        text-decoration: none;
}

#topnav a:focus, #topnav a:hover, #topnav a:active {
        text-decoration: underline;
        background-color: transparent;
}

#footer a {
        color: #999;
        background: transparent;
        font-weight: bold;
}

#footer a:focus, #footer a:hover, #footer a:active {
        color: #4D87C7;
        background-color: transparent;
        text-decoration: underline;
}

/**   * (en) Emphasizing external Hyperlinks via CSS   * (de) Hervorhebung externer Hyperlinks mit CSS   *   * @section             content-external-links   * @app-yaml-default    disabled   */ /*  #main a[href^="http://www.my-domain.com"],  #main a[href^="https://www.my-domain.com"]  {    padding-left: 12px;    background-image: url('your_image.gif');    background-repeat: no-repeat;    background-position: 0 0.45em;  }  */ /**   * Tables | Tabellen   * (en) Generic classes for table-width and design definition   * (de) Generische Klassen für die Tabellenbreite und Gestaltungsvorschriften für Tabellen   *   * @section content-tables   */

table {
        width: auto;
        border-collapse: collapse;
        margin-bottom: 0.5em;
}

table.full {
        width: 100%;
}

table.fixed {
        table-layout: fixed
}

th, td {
        padding: 0.5em;
}

thead th {
        background: #444;
        color: #fff
}

tbody th {
        background: #ccc;
        color: #333
}

tbody th.sub {
        background: #ddd;
        color: #333
}

/**   * Miscellaneous | Sonstiges   *   * @section content-misc   */ /**  * simply styled table  */
table.simple {
        border: 0;
        width: 100%;
}

table.simple tr {
        border-bottom: 1px solid #EEEEEE;
}

table.simple td {
        padding: 15px;
}

/** table styled  */
table.styled {
}

table.styled thead {
        color: #F7931E;
        background-color: white;
        height: 28px;
}

table.styled th {
        color: #F7931E;
        background-color: white;
        border-top: 1px solid #F7931E;
        border-left: 1px solid #F7931E;
        border-right: 1px solid #F7931E;
}

table.styled tbody {
        color: white;
        background-color: #2E79CB;
        border-left: 0px solid transparent;
        border-right: 0px solid transparent;
}

table.styled td {
        color: white;
        background-color: #2E79CB;
        border-left: 1px solid #0044B4;
        border-bottom: 2px solid white;
}

hr {
        color: #fff;
        background: transparent;
        margin: 0 0 0.5em 0;
        padding: 0 0 0.5em 0;
        border: 0;
        border-bottom: 1px #eee solid;
}
}
@media screen {

div#header h1 {
        display: none;
}

div#header #wk_logo {
        float: left;
        height: 100px;
        padding-top: 10px;
        padding-left: 20px;
}

div#header #date_next_meeting {
        float: left;
        font-size: 1.55em;
        font-weight: bolder;
        color: #ff9933;
        padding-top: 72px;
        padding-left: 52px;
}

div#header #partner_logos {
        float: right;
        padding-top: 62px;
        padding-right: 12px;
}

div#header div#topImage {
        position: relative;
        margin: 0;
        padding: 0;
        clear: both;
}

div#header div#topImage div#mood {
        height: 180px;
        max-height: 180px;
        min-height: 180px;
}

div#header div#topImage div#search {
        position: absolute;
        z-index: 5000;
        top: 152px;
        right: 20px;
        width: 110px;
        height: 18px;
        background: transparent url(../../images/searchTab.png) no-repeat top right;
        text-align: center;
        padding-right: 3px;
        padding-top: 10px;
}

div#header div#topImage div#search input {
        display: block;
        margin: auto auto;
        width: 90px;
        border: 1px solid #EEEEEE;
        background-color: white;
        color: black;
        font-weight: normal;
        font-size: 10px;
        color: #666666;
        min-height: 14px;
        max-height: 14px;
}

div#header div#topImage div#search #ajaxSearch_submit {
        display: none;
}

div#header div#topImage div#langtab {
        position: absolute;
        z-index: 5000;
        top: 0;
        right: 20px;
        width: 65px;
        height: 23px;
        background: transparent url(../../images/langTab.png) no-repeat top right;
        text-align: center;
        padding-right: 3px;
        padding-top: 3px;
        text-transform: uppercase;
}

.ajaxSearch_highlight {
        padding: 2px;
        border: 1px solid #666666;
        background-color: yellow;
}

div#breadcrumb {
        display: none;
}

div.calendarDay {
        float: left;
        text-align: center;
        margin-right: 13px;
        margin-bottom: 11px;
        padding: 3px 7px 11px 2px;
        background: transparent url(../../images/calendarIcon.png) no-repeat scroll left top;
        width: 26px;
        height: 36px;
}

div.calendarDay div.year {
        font-size: 7px;
        color: white;
}

div.calendarDay div.month {
        font-size: 8px;
}

div.calendarDay div.day {
        font-size: 14px;
        font-weight: bold;
        line-height: 14px;
        padding-top: 2px;
}

div.plaindate {
        display: none;
}

div.bild_links, div.bild_rechts, div.bild_block {
        border: 1px solid #F7931E;
        margin-bottom: 10px;
        margin-top: 0px;
        padding: 3px;
        font-size: 80%;
        font-style: italic;
}

div.bild_block {
        margin-top: 10px;
}

div.bild_links {
        float: left;
        margin-right: 15px;
}

div.bild_rechts {
        float: right;
        margin-left: 15px;
}

div.bild_links img, p.bild_rechts img {
        margin: 0;
        border: solid 1px #EEEEEE;
}

div.newsbit_summary {
        min-height: 80px;
        margin-bottom: 1em;
}

div.newsbit_summary h3 {
        margin-bottom: 0.6em;
}

div.newsbit_links {
}

div.newsbit_tags {
}

.lead {
        font-weight: bold;
        margin-bottom: 1.25em;
}

.newsbit_summary .lead {
        font-weight: normal;
        margin-bottom: 0;
}

li.newslisting {
        list-style-type: square;
        margin-left: 9px;
}

li.newslisting .newsbit_date {
        font-size: 85%;
}

div.tagcloud span {
        padding: 0 1px 0 3px;
        border-left: 1px dotted #EEEEEE;
}

div.tagcloud span:first-child {
        border-left: none;
        padding: 0 1px 0 0;
}

.tagcloud100 {
        font-size: 60%;
}

.tagcloud51 {
        font-size: 80%;
}

.tagcloud34 {
        font-size: 100%;
}

.tagcloud25 {
        font-size: 120%;
        font-weight: bold;
}

.tagcloud14 {
        font-size: 150%;
        font-weight: bold;
}

.sideelement img.teaserBtn {
        display: block;
        position: relative;
        margin-top: -12px;
        padding-left: 74px;
        text-align: right;
}

.sideelement .sidebarInnerFrame {
        background-color: #ffffff;
        border: 1px solid #666666;
        padding: 6px 3px;
        text-align: center;
        font-size: 90%;
}
}
