/* 
    Document   : BaseStyle
    Created on : 25.07.2011, 09:08:05
    Author     : Hiryu
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body { 
    background-color: #771a48;
    color: #ffffff;
    background-image: url(../Picture/Balletttaenzer.gif);
    background-repeat: no-repeat;
    background-position:bottom right;
    margin-top : 50px;
    
}

td{
    vertical-align: top;
}

li{
    list-style: circle;
    line-height: 2em;
}

li:hover{
    background-color: #f597c5;
}
a:hover {
    background-color: #f597c5;
    text-decoration: underline;
}
a{
    color:white;
    text-decoration: none;
}
#Navi{
    background-color: #bf4582;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;    
    width: 180px; 
    float:left; 
    padding-right: 30px;
    margin-left: 40px;
    margin-top:15px;
}

#Content
{
	margin-right:280px;
}

div #share a:hover
{
        background-color: transparent;
    text-decoration: underline;
}



.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    background-color: #f597c5;
    border-color: #f597c5;
    color: #fff;
    z-index: 2;
}

a.list-group-item, button.list-group-item {
    color: #fff;
} 
.list-group-item {
    background-color: #bf4582;

}
