/************************************************************************************************/
/*                                         STYLES                                               */
/************************************************************************************************/
/* -- MAIN -- */
*, html *, body * {
    padding: 0;
    margin: 0;
}
* {}
html {}
body {
    font-family: verdana, "Bitstream Vera Sans", arial, helvetica, sans-serif;
    font-size: 0.75em;
    color: #000;
    background: #e6e6e6 url("../images/background.gif") 0 0 repeat-x;
}
div {}
span {}

/* -- LINKS -- */
a img {}
a:focus {}
a:link, a:visited {
    color: #000;
    text-decoration: underline;
}
a:hover, a:active {
    color: #666;
    text-decoration: none;
}

area {}
map {}

/* -- TEXT -- */
h1 {    font-size: 1.5em;   color: #000;    padding: 10px 20px 0 20px;    background: #fbfbfb url("../images/content-top.gif") top left no-repeat;   }
h2 {    font-size: 1.3em;   color: #fc0000;   }
h3 {    font-size: 1.1em;   color: #000;   }
h4 {    font-size: 0.9em;   color: #000;   }
h5 {    font-size: 0.8em;   color: #000;   }
h6 {    font-size: 0.7em;   color: #000;   }
p {
    margin-bottom: 10px;
}
p:first-line {}
p:first-letter {}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {    margin-bottom:10px;}

p:hover a:link,
p:hover a:visited {}
p:hover a:hover,
p:hover a:active {}

/* -- LISTS -- */
ul {
    list-style: none;
    margin-left: 3px;
}
ol {}
li {}
ul li {
    background: url("../images/bullet.gif") 0 3px no-repeat;
    padding: 0 0 7px 15px;
}
ol li {
    background: none;
    padding: 0 0 7px 0;
    margin-left: 20px;
}
ul ul, ul ol, ol ul, ol ol {}
ul li li {}
ol li li {}

li p, li li p {}

dl {}
dt {}
dd {}

/* -- IMAGES -- */
img {
    border: 0;
}
img a {}
img a:hover {}

/* -- FORMS -- */
fieldset {}
textarea {}
textarea:hover {}

optgroup {}
option {}
select {}

button:hover {}
button {}
legend {}
label { font-weight: bold;  }

input {}
input:focus {}
input:hover {}
input[type="text"], input[type="password"], input[type="file"], textarea {
    border-top: 1px solid #ccc;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #ccc;
}
input:focus, textarea:focus {   background: #fff9c2;   }
input, textarea, select, button {   margin: 2px;   }
form input[type=text] {}
form {}

/* -- STYLES -- */
blockquote {}
blockquote p {}
blockquote cite {}

pre {}
code {}
p code {}
pre code {}

kbd {}
samp {}
cite {}
abbr {}
acronym {}
address {}

hr {}
br {}
wbr {}
nobr {}

strong {}
small {}
sub {}
sup {}
big {}
em {}
i {}
b {}
q {}
tt {}
del {}
ins {}
var {}

spacer {}
server {}
ilayer {}
keygen {}
layer {}
blink {}

/* -- TABLES -- */
table {
    margin: 10px 0;
}
th,tr,td {
    font-size: 11px;
}
th {}
tr {}
td {}

colgroup {}
caption {}
col {}

tbody {}
thead {}
tfoot {}

multicol {}

/* -- FRAMES -- */
frame {}
frameset {}
noframes {}

/* -- CLASSES -- */
.hide {     display: none; }
.show {     display: block; }
.right {    float: right; }
.left {     float: left; }
.vert-align {
    vertical-align: middle;
}
.center {
    text-align: center;
}
.clear {
    display: block;
    clear: both;
    height: 1%;
    margin: 0;
    padding: 0;
    font-size: 1px;
    line-height: 1px;
}
.nobackground {
    background: none;
}
.noborder { border: 0 none; }
.error {    color: red; }

/* -- MEDIA -- */
embed {}
param {}
object {}

/* -- SCRIPTS -- */
script {}
noscript {}

/* -- HACKS -- */
div.clearfix:after {
    content: ".";
    visibility: hidden;
    display: block;
    clear: both;
    height: 0;
}
div.clearfix {
    display: inline-table;
}
/* Hides from IE-mac \*/
* html div.clearfix {
    height: 1%;
}
div.clearfix {
    display: block;
}
/* End hide from IE-mac */



/************************************************************************************************/
/*                                         LAYOUT                                               */
/************************************************************************************************/
#container {
    width: 1000px;
    text-align: left;
}

#header {
    height: 94px;
    background: url("../images/header.jpg") 0 0 no-repeat;
    color: #fff;
    padding-right: 8px;
}
#header a, #header a:link, #header a:active {	color: #fff;	}
#logo {
    float: left;
}
#logo a {
    display: block;
    width: 400px;
    height: 92px;
    text-indent: -1000em;
}
#top-right {    float: right;   }
#top-links {
    margin: 5px 0 0 0;
    text-align: right;
}
#search {
    float: right;
    margin: 20px 0 0 0;
}
#search input[type=text] {
    border: 2px solid #c8c8c8;
    background: #f1f1f1;
    width: 130px;
    font-weight: bold;
    color: #333;
}
#search .search-submit {
    vertical-align: middle;
    margin: -2px 0 0 0;
}

