/* Start of CMSMS style sheet 'content' */
/*############# global ##################*/

body
{ font-family: arial, sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: .78em;
  background: #3F3F3F url(uploads/css/pattern.png) repeat;
  color: #555;
}
p
{ 
  margin: 0px;
  padding: 0px 0px 0.8em 0px;
  line-height: 1.3em;
}

h1, h2, h3, h4
{ font-family: tahoma, arial, sans-serif;
  font-size: 110%;
  letter-spacing: .1em;
  /*padding: 4px 0px 2px 0px; */
  margin: 0 0 .5em 0;
  color: #555;
}
h1{
  font-size: 150%;
  color: #d70101;
}
h4
{ 
  font-family: arial, sans-serif;
  font-size: 110%;
  color: #555;
}
h5{ 
  font-size: 120%;
  border-bottom: 2px solid #555;
}

img
{ border: 0px; 
  margin: 0px; 
  padding: 0px;
}

a{outline: none;}

form{padding: 0; margin: 0;}

/* image positioning - left, right and center */
.left
{ float: left; 
  border-right: 18px solid;
}

.right
{ float: right; 
  border-left: 18px solid;
}

.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}

.left, .right{border-color: #FFF;}

.clear{ clear:both; }

/* block quote */
blockquote
{ margin: 20px 0px 20px 0px; 
  padding: 10px 20px 0px 20px;
  border-left: 8px solid #4D4D4D;
}

/* unordered list */
ul
{ margin: 2px 0px 18px 16px;
  padding: 0px;
}

ul li
{ list-style-type: square;
  margin: 0px 0px 6px 0px; 
  padding: 0px;
}

/* ordered list */
ol
{ margin: 8px 0px 0px 24px;
  padding: 0px;
}

ol li
{ margin: 0px 0px 11px 0px; 
  padding: 0px;
}
noscript div{
    text-align: left;
    background: #ffc9c9;
    color: #ac0000;
    border: 1px solid #ac0000;
    font-size: 80%;
    padding: 8px;
    margin: 3px 8px;
}
/*########### Sidebar ##############*/
.sidebaritem h1, .sidebaritem h3,{margin: 8px 10px 10px 12px;}

.sidebaritem p{margin: 8px 10px 10px 12px;}

.sidebaritem ul
{ border-top: 1px solid #D4D4D4;
  width: 160px; 
  padding-top: 4px; 
  margin: 4px 0px 15px 14px;
}

.sidebaritem li
{ list-style: none; 
  padding: 0px 0px 4px 0px; 
  border-bottom: 1px solid #D4D4D4;
}

.sidebaritem li a, .sidebaritem li a:hover
{ height: 16px;
  text-decoration: none; 
  background: transparent url(uploads/css/arrow.png) no-repeat left center;
  color: #555;
  padding: 0px 0px 0px 18px;
  display: block;
} 

.sidebaritem li a.current, .sidebaritem li a:hover, .sidebaritem li a.current:hover
{ background: transparent url(uploads/css/arrow_select.png) no-repeat left center;} 


/*############# Content #################*/
#content a
{ background: transparent;
  color: #555;
  border-bottom: 1px dotted;
}

#content a:hover
{ background: transparent;
  color: #A4A4A4;
}

#content a, #content a:hover {text-decoration: none;}

/*######## Footer ##########*/
#footer a { 
      color: #FFF;
}

#footer a:hover {
    color: #AAA;
}


#footer
{ 
    width: 720px;
    padding: 20px;
    text-align: center;
    border-top: 2px solid #F2F2F0;
    background: #5f5f5f url(uploads/css/menu.png) left bottom repeat-x;
    color: #AAA;
}

/*####### Suche #######################*/

#search
{ float: right; 
  padding: 22px 15px 0px 0px;
}

input.searchfield
{ background: #FFF; 
  border: 1px solid #777; 
  padding: 2px;
}

input.searchbutton
{ background: #3F3F3F; 
  border: 1px solid #777; 
  padding: 0px;
  color: #FFF;
  width: 64px;
  cursor: pointer;
}

/*############# sNews ##################*/
fieldset, .comment, .commentsbox
{ margin-bottom: 10px; 
  background: transparent; 
  color: #444;
}

fieldset
{ border: 1px solid #D4D4D4; 
  padding: 10px 8px;   
}

input{padding: 2px;}

textarea
{ width: 95%; 
  height: 200px;
  padding: 3px;
}

.comment
{ background: #F1F1F1; 
  color: #444;
}

.date
{ border-top: 1px solid #D4D4D4; 
  margin: 15px 0px 5px 0px;
  font-weight: bold;
}

.error_message{
    padding: 5px;
    margin-bottom: 10px;
    border: 1px solid #c94206;
    background: #feb18e;
}

/*###################################### */
/* Based on Nifty Corners: rounded corners without images */
/* By Alessandro Fulciniti */
/* http://www.html.it/articoli/nifty/index.html */
.rtop, .rbottom{display: block; background: #E5E5E5;}

.rtop .r1, .rtop .r2, .rtop .r3, .rtop .r4,
.rbottom .r1, .rbottom .r2, .rbottom .r3, .rbottom .r4
{ display: block;
  height: 1px;
  overflow: hidden; 
  background: #FFF;
}

.r1{margin: 0 5px;}

.r2{margin: 0 3px;}

.r3{margin: 0 2px;}

.rtop .r4, .rbottom .r4
{ margin: 0 1px;
  height: 2px;
}

/*########### lightbox #############*/
#lightbox{  position: absolute; left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(uploads/css/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(uploads/css/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100% ; }

#imageData{ padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }  
#imageData #caption{ font-weight: bold; }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;  }           
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}      

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


.lightboxGallery img{
    border: 2px solid #333333;
}
.lightboxGallery img:hover{
    border: 2px solid #f38d09;
}
.lightboxGallery .thumb{
    text-align:center;
    float: left;
    padding: 4px;    
}

/*############### News Feeds ##########################*/
.newsFeed{
    padding: 0 5px;
    }
.newsFeed h5{
    font-size: 1em;
    color: #903c13;
    border-top: 3px solid #903c13;
    margin: 5px 0 0 0;
}
.newsFeed a{
    font-size: 0.8em;
    color: #555;
    }
.markenslider{
    text-align: center;
    }
/* End of 'content' */

