/*--------------------------------------------------------------
# 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
---------------------------------------------------------------*/

/*********** COLOR CHANGES FOR ORANGE COLOR **********/

body {
    color: #666;
  }

h1 {color: fe8129;}

#all {
    background: #FFFFFF;
}

#topmenuIcons {
    background: #F8953F;
}

a:link, a:visited {
    color: #5c5d5d;
}

#pathwayFonts {
    border-top: 1px solid; #E9CDA3;
    border-bottom: 1px solid; #E9CDA3;
}

#footer {
    border-bottom: 1px solid #CFCFCF;
    background: url(../images/orange/punkte.png) top left;
    background-repeat: no-repeat;
  
}

#bottom {
    border-top: 3px solid #56AC2A;
}

#search .inputbox {
    border-top: 1px solid #38A2C8;
    border-left: 1px solid #38A2C8;
    background: #FFFFFF;
    color: #000000;
}

#search .button {
    background: url(../images/orange/bg_button.gif) left top no-repeat;
}

#fonts a#largeFont {
    background: url(../images/orange/big_font.gif) left top no-repeat;
}

#fonts a#smallFont {
    background: url(../images/orange/small_font.gif) left top no-repeat;
}

#fonts a#normalFont {
    background: url(../images/orange/default_font.gif) left top no-repeat;
}

#pathway h3, #pathway {
    color: #666;
}

/**global styles**/

.inputbox, .validate-email {
    border: 1px solid #F5DE98;
    background: #FCF1E0;
}

input.button, button.button, button.validate, button {
    background: #F8953F;
}

/**modules**/

div.djmodule {
    border: 0px solid #E9CDA3;
}

div.djmodule h3,
div.djmodule2 h3 {
    color: #FBBA00;
}

div.bg {
    background: #FCF1E0;
}

div.bgh3 h3 {
    background: #FCF1E0;
}

div.arrow h3 {
    background: url(../images/orange/arrow_bg.gif) left no-repeat;
}

/**menus**/

ul.menu li, 
ul#mainlevel li {
  border-top: solid 0px #E9cda3;
  background: #F0F0F0;
  border-radius:7px;
  margin-top: 10px;
}

ul.menu li a:link, 
ul.menu li a:visited, 
ul#mainlevel li a {
    color: #666666;
    background: url(../images/orange/bg_alink.png) left no-repeat;
  margin-top: 10px;
}

ul.menu li ul li a:link, 
ul.menu li ul li a:visited, 
ul.menu li ul li.active a, 
ul.menu li ul li.active li a, 
ul.menu li ul li.active li li a {
    color: #666666;
  border-radius:6px;
  margin-top: 10px;
}

/**topmenu**/

#topmenu li:hover, 
#topmenu li.active {
    background: #C06313;
}

#topmenu ul li {
    background: transparent;
}

#topmenu ul li ul li {
    background: #C06313;
}

#topmenu li:hover li:hover, 
#topmenu li:hover li:hover li:hover, 
#topmenu li:hover li:hover li:hover li:hover, 
#topmenu li:hover li:hover li:hover li:hover li:hover {
    background: #c17636;
}

#topmenu li li.active {
    background: #c17636;
}

/**Joomla 1.6**/

table.category {
    border: 1px solid #F8953F;
    width: 100%;
}

table.category th, table.category td {
    padding: 2px 6px;
}

table.category thead {
    background: #F8953F;
}

tr, td {
    border: 0px solid #F8953F;
    padding: 0px 10px;
}

input.validate-password, input.required,
div.formelm input,
div.formelm select {
    border: 1px solid #F5DE98;
    background: #FCF1E0;    
}

.readmore a:link, .readmore a:visited {
    background: url(../images/orange/bg_readon.gif) left no-repeat;
    color: #EF8129;
}