#editWrapper {
	width: 1050px;
	margin: 0 auto; 
	padding: 0;
}

#editMain {
	width: 1030px;
	border: 10px solid #FFFFFF; 
	text-align: left; 
	background-color: #FFFFFF;
}

/* HEAD */

#editHeaderLeft {

}

/*#editHeaderRight {
	float: left;
}*/

/* CONTENT */

#editContentLeft {
	float: left;
}

#editContentRight {
	width: 400px;
	float: left;
}

/* Farben der Editmodeklassen sollten an die Websitefarben angeglichen werden */

#editmode fieldset { 
	margin: 15px 0 25px 0; 
	padding: 5px 10px 15px 10px; 
	border: 1px solid #233B68;
	background: #ffffff;
}

#editmode p { 
	margin: 0 0 3px 0;
	padding: 0;
	font-style: italic;
}

#editmode legend {
	margin: 0;
	padding: 0;
	color: #233B68;
	font-weight: bold;
}

#editmode input { 
	border: 1px solid; 
	padding: 2px; 
}

#editmode hr { 
	border: 1px solid !important; 
	border-width: 1px 0 0 0 !important; 
	margin: 0 0 1px 0; 
}

#editmode .block { 
	margin: 15px 20px 15px 35px; 
}

.editmodeIntro { 
	padding:5px 10px 15px 10px; 
	font-style:italic; 
}

.editmodeTeaser { 
	overflow: scroll; 
}

/* TRANSLATION PHP */

#editTranslation {
	font-family: Arial;
	font-size: 12px;
}

#editTranslation input {
	width: 500px;
	border: 1px solid;
	padding: 2px;
}

#editTranslation fieldset {
	width: 700px;
	margin-bottom: 20px;
	background-color: #e5e5e5;
}

#editTranslation legend {
	font-size: 14px;
	font-weight: bold;
}

#editTranslation label { 
	width: 200px;
	display: inline-block;
	margin-bottom: 5px;
}