#nav {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.2em;
}
#nav ul {
    float: left;
    list-style: none;
    padding-left: 20px;
}
#nav li {
    float: left;
    padding: 0;
    background: none;
}
#nav a {
    display: block;
    float: left;
    padding: 12px 20px 0 10px;
    height: 33px;
}
a.nav-link:link {    color: #fff; text-decoration: none;    }
a.nav-link:visited { color: #fff; text-decoration: none;    }
a.nav-link:active {  color: #fff; text-decoration: none;    }
a.nav-link:hover {   text-decoration: underline; }
#nav li.current-item {
    background: transparent url("../images/tab-left.gif") top left no-repeat;
    padding-left: 5px;
}
.current-link {
    background: transparent url("../images/tab-right.gif") top right repeat-x;
}
a.current-link:link {       color: #000; text-decoration: none;    }
a.current-link:visited {    color: #000; text-decoration: none;    }
a.current-link:active {     color: #000; text-decoration: none;    }
a.current-link:hover {      text-decoration: underline; }

#breadcrumb {
    margin: 10px 0 3px 0;
    height: 32px;
    font-weight: bold;
}
#breadcrumb ul {
    float: left;
    list-style: none;
}
#breadcrumb li {
    float: left;
    height: 22px;
    background: #fff url("../images/breadcrumb.gif") top right no-repeat;
    padding: 5px 25px 0 5px;
}
#breadcrumb a {
    display: block;
    float: left;
    height: 27px;
}
a.breadcrumb-link:link {       color: #127412; text-decoration: none;    }
a.breadcrumb-link:visited {    color: #127412; text-decoration: none;    }
a.breadcrumb-link:active {     color: #127412; text-decoration: none;    }
a.breadcrumb-link:hover {      color: #666; text-decoration: underline; }
#breadcrumb li.breadcrumb-end {
    background: #fff url("../images/breadcrumb-end.gif") top right no-repeat;
}

#content-wrapper1 {
}
#content-wrapper2 {
    float: right;
    width: 788px;
}

#col-left {
    float: left;
    width: 195px;
    padding: 0 8px;
}
.curve-box1 {
    background: transparent url("../images/curve-box-bg.gif") 0 0 repeat;
    width: 194px;
    margin-bottom: 25px;
}
.curve-box1 h2 {
    font-size: 1.2em;
    color: #747474;
    padding: 10px;
    background: transparent url("../images/curve-box-top.gif")  0 0 no-repeat;
}
.curve-box2 {
    background: transparent url("../images/curve-box-bottom.gif")  bottom left no-repeat;
    padding-bottom: 20px;
}
#menu {
}
#menu ul {
    list-style: none;
}
#menu li {
    display: inline;
    padding: 0;
    background: 0;
}
#menu a {
    display: block;
}

