/* Skin CSS */

html, body {
	background-color: #000000;
	font-family: 'Open Sans', sans-serif;
	color: #EEEEEE;
}
h1 { color: #EEEEEE;}

.bg-img{
	background-image: url(../grafik/pattern-13.jpg);
	background-repeat: repeat;
	background-color: rgba(0,0,0,0);
}
.btn-success { 
   background-color: #339900;
    border-color: #99ff99;
    color: #fff;
    text-shadow:#000 1px 1px 1px;
}
.btn-success:hover { 
   background-color: #33cc00;
    border-color: #99ff99;
    color: #fff;
    text-shadow:#000 1px 1px 1px;
}
/* Navigation */
.nav-pills > li > a {
	background-color: #CBA719;
	color: #000000;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover  {
    background-color: #FFD53E;
    color: #000000;
}
.nav > li >a.focus, .nav > li >a:hover {
	background-color: #FFD53E;
    color: #000000;
}

.navbar-default {
    background-color: #000000;
}

.navbar-default .navbar-toggle {
    border-color: #cccccc;
}
.navbar-default .navbar-toggle:hover {
    background-color: #cccccc;
}
/* Content */
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: 0px;
 }
 .table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #1E1E1E;
}
.bio > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
	padding-left: 20px;
}
/* Buttons */
.btn > span {
		text-shadow: 1px 1px 3px #000000;
}
/* Footer */

#footer {
	background-color: #333333;
	color: #999999;
}
#footer a {
        color: #999999;
}
#footer a:hover {
        color: #FF00FF;
        text-decoration: none;
}