/* common.css kreutzberger . büro für visuelle kommunikation */

* {
  margin:  0;
  padding: 0;
}


body {
	background: #fefefe url(../images/bg.jpg) repeat-x;
	color: #000;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.2em;
}


h1 {
  padding-left: 50px;
  padding-right: 1em;
  padding-top: 15px;
  color: #333; 
  font-size: .8em;
  text-align: left;
}

a {
  text-decoration: none;
  color: #ffffab;
}


div#container {
  margin: 60px auto 30px;
  width: 650px;
}

div#header {
	background:  #fffec6;
	height: 172px;
    width: 650px;
}


div#content {
	background: #a9c44e;
	height: 360px;
	margin-top: 0px;
}

div#content p {
  padding-left: 50px;
  padding-top: .6em;
  font-size: .8em;
  text-align: left;
  margin-bottom: .5em;
}

div#content img {
   float: right;
  
}
     
div#footer {
    background: #73912e;
    text-align: right;
    height: 30px;
    padding-left: 50px;
	border-top: #fdf98d dotted 1px;
}

div#footer p {
	font-size: .7em;
	padding-top: 10px;
	padding-right: 10px;
	color: #fefefe;
}


div#footer a {
  text-decoration: none;
  color: #fefefe;
}