/*
* HTML Tags
*/

body {
  margin: 0px;
  padding: 0px;
  color: black;
  font-family: Verdana,Arial, Helvetica, Tahoma, sans-serif;
  font-size: 0.8em;
  background-color: white;
  background-image:url(http://www.hausgemeinschaften.de/spielwiese/gfx/background_homepage.jpg);
  background-repeat: repeat-x;
  background-attachment:fixed;
}

h1 {
  margin: 12px 0px 5px 0px;
  padding: 0;
  font-size: 2em;
  text-transform: uppercase;
  color: #00386b;
}

h1.large {
  margin: 12px 0px 5px 0px;
  padding: 0;
  font-size: 3.5em;
  text-transform: uppercase;
  color: #00386b;
}

h2 {
  margin: 5px 0px 5px 0px;
  padding: 0;
  font-size: 1.2em;
  color: #00386b;
}

p {
  margin-top: 0;
  padding-top: 0;
}

p.news {
  line-height: 100%;
  text-align: justify;
}


img {
  margin: 5px;
}

/*
* Seitenlayout
*/

#page, .page-empty {
  position: relative;
  margin: 0px auto 0px auto;
  padding: 20px;
  width: 935px;
  color: black;
  background-color: white;
  border: solid 1px #6498c6;
  border-top: 0;
}

#content-start {
  padding: 0px 20px 20px 20px;
  height: 510px;
  width: 930px;
}

#pageLeft-start {
 float: left;
 margin: 0;
 padding: 0;
 width: 690px;
 height: 520px;
}

#pageRight-start {
 float: left;
 margin: 0;
 padding: 0;
 width: 235px;
 height: 520px;
}

#pageLeft {
 width: 0;
}

#pageRight {
 margin: 0;
 padding: 0;
 width: 950px;
}

#header {
  position: relative;
  margin: 5px auto 0px;
  padding: 0;
  height: 120px;
  width: 975px;
  background-color: white;
  background-image:url(http://www.hausgemeinschaften.de/spielwiese/gfx/verlauf_head___.jpg);
  background-repeat: repeat-x;
  border: solid 1px #6498c6;
  border-bottom: 0;
}

#logo {
  margin: 0;
  padding: 0;
  height: 90px;
  width: 975px;
}

.logoMghDh {
  margin: 10px 0px 0px 0px;
  height: 75px;
  width: 975px;

}

#footer {
display: none;
}

a.bottomnavi {
  color: #8caede;
  text-decoration: none;
}

a.bottomnavi:hover {
  color: #00386b;
}

/*
* Navigation
*/

.topNavStart {
 display: none;
}

.topNavActive {
 display: none;
}

.topNav {
 display: none;
}

.topNavXxlActive {
 display: none;
}

.topNavXxl {
 display: none;
}

.topNavMghActive {
 display: none;
}

.topNavMgh {
 display: none;
}

.topNavEnd {
 display: none;
}

#imgTabMgh {
  position:absolute;
  margin: 0px auto 0px auto;
  padding-left: 500px;

}

a.topNavLink {
  font-weight: bold;
  color: #00386b;
  text-decoration: none;
}

a.topNavLink:hover {
  color: #8caede;
}

a.topNavLinkActive {
  font-weight: bold;
  color: #8caede;
  text-decoration: none;
}

a.topNavLinkActive:hover {

}

#menuBox {
 display: none;
}

.menu {
 display: none;
}

.menuActive {
  display: none;
}

.menu03Block {
 display: none;
}

.menu03 {
 display: none;
}

.menu03Active {
  display: none;
}

a.menuLink {
  font-weight: bold;
  color: #00386b;
  text-decoration: none;
}

a.menuLink:hover {
  color: #8caede;
}

a.menuLinkActive {
  font-weight: bold;
  color: #8caede;
  text-decoration: none;
}

a.menuLinkActive:hover {

}

/*
* Content
*/
#content1 {
  float: left;
  margin: 0px 20px 0px 0px;
  width: 240px;
  height: 250px;
  border: 1px solid #6498c6;
}

#content2 {
  float: left;
  margin: 20px 20px 0px 20px;
  width: 140px;
  height: 230px;
  border: 1px solid #6498c6;
}

#content3 {
  float: left;
  margin: 20px 0px 0px 0px;
  width: 240px;
  height: 230px;
  border: 1px solid #6498c6;
}

#content4 {
  float: left;
  margin: 0px 20px 0px 0px;
  width: 200px;
  height: 500px;
  border: 1px solid #6498c6;
}

#content5 {
  float: left;
  width: 200px;
  height: 500px;
  border: 1px solid #6498c6;
}

.newsImage {
  padding: 10px 10px 0px 10px;
  width: 220px;
  border: 1px solid #6498c6;
}

#newsHeaderTop {
  margin:0;
  padding: 2px 5px 0px 5px;
  width: 230px;
  height: 15px;
  font-size: 10px;
  color: white;
  border: 1px solid #6498c6;
  border-bottom: 0;
  background-image:url(http://www.hausgemeinschaften.de/spielwiese/gfx/news_weekly.jpg);
  background-repeat: repeat-x;
}

#newsHeaderBottom {
  margin:0px 0px 10px 0px;
  padding: 2px 5px 0px 5px;
  width: 230px;
  height: 15px;
  font-size: 10px;
  color: white;
  border: 1px solid #6498c6;
  border-top: 0;
  background-image:url(http://www.hausgemeinschaften.de/spielwiese/gfx/news_monthly.jpg);
  background-repeat: repeat-x;
}

/*
* Startseite
*/

a.start {
  color: white;
  text-decoration: none;
}

a.start:hover {
  color: #00386b;
}