/* Mein Screen Stylesheet */
/* Kompatilitätsproblem ausschalten - verschiedene Darstellung von margin & padding */
body, p, h1, h2, h4, h5, h6 {margin: 0; padding: 0;}

body {
	font-family: Arial, Verdana, 'Trebuchet MS', sans-serif;
	color: black;
	font-size: 12px;
    background: url(../images/css/parga-bg-raster.gif);
    background-position: center top;
}

p, h1, h2, h4, h5, h6 {margin-bottom: 1em;}

a{
	color: #A59891;
}

.overall{
  width: 908px; margin: 0 auto; background: #ffffff;
}


#header{
  width: 908px;
  height: 72px;
  margin: 0 auto;
  background: url(../images/css/parga-home-header.gif) no-repeat;
}

#middle{
  width: 908px;
  height: 442px;
  margin: 0 auto;
  background: url(../images/css/parga-bg-middle.jpg) no-repeat;

}

.subnav-container{
  margin: 0 0 0 15px;
  padding: 20px 0 0 0;
  text-transform: uppercase;
  font-family: Verdana;
  width:150px;
  float: left;


}


.navigation-headline{
  padding: 0;
  margin: 0;



}
.navigation-underline{
	background: #A59891;
	height: 2px;
	width: 117px;
	margin: 0 0 0 -12px;
}


.subnav{
  margin: 0;
  padding: 0;
  list-style: none;
}

.subnav li{
 margin: 0.6em 0 0em 0;

}

.subnav li a{
   text-decoration: none;
   color: black;
   font-size: 0.8em;

}

.subnav li a:hover{
   color: #A59891;

}

.flash-container{
  float:right;
  width: 400px;
  margin: 0 324px 0 0;
}

#headline{
  width: 908px;
  height: 37px;
  background: url(../images/css/parga-bg-headline.gif) no-repeat;
  margin: 0 auto;

}

#headline h1{
 color: #ffffff;
 font-size: 1.5em;
 padding: 7px 0 0 15px;

}





#content{
  width: 900px;
  min-height: 400px;
    background: url(../images/css/middlebg.jpg) no-repeat #ffffff;
    background-position: bottom;
  margin: 0 auto;
}

#content h1 {
  font-size: 1.5em;
}
#content h2 {
  font-size: 1.2em;
}


#content-wrapper{
  padding: 10px;

}

#content-wrapper p{
  color: #3A3A3A;

}

#content-wrapper img{
  margin-right: 10px;

}


#footer{
  width: 908px;
  height: 35px;
  margin: 0 auto;
  background: url(../images/css/parga-bg-footer-wohnkonzept.gif) no-repeat;
  text-align: center;
  padding: 10px 0 0 0;
  clear:both;

}

#footer address {
	color: #ffffff;
	display: inline;
	font-size: 0.8em;
    font-style: normal;

}
#footer img {
	margin: 0 10px -5px 0;
}

.toplinks{
  list-style: none;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: bold;
  padding: 54px 0 0 505px;
}

 .toplinks li{
   float: left;
   margin: 0 20px 0 0;
 }

 .toplinks li a {
   text-decoration: none;
   color: black;
 }

 .toplinks .aktiv {
   color: #A59891;
 }

 .toplinks li a:hover {
   color: #A59891;
 }

 #toolbox{
  background: #D8D8D8;
  border-bottom: 1px solid #aaa;
  height: 20px;
  font-size: 1.2em;
  padding: 5px 0 0px 25px;
  position: fixed;
  top: 0;
  text-align: left;
  z-index: 3;
  width: 100%;
}

#toolbox a{
  color: #478ECC;
}

#toolbox a:hover{
  text-decoration: underline;
}

#toolbox .logout{
  position: absolute;
  right: 50px;
  text-decoration: none;


}

#toolbox img{
  border: none;
  margin: 0 5px 0 0;
  vertical-align: middle;
}

.delete_page{
    clear:both;
    margin: 0 0 15px 0;
}


.delete_page img{
    border: none;
    clear: both;
    vertical-align: middle;
}

.edit_headline{
  float:right;
  font-size: 12px;
  margin: 5px 25px 0 0;
  text-decoration: none;

}

.edit_headline img {
  border: none;
  vertical-align: middle;
}


.subnav_admin{
  display: block;
  margin: 0 0 5px 0;
  text-decoration: none;
  text-transform: none;
}

.subnav_admin img{
  border:none;
  vertical-align: middle;
}

.aktiv{
  font-weight: bold;
}


