/* **************************************************************************
 * Open2C Basic - Kinetiqa GmbH
 * <http://www.kinetiqa.de/>
 * Static CSS
 * included by the dynamically created style sheet
 * $Id$
 ************************************************************************** */

/*
 * Plain elements
 */
 

h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1.0em; font-weight: bold; }
h6 { font-size: 0.9em; font-weight: bold; text-transform: uppercase; }

button, input[type=submit], input[type=image] {
  cursor: pointer;
}

kbd {
  background-color: #EBEBEB;
  line-height: 1.6em;
}

img {
  border: none;
}

hr {
  border: none;
  height: 1px;
  color: black;
  background-color: black;
}


/*
 * Container
 */


#inhaltssprung {
  position: absolute;
  left:-9999px;
  top:-9999px;
}

#complete_container {
  margin: 0 0 3em;
  text-align: left;
}

/* Content container children */
#leftcolumn_inside, #fullmidcolumn_inside, #midcolumn_inside, #rightcolumn_inside {
  overflow:hidden;
  height:auto;
}

/* End-Of-Content Direct Link */
#endofcontent {
  clear: both;
  font-size: 1px;
  position:relative;
}

/* footer */
#footer {
  padding: 0;
  clear: both;
  text-align: left;
  left: 0px;
  position:relative;
  font-size:0.92em;
}
#footertext {
}

#midend {
  clear: both;
  text-align: right;
  color: #000000;
  display: block;
  padding: 3px;
  margin: 20px 0;
}
#midend a, #midend a:hover {
  text-decoration: none;
  color: #000000;
}
#midend_print, #midend_top {
  margin-right: 10px;
}


/*
 * Special fields
 */

/* login field */
.login {
  position: relative;
  height: 40px;
  top: 0px;
  padding: 0;
  margin: 0;
  font-size: 0.92em;
}
.login.withInfo {
  height: 57px;
}
.login .namearea, .login .passarea, .login .buttonarea, .loginoptionsarea {
  position: absolute;
  top: 0px;
  padding: 0;
  margin: 0;
  font-size: 1em;
}
.login .namearea {
  height: 30px;
}
.login .passarea {
  height: 30px;
}
.login .buttonarea {
  height: 17px;
}
.login .loginoptionsarea {
  top: 33px;
  height: 17px;
  background: url(../backend/mat/key.gif) 5px center no-repeat;
  padding-left: 20px;
}
.login .inputfields {
  border: 1px solid #000000;
  padding: 0;
  margin: 0;
  font-size: 1.09em;
  height: 1.25em;
}
* html #leftcolumn_inside .buttonarea { top:1px; }


/* calendar */
.cal_container {
  border-style: solid;
}
.cal_container td {
  padding: 3px;
}
.cal_contentday {
  text-align: center;
  vertical-align: middle;
}


/* news box */
.news_box {
}
.news_head {
  padding: 10px;
  margin: 0;
  font-size: 1em;
}
.news_content {
  padding:10px;
}
.news_content h4 {
  margin: 0;
  font-size: 1em;
  font-weight: normal;
}


/* teaser */
.teaser {
  margin: 20px 0 20px 0;
  overflow: hidden;
}
* html .teaser { height: 1%; }
.teaser_image {
  float: left;
  margin:3px 10px 6px 0px;
}
.teaser_title {
  font-weight: bold;
  margin-bottom:4px;
}
.teaser_text {
  vertical-align: top;
}


.indexhead {
}
.indexhead td {
  vertical-align: top;
}
.indexhead td.img {
  line-height: 0;
}
table.indexhead h1 {
  margin-top: 0;
}



/* plain article */
.article {
  overflow: hidden;
}
.article_title {
  font-weight: bold;
  margin: 10px 0 10px 0;
}
.article_abstract {
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 1em;
}
.article_author {
  margin-bottom: 12px;
  font-size: 0.92em;
}
.article_image_box {
  float: left;
  margin: 3px 10px 3px 0px;
}
a.article_image {
  line-height: 0px;
  display: block;
  text-align: center; /* for portrait images */
}
img.article_image {
  display: inline;
}
.article_image_text {
  font-size: 0.92em;
  padding: 4px 6px 6px 6px;
  margin: 1px 0 0 0;
}
.article_text {
  font-size: 1em;
  line-height: 1.25em;
  vertical-align: top;
}
.article_text * {
  line-height: 1.25em;
}