#menu-lvl1 {
    margin: 0 3px;
    border-top: 1px solid #b7b7b7;
}
#menu-lvl1 li {
    /*background: */
}
#menu-lvl1 a:link,
#menu-lvl1 a:visited,
#menu-lvl1 a:active {
    border-bottom: 1px solid #b7b7b7;
}
#menu-lvl1 a:hover {
}
#menu-lvl1 a {
    padding: 5px 5px 5px 25px;
    font-size: 1em;
    background: #e0efe0 url("../images/arrow-right.gif") 8px 40% no-repeat;
}

#menu-lvl2 {
    border-bottom: 1px solid #b7b7b7;
}
#menu-lvl2 a:link,
#menu-lvl2 a:visited,
#menu-lvl2 a:active {
    border: 0;
    color: #175c17;
}
#menu-lvl2 a {
    padding: 5px 5px 5px 35px;
    font-size: 0.8em;
    background: #e7e7e7 url("../images/bullet-square.gif") 23px 56% no-repeat;
}

#menu-lvl3 {
}
#menu-lvl3 a:link,
#menu-lvl3 a:visited,
#menu-lvl3 a:active {
    border: 0;
    color: #175c17;
}
#menu-lvl3 a {
    padding: 5px 5px 5px 45px;
    font-size: 0.8em;
    background: #fff url("../images/bullet-square.gif") 33px 56% no-repeat;
}
#menu-lvl1 li.current a {
    background: #fff url("../images/arrow-down.gif") 10px 50% no-repeat;
}

#quick-links li {
    margin-left: 10px;
}
#quick-links img {
    margin-left: 30px;
}

#col-middle {
    float: left;
    margin: 0;
    padding: 0;
    width: 572px;
    background: #fbfbfb url("../images/content-bottom.gif") bottom left no-repeat;
}
#col-middle .content-padding {
    padding: 10px 20px;
}

#col-right {
    float: right;
    width: 200px;
    padding: 0 5px;
}

#footer {
    padding: 10px 0 0 5px;
    font-size: 1.1em;
    color: #0e700e;
    text-align: center;
}



/************************************************************************************************/
/*                                         TYPO3                                                */
/************************************************************************************************/
/* TABLES */
/* "Normal" layout: header row, alternating rows */
.contenttable-0 {
    border: 1px solid #e5f0e1;
    margin-top: 10px;
    background: #eee;
    border-spacing: 1px;
    border-collapse: collapse;
}
.contenttable-0 td {
    border: 1px solid #ccc;
    padding: 3px;
    vertical-align: top;
}
.contenttable-0 p {
    padding: 0;
    display: inline;
    margin: 0;
}
.contenttable-0 .tr-even {
    color: #000;
    background-color: #fff;
}
.contenttable-0 .tr-odd {
    color: #000;
    background-color:#e5f0e1;
}
.contenttable-0 .tr-0 {
    color:#fff;
    background-color: #75b767;
    font-weight: bold;
}
.contenttable-0 .th-odd {
    color:#000;
    background-color: #eee;
    font-weight: bold;
}
.contenttable-0 .th-even {
    color:#000;
    background-color: #91A7D5;
    font-weight: bold;
}
.contenttable-0 .th-1 {
    color:#fff;
    background-color: #999;
    font-weight: bold;
}

/* Layout 1: white-on-black header row, alternating white/grey rows */
.contenttable-1 {
    border: 1px solid #f0f0f0;
    margin-top: 10px;
    border-spacing: 1px;
    border-collapse: collapse;
}
.contenttable-1 p {
    padding: 0;
    display: inline;
    margin: 0;
}
.contenttable-1 td {
    border: 1px solid #ccc;
    padding: 3px;
    vertical-align: top;
}
.contenttable-1 .tr-even {
    color: #000;
    background-color:#f0f0f0;
}
.contenttable-1 .tr-odd {
    color: #000;
    background-color:#fff;
}
.contenttable-1 .tr-0 {
    color:#fff;
    background-color: #666;
    font-weight: bold;
}

