/* ----------------------------------------------------------- */
/* CSS kriftel-erlebt-kirche.de Style: ps 2007-06-16           */
/* Last Update: 2007-07-02                                     */
/* ----------------------------------------------------------- */

/* body */
/* ----------------------------------------------------------- */
body {
    background:#FFFFD0;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
html, body {
    top:0; left:0; right:0;
    min-height:100%;
    margin:0;
    padding:0;
    width:100%;
}
a:link, a:visited {
    color: #0000ff;
    text-decoration: none;
}

a img {
    border-style: none;
}

/* header */
/* ----------------------------------------------------------- */
#header_container {
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 140px;
    margin: 0;
    padding:0;
    /*background-color: #FFFF99;*/
    border: solid #800080;
    border-width: 0 0 20px 0; /*oben, rechts, unten, links*/
    white-space: nowrap;
}
/* IE Hack - layout-corrections*/
* html #header_container {
    width: 100%;
    height: 160px;
}

#header img {
    position: absolute;
    top: 20px;
    left: 20px;
}

#header h1 {
    position: absolute;
    top: 10px;
    left: 175px;
    color: #800080;
    padding: 0;
    font-size: 32px;
    font-style: normal;
    font-weight: bold;
}
/* IE Hack - layout-corrections*/
* html #header h1 {
    top: 25px;
}
#header h2 {
    position: absolute;
    top: 65px;
    left: 175px;
    font-size: 18px;
    font-style: italic;
    font-weight: normal;
}
/* IE Hack - layout-corrections*/
* html #header h2 {
    top: 80px;
}

/* menu */
/* ----------------------------------------------------------- */
#menu_container {
    position: absolute;
    top: 160px; left: 0;
    width: 230px;
    /*background-color: #FFFF99;*/
    /*z-index: 2;*/
    border-color: #800080;
    border-style: solid;
    border-width: 0 1px 1px 0; /*oben, rechts, unten, links*/
}

#menu_container #menu ul {
    margin: 0px;
    padding: 10px 5px 10px 0px;
    white-space: nowrap;
}

#menu_container #menu ul ul {
    padding-top: 5px;
}

#menu_container #menu li {
    list-style-type: none;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    padding-left: 8px;
    color: #800080;
}

#menu_container #menu ul ul.submenu li {
    font-size: 13px;
    font-weight: normal;
    padding-left: 13px;
}

#menu_container #menu ul li #selected {
    color: #800080;
}

#menu_container #menu ul ul.submenu li #selected {
    font-weight: bold;
    color: #800080;
}

#menu_container #menu ul ul.submenu li #active {
    font-weight: bold;
    color: #000000;
}

#menu_container #menu li #active {
    text-decoration: none;
    color: #000000;
}

#menu_container #menu a:link, #menu_container #menu a:visited {
    text-decoration: none;
    color: #000000;
}


#menu_container #menu ul ul.submenu a:link, #menu_container #menu ul ul.submenu a:visited {
    text-decoration: none;
    color: #000000;
}

#menu_container #menu a:hover, #menu_container #menu ul ul.submenu a:hover {
    border-bottom:1px solid;
    border-top:1px solid;
    border-color: #800080;
    color: #800080;
    text-decoration: none;
}


#menu {
    padding-bottom: 0px ;
}

#copy {
    padding: 0.8em 0.8em 0.8em 0.8em;
    font-size: 12px;
    font-style: italic;
    color: #7f7f7f;
    border-color: #800080;
    border-style: solid;
    border-width: 1px 0 0 0;

}

/* content_container */
/* ----------------------------------------------------------------- */

#content_container {
    margin: 0;
    padding-top: 160px;
    padding-left: 240px;
    padding-right: 10px;
    padding-bottom: 3em;
    font-size: 15px;
    line-height: 1.5em;
    max-width: 800px;
}

/* rightcontent */
#rightcontent {
  max-width: 260px;
  float:  right; 
  padding : 5px 0px 5px 5px; /* oben, rechts, unten, links */
  margin: 5px 0px 5px 5px; 
}

/* rootline */
#rootline {
    color: #ffffff;
    position: absolute;
    top: 138px;
    left: 10px;
    padding: 0px;
    font-size: 13px;
    white-space: nowrap;
}

#rootline a {
    color: #ffffff;
    text-decoration: underline;
}

/* content */

#content a:hover {
    border-bottom:1px solid;
    border-top:1px solid;
    border-color: #0000ff;
    text-decoration: none;
}

#content a img {
    border-bottom:5.5px solid;
    border-top:0px solid;
    border-color: #FFFFD0;
}

* html #content a img {
    border-bottom:0px solid;
    border-top:0px solid;
    border-color: #FFFFB0;
}

#content a:hover img {
    border-bottom:0px;
    border-top:0px;
    border-color: #0000ff;
    text-decoration: none;
}

#content {
  position : static;
  padding : 5px 5px 5px 5px;
  margin : 5px 5px 5px 05px;
}

#content_container h1 {
    color: #000000;
    font-size: 22px;
    line-height: 22px;
    padding: 0px 0px 0px 0px;
}

#content_container h2 {
    color: #000000;
    font-size: 18px;
    line-height: 17px;
    padding: 15px 0px 0px 5px;
}

#content_container h3 {
    color: #000000;
    font-size: 16px;
    margin: 15px 0px 0px 5px;
}

#content_container h4 {
    color: #000000;
    font-size: 16px;
    margin: 15px 0px 0px 5px;
}
#content_container h5 {
    color: #000000;
    font-size: 14px;
    margin: 15px 0px 0px 5px;
}

p, pre {
    margin: 0px 0px 0px 10px;
}

#center {
   text-align: center;
}

#content_container table tr td{
    text-align: left;
    vertical-align: top;
    padding: 10px;
}


/* link-kennzeichnung */
a.internal-link {
    padding-left: 10px;
    background-image:url(/fileadmin/kriftel-erlebt-kirche/images_nav/internal_link.gif);
    background-repeat: no-repeat;
    background-position: left;
}

a.internal-link-new-window {
    padding-left: 17px;
    background-image:url(/fileadmin/kriftel-erlebt-kirche/images_nav/internal_link_new_window.gif);
    background-repeat: no-repeat;
    background-position: left;
}

a.external-link {
    padding-left: 17px;
    background-image:url(/fileadmin/kriftel-erlebt-kirche/images_nav/external_link.gif);
    background-repeat: no-repeat;
    background-position: left;
}

a.external-link-new-window {
    padding-left: 17px;
    background-image:url(/fileadmin/kriftel-erlebt-kirche/images_nav/external_link_new_window.gif);
    background-repeat: no-repeat;
    background-position: left;
}

a.mail {
    padding-left: 22px;
    background-image:url(/fileadmin/kriftel-erlebt-kirche/images_nav/mail.gif);
    background-repeat: no-repeat;
    background-position: 0px -1px;
}

a.download {
    padding-left: 15px;
    background-image:url(/fileadmin/kriftel-erlebt-kirche/images_nav/download.gif);
    background-repeat: no-repeat;
    background-position: 0px 6px;
}

/* typo3-admin-panel positioning */
.typo3-adminPanel {
  position: absolute;
  top: 700px;
  left: 0px;
}

/* iframe fuer Haftungsausschluss */
iframe {
  width: 100%;
  height:1600px;
}
* html iframe  {
  width: 85%;
  height: 1650px;
}


