/* Start centered Layout
based on image width 760px -> 1054 -> 731
*/

body 
{
	text-align: left;
	margin: 0 0 0 0;
	padding: 0;
	background-color: #ffffff;
	font-family: Trebuchet MS;
	background: url('http://www.mohr4u.de/layouts/bmohr/bg.jpg') repeat-x top;
}
p,ul,li
{
	font-size: 12px;
	color: #333333;
	
}
a
{
	color: #042A4F;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

h1,h2
{
	font-family: Times New Roman;
	color: #333333;
	font-size: 18px;
	font-style: italic;	
	font-weight: normal;
}
hr
{
	border: solid 1px #ccc;
	float: none;
	clear: both;
	
}
.float_img
{
	float: left;
	margin-right:15px;
	margin-bottom: 15px;
}
.previewlink
{
	border-left: none;
}
#page
{
	
	margin: auto;
	width: 731px;
	display:block;
	background-image: url(http://www.mohr4u.de/layouts/bmohr/center.jpg);
	background-position: top;
	background-repeat: no-repeat;
	border: none;

	border: solid 0px #fff;
	
}
#header 
{
	margin: 0 0 0 0px;
	padding: 0;
	/*height: 200px;*/
	width: 731px;
	display: block;
	height:100px;
	text-align:left;
	/*background: #E7E8E3 url('images/kubrickheader.jpg') no-repeat bottom center;*/
}
#headerimg 
{
	margin: 0;
	width: 100%;
}
#footer 
{
	background: url('http://www.mohr4u.de/layouts/bmohr/bottom.jpg') no-repeat center top;
	border: none;
	padding: 0px;
	margin: auto;
	width: 731px;
	clear: both;
	height:71px;
	display:block;
}
/* End centered Layout */

#page_content
{
	border: solid 0px #fff;
}

#pages_list
{
	margin: 0px;
	padding: 0px;
	margin-left:20px;
	margin-top:0px;
	display: block;
	float: none;
	height: 39px;
}
#pages_list li
{
	text-align: center;
	display: block;
	float: left;
	height: 39px;
	width:110px;
	margin-right:1px;
	background: url('http://www.mohr4u.de/layouts/bmohr/tab.jpg') no-repeat top;
	cursor: pointer;
}
#pages_list li:hover
{
	background: url('http://www.mohr4u.de/layouts/bmohr/tab_over.jpg') no-repeat top;
}
#pages_list .selected
{
	background: url('http://www.mohr4u.de/layouts/bmohr/tab_selected.jpg') no-repeat top;
}
#pages_list li a
{
	text-decoration: none;
	display: block;
	margin-top:12px;
	color: #ffffff;
	height: 31px;
	font-size: 12px;
}
#pages_list li a:hover
{
	color:#05284E;
}
#pages_list .selected a
{
	color:#05284E;
}
#pages_list .selected:hover
{
	background: url('http://www.mohr4u.de/layouts/bmohr/tab_selected.jpg') no-repeat top;
}


/*----------TinyMCE editor----------*/
body.mceContentBody
{
background:#fff url(); 
font-size:12px;
}