/* Layout 2: left column header, plain white subsequent columns */
.contenttable-2 {
    border: 1px solid #e5f0e1;
    margin-top: 10px;
    background: #fff;
    border-spacing: 1px;
    border-collapse: collapse;
}
.contenttable-1 p {
    padding: 0;
    display: inline;
    margin: 0;
}
.contenttable-2 td {
    border: 1px solid #ccc;
    padding: 3px;
    vertical-align: top;
}
.contenttable-2 .td-0 {
    color: #fff;
    font-weight: bold;
    background-color: #75b767;
}

/* Layout 3: unformatted plain black on white background */
.contenttable-3 {
}
.contenttable-3 td {
}
.contenttable-3 .tr-even {
}
.contenttable-3 .tr-odd {
}
.contenttable-3 .tr-0 {
}

/* FILELINKS */
.csc-uploads {
    width: 95%;
    padding: 0;
    margin: 0 0 20px 0;
}
.csc-uploads p {
    margin: 0;
    padding: 0;
}
.csc-uploads-icon {
    width: 10%;
    vertical-align: middle;
    padding: 0 1em 0 0;
    text-decoration: none;
    text-align:right;
    border-bottom: none;
}
.csc-uploads-icon a, link, visited, active {
    border-bottom: none;
}
.csc-uploads-fileName {
    width: 80%;
    vertical-align: middle;
    padding: 1em 2em 0 0;
    font-style: italic;
}
.csc-uploads-description {
    font-weight: bold;
    color: #666;
    margin: 0;
    padding: 0;
    font-style: normal;
}
.csc-uploads-fileSize {
    width: 10%;
    padding: 0 1em 0 0;
    white-space: nowrap;
}
.csc-uploads-fileName p {
    margin: 0px;
    padding: 0px;
}

/* MENU/SITEMAP */
.csc-menu p {
    margin: 0;
    padding: 1px;
}
.csc-sitemap-level1 {
    font-size: 1.3em;
    font-weight: bold;
    text-decoration: underline;
}
.csc-sitemap-level1 a {
    font-weight: bold;
    text-decoration: none;
    width: 97%;
}
.csc-sitemap-level1 a:hover {
    text-decoration: none;
}
.csc-sitemap-level2 {
    font-size: 1em;
    font-weight: bold;
    text-indent: 1em;
}
.csc-sitemap-level3 {
    text-indent: 2em;
}
.csc-sitemap-level3 {
    text-indent: 3em;
}
.csc-sitemap-level4 {
    text-indent: 4em;
}
.csc-sitemap-level5 {
    text-indent: 5em;
}
.csc-sitemap-level6 {
    text-indent: 6em;
}

/* MAILFORM */
.csc-mailform {
    background-color: #ededed;
}
.csc-form-label {
}
.csc-form-labelcell {
    background-color: #fafafa;
    font-weight: bold;
}
.csc-form-label-req {
    font-weight: bold;
    color: #932028;
}
.csc-form-fieldcell {
    background-color: #fafafa;
    padding-left: 5px;
}
.csc-form-radio {
}

/* GENERAL */
.csc-firstHeader {
}
.tx-newloginbox-pi1-user {
    width: 10px;
}
.tx-newloginbox-pi1-pass {
}

/* TT_NEWS */
.news-single-img { float: right;   }
.news-single-timedata {
    font-weight: bold;
    font-size: 0.9em;
    margin: -5px 0 5px 0;
}
.news-single-files dt {
    font-weight: bold;
    margin: 2px 0;
}
.news-single-backlink {
    font-weight: bold;
    font-size: 0.9em;
    margin-top: 8px;
}
.news-single-imgcaption {
    font-size: 0.9em;
    color: #666;
}

.tx-pagebrowse li {
    background: none;
}



/************************************************************************************************/
/*                                         PRINT                                                */
/************************************************************************************************/
@media print {
#container {
}

#header {
}

#content-area {
}

#col-left {
    display: none;
}

#nav {
}

#col-middle {
    float: left;
}

#col-right {
    float: right;
}

#footer {
    display: none;
}
}
