/* INDEX CSS - Haupt-CSS-Datei für eZ Seiten von JAC-Systeme GmbH */
/**********************
 PAGELAYOUT
 **********************/
body {
    font-size: 75%;
    color: #666666;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background: url("../images/hintergrundbild_einfarbig.jpg") repeat;
}

div#container
{
    background-color: white;
    width: 1100px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color: #666666;
    margin: 0px;
}

h1 { font-size: 1.75em; line-height: 1; margin-bottom: 20px; }
h2 { font-size: 1.3em; line-height: 1.25; margin-bottom: 15px; }
h3 { font-size: 1.2em; font-weight: bold; margin: 1.33em 0 .67em; }
h4 { font-size: 1em; font-weight: bold; margin: 1.6em 0 .8em; }

a:focus, a:hover {
    color: #666666;
}

a {
    color: #444444;
    text-decoration: underline;
}


h1 a, h2 a, h3 a {
    border-bottom:1px dotted #444444;
    color:inherit;
    text-decoration:none;
}

h1 a:hover, h2 a:hover, h3 a:hover {
    border-bottom:1px solid #666666;
    color:inherit;
    text-decoration:none;
}

div#allcontent {
    width: 1100px;
    background: url("../images/kopfbild-logo-ohne.jpg") no-repeat;
}

div#allcontent.maincontent-both-head {
    width: 1100px;
    background: url("../images/kopfbild-logo-mit.jpg") no-repeat;
}

div#allcontent.maincontent-noright_large-head {
    width: 1100px;
    background: url("../images/kopfbild-logo-lang.jpg") no-repeat;
}

div#header {
    background: url("../images/logo.png") repeat-x;
}

div#topcontent {
    height: 90px;
}

div#topcontent h1 {
    padding: 2px 0 0 20px;
}

div#topcontent {
    height: 90px;
}

div#usermenu {
}

/* COLUMNS */
div#columns {
    padding: 100px 0 0 0;
    color: #666666;
    font-size: 12px;
}

div#leftcontent {
    float: left;
    width: 155px;
    overflow: hidden;
    padding: 0px 0px 0px 10px;
    color: #b12c15;
    font-weight: bold;
    font-size: 12px;
}

div#leftcontent a {
    color: #b12c15;
}

div#rightcontent {
    float: right;
    width: 180px;
    padding: 0px 140px 0px 0px;
    /*border-left: 1px solid #d3d3d3;*/
}

div#rightmenu div.pagenavigator
{
    margin-left: 10px;
}

div#maincontent {

}

div.maincontent-both {
    margin-left: 189px;
    margin-right: 200px;
    width: 530px;
}

div.maincontent-noleft {
    margin-left: 0;
    margin-right: 200px;
}

div.maincontent-noright {
    margin-left: 187px;
    width: 520px;
}

div.maincontent-noright_large {
    margin-left: 187px;
    margin-right: 140px;
}

div.maincontent-no {
    margin-left: 0;
    margin-right: 0;
}

div#footer {
    background: url("../images/footer.jpg") no-repeat ;
    height: 134px;
}

/**********************
 GENERAL ELEMENTS INACTIVE XXX
 **********************/
div#maincontentXXX h1 {
    font-size: 1.8em;
    font-weight: bold;
    margin-top: 0.2em;
}

div#maincontentXXX h2 {
    font-size: 1.4em;
    font-weight: bold;
}

div#maincontentXXX h3 {
    font-size: 1.1em;
    font-weight: bold;
}

div#maincontentXXX h4 {
    font-size: 1em;
    font-weight: bold;
}

div#maincontentXXX h5 {
    font-size: 1em;
    font-weight: bold;
}

div#maincontentXXX h6 {
    font-size: 1em;
    font-weight: bold;
}

/* SUBMIT BUTTONS */
input.defaultbuttonXXX {
    font-weight: bold;
    border: 1px solid;
    margin: 0.5em 0.5em 0 0;
}

input.buttonXXX {
    border: 1px solid;
    margin: 0.5em 0.5em 0 0;
}

/* Standard Floating */
div.left {
    float: left;
}

div.right {
    float: right;
}

/**********************
 MENU
 **********************/
/* USER MENU */
div#usermenu {
    margin: 0;
    padding: 4px 20px 3px 20px;
    height: 18px;
    /*background: url("../images/usermenu_background-trans.png") repeat-x;*/
}

div#usermenu ul {
    margin: 0;
    padding: 0;
}

div#usermenu li {
    margin: 0;
    padding: 0;
    border-right: 0px solid;
    display: inline;
    padding: 0px 5px;
}

div#usermenu li.first {
    padding-left: 0px;
}

div#usermenu li a {
    text-decoration: none;
    font-weight: normal;
}

div#usermenu li a:hover {
    text-decoration: underline;
}

div#languages {
    clear: left;
    float: left;
    font-size: 0.80em;
    width: 24%;
}

div#links {
    clear: right;
    float: right;
    font-size: 0.8em;
    padding-right: 0;
    text-align: right;
    width: 49%;
}

