/************************************************************************************************/
/*                                         STYLES                                               */
/************************************************************************************************/
/* -- MAIN -- */
*, html *, body * {
}
* {}
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}
body {
    font-family: Verdana, "Bitstream Vera Sans", arial, helvetica, sans-serif;
    font-size: 0.7em;
    color: #000;
    background: #fff;
    text-align: center;
}
div {}
span {}

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

area {}
map {}

/* -- TEXT -- */
/* ### */
h1 {    font-size: 1.6em;   color: #01704c;   }
h2 {    font-size: 1.4em;   color: #039a69;   }
h3 {    font-size: 1.2em;   color: #a80e13;   }
h4 {    font-size: 1.0em;   color: #ef3c41;   }
h5 {    font-size: 0.9em;   color: #000;   }
h6 {    font-size: 0.8em;   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 {}

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

/* -- LISTS -- */
ul {}
ol {}
li {}
ul li {}
ol li {}
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 {
    margin: 10px auto 0 auto;
    text-align: left;
    width: 800px;
}

#header {
    width: 100%;
    height: 108px;
}

#header-nav {
    text-align: right;
    padding-bottom: 7px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
}
#header-nav p {
    margin: 3px;
}

#columns {

}

#left {
    width: 19%;
    float: left;
}
#menu-lvl-1 {
    font-family: Tahoma, Verdana, "Bitstream Vera Sans", arial, helvetica, sans-serif;
    list-style: none;
    margin: 0 0 0 5px;
    padding: 10px 10px 20px 0;
}
#menu-lvl-1 a {
    color: #146d8f;
}
.menu-lvl-1 {
    font-size: 13px;
    font-weight: bold;
    color: #146d8f;
    margin: 0 0 3px 0;
}
#menu-lvl-2 {
    list-style: none;
    margin: 2px 0 2px 0;
}
#menu-lvl-2 a {
    color: #ea5256;
}
.menu-lvl-2 {
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 2px -26px;
}
#menu-lvl-3 {
    list-style: none;
    margin: 3px 0;
}
#menu-lvl-3 a {
    color: #000;
}
.menu-lvl-3 {
    font-size: 11px;
    font-weight: normal;
    margin: 0 0 1px -20px;
}
.menu-lvl-current {

}

#center {
    padding: 0 10px 10px 10px;
    width: 78%;
    float: right;
}

#right {
    padding-left: 10px;
    width: 220px;
    float: right;
}

#footer p {
    margin: 4px 0 0 0;
}



/************************************************************************************************/
/*                                         TYPO3                                                */
/************************************************************************************************/
/* TABLES */
/* "Normal" layout: header row, alternating rows */
.contenttable-0 {
    border: 1px solid #cfe9e0;
    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:#cfe9e0;
}
.contenttable-0 .tr-0 {
    color:#fff;
    background-color: #039a69;
    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 #cfe9e0;
    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: #039a69;
}

/* 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;
}
.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 {
}



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

#header {
    width: 100%;
    height: 108px;
}
#header-nav {
    display: none;
}

#columns {
}

#left {
    display: none;
}

#center {
    width: 100%;
    padding: 0;
    margin: 0;
}

#right {
    float: none;
    border: 1px solid #666;
    background: #efefef;
    width: 100%;
    padding: 0;
    margin: 0;
}

#footer {
    display: none;
}
}

