/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 24.01.2014, 23:52:33
    Author     : Wooohooo
*/

html,
body {
  height: 100%;
  background-color: #101010;
}

#wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -100px;
  padding: 0 0 100px;
}

.navbar-black {
    color: #f5f5f5;
    background-color: #222222;
}

#footer {
  background-color: #191919;
  padding-bottom: 30px;
  
}

div.hr {
    height: 5px;
    margin-top: 20px;
    background-color: #d58512;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

#wrap > .container {
  padding: 60px 15px 0;
}
.container .text-muted {
  margin: 20px 0;
}

#footer > .container {
  padding-left: 15px;
  padding-right: 15px;
}

code {
  font-size: 80%;
}

/*
*Footer
*/

.footer ul.navigation{
    list-style-type: none;
    float: right;
}

.footer ul.navigation li{
    display: inline;
    float: right;
}

.footer ul.navigation li a{
    display: block;
    width: 60px;
}
.footer-links > li > a {
	color: #dedede;
}

span.footer-menue {
	color: 999999;
}
