/********************************************
   AUTHOR:                          Erwin Aligam
   WEBSITE:                           http://www.styleshout.com/
        TEMPLATE NAME:                Envision
   TEMPLATE CODE:         S-0013
   VERSION:          1.1
        LAST MODIFIED     Nov-14-2007
 *******************************************/

/********************************************
   HTML ELEMENTS
********************************************/

/* Top Elements */
* { margin: 0; padding: 0; outline 0 }

body {
        background: #FFFFFF;
        font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
        color: #555;
        text-align: center;
}

/* links */
a, a:visited {
        text-decoration: none;
        color: #000000;
        background: inherit;
}
a:hover {
        color: #333333;
        background: inherit;
        text-decoration: underline;
}

/* headers */
h1, h2, h3 {
        font-family: 'Trebuchet MS', Tahoma, Sans-serif;
}

h1 {
        font-size: 150%;
        font-weight: normal;
        color: #006699;
}

h2 {
        font-size: 140%;
        text-transform: uppercase;
        color: #88ac0b;
}
h3 {
        font-size: 120%;
        color: #666666;
}

/* images */
img {
        background: #ffffff;
           border: none;
        padding: 5px;
}
img.float-right {
  margin: 5px 0px 10px 10px;
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

h1, h2, h3, p {
        padding: 10px;
        margin: 0;
}
ul, ol {
        margin: 5px 20px;
        padding: 0 20px;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  background: #FAFAFA;
  border: none;
}
acronym {
  cursor: help;
  border-bottom: 0px dotted #777;
}
blockquote {
        margin: 10px;
         padding: 0 0 0 28px;
   border: none;
          background: #FAFAFA url(../images/quote.gif) no-repeat 5px 5px;
}

/* start - table */
table {
        border-collapse: collapse;
        margin: 10px;
}
th strong {
        color: #fff;
}
th {
        background: #93BC0C;
        height: 29px;
        padding-left: 12px;
        padding-right: 12px;
        color: #FFF;
        text-align: left;
        border-left: none;
        border-bottom: none;
}
tr {
        height: 30px;
}
td {
        padding-left: 0px;
        padding-right: 0px;
        border-left: none;
        border-bottom: none;
}
td.first,th.first {
        border-left: none;
}
tr.row-a,
tr.tr-even {
        background: #F8F8F8;
}
tr.row-b,
tr.tr-odd {
        background: #EFEFEF;
}
/* end - table */

/* form elements */


/********************************************
   LAYOUT
********************************************/
#wrap {
        width: 820px;
        background: #ffffff;
        margin: 0 auto;
        text-align: left;
}
#content-wrap {
        clear: both;
        width: 760px;
        padding: 0;
        margin: 10px auto;
}





/* Main Column */
#main {
        float: -400px;
        width: 100%;
        padding: 0; margin: 5px 0 0 5px;
        display: inline;
}
#main .csc-header h1 {

        margin-top: 0px;
        font: Bold 140% 'Trebuchet MS', Tahoma, Sans-serif;
        color: #000000;
        padding: 0px 0 0px 320px;
        border-bottom: none;
        background: #FFF url(../images/square-green.png) no-repeat 3px 50%;
        text-transform: none;

}
#main h2 a {
        background: none;
        color: #88ac0b;
        text-decoration: none;
}

#main ul li {
        list-style-image: url(../images/bullet.gif);
}

.post-footer {
        background-color: #FAFAFA;
        padding: 5px; margin: 20px 10px 10px 10px;
        border: none;
        font-size: 95%;
}
.post-footer .date {
        background: url(../images/clock.gif) no-repeat left center;
        padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
        background: url(../images/comment.gif) no-repeat left center;
        padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
        background: url(../images/page.gif) no-repeat left center;
        padding-left: 20px; margin: 0 10px 0 5px;
}

/* Sidebar */
#sidebar {
        float: right;
        width: 26.5%;
        padding: 0; margin: 0;
        color: #68774A;
}
#sidebar h3 {
        margin-top: 10px;
        padding: 5px 5px;
        font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
        color: #728D26;
}
#sidebar ul.sidemenu,
#sidebar ul.updated {
        list-style: none;
        text-align: left;
        margin: 7px 4px 8px 0; padding: 0;
        text-decoration: none;
        background: url(../images/dots.jpg) repeat-x left top;
}
#sidebar ul.sidemenu li,
#sidebar ul.updated li {
        list-style: none;
        background: url(../images/dots.jpg) repeat-x left bottom;
        padding: 4px 0 4px 5px;
        margin: 0 2px;
        color: #68774A;
}

* html body #sidebar ul.sidemenu li,
* html body #sidebar ul.updated li {
        height: 1%;
}
#sidebar ul.sidemenu li a,
#sidebar ul.updated li a {
        text-decoration: none;
        background-image: none;
        color: #666666;
}
#sidebar ul.sidemenu li a:hover,
#sidebar ul.updated li a:hover {
        color: #1773BC;
}
#sidebar ul.sidemenu ul,
#sidebar ul.updated ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul.sidemenu ul li,
#sidebar ul.updated ul li { background: none; }


/* Footer */
#footer {
        color: #C6DDEE;
        background: #CCC url(../images/footer.jpg) no-repeat center top;
        clear: both;
        width: 820px;
        height: 65px;
        text-align: center;
        font-size: 92%;
}
#footer a {
        color: #FFF;
        text-decoration: none;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }


/* TYPO3 */
.csc-sword {
background-color:#edfdce;
}


.tx-indexedsearch-descr  {
        /*background: #edfdce;*/
        padding: 5px;
}

.tx-indexedsearch-info {
        background: #edfdce;
        padding: 5px;
}

/*------tabelle formatieren------*/
/* RTE / Table styling */

TABLE.contenttable { border:none; margin:5px 10px 10px 0px; }
TABLE.contenttable TR TD { padding:0px 5px 0px 5px; }
TABLE.contenttable TR TD P.bodytext { font-size:10px; }
TABLE.contenttable TR { margin:none; background-color: #000000; }

/* Menu / Sitemap, "Sitemap" */
DIV.csc-sitemap { }
DIV.csc-sitemap P.csc-sitemap { }
DIV.csc-sitemap UL { padding: 0; margin: 0; }
DIV.csc-sitemap UL LI { padding: 0; margin: 10px 0 0 0; }
DIV.csc-sitemap UL LI LI { margin: 0 0 0 10px; font-size: .8em;}
DIV.csc-sitemap UL LI LI LI { font-size: 1em;}
DIV.csc-sitemap A { }
DIV.csc-sitemap UL LI A { }
DIV.csc-sitemap UL LI LI A { }
DIV.csc-sitemap UL LI LI LI A { }