/* pagination */
.paging {
  padding: 15px 0;
  overflow: hidden;
}
.paging td.links {
  width: 50%;
}
.paging_showpage {
  white-space: nowrap;
}


/*
 * Navigation
 */
 
/* Navigation commons */
.navigation, .nav, .nav ul, .nav li, .nav span {
  margin: 0;
  padding: 0;
}
.navigation .picbefore, .navigation .picafter {
  display: none;
}
.navigation {
  clear: both; 
}
.nav {
  overflow:hidden;
}
.nav ul {
  list-style: none;
}
.nav li {
}
.nav li ul {
}
.nav li a {
  margin: 0;
  display: block;
  background-repeat: no-repeat;
  background-position: top left;
}
.nav li a.graphical {
  padding: 0;
  font-size: 1px;
  line-height: 1px;
}
.nav span {
  /*white-space: nowrap;*/
}
.nav .first, .nav .allfirst {
  padding: 0;
  border-width: 0;
}

/* horizontal navigation (head / foot) */
.horizontal .picbefore {
  float: left;
}
.horizontal .picafter {
  float: right;
}
.horizontal li, .horizontal li ul, .horizontal li a {
  display: inline;
}
#nav_topnavigation li a, #nav_topnavigation li {
  display: block;
  float: left;
}

#nav_bottomnavigation ul {
  text-align: center;
}

/* navigation hacks */
* html .nav li a.graphical { height: 1px; }
* html .nav { width:100%; }


/*
 * Standard static Styles
 */
 

.print {
  display: none;
}

/* Breadcrumb Navigation */
/* added a padding-bottom to breadcrumb to prevent margin-collapsing with a following h1 tag (BE) */
.breadcrumb {
  margin-bottom: 10px;
  /*white-space: nowrap;*/
  padding-bottom: 1px;
}
.breadcrumb a {
  white-space: nowrap;
}

/* Related Links */
.related_links_box {
  border-top: 1px solid #ccc;
  margin: 20px 0 20px 0;
}
.related_links_box h3 {
  font: bold 1.08em/1.33em Arial, Verdana, sans-serif;
  margin: 10px 0 15px 0;
}
.related_link {
  background-position: top left;
  background-repeat: no-repeat;
  background-attachment: scroll;
  padding-left: 30px;
  margin: 10px 0 10px 0;
  min-height: 30px;
}
* html .related_link {
  height: 30px;
}
.related_link h4 {}
.related_link h4 a {
  font-weight: bold;
}
.related_link p {}

/* Imageshow */
.imageshow {
  overflow: hidden;
}
* html .imageshow {
  height: 1%;
}
a.imageshow_box {
  background: #F9F9F9;
  width: 130px;
  height: auto;
  float: left;
  margin: 0px 2px 10px;
  border: 1px dashed #999999;
  text-align: center;
  display: block;
}
a.imageshow_box:hover {
  background: #EEEEEE;
}
.imageshow_image {
  display: block;
  height: 110px;
  text-align: center;
  margin: 10px;
}
.imageshow_image img {
  display: inline;
  border-width: 0;
}
.imageshow_imagetitle {
  display: block;
  background: #FFFFFF;
  padding: 5px;
  overflow: hidden;
  white-space: normal;
}

/* Box around address teasers */
.contact_box {
  background: #EBEBEB;
  padding: 10px;
  margin-bottom: 1px;
}

/* Error and Success-Messages */
html body .error   {
  background-color: #DA5D5D;
  color: white;
  padding: 10px;
  margin: 0px;
}
html body .bad.error {
  font-weight: bold;
}
html body .success {
  background-color: #6FDA5D;
  color: white;
  padding: 10px;
  margin: 0px;
}

