/* -------------------------------------------------------------------------------- The code contained here within was written by Matthias Path, mail@matthiaspath.de THIS FILE IS PART OF THE CORYELLE.WWW PROJECT DON'T CHANGE ANYTHING BELOW UNLESS YOU ARE 'CODING' CVS $Author: mpat0-5h4n9h41 $ $Date: 2008-09-27 17:58:57 $ $Revision: 1.4 $ known issues: (none) -------------------------------------------------------------------------------- */ /* --------------------------- body --------------------------- */ body { margin: 0px; background-color: #B6DEF2; } body.popup { margin: 0px; background-color: #fff9eb; } #body { width: 779px; height: 100%; } /* --------------------------- gradient --------------------------- */ #gradientleft { width: 15px; background: url(/img/gradientleft.png) repeat-y right; } #gradientright { width: 15px; background: url(/img/gradientright.png) repeat-y left; } /* --------------------------- content --------------------------- */ #content { width: 749px; height: 100%; vertical-align: top; background-color: #FFFFFF; } /* --------------------------- key visual --------------------------- */ #keyvisual-imprint { width: 749px; height: 345px; background: url(/img/keyvisual/en/imprint.jpg); } #keyvisual-welcome, #keyvisual-sitemap { width: 749px; height: 345px; background: url(/img/keyvisual/en/welcome.jpg); } #keyvisual-whatisac { width: 749px; height: 345px; background: url(/img/keyvisual/en/whatisac.jpg); } #keyvisual-consultation { width: 749px; height: 345px; background: url(/img/keyvisual/en/consultation.jpg); } #keyvisual-codeofethics { width: 749px; height: 345px; background: url(/img/keyvisual/en/codeofethics.jpg); } #keyvisual-about { width: 749px; height: 345px; background: url(/img/keyvisual/en/about.jpg); } #keyvisual-contact { width: 749px; height: 345px; background: url(/img/keyvisual/en/contact.jpg); } #keyvisual-facestales { width: 749px; height: 345px; background: url(/img/keyvisual/en/facestales.jpg); } #keyvisual-faces { width: 749px; height: 345px; background: url(/img/keyvisual/en/faces.jpg); } #keyvisual-tales { width: 749px; height: 345px; background: url(/img/keyvisual/en/tales.jpg); } #keyvisual-clients { width: 749px; height: 345px; background: url(/img/keyvisual/en/clients.jpg); } #keyvisual-links { width: 749px; height: 345px; background: url(/img/keyvisual/en/links.jpg); } #keyvisual-blog { width: 749px; height: 345px; background: url(/img/keyvisual/en/blog.jpg); } #keyvisual-events { width: 749px; height: 345px; background: url(/img/keyvisual/en/events.jpg); } /* --------------------------- footer --------------------------- */ #footer { width: 749px; height: 75px; background: url(/img/footer.png); } /* --------------------------- nav1, sep1, text --------------------------- */ #nav1 { width: 255px; padding: 0px 0px 0px 25px; } #sep1 { width: 20px; } #text { width: 424px; padding: 20px 25px 0px 0px; } #text-popup { padding: 20px; } #text p, #text-popup p { font-family: Times New Roman; font-size: 11pt; line-height: 14pt; color: #303030; } #text h1, #text-popup h1 { padding-bottom: 5px; font-family: Times New Roman; font-size: 13pt; font-weight: bold; color: #E6AE36; } #text h2, #text-popup h2 { padding-top: 5px; font-family: Times New Roman; font-size: 11pt; font-weight: bold; text-decoration: underline; color: #303030; } /* --------------------------- nav1 --------------------------- */ .nav1-left { margin: 0px 0px 5px 0px; } .nav1-right { margin: 0px 0px 5px 45px; } .nav1 { width: 210px; height: 50px; } /* --------------------------- meta --------------------------- */ #meta { float: left; padding: 45px 0px 0px 25px; font-family: Arial,Helvetica; font-size: 8pt; } /* --------------------------- lang --------------------------- */ #lang { float: right; padding: 45px 25px 0px 0px; font-family: Arial,Helvetica; font-size: 8pt; } /* --------------------------- links --------------------------- */ a, a:active, a:visited { color: #E6AE36; text-decoration: none; } a:hover { color: #E6AE36; text-decoration: underline; } a.meta, a.meta:active, a.meta:visited { color: #000000; text-decoration: none; } a.meta:hover { color: #000000; text-decoration: underline; } /* --------------------------- images --------------------------- */ .left { padding-right: 15px; padding-bottom: 5px; float: left; } .right { padding-left: 15px; padding-bottom: 5px; float: right; } /* --------------------------- lists --------------------------- */ li { padding-top: 10px; list-style-type: none; } /* --------------------------- forms --------------------------- */ .text, .textarea, .select, .file, .checkbox { font-family: Times New Roman; font-size: 11pt; } .button { font-family: Times New Roman; font-size: 11pt; } .text100, .textarea100, .select100, .file100, .checkbox100 { font-family: Times New Roman; font-size: 11pt; width: 100%; } .button100 { font-family: Times New Roman; font-size: 11pt; width: 100%; } /* --------------------------- blog --------------------------- */ h1.blog { font-size: 13pt; font-weight: bold; text-decoration: none; } h2.blog { font-size: 11pt; font-weight: bold; text-decoration: underline; } h3.blog { font-size: 11pt; font-weight: bold; text-decoration: none; } .blog-post { } .blog-post-excerpt, .blog-post-content { } .blog-post-excerpt-footer, .blog-post-content-footer { padding-top: 15px; padding-bottom: 15px; } .blog-post-separator { padding-top: 10px; padding-bottom: 10px; text-align: center; } .blog-comment { } .blog-comment-text-header { } .blog-comment-text { } .blog-comment-text-footer { font-style: italic; } .blog-comment-separator { padding-top: 10px; padding-bottom: 10px; text-align: center; } .blog-comment-form { } .blog-comment-form-footer { font-style: italic; }