@font-face
{
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: normal;
  src: local('Droid Sans'), local('DroidSans'), url('../font/droid.woff') format('woff');
}

@font-face
{
  font-family: 'kaffesatz';
  font-style: normal;
  font-weight: normal;
  src: url('../font/kaffe.ttf');
}


/*myzinsky: Schalte alle buttons ab! */
ul.actions
{
  display: none;
}

html, body
{
  height:100%;
  margin:0px;
  padding:0px;
  font-family: 'Droid Sans', sans-serif;
}

h1
{
  font-family: 'kaffesatz', sans-serif;
}

h2
{
  font-family: 'kaffesatz', sans-serif;
  font-size: xx-large;
}

h3
{
  font-family: 'kaffesatz', sans-serif;
  font-size: large;
}

.nav
{
  position: fixed;
  top: 250px;
  left:  65px;
  width: 180px;
}

.nav ul
{
        padding : 0 0 0 0;
        margin : 0;
        /*display:inline;*/
  width: 180px;
}

.nav li
{
        /*
  float:left;
  */
        padding : 0 0 0 0;
        margin : 5px 0 0 0;
        border: 0;
        display: block;
        position: relative;
        line-height: 35px;
        text-align: center;
  font-family: 'kaffesatz', sans-serif;
  font-size: xx-large;
        font-style: normal;
        font-weight: normal;
        text-decoration: none;

  border-width: 3px;
  border-style: solid;
  border-color: black;
  border-left-style: none;
  -moz-border-radius-bottomright:10px; 
  -webkit-border-radius-bottomright:10px;
  -khtml-border-radius-bottomright:10px; 
  border-bottom-right-radius:10px;
  -moz-border-radius-topright:10px; 
  -webkit-border-radius-topright:10px;
  -khtml-border-radius-topright:10px; 
  border-top-right-radius:10px;
}

.nav ul li ul
{
        margin : 5px 0 10px 0;
}

.nav ul li ul li
{
  font-size: small;
  border-style: none;
  width: 177px;
        margin : 0 0 0 0;
        line-height:15px;

  -moz-border-radius-bottomright:0px; 
  -webkit-border-radius-bottomright:0px;
  -khtml-border-radius-bottomright:0px; 
  border-bottom-right-radius:0px;
  -moz-border-radius-topright:0px; 
  -webkit-border-radius-topright:0px;
  -khtml-border-radius-topright:0px; 
  border-top-right-radius:0px;
}

.nav li.current.active
{
        background: #1F744F;
} 

.nav li.current.active a:link
{
        color: #FFFFFF;
        text-decoration: none;
        display: block;
}

.nav li.current.active a:hover
{
        color: #FFFFFF;
        text-decoration: none;
        display: block;
}

.nav li.current.active a:active
{
        color: #ffffff;
        text-decoration: none;
        display: block;
}

.nav li.current.active a:visited
{
        color: #ffffff;
        text-decoration: none;
        display: block;
}

.nav li:hover
{
        color: #ffffff;
        background: #C82442;
        text-decoration: none;
        display: block;
}

.nav a:link
{
        color: #000000;
        text-decoration: none;
        display: block;
}
.nav a:visited
{
        color: #000000;
        text-decoration: none;
        display: block;
}

.nav a:focus
{
        color: #000000;
        text-decoration: none;
        display: block;
}

a:hover
{
        color: #C82442;
  text-decoration: none
}

a:link
{
        color: #1F744E;
  text-decoration: none
}
a:visited
{
        color: #1F744E;
  text-decoration: none
}
a:focus
{
        color: #1F744E;
  text-decoration: none
}

.logo
{
  position: absolute;
  left:10px;
  top:10px;
}

.social #LikeboxPluginPagelet
{
  text-align:center;
  position: relative;
  width:180px;
}

.content
{
  position: fixed;
  top: 80px;
  bottom: 80px;
  left:  270px;
  right: 80px;
  overflow:auto; 
}

.background
{
  min-height: 100%;
  height:auto !important;
  height:100%;
  background-image:url('../img/bg.png');
  background-repeat:repeat;
}


.blackbox
{
  position: fixed;
  top: 50px;
  bottom: 50px;
  left: 50px;
  right: 50px;

  border-width: 10px;
  border-style: solid;
  border-color: black;
  background-color: black; 

  -moz-border-radius:10px; 
  -webkit-border-radius:10px;
  -khtml-border-radius:10px; 
  Border-radius:10px;
}

.whitebox
{
  position:fixed;
  top: 65px;
  bottom: 65px;
  left: 65px;
  right: 65px;
  border-width: 10px;
  border-style: solid;
  border-color: white;
  background-color: white; 


  padding: 10px;

  -moz-border-radius:10px; 
  -webkit-border-radius:10px;
  -khtml-border-radius:10px; 
  Border-radius:10px;

}

