/**
 * @author  ( Lars Mooshammer  )
 * @package mooshammer_net
 */
html {
  background-color: #FFFFFF;
  background-image:url(../images/background_pink.png);
  margin: 0px auto;
  padding: 30px 0px;
}

body {
  background-color: #D4D4D4;
  height: 100%;
  margin: auto;
  padding: 0px;
  width: 80%;
  -moz-box-shadow: 8px 8px 8px #505050;
  -webkit-box-shadow: 8px 8px 8px #505050;
  box-shadow: 8px 8px 8px #505050;
}

#all
{
  margin: 0px auto;
  padding: 60px 0px;
  width: 100%;
}

.portalsite {
  margin: 0px auto;
  padding: 0px;
  width: 52em;
}

a.portal {
  text-decoration: none;
}

.portalurl {
  font-family: monospace;
  font-size: 1.2em;
}

.portalmeta
{
  font-family: sans-serif;
  font-size: 1.4em;
}

.portalsite a div {
  border-color: #FFFFFF;
  border-style: solid;
  border-width: 5px;
  height: 11em;
  margin: 0.5em;
  padding: 10px;
  width: 23em;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-box-shadow: 0 0 8px #303030;
  -webkit-box-shadow: 0 0 8px #303030;
  box-shadow: 0 0 8px #303030;
}

.portaltitle {
  font-family: cursive;
  font-size: 2.4em;
  font-weight: bold;
}

.portalcell {
  display: table-cell;
  height: 11.0em;
  width: 22.5em;
}

.blue {
  background: #002060;
  color: #FFFFFF;
}

div.blue:focus,
div.blue:hover {
  background: #FFFFFF;
  border-color: #002060;
  color: #002060;
}

.green {
  background: #006600;
  color: #FFFFFF;
}

div.green:focus,
div.green:hover {
  background: #FFFFFF;
  border-color: #006600;
  color: #006600;
}

.orange {
  background: #FF9900;
  color: #FFFFFF;
}

div.orange:focus,
div.orange:hover {
  background: #FFFFFF;
  border-color: #FF9900;
  color: #FF9900;
}

.red {
  background: #C00000;
  color: #FFFFFF;
}

div.red:focus,
div.red:hover {
  background: #FFFFFF;
  border-color: #C00000;
  color: #C00000;
}

.h-left {
  clear: both;
  float: left;
  text-align: right;
}

.h-right {
  float: left;
  text-align: left;
}

.h-middle {
  float: left;
  text-align: center;
}

.v-bottom * {
  vertical-align: top;
}

.v-middle * {
  vertical-align: middle;
}

.v-top * {
  vertical-align: bottom;
}

.wrap
{
  border: 0;
  clear: both;
  float: none;
  font-size: 1px;
  height: 0;
  line-height: 1px;
  margin: 0;
  padding: 0;
  visibility: hidden;
}

/* #################### footer ############################ */

#footer {
  background: #464646;
  color: #F0F0F0;
  margin: 0 auto;
  overflow: hidden;
  padding: 15px 20px;

}

.f-center {
  min-width: 32%;
  text-align: center;
}

.f-left {
  min-width: 34%;
  text-align: left;
}

.f-left span {
  font-size: 1.6em;
  font-style: italic;
}

.f-right {
  min-width: 34%;
  text-align: right;
}

#footer a {
  color: #F0F0F0;
  font-family: sans-serif;
  font-size: 1.0em;
  text-decoration: none;
}

#footer a:focus,
#footer a:hover {
  color: #FF9900;
}
#footer div {
  float: left;
  font-family: sans-serif;
  font-size: 0.8em;
  font-weight: bold;
  height: 3em;
  line-height: 3em;
  padding: 0px;
}