
*/Basics*/

* {
padding: 0;
margin: 0;
}

img{
border: none;
}


body {
font: 1em Arial, Helvetica, sans-serif;
background: #392C20;
padding: 0;
margin: 0;
}

h2 { font-size: 1em; margin-bottom: 0.4em}
a { color: #9c9583; }
a:hover {background-color: #392C20}
p {margin-bottom: 0.4em}



#header {
height: 200px;
margin: 0;
padding: 0;
background: url(jt2.jpg) left no-repeat #392c20;

}
#header_text {
text-align: right;
margin: 0;
margin-right: 50px;
padding-right: 1em;


}

#header h1 { margin-right: -0.8em; padding-left: 1px; padding-top: 12px; font-size: 1.8em;  letter-spacing: 0.8em; color: #9c9583;

}

#header h2 { margin: 0; padding-left: 1px; padding-top: 0px; font-size: 1.1; letter-spacing: 0.1em; color: #9c9583; }


#content{

border-top: solid 1px #9c9583;

border-bottom: solid 1px #9c9583;

width:100%
}

#right {
font: .8em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
float: right;
width: 84%;
padding: 0 1% 1% 1%;
color: #392C20;
background: #fff;
text-align: justify

}
/*Formulare*/
 input {
border: solid 1px #392C20;
 font-size: 90%;
color: #392C20;
}

.submit {
 font-size: 90%;
background-color: #392C20;

}



/*CMSms-eigene Formatierungen*/
div#search {
   float: right;
   width: 27em;     /* enough width for the search input box */
   text-align: right;
   padding: 0;
   margin: 0.1em 0 1.4em 0 ;
    color: #9c9583;
}




div.breadcrumbs {
   padding: 0; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 90%;
   margin: 0.1em 0 1.4em 0 ;             /* css shorthand rule will be opened to be "0 1em 0 1em" */
    color: #9c9583;

}
div#sn{
 float: right;
}

div#sn img{
 float: left;
}

div#sn a{
/* margin-right: 1em; */
}
/* relational links under content */
div.left49 {
  float: left;
  width: 49%;  /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;

  text-align: right;
}

div.ns2 {
text-align: center;
color: #222222;
}

div.ns2 a {

color: #222222;
text-decoration: none
}


/********************
MENU
*********************/
#menu_vert {
width: 14%
}

#menu_vert ul, li{
   padding: 0;
margin: 0;

}


/* third level has some padding to have it stand out */
div#menu_vert ul ul ul {
   padding-bottom: 0.5em;
}

/* menu li block */
#menu_vert li {
   list-style: none;
   margin: 0;
padding: 0;
   border-bottom: 1px solid #9c9583;
   display: block;
}

#menu_vert ul ul li {
   border: none;
}

/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; }
* html #menu_vert li hr { height: 1%; }
/** end fix **/

/* first level links */
div#menu_vert a {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 0.3em 0.8em 0.3em 0.8em; /* some air for it */
   font-weight: bold;
   background-color: #392C20;
   min-height:1em; /* Fixes IE7 whitespace bug */
}

/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
   font-size: 90%;
   padding: 0.5em 0.5em 0.5em 2em;

}

/* third level links, more padding */
div#menu_vert ul ul ul a {
   padding: 0.3em 0.5em 0.3em 3em;

}

/* hover state for all links */
div#menu_vert a:hover {
   background-color: #222222;
}
div#menu_vert a.activeparent:hover {
   background-color: #222222;;
   color: #9c9583;
}

/*
active parent, that is the first-level parent
of a child page that is the current page
*/
div#menu_vert li a.activeparent {

   background-color: #9c9583;
   color: #392C20;
}

div#menu_vert ul ul li a.activeparent {

   background-color: #392C20;
   color: #fff;
   text-decoration: underline
}


/*
current pages in the default Menu Manager
template are unclickable. This is for current page on first level
*/
div#menu_vert ul h3 {

   display: block;
   padding: 0.3em 0.8em 0.3em 0.8em; /* some air for it */
   color: #fff;                                 /* this will be link color for all levels */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
   margin: 0;                                  /* as <h3> normally has some margin by default */

}

/*
next level current pages, more padding,
smaller font and no background color or bottom border
*/
div#menu_vert ul ul h3 {
   font-size: 90%;
   padding: 0.3em 0.5em 0.3em 2em;
   background-position: 1.4em center;
   background-color: transparent;
   border-bottom: none;
   color: #fff;
}

/* current page on third level, more padding */
div#menu_vert ul ul ul h3 {
   padding: 0.3em 0.5em 0.3em 4.3em;
   background: url(images/cms/arrow-right-active.gif) no-repeat 2.7em center;
}

/* section header */
div#menu_vert li.sectionheader {
   border-right: none;
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0;
   background-color: #fff;
   line-height: 1em;
   margin: 0;
   text-align:center;
}



/* separator */
div#menu_vert li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   background-color: #000;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

div#menu_vert li.separator hr {
   display: none; /* this is for accessibility */
}

/********************
KONTAKTFORMULAR
*********************/

.error {
color: red
}

div#kontaktform {

}

div#kontaktform th{
border-top: solid 1px #392C20;
border-right: solid 1px #392C20;
border-left: solid 1px #392C20;
padding: 0.3em
}

div#kontaktform td{
border-bottom: solid 1px #392C20;
border-right: solid 1px #392C20;
border-left: solid 1px #392C20;
padding: 0.3em;
background-color: silver;
margin-bottom: 0.5em;
}

/********************
FOTOALBEN
*********************/
ul.picturelist li{
list-style: none;
float: left;
margin: 1em:

}
ul.albumlist li{
margin-top:1em
}

ul.albumlist li{
list-style: none;
border-bottom: solid 1px #392C20;
margin-bottom: 1em;
padding-bottom: 1em;
}
ul.albumlist li a.album-thumb, ul.picturelist li a{
float: left;
margin-right: 1em;
margin-bottom: 1em;
width: 100px;
height: 96px;
border: solid 1px #392C20;
background: #9C9583;
text-align: center;
padding: 0.3em;
 -moz-border-radius: 5px;-webkit-border-radius: 5px; border-radius: 5px; 
}
ul.albumlist li a.album-thumb:hover, ul.picturelist li a:hover{
background:#392C20;
}

