/* CSS Document */

.spamschutz { display:none; }

@font-face {
  font-family: Greco;
  src: url("Greco.eot") /* EOT file for IE */
}
@font-face {
  font-family: Greco;
  src: url("Greco.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
  font-family: Zyprian;
  src: url("Zyprian.ttf") /* TTF file for CSS3 browsers */
}

@font-face {
  font-family: Cleopatra;
  src: url("Cleopatra.ttf") /* TTF file for CSS3 browsers */
}

@font-face {
  font-family: Dalek;
  src: url("Dalek.ttf") /* TTF file for CSS3 browsers */
}

@font-face {
  font-family: Dalek;
  src: url("Dalek.eot") /* EOT file for IE */
}

div#main_design{
  padding-right:10px;
  padding-bottom:10px;
  background: #f6f5f5;
/*  background: #2b1917; */
}

div#pentasidebarslide{
  display: none;
}

div#pentasidebar{
  width: 250px;
  float: left;
}

div#pentamenu{
  width: 250px;
  float: left;
}

div#pentashout{
  
  width: 250px;
  float: left;
}

div#pentacontent{
  width: calc(100% - 300px);
  float: right;
}


a:link{
  text-decoration: none;
  color: #3D576D;
}

a:visited{
  text-decoration: none;
  color: #3D576D;
}

a:active {
  text-decoration: none;
  color: #3D576D;
}

a:hover {
  text-decoration: underline;
  color: #3D576D;
}

.right{
  float:right;
}

.left{
  float:left;
}

h1{
  text-align:center;
  margin-bottom:5px;
  font-family:'Trebuchet MS',Verdana,Helvetica,Arial,sans-serif;
}

p{
  font-family:'Trebuchet MS',Verdana,Helvetica,Arial,sans-serif;
}

.clear{
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}

strong {
  font-weight: bolder;
}

.fehler{
  color:red;
}


ul#untermenu {
  font-family: Cleopatra;
  font-size: 1.0em;
}

ul#untermenu p {
  line-height: 1.5em;
}

ul#untermenu, ul#untermenu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 250px;
}

ul#untermenu a {
  display: block;
  text-decoration: none;
}

ul#untermenu li {
  margin-top: 1px;
}

ul#untermenu li a, div.pentamenutitle {
  background: #8c5c50 url('/boinc_pentathlon/penta_menu.jpg');
  padding: 0.5em;
  color:#666666;
  text-shadow: 0 -1px 1px #333333, 0 1px 1px #FFFFFF;
  box-shadow: 3px 2px 2px #666666, -1px -1px 0px #ccc, inset 1px 1px 2px #fff, inset -1px -1px 2px #666;
  letter-spacing: 2px;
}

div.pentamenutitle {
  text-align: center;
  border-radius: 200px 200px 0px 0px;
  padding: 0.3em;
}

div.pentamenutitle a{
  display: inline !important;
}

ul#untermenu>li>a {
  font-weight:bolder;
}

ul#untermenu li a:hover, ul#untermenu li.current-cat-parent a {
  /*background: #cd9e93 url('/boinc_pentathlon/penta_menu.jpg');*/
  margin-left: 10px;
  margin-right: -10px;
  color: #763a34;
}

ul#untermenu li ul li a {
  background: #bf9d78 url('/boinc_pentathlon/penta_menu_bright.jpg');
  color: #666666;
  margin-left: 10px;
  margin-right: -10px;
  padding-left: 20px;
}

ul#untermenu li ul li a:hover {
  background: #eccfb0 url('/boinc_pentathlon/penta_menu_bright.jpg');
  /*border-left: 5px #ffd8af solid;
  padding-left: 20px;*/
  margin-left: 20px;
  margin-right: -20px;
}

.startbox{
/*  border: 1px solid #000000; */
  text-align:center;
  background-color:#f4cc8e;
  padding:0px;
  font-family:'Trebuchet MS',Verdana,Helvetica,Arial,sans-serif;
  width:100%;
}

.startbox .ueberschrift{
    font-family: Cleopatra;
    //krasni, Greco, GreeKish font-weight: bold;
    text-decoration: none;
    text-align: left;
    background: url('/boinc_pentathlon/penta_menu.jpg');
    margin: -1px -5px 2px -10px;
    padding: 5px 15px;
    border-radius: 5px;
    color: #666666;
    text-shadow: 0 -1px 1px #333333, 0 1px 1px #FFFFFF;
    box-shadow: 3px 2px 2px #666666, -1px -1px 0px #ccc, inset 1px 1px 2px #fff, inset -1px -1px 2px #666;
    letter-spacing: 2px;
}



.ueberschrift h2{
  font-size:20px;
  font-weight:bold;
  margin:0px;
}

.ueberschrift img{
  float:right;
  margin-right:5px;
}

.startbox .inhalt {
  text-align:left;
/*  background-color:#f4cc8e; */
  background: #f4cc8e url('/boinc_pentathlon/penta_bg_content.jpg');
  margin:0px;
  padding:0;
  width:100%;
  color:#000000;
  font-family:'Trebuchet MS',Verdana,Helvetica,Arial,sans-serif;
  font-size: 13px;
  box-shadow: -2px 2px 2px #666666, 2px 2px 2px #666666;
}

.innenabstand{
  padding:5px;
}

img.flag{
  border: 0px none;
  box-shadow: 2px 2px 4px rgb(85, 85, 85) inset, -1px -1px 4px rgb(187, 187, 187) inset; 
  border-radius: 2px; 
  padding: 6px; 
  background: rgb(240, 240, 240) none repeat scroll 0% 0%;
  margin-left: 10px;
  margin-right: 10px;
  width: 40px;
}

@media screen and (max-width: 982px) {

  div#pentasidebarslide{
    display: block;
  }

  div#clickmepentamenu{
    float: left;
    background: #8c5c50 url('/boinc_pentathlon/penta_menu.jpg');
    padding: 0.5em;
    color: #666666;
    text-shadow: 0 -1px 1px #333333, 0 1px 1px #FFFFFF;
    box-shadow: 3px 2px 2px #666666, -1px -1px 0px #ccc, inset 1px 1px 2px #fff, inset -1px -1px 2px #666;
    letter-spacing: 2px;
    cursor: pointer;
    cursor: hand;
  }

  div#clickmepentashout{
    float: right;
    background: #8c5c50 url('/boinc_pentathlon/penta_menu.jpg');
    padding: 0.5em;
    color: #666666;
    text-shadow: 0 -1px 1px #333333, 0 1px 1px #FFFFFF;
    box-shadow: 3px 2px 2px #666666, -1px -1px 0px #ccc, inset 1px 1px 2px #fff, inset -1px -1px 2px #666;
    letter-spacing: 2px;
    cursor: pointer;
    cursor: hand;
  }


  div#pentasidebar{
    width: 100%;
    float: none;
  }
  
  
  div#pentamenu{
    display:none;
    width: 250px;
    float: left;
  }
  
  div#pentashout{
    display:none;
    width: auto;
    float: right;
  }
  
  div#clickmepentamenu:hover{
	margin-left: 10px;
	margin-right: -10px;
  }
  
  div#clickmepentashout:hover{
	margin-left: -10px;
	margin-right: 10px;
  }
  
  div#pentacontent{
    width: 97%;
    float: none;
    margin: 20px auto;
  }

}
