/*--------------------------------------------------------------
# Copyright (C) joomla-monster.com
# License: http://www.joomla-monster.com/license.html Joomla-Monster Proprietary Use License
# Website: http://www.joomla-monster.com
# Support: info@joomla-monster.com
---------------------------------------------------------------*/

/*********** LAYOUT STYLES **********/

html {
    height: 100%;
    margin: 0px;
    padding: 0px;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: Tahoma, Arial, sans-serif;
}

#all {
    font-size: 12px;
    line-height: 20px;
    text-align: left;
}

.smallview #pageAll { /*CSS for "small font" setting*/
    font-size: 11px;
    line-height: 19px;
}

.normalview #pageAll { /*CSS to return page to default setting (with no additional CSS rules added)*/
    font-size: 12px;
    line-height: 20px;
}

.largeview #pageAll { /*CSS for "large font" setting*/
    font-size: 14px;
    line-height: 22px;
}



.nspText {
text-transform:none;
font-size: 11px;
}



#pageAll {
    margin: 0 auto;
    padding: 3px 0 0 0;
}

#topModule {
    padding: 10px 0;
}

#logoSearch {
    width: 100%;
    padding: 1px 0px 2px 0px;
}

#logo {
    float: left;
    padding: 0 0 0 7px;
}

#search {
    float: right;
    padding: 2px 0;
}

#topmenuIcons {
    width: 840px;
    height: 18px;
    float: right;
}

#icons {
  /*  float: left;
    width: 18%;
    padding-left: 20px;
    margin-top: 13px; */
}






#widtharea, #stylearea {
    float: left;
}

#topmenu {
    float: right;
    width: 100%;
    text-align: right;

  
}

#widtharea {
    padding: 0 15px 0 0;
}

#header {
    width: 100%;
    margin: 1px 0 0 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: #f9f9f9;
    text-align: left;
}

#headerModule {
    width: 60%;
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 30%;
    padding: 0 20px 20px 0;
}





#user1_user2 {
    margin: 1px 0 0 0;
}

#user1, #user2 {
    float: left;
    width: 50%;
}

#user5 {
    padding: 0px 15px 0 15px;
    margin: 0 0 15px 0;
}
 /* #position-15 {
   padding: 0 15px 0 15px; 
    margin: 0 0 0 0;
} */

#pathwayFonts {
    margin: 3px 0 0 0;
    width: 100%;
    padding: 13px 0;
}

#pathway {
    float: left;
    width: 60%;
    color: #000000;
    padding-top: 5px;
    padding-left: 220px;
     font-size: 85%;

    
}

#languagepath{
   float: right;
    padding-top: 2px;
     padding-right: 2px;
  width: auto;
  list-style-type:none;
  }

#languagepath ul {

outline: none;
cursor: pointer;
  width: auto;
  list-style-type:none;
}

#languagepath ul li {
   float: left;
    padding-top: 2px;
     padding-right: 2px;
width: auto;
list-style-type:none;
cursor: pointer;
}

#languagepath ul li a,
#languagepath ul li a:link,
#languagepath ul li a:visited {

  width: 100px;
  list-style-type:none;
    cursor: pointer;
  
}


#suchfeld{
   float: right;
    padding-top: 2px;
     padding-right: 8px;
  width: auto;
  list-style-type:none;
  }

#suchfeld ul {

outline: none;
cursor: pointer;
  width: auto;
  list-style-type:none;
}

#suchfeld ul li {
   float: right;
    padding-top: 2px;
     padding-right: 10px;
width: auto;
list-style-type:none;
cursor: pointer;
}

#suchfeld ul li a,
#suchfeld ul li a:link,
#suchfeld ul li a:visited {

  width: 100px;
  list-style-type:none;
    cursor: pointer;
  
}

#fonts {
    float: right;
    width: 10%;
    text-align: right;
    padding: 3px 0 0 0;
}

#footer {
    width: 100%;
    padding: 10px 0;
    height                : 80px;
    margin                : 0 auto;
}



#footer p {
  font-size             : 85%;
  margin                : 0;
}

#links {
  width                 : 200px !important;
  width                 : 200px;
  height                : 80px;
  float                 : left;
  padding-top           : 0;

}

#links a {
  color                 : #000000;
}

#legal {
  width                 : 720px;
  height                : 45px;
  float                 : right;
  padding               : 0 0 0 20px;
}






#xhtmlCss {
    float: left;
    width: 70%;
}

#rss {
    float: right;
    width: 30%;
    text-align: right;
}

/**bottom modules**/

#modules-bottom.m4 div.modules-bottom-in {
    float: left;
    width: 24.6%;
}

#modules-bottom.m3 div.modules-bottom-in {
    float: left;
    width: 33%;
}

#modules-bottom.m2 div.modules-bottom-in {
    float: left;
    width: 50%;
}

#modules-bottom.m1 div.modules-bottom-in {
    float: left;
    width: 100%;
}

/****/

#wrapper {
    padding: 15px 0 0;
}

#maincontent {
    padding: 0 0 15px 40px; 
    margin-top: -4px; 
}

#left {
   float: left;
     width: 179px; 
       min-height:500px;
}

#right {
    float: left;
    width: 20%;
}

#wrapper.scheme_3 #content {
    float: left;
    width: 60%;
}

#wrapper.scheme_2 #content {
    float: left;
    width: 82%;
}

#wrapper.scheme_1 #content {
    float: left;
    width: 100%;
}


/**menu**/

div#eventlist .copyright {
  display: none;
}


/**clearing**/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    min-width: 0;
    display: inline-block; /* \*/
    display: block;
}

/* trigger hasLayout for IE7. Hide from IE Mac */ * html .clearfix {
    height: 1%;
}

/* Hide from IE Mac */
.clr, .clear {
    clear: both;    
}


hr{width:100%; height:1px; border:0; background-color:silver;}