@CHARSET "UTF-8";

/*

    dunkelgrau: #5d5d5d
    orange:     #ff6600

 */

* {
    font-family: sans-serif;
    font-size: 10pt;
    line-height: 150%;
}

.align-center {
  text-align: center;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

body {
    background-color: grey;
    background-image: url('../images/bg-wood.png'); 
}

br.clear {
    clear: both;
    height: 0px;
}

h1, h2, h3, h4 {
    font-family: sans-serif;
}

h1 {
    font-size: 150%;
    font-weight: normal;
    color: #ff6600; 
}

h2 {
    font-size: 130%;
    font-weight: normal;
}

h3 {
    border-bottom: 1px dotted #5d5d5d; 
    font-size: 120%;
    font-weight: normal;
    color: #5d5d5d;
}

h4 {
    font-size: 100%;
    font-style: italic;
}

dd {
  margin-bottom: 20px;
}

img {
    border: 0;
}

table {
    width: 100%;
}

td {
  vertical-align: top;
}

table.contenttable p {
  margin-top: 0;
  padding-top: 0;
  line-height: 100%;
}

.no-screen {
    display: none;
}

#note p {
    font-size: 10px;
    margin-top: 5px;
}

#note h1 {
    font-size: 20px;
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 100%;
}

#content,
#header
{
    background-color: #fff;
}

#navigation-wrapper {
    font-family: sans-serif;
}

#navigation-wrapper ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#navigation-wrapper .nav-level-1 {
    font-size: 1.2em;
    font-weight: bolder;
    text-transform: uppercase;
}

#navigation-wrapper .nav-level-2 {
    font-size: 0.9em;
    font-weight: normal;
    text-transform: none;
    padding-left: 10px;
}

#navigation-wrapper .nav-level-3 {
    font-size: 0.9em;
    font-style: italic;
    text-transform: none;
    padding-left: 20px;
}

#navigation-wrapper .nav-level-1 a,
#navigation-wrapper .nav-level-2 a,
#navigation-wrapper .nav-level-3 a
{
    display: block;
    color: #000; 
    text-decoration: none;
}

#navigation-wrapper .nav-level-1 a:hover,
#navigation-wrapper .nav-level-2 a:hover,
#navigation-wrapper .nav-level-3 a:hover
{
    color: #ff6600; 
    text-decoration: none;
}

#navigation-wrapper a.active {
    color: #ff6600; 
}

#main a:visited
{
    color: #5d5d5d; 
    text-decoration: none;
}
#main .csc-textpic-imagewrap {
    border: 1px #ccc solid;
}

#main .csc-textpic-caption {
	font-size: 80%;
	margin-left: 5px;
	margin-top: 2px;
}

#main .tx-thmailformplus-pi1 label {
	cursor: pointer;
	display: block;
	margin-top: 10px;
	width: 50%;
}
#main .tx-thmailformplus-pi1 input[type=text] {
    width: 300px;
}
#main .tx-thmailformplus-pi1 input.short[type=text] {
    width: 100px;
}
#main .tx-thmailformplus-pi1 input.medium[type=text] {
    width: 195px;
}
#main .tx-thmailformplus-pi1 textarea {
    width: 300px;
    height: 200px;
}
#main .tx-thmailformplus-pi1 input[type=submit] {
    display: block;
    margin-top: 20px;
}
#main .tx-thmailformplus-pi1 .field-required {
    color: red;
}

/* Frontend User Edit Form */

#main input[type=text].feedit-input,
#main input[type=password].feedit-input,
#main .feedit-textarea {
    width: 50%;
}

#main .half-width-content-left {
    float: left;
    width: 48%;
    min-width: 200px;
    padding-right: 2%;
}

#main .half-width-content-right {
    float: left;
    width: 48%;
    min-width: 200px;
    padding-left: 2%;
}

#main div.news-item {
    min-height: 200px;
}

#main div.news-item img {
	float: right;
}

#news-content h2 {
    margin-top: 0;
}
#news-content h3 {
    border: 0;
}
#news-content h4 {
	margin-bottom: 0;
}
#news-content img {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}

#sidebar-right .sidebar-element {
    border-bottom: 1px dotted #ff6600;
    margin-top: 10px;
    padding-bottom: 10px;
}

#sidebar-right h1 {
	font-size: 12pt;
	font-weight: bold;
}

#sidebar-right input {
    display: block;
}

#sidebar-right input[type=text],
#sidebar-right input[type=password] 
{
    color: #5d5d5d;
    margin-bottom: 2px;
    width: 100%;
}

#sidebar-right input[type=submit] {
    background-color: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    text-align: left;
    width: 100%;
}

#sidebar-right label {
    display: block;
    margin-bottom: 5px;
}

#footer {
    font-family: sans-serif;
    font-size: 0.8em;
    background-color: red;
}

#footer .footer-tab {
    background-image: url('../images/bg-grey-trans.png');
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -khtml-border-bottom-left-radius: 5px;
    -khtml-border-bottom-right-radius: 5px;
    color: #fff;
    display: inline;
    padding: 5px;
    position: absolute;
    right: 40px;
    text-align: center;
    min-width: 150px;
}

#footer .footer-tab a {
    color: #fff;
    text-decoration: none;
}

#footer .footer-tab a:hover {
    color: #ccc;
}