/* Guestbook Styles */
.gb_entry { padding-top: 10px; padding-bottom: 10px; }
.gb_entry_title { padding: 5px; background-color: #EBEBEB; }
.gb_entry_text { padding: 5px; }
.gb_texticon { vertical-align:middle; display: inline; }
.gb_form_title { font-family:Arial, Verdana, sans-serif; font-size: 1.08em; line-height:1.33em; font-weight:bold; margin: 10px 0 5px 0; }
.gb_form_content { margin-bottom: 5px; padding-bottom: 5px; border-bottom: 1px solid #EBEBEB; }
.gb_field { background-color: #EBEBEB; padding: 5px 3px; margin: 1px 0; }
.gb_field label { font-weight: bold; }
.gb_field ul { margin: 0; padding: 0 0 0 2em; }
.gb_field li { margin: 0; padding: 0; }
.gb_field input, .gb_field textarea { width: 98%; }
.gb_field_icons input { width: auto; margin: 3px; }
* html .gb_field_icons input { margin: 0; } /* ie lt 7 */
*+html .gb_field_icons input { margin: 0; } /* ie 7 */
.gb_captcha_input { width: 70%; }


/* Form Input Fields */
/* relativity of font sizes! .form can be arbitrarily nested! */
.form { border:1px solid #000; font-size: 1em; font-family:Arial, Verdana, sans-serif; background-color: #FFFFFF; }
.form_outside { }
.form50 { width: 50%; }
.form80 { width: 80%; }
.form95 { width: 95%; }
.form100 { width: 100%; }
.form_focused { background-color: #DDDDDD; }
.form_field { margin: 0.5em 0; }
.form_field label { font-weight:bold; margin: 0; padding: 0px; font-size: 1em; }

/* Contact Form */
.cf_container { padding: 0 5px 2em; }
.cf_container .checkbox-text .cf_check { float: left; }
.cf_container .checkbox-text div { overflow: hidden; }
.cf_text { margin:0; padding: 0; }
div.cf_text { padding: 0 0 1em; }
.cf_entry { margin: 0.5em 0; }
.cf_entry label, .cf_entry legend, .cf_entry h3 { font-weight:bold; margin: 0; padding: 0 2px; font-size: 1em; }
.cf_entry legend { background-color: white; }
.cf_entry h3 { margin-top: 2em; }
.cf_entry h3.question { margin-top: 0em;  font-size: 1em; font-weight: bold; width: 80%; }
.cf_entry hr { width: 80%; margin: 0 0 2em; border-width: 0; border-top: 1px dotted black; height: 0; }
.cf_entry td.cf_text { text-align: center; }
.cf_entry fieldset { border:1px dotted #000000; padding:4px; width:78%; margin:0; display:block; }
* .cf_entry fieldset { // border:1px dotted #000000; // padding:4px; // width:79%; margin:0; display:block; }
.cf_entry .td_w16 { width: 16%; }
.cf_entry .td_w10 { width: 10%; }
.cf_entry fieldset p { margin: 0; text-indent: -20px; padding-left: 20px; }

/* Captcha */
table.captcha td { vertical-align: top; padding-top: 0.3em; }
table.captcha .captcha_img { padding-left: 1em; }
table.captcha .captcha_input input { width: 70px; height: 24px; padding: 3px 5px; font: bold 24px monospace; }

/* Sorry Page */
#site_forbidden { margin: 1em; text-align: left; }

/* links to backend*/
.links2backend { margin: 10px 0 0 0; padding:0; }
.links2backend h3 { margin: 0 0 10px; padding: 3px 3px 3px 10px; background:#EBEBEB; font-weight:bold; font-size: 1em; }
.links2backend ul { list-style-image: url(../mat/b_edi.gif); margin: 0; padding: 0 24px; }
.links2backend li { margin: 0 0 2px; padding: 0; font-size: 0.92em; }
.links2backend a { color:#000000; text-decoration:underline; }
.links2backend a:hover { color:#4D91E4; text-decoration:underline; }
/* one single backend link */
.link2backend { padding-left: 18px; background: url(../mat/b_edi.gif) no-repeat center left; font-size: 0.91em; }
.link2backend a { color:#000000; text-decoration:underline; }
.link2backend a:hover { color:#4D91E4; text-decoration:underline; }

/* Event Details */
.vevent {
  width: 100%;
}
.vevent th {
  padding: 4px 2em 4px 4px;
  background: #f1f1f1;
  font-weight: normal;
  text-align: left;
}
.vevent td {
  padding: 4px;
  background: #f9f9f9;
  width: 100%;
}

/* switch off the damned padding for link buttons */
html body a.submit_button_register { padding: 0; }

/* Event Search */
.event_searchtitle { font-size: 1em; text-decoration: none; line-height: 1.33em; }
.event_searchtext { font-size: 1em; text-decoration: none; line-height: 1.33em; }
a.event_searchtext { text-decoration: underline; }
a.event_searchtext:hover { text-decoration: underline; }

/* Event Archive */
.event_arch_title { font-size: 1em; text-decoration: none; line-height: 1.33em; }
a.event_arch_title { text-decoration: underline; }
a.event_arch_title:hover { text-decoration: underline; }
.event_arch_text {  font-size: 0.92em; color:#183A63; text-decoration: none; line-height: 1.17em; }
a.event_arch_text { text-decoration: underline; }
a.event_arch_text:hover { text-decoration: underline; }

/* WYSIWYG */
.objleft { margin:0 10px 2px 0; float:left; text-align:left; }
.objright { margin:0 0 2px 10px; float:right; text-align:right; }
.picleft { margin-top:3px; margin-bottom:2px; margin-right:10px; float:left; text-align:left; }
.picright { margin-top:3px; margin-bottom:2px; margin-left:10px; float:right; text-align:right; }
.picmidleft { margin-top:8px; margin-bottom:2px; margin-right:10px; float:left; text-align:left; }
.picmidright { margin-top:8px; margin-bottom:2px; margin-left:10px; float:right; text-align:right; }
.special_bg1 { background-color:#C4DCF9; font-family:Arial, Verdana, sans-serif; }
.special_bg2 { background-color:#81B4F1; font-family:Arial, Verdana, sans-serif; }
.special_g1 { background-color:#efefef; font-family:Arial, Verdana, sans-serif; }
.special_g2 { background-color:#eeeeee; font-family:Arial, Verdana, sans-serif; }
.special_g3 { background-color:#dfdfdf; font-family:Arial, Verdana, sans-serif; }
.special_g4 { background-color:#cfcfcf; font-family:Arial, Verdana, sans-serif; }
.special_font12_white { font-family:Arial, Verdana, sans-serif; color:white; font-size: 1em; line-height: 1.33em; }
.special_font14_white { font-family:Arial, Verdana, sans-serif; color:white; font-size: 1.17em; line-height: 1.5em; }
.special_font16_white { font-family:Arial, Verdana, sans-serif; color:white; font-size: 1.33em; line-height: 1.67em; }
.special_font14 { font-family:Arial, Verdana, sans-serif; color:#183A63; font-size: 1.17em; line-height: 1.5em; }
.special_font16 { font-family:Arial, Verdana, sans-serif; color:#183A63; font-size: 1.33em; line-height: 1.67em; }
.special_border1 { border:1px solid #cccccc; }
.special_border2 { border:1px solid #183A63; }

/* Complex Search */
.search_description { border: 1px dotted #cccccc; padding: 10px; line-height: 1.5em; }
.searchboxincolumn { width:93%; border:1px solid #000000; padding:0; margin:0; font-size: 1em; height: 1.25em; }
.complexSearch label { font-weight: bold; }
.complexSearch td { background-color: #E9E9E9; padding: 5px; }
.complexSearch .label { width: 170px; }
.complexSearch .multInput { text-align: right; white-space: nowrap; }
.complexSearch .multInput label { font-weight: normal; }
.complexSearch .multInput input { width: 38%; }
.complexSearch td td { padding: 0; width: 50%; }

/* search box */
.searchbox h3, .searchbox form p { margin: 0; padding: 0; float: left; }
.searchbox h3 { font-size: 1em; }
.searchbox .searchboxincolumn { width: 100px; margin: 0 8px; }
.search2 { text-align: right; clear: both; margin-top: 1em; }

/* font sizer */
.fontsize { padding-top: 1em; clear: both; }
.fontsize h3, x.fontsize form p { margin: 0; padding: 0; float: left; }
.fontsize h3 { font-size: 1em; }
.fontsize p { margin: 0; text-align: right; white-space: nowrap; }
.fontsize button { width: 24px; height: 22px; text-align: center; padding: 0; margin-left: 2px; border-width: 0; background-color: transparent; }
.fontsize button span { display: none; }

/* high contrast */
.highcontrast { padding-top: 1em; clear: both; }
.highcontrast h3 { margin: 0; padding: 0; float: left; }
.highcontrast h3 { font-size: 1em; }
.highcontrast p { margin: 0; text-align: right; white-space: nowrap; }
.highcontrast input { margin-left: 2px; }

/* vcard and address */
.adrteaser, .adrteaser tr, .adrcontainer, .adrcontainer tr {
  margin: 5px 0;
}

.adrteaser th, .adrcontainer th {
  font-weight: normal;
  font-size: .92em;
  padding-right: 2em;
}

.nickname {
  font-weight: bold;
}

.adrcontainer {
  padding: 5px 10px;
  margin: 5px 0;
  border-top: 1px solid #AAA;
  border-bottom: 1px solid #AAA;
}

.adrcontainer abbr {
  text-decoration: none;
  border-bottom-width: 0;
}

.adrcontainer td, .adrcontainer th {
  padding-top: 0px;
}

.para td, .para th {
  padding-top: 5px;
}

.adrcontainer .street-address, .adrcontainer .extended-address, .adrcontainer .region, .adrcontainer .tel {
  display: block;
}

.adrcontainer .country-name {
  display: block;
  margin-top: 2px;
}

/* not working for <tr>s!*/
.adrcontainer .sep {
}

.adrcontainer .sep hr {
  border-width: 0;
  border-top: 2px groove #AAA;
  background-color: transparent;
}

.adrcontainer a.tel {
  text-decoration: none;
  color: inherit;
}

.adrteaser {
  table-layout: fixed;
}
.adrteaser th {
  width: 9.5em;
}
.adrteaser th, .adrteaser td {
  padding: 2px;
}





/*   v------ sorted ------v   */

/* fonts */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.25em;
}

abbr, acronym {
  text-decoration: none;
}


/* backgrounds */
#logo {
  background-repeat: no-repeat;
  background-position: left top;
  font-size: 2em;
  font-weight: bold;
  line-height: 1.25em;
}


/* box model */
body,
form,
#header,
#header h1,
#leftcolumn,
#fullmidcolumn,
#midcolumn,
#rightcolumn,
#fullmidcolumn ul,
#fullmidcolumn ol,
#midcolumn ul,
#midcolumn ol,
#fullmidcolumn li,
#midcolumn li {
  margin: 0;
}
body,
#complete_container,
#header,
#logo,
#leftcolumn,
#fullmidcolumn,
#midcolumn,
#rightcolumn,
#fullmidcolumn li,
#midcolumn li {
  padding: 0;
}
#fullmidcolumn ul,
#fullmidcolumn ol,
#midcolumn ul,
#midcolumn ol {
  padding: 0 0 0 40px;
}
.indexhead h1,
h1.indexhead,
h1.article_title,
h2.article_subtitle {
  margin-top: 0;
}
.indent1 { padding-left:  30px; }
.indent2 { padding-left:  60px; }
.indent3 { padding-left:  90px; }
.indent4 { padding-left: 120px; }
.indent5 { padding-left: 150px; }
.indent6 { padding-left: 180px; }
.indent7 { padding-left: 210px; }
.indent8 { padding-left: 240px; }
.indent9 { padding-left: 270px; }
#logo a {
  width: 100%;
}
#logo a {
  height: 100%;
}
#leftcolumn, #fullmidcolumn, #midcolumn, #rightcolumn {
  height: auto;
}
#leftcolumn, #fullmidcolumn, #midcolumn, #rightcolumn {
  min-height: 500px;
}



/* borders */

abbr, acronym {
  border-bottom: 1px dotted;
}


/* lists */



/* tables */



/* display / position */
#logo a {
  display: block;
}
#leftcolumn,
#fullmidcolumn,
#midcolumn,
#rightcolumn {
  overflow: hidden;
}
#complete_container,
#header,
#contentarea {
  clear: both;
}
#leftcolumn,
#fullmidcolumn,
#midcolumn,
#rightcolumn {
  float:left;
}





























