body {
	background: #5B7E53 url("../images/bg.gif") repeat-y center;
	margin: 0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
	color:#333333;
	line-height:17px;
}

.likeknopf {
   position: absolute !important;
   top: 100px;
   right: 20px;
}

img {
	border:none;
}

h1 {
   font-size:22px;
   line-height:22px;
   margin-top:0px;
   margin-bottom:20px;
   /*background-color:#096;*/
}

h2 {
   font-size:18px;
   line-height:18px;
   margin-top:0px;
   margin-bottom:17px;
}

h3 {
   font-size:15px;
   line-height:15px;
   margin-top:0px;
   margin-bottom:14px;
}

h4 {
   font-size:13px;
   line-height:18px;
   margin-top:0px;
   margin-bottom:12px;
}

p {
   margin-top:0px;
   margin-bottom:0px;
}

a {
	color:#333333;
}

ul {
	padding-left:14px;
	margin-top:0px;
	margin-bottom:7px;
}

li {
	padding-left:0px;
	/*padding-top:0;*/
	padding-bottom:0px;
}


/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */


#wrapper 
{
	width: 767px;		
	margin: 0px auto;
	position:relative;
}

#inhalt 
{
	/*position:absolute;
	top:165px;	
	left:162px;*/
	margin-top:21px;
	margin-left:165px;
	
	width:560px;
	/*background-color:#9C6;*/
}

/*
#rechtsoben
{
   position: absolute;
	top:78px;
	left:130px;
	width:140px;
}
*/


/* xxxxxxxxxxxxxxx _____ Hauptmenue _____ xxxxxxxxxxxxxxx */

#menu {
	position: absolute;
	top:81px;
	left:0;
	width:140px;
}

#menu ul {
	padding-left:0px;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
}

#menu li {
	padding-left:10px;
	height:21px; /*24*/
	padding-top:3px;
	/*line-height:24px;*/
	list-style:none;
	background-image:url("../images/menu-bg.gif");
	background-repeat:no-repeat;
}

#menu .liactiv {
	background-image:url("../images/menu-bg-active.gif");
	background-repeat:no-repeat;
	color:#ebf0d6;
}

#menu a {
	color:#ebf0d6;
	display:inline-block;
	width:120px;
	height:24px;
	text-decoration:none;
	outline:none;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

