body
{
	text-align: center;
	padding: 0;
	
}
p a
{
font-weight: bold;
}
a
{
color: #339900;
	text-decoration: underline;
}
a:hover
{
text-decoration: none;

}
p
{
		font-family: "Trebuchet MS", sans-serif, Tahoma,'Century Schoolbook',Georgia;
		color: #333333;
		font-size: 13px;
}
body, a
{
	font-family: "Trebuchet MS", sans-serif, Tahoma,'Century Schoolbook',Georgia;
}
h1,h2,h3
{
	font-size:17px;
	color: #339900;
}
.to_toggle
{
	display: none;
}

#blase
{
	font-size: 10px;
}
#menu
{
	list-style-type: none;	
	margin:0px;
	width:170px;
	overflow: hidden;
	float: left;
	border: solid 0px #cccccc;
	padding:0px;
	margin-left:10px;
	margin-top:0px;
	
}
#menu li a
{
	text-decoration: none;
	color: #339900;
	display: block;
	padding:2px;
	padding-left:14px;
	background: url("http://www.ritter-heinrich.de/images/pointer.jpg")  left no-repeat;
}
#menu li a:hover
{
	background-color: #339900;
	color: #ffffff;
	background-image: none;
}
#menu li
{

	border-bottom: solid 1px #C1D7FF;
	margin-bottom:0px;
	width:130px;
	height:auto;
	padding:0px;
	overflow: hidden;
	cursor: pointer;
	margin-left:5px;
}
.toggle_page_item
{
	cursor: pointer;
}


/* Start centered Layout
based on image width 760px -> 1054
*/
body 
{
	background: url("http://www.ritter-heinrich.de/images/vertical_bg.jpg") repeat-x top;
	text-align: left;
	margin: 0 0 0 0;
	padding: 0;
	background-color: #339900;
	
}
#page
{
	
	margin: auto;
	width: 1148px;
	border:solid 0px #cccccc;
	
	text-align: left;
	background: url("http://www.ritter-heinrich.de/images/bg.jpg") repeat-y top;

}
#header 
{
	margin: 0 0 0 0px;
	padding: 0;
	/*height: 200px;*/
	width: 1148px;
	display: block;
	height:284px;
	text-align:left;
	/*background: #E7E8E3 url('images/kubrickheader.jpg') no-repeat bottom center;*/
}
#headerimg 
{
	margin: 0;
	width: 100%;
}
#footer 
{
	/*background: url('http://ymohr.de/new/layouts/yvonne_mohr/bottom.jpg') no-repeat top;*/
	border: none;
	padding: 0px;
	margin: 0px;
	width: 1025px;
	clear: both;
	height:35px;
	display:block;
}
/* End centered Layout */


/*----------TinyMCE editor----------*/
body.mceContentBody
{
background:#fff url(); 
color:#fff;
font-size:12px;
}