body {
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   background: url(images/static/bg_body.jpg) no-repeat;
			padding-left: 245;
}
p, td, div {
	color: #F0F7E1;
   font: 13px Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
}	

#containerMain {
   margin: 0px 0px 0px 0px;
   width: 500px;
			height: 100%;
   position: absolute;
			top: 0px;
   background: #82AA31;
   text-align: left;
}
#pageHeader {
	width: 100%;
	height: 75px;
 background: url(images/static/bg_pageheader.jpg) repeat-x;
	vertical-align: bottom;
	padding-left: 20px;	
}
#pageHeaderLine {
	width: 100%;
	height: 5px;
	background: #E7D70C;
}
#pageContentContainer {
   background: url(images/static/bg_pagecontentcontainer.jpg) no-repeat #82AA31;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;		
}	

#pageFooterLine {
	height: 40px;
   background: #82AA31;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: right;	
}

#pageFooter {
	height: 65px;
	background: #91B44A;
	padding-left: 20px;
}


/* Navigation */

#nav-menu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
} 

#nav-menu li
{
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
} 

#nav-menu li a
{
	background: #FFF;
	height: 20px;
	line-height: 20px;
	float: left;
	width: 80px;
	display: block;
	border: none;
	color: #5C7823;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
} 

#nav-menu li a:hover, #nav-menu li a:active
{
	background: #A1C653;
	color: #FFF;
} 


/* Elemente */

h3, h4, h5 {
  font: 18px Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
	clear: both;	
}

h4 {
	font-size: 15px;
	margin: 10px;
	padding: 5px;
}

h5 {
	color: #F5EB63;
	font-size: 13px;
	
}

.cat-description {
	font-size: 11px;
}

p {
	margin-top: 5px;
}

.link-default {
	/* color: #E7D70C; */
	font-weight: bold;
	color: #F5EB63;
}

.box-special {
	background: #91B44A;
	padding: 10px;
}

/* Forms */

input.anzahl {
	font-weight: bold;
	text-align: center;
	width: 27px;
	padding: 1px;
	border: none;
	background: #FFFFFF;
}

input.eingabefeld, select {
	padding: 2px;
	border: none;
	background: #FFFFFF;
  font: 11px Trebuchet MS, Verdana, sans-serif;	
}

.button-anzahl-ok {
	width: 20px;
	height: 14px;
  font: 10px Verdana, sans-serif;
	background: #E7D70C;
	border: none;
}

textarea {
  font: 11px Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	padding: 2px;
	border: none;
	background: #FFFFFF;
  font: 11px Trebuchet MS, Verdana, sans-serif;	
}

