@import "tiny.css";

body {
    font-family: Arial, "MS Trebuchet", sans-serif;
}

#tabs {
    height: 52px;
    background: url("../soehnel_theme/img/tabs_bg.jpg") repeat-x;
}

#tabs li {
    list-style: none;
    float: left;
}

#tabs li a {
    display: block;
    height: 52px;
    line-height: 52px;
    width: 190px;
    text-align: center;
    text-decoration: none;
    color: #999;
    background: url("../soehnel_theme/img/tab_bg.jpg");
    font-size: 18px;
    text-transform: uppercase;
    margin-left:-12px;
    margin-top:-16px;
}

* html #tabs li a { /*IE6 only*/
     margin-top:0;
  }
  
*+html #tabs li a { /*IE7 only*/
     margin-top:0;
  }

#tabs li a.selected,
#tabs li a:hover {
    color: #333;
    background: url("../soehnel_theme/img/tab_dark_bg.jpg");
}

/* first tab without border */
li#tab1 a {
    background: url("../soehnel_theme/img/tab_first_bg.jpg");
}

li#tab1 a.selected,
li#tab1 a:hover {
    color: #333 !important;
    background: url("../soehnel_theme/img/tab_dark_first_bg.jpg") !important;
}

#header {
    background: url("../soehnel_theme/img/header_bg.jpg") top left repeat-x;
    height: 233px;
}

#header .container {
    height: 233px;
}

#header a,
#header {
    color: white;
}

.site-actions {
    padding: 10px 0 0 10px;
}

#content {
    background: url("../soehnel_theme/img/content_wrapper_bg.jpg") top left repeat-x;
}

#content .top {
    background: url("../soehnel_theme/img/content_top_bg.jpg") repeat-x;
    height: 49px;
}

#content .search-form {
    text-align: right;
    padding: 20px 20px 0 0;
}

input.search_button {
    border: none;
    height: 21px;
    width: 20px;
    background: url("../soehnel_theme/img/searchbox_left.jpg") no-repeat;
    color: transparent;
    vertical-align:bottom;
    position: relative; top: -2px;
}

input.search {
    color: #333;    
    width: 199px;
    height: 21px;
    background: url("../soehnel_theme/img/searchbox_right.jpg") no-repeat;
    border: none;
    vertical-align:bottom;
}

*+html input.search { /*IE7 only*/
      vertical-align:middle;
  }

#content .container {
    background-color: #e2e6f1;
}

#content .bottom {
    background: url("../soehnel_theme/img/content_bottom_bg.jpg") repeat-x;
    height: 8px;
}

#content a,
#content a:visited {
    color: #333;
}

#content a:hover {
    color: black;
}

#content h1 {
    font-size: 12pt;
    font-weight: bold;
    padding-bottom: 20px;
}

#content h2 {
    font-size: 12pt;
}

#content h3 {
    font-size: 10pt;
    font-weight: bold;
}

#content ul.breadcrumbs {
    margin: 0;
}

#content p,
#content ul,
#content ol {
    line-height: 1.5em;
    margin: 10px 0;
}

#content ol li {
    list-style: decimal outside;
    margin-left: 1.3em;
}

#content ul li {
    list-style: square outside;
    margin-left: 1.3em;
}

#content .text ul li {
    list-style-image: url("../soehnel_theme/img/bullet.gif");
}

#content img.left {
    float: left;
    padding: 5px 10px 5px 0;
}

#content img.right {
    float: right;
    padding: 5px 0 5px 10px;
}

#content .document {
    color: #333;
    padding: 0 30px 30px 30px;
    font-size: 12px;
}

.comment-form .field {
    margin: 10px 0;
}

.comment-form input[type="text"] {
    width: 300px;
}

.comment-form textarea {
    width: 100%;
}

#footer {
    background: url("../soehnel_theme/img/footer_bg.jpg") repeat-x;
    height: 160px;
    text-align: center;
    color: #ccc;
    margin-top: 10px;
}

#footer .container {
    padding-top: 20px;
}

#footer a,
#footer a:visited {
    color: #ccc;
}

#footer a:hover {
    color: black;
}

/* Misc */
ul.breadcrumbs {
    list-style-type: none;
    padding: 0 0 20px 0;
    margin: 0;
}

ul.breadcrumbs li {
    display: inline;
    margin-left:0 !important;
}

.breadcrumbs {
    color: #333;
    font-style: italic;
    font-size: 11px;
}

#content .breadcrumbs a,
#content .breadcrumbs a:visited {
    color: #999;
    text-decoration: none;
}

#content .breadcrumbs a:hover {
    color: #333;
}

.breadcrumbs .separator {
    color: transparent;
    background: url("../soehnel_theme/img/arrow_right_small.jpg") 3px 5px no-repeat;
}

/* Portlets
----------------------------------------------------------------------------- */
div.border {
    border-right: 1px dotted black !important;
}

.left-slot .portlet {
    padding: 0 15px 30px 20px;
}

.portlet-header {
    text-align: right;
    font-size: 24px !important;
    color: #333;
    padding-right: 20px;
    background: url("../soehnel_theme/img/arrow_right_large.jpg") 10px right no-repeat;
}

.portlet-body {
    color: #333;
    font-size: 12px;
}

/* Navigation */

.navigation-portlet a {
    text-decoration: none;
    border: none;
    display:block;
    font-size: 18px;
    padding: 15px 0 15px 0;
/*    padding: 15px 20px 15px 0;*/
/*    background: url("../soehnel_theme/img/arrow_right.jpg") center right no-repeat;*/
}

#content .navigation-portlet ul {
    margin:0;
    padding:0;
}

#content .navigation-portlet li {
    list-style: none;
    text-align: right;
    border-bottom: 1px dotted black;
}


#content .navigation-portlet li.level-2 a,
#content .navigation-portlet li.level-2 a:visited {
    color: #999;
}

#content .navigation-portlet li.level-2 a:hover,
#content .navigation-portlet li.level-2.current a {
    color: #333 !important;  /* IE6 needs important */
}


#content .navigation-portlet li.level-3 {
    border-bottom: none;
}

#content .navigation-portlet li.level-2 ul {
    padding-bottom: 15px;
}

#content .navigation-portlet li.level-2 li.level-3 a {
    background: none;
    padding: 5px 20px 5px 0;
    font-size: 12px;
    color: #999 !important;  /* IE6 needs important */
}

#content .navigation-portlet li.level-2 li.level-3 a:hover,
#content .navigation-portlet li.level-2 li.level-3.current a {
    color: #333  !important;  /* IE6 needs important */
}

/* Contact Form 
---------------------------------------------------------------------------- */
.contact-form label {
    font-weight: bold;
}

.contact-form .error {
    color: red;
}

.contact-form ul {
    margin: 0;
}

.contact-form li {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.contact-form .field {
    margin: 10px 0;
}

.contact-form input[type="text"] {
    margin-top: 4px;
    width: 300px;
}

.contact-form textarea {
    margin-top: 4px;
    width: 90%;
}

.overview .entry {
    border-bottom: 1px dotted #333;
    padding: 10px 0;
}

.overview .entry.last {
    border-bottom: none;
}

#management {
    background-color: white;
    margin: 0;
}

#management .container {
    line-height: 30px;
    text-align: right;
}

#management .container a {
    color: black;
}

a.button:hover {
    color: black !important;
}