/* TOP MENU */
div#topmenu {
    margin: 0;
    padding: 6px 6px 6px 20px;
    height: 20px;
    background: url("../images/topmenu_background.gif") repeat-x;
}

div#topmenu ul {
    margin: 0;
    padding: 0;
}

div#topmenu li {
    float: left;
    margin: 0;
    padding: 0;
    border-right: 0px solid;
    display: inline;
    padding: 0px 5px;
}

div#topmenu li.first {
    padding-left: 0px;
}

div#topmenu li a {
    text-decoration: none;
    font-weight: bold;
}

div#topmenu li a.selected {
    color: #666666;
}

div#topmenu li a:hover {
    text-decoration: underline;
}

/* PATH */
div#path {
    margin: 0px 0px 0px 0px;
    font-size: .8em;
    background: url("../images/path_background-trans.png") repeat-x;
}

div#path p {
    margin: 0;
}

div#path p a {
    text-decoration: none;
}

/* TREE MENUE */
div#treemenu {
    overflow: hidden;
    text-align: right;
}

div#treemenu ul {
    margin: 0 0 0 0;
}

div#treemenu div.menu-entry {
    padding: 0px 0px 2px 0px;
    border-bottom: 0px solid;
}

div#treemenu li {
    list-style-type: none;
}

div#treemenu li a {
    text-decoration: none;
}

div#treemenu li a:hover {
    text-decoration: underline;
}

div#treemenu li a.selected {
    color: #666666;
}

div#treemenu li.menu-level-0 a {
    font-weight: bold;
}

div#treemenu li.menu-level-1 a, div#treemenu li.menu-level-2 a {
    font-weight: normal;
}

div#treemenu li.menu-level-1, div#treemenu li.menu-level-2, div#treemenu li.menu-level-3, div#treemenu li.menu-level-4 {
    margin-left: 10px;
}

/**********************
 OTHER INCLUDES
 **********************/
/* Searchbox */
div#searchbox {
    width: 100%;
    text-align: center;
    height: 20px;
}

div#searchbox input.searchinput {
    width: 130px;
    height: 12px;
    border: 1px solid #BBBBBB;
    background-color: #eeeeee;
    float: left;
    color: #666666;
    font-family: Arial, Helvetica, sans-serif; /* Usually defaulted to monospaced font; so it needs to be set if to change */
    font-size: 1em; /* Needs to be specified for IE */
    padding:.2em;
}

div#searchbox a.submit {
    padding: 0;

    height:19px;
    width:18px;
    background-color: #eeeeee;
    float: right;
    background-image: url("../images/search.png");
}

div#searchbox a.submit:hover {
    color: #ffffff;
    background-color: #cccccc;
    background-image: url("../images/search.png");
}

/****************************
 OE FORMATING
 *****************************/
/* Embed Images */
div.imageleft {
    margin-right: 10px;
}

div.imageright {
    margin-left: 10px;
    float: right;
}

/****************************
 CONTENT CLASS FORMATING
 *****************************/
/* GENERAL Full View */
div.content-view-full {
}

div.content-view-full div.attribute-short_description {
}

div.content-view-full div.attribute-description {
}

div.content-view-full div.attribute-image {
    margin-bottom: 10px;
}

/* GENERAL Line View */
div.content-view-line {
    margin-top:20px;
}

div.content-view-full div.content-view-line div.attribute-short_description {
}

div.content-view-full div.content-view-line div.attribute-description {
}

div.content-view-full div.content-view-line div.attribute-image {
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
    margin-top: 5px;
}

/******* Beispiel CSS für spezielle Content Klassen *******************

 [class_identifier] ist z.B. 'jac_article' oder 'jac_folder'
 [attribute_identifier] ist z.B. 'image' oder 'short_description'

 ***********************************************************************/
/* Class [class_identifier] */
div.content-view-full div.class-[class_identifier] {
}

div.content-view-full div.class-[class_identifier] div.attribute-[attribute_identifier] {
}

div.content-view-full div.content-view-line div.class-[class_identifier] {
}

div.content-view-full div.content-view-line div.class-[class_identifier] div.attribute-[attribute_identifier] {
}

/******* ENDE Beispiel *************************************************/

div#logos
{
    margin-left: 185px;
    margin-top: 50px;
}

div.nl-link a
{
    text-decoration: none;
    color: #b12c15;
    font-size: 18px;
    font-weight: bold;
}

div.class-jac_feedback_form form td
{
    padding: 0px;
    vertical-align: top;
}

div.class-jac_feedback_form form td.left
{
    width: 38%;
}

div.class-jac_feedback_form form td input.box,
div.class-jac_feedback_form form td textarea
{
    width: 95%;
}

div.newsletter input#Subscription_FirstName
{
    display: block;
}

div.newsletter input#Subscription_LastName
{
    display: block;
}

div.newsletter input#Subscription_Email
{
    display: block;
}

div.newsletter div#nl-salutation.block label
{
    display: block;
}

/* Umfrage */
div.class-survey div.survey-view div.survey-choices label
{
    font-weight: normal;
}