/*  body und schrift deffinitionen */

html { 
  padding:0px;
  margin:0px;
}

body {
  background-color: #99CC66;
  font-size: 12px;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
  color:#564b47;  
  text-align:center;
	margin:0px;
	padding:0px;
}



p,pre, h1 {
	margin:0px 10px 10px 10px;
	font-family: Georgia, Tahoma;
	color: #FFFFCC;

}

h1 {
font-size:14px;
padding-top:10px;
text-transform:uppercase;
color: #FFFFCC;
	}

a {
	color: #FFFFCC;
	font-size: 24px;
	background-color:transparent;
	text-decoration: none;
	font-family: Garamond;

}
 
pre { 
color: #564b47;
font-size: 11px;
background-color:transparent;
font-family: Courier, Monaco, Monospace;
}


/*  positioning-layers statisch und absolut */

#box {
width:750px;
margin: 0px auto 40px;
padding:0px;
text-align:left;
}

#left {
	width:175px;
	padding:0px;
	float:left;
	background-color:#99CC00;
	font-family: Garamond;
	color: #FFFFCC;
	font-size: large;
	line-height: 60px;
	list-style-image: url(../images/bullet.jpg);
	list-style-position: outside;
	text-decoration: none;



}

#content {
	width:400px;
	padding:0px;
	float:left;
	overflow: auto;
	font-family: Georgia, Tahoma;
	color: #FFFFCC;
	text-decoration: none;
	background-color: #999933;
	text-align: justify;



}

#right {
	width:175px;
	padding:0px;
	float:left;
	background-color:#99CC00;
	font-family: Georgia, Tahoma;
	font-size: medium;
	color: #FFFFCC;
	text-decoration: none;
	line-height: 60px;
	text-align: right;
	vertical-align: middle;



}

#head {
	font-family: Georgia, Tahoma;
	color: #FFFFCC;
	background-image: url(../images/tea_frise.jpg);
	height: 200px;






}

#head h1 {
	font-size: 36px;
	text-transform:none;
	text-align: right;
	color: #FFFFCC;
	padding:5px 15px;
	margin:0px;
	font-family: Georgia, Tahoma;
	font-style: italic;


}

#head p {
padding:10px;
margin:0px;
}
#head h2 {
	font-family: "Trebuchet MS";
	font-size: medium;
	font-style: italic;
	letter-spacing: 1em;
	font-weight: bold;


}
#css {
	position: relative;
	left: 10px;
	top: 50px;

}
#css a {
	text-decoration: none;
}
#footer {
	margin: 10px;
	padding: 10px;
	width: 750px;
	top: 30px;
	text-align: center;
	vertical-align: middle;
}

