@media screen {
    body { 
	background:#99b31f;
    }
    
    .contBlock { 
	background:#eeeeee;
    }
    .navBlock {
	background:#b6d910;
    }
}

img.logo {
    height: 2rem;
    width: auto;
}

.plakat .img-block {
    text-align: center;
}

.plakat img {
    width: 50%;
    height: auto;
}

.plakat h1 {
    font-weight: bold;
}

.plakat h2 {
    font-variant: small-caps;
}

.plakat h3 {
    
}

.text-warning {
    color: orange;
    font-weight: bold;
    background: #ffffff
}

/*
body { 
 background:#99b31f;
 font-family: Helvetica,sans-serif;
 font-weight:normal;
 font-style:normal;
  font-size: 100%;
}
table.main { 
  border:none;
} 
tr.navBlock { 
  border: none;
 }
td.navBlock {
  background:#b6d910;
  color:red;
  border:none;
  vertical-align:top;
}

td.contBlock {
 position:relative;
 background:#eeeeee;
 left:0px;
 top:0px;
 float:right;
 color:#000;
  vertical-align:top;
}

p.error {
 color:red;
 background:#ffffff
}

p.info {
 color:green;
 background:#ffffff
}

p.warning {
 color:green;
 font-weight:bold;
 background:#ffffff
}

.menuItem {
 color:red;
 font-weight:bold;
 background:#b6d910;
 border:none;
}

.menuItem a:link {
 color:#2222ff;
}

.menuItem a:visited {
 color:#3333ff;
}


.subMenuItem {
 color:red;
 font-weight:normal;
 border:none;
}

h1 { 
 color:black;
 font-size:140%;
 font-weight:bold;
 font-style:normal;
}

h2 { 
 color:black;
 font-size:120%;
 font-weight:bold;
 font-style:normal;
}

a:link {
 color:#8888ff;
}

a:hover {
 color:#ffe700;
 background: #8888ff;
}

a:visited {
 color:#4444ff;
}

p {
 color:black;
}

p.new {
  color:red;
  font-size:150%;
}

table.data { 
   border:0px none;
 }

tr.oddcol {
  vertical-align:top;
  background:#dddddd;
  border:0px none;
}
tr.evencol {
  vertical-align:top;
  background:#eeeeee;
  border:0px none;
}
tr.datao {
  vertical-align:top;
  background:#dddddd;
  border:0px none;
}
tr.datae {
  vertical-align:top;
  background:#eeeeee;
  border:0px none;
}
*/
