
html, body {
	margin: 0px;
	padding: 0px;
	
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 0.85em;*/
	font-size: 0.9em;
	color: #000;
	
	background-color: #FFF;
}

div#body {
	float: left;
	padding-bottom: 40px;
}

div.page {
	width: 967px;
	background-repeat: repeat-y;
	background-position: top right;
	
	float: left;
}

div.header {
	background-repeat: no-repeat;
	background-position: top left;
	
	height: 171px;
}

div.main {
	float: left;
}

h1 {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

/*div.main {
	
}*/

div.mainContent {
	float: left;
	width: 507px;
	margin-right: 19px;
}

/* ************************************************** */
/* BREADCRUMB NAVI */

div.breadcrumb {
	color: #000300;
	font-size: 0.95em;
	margin-top: 16px;
	margin-bottom: 16px;
}

div.breadcrumb a {
	text-decoration: none;
	color: #000300;
}

div.breadcrumb a:hover {
	text-decoration: underline;
}

/* ************************************************** */
/* MARGINALSPALTE */

div.margin {
	float: left;
	width: 213px;
}

div.marginImage {
	background-color: #FFF;
	height: 111px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 13px;
}

/*div.marginContent {
	
}*/

/* ************************************************** */
/* FOOTER */

div.footer {
	clear: both;
	
	/*float: left;
	background-image: url('../../img/bg-margin.gif');
	background-position: top right;
	background-repeat: no-repeat;*/
}

div.footer_border {
	float: left;
	width: 210px;
	padding-top: 20px;
	padding-bottom: 2px;
}

div.footer_content {
	float: left;
	width: 739px;
	font-weight: bold;
	padding-left: 18px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 18px;
}

div.footer_content a {
	text-decoration: none;
	font-weight: bold;
}

/*div.footer_content a:hover {
	color: #80aba3;
}*/


.typo3-editPanel .typo3-editPanel-controls{
width:1%;
background-color: #ddd;
}

.typo3-editPanel  .typo3-editPanel-label{
background-color: #ddd;
}

.typo3-editPanel{
width:507px;
#position:absolute;
border: 1px solid #555;
margin:0;
}

.typo3-editPanelNews{
}


.typo3-editPanelNews .typo3-editPanel{
}

.typo3-editPanelPage{
width:100%;
}

.typo3-editPanelPage .typo3-editPanel{
width:100%;
border: 1px solid #555;
}


