/* paste custom code here */
/* bewerbungen backend */
DIV#backendWrapper {
	width:322px;
	margin-top:10px;
	padding-left:5px;
	padding-right:5px;
}
DIV#mainMenu {
	border-bottom:1px solid black;
	width:322px;
	padding-bottom:20px;
	/*>padding-bottom:5px;*/
	margin-left:5px;
}
DIV#mainMenu DIV {
	margin-top:2px;
	float:left;
	font-family:helvetica;
	font-size:10pt;
}
DIV#mainMenu #menuHeader {
	font-weight:bold;
	margin-right:10px;
}
DIV#menuItemSep {
	font-weight:bold;
	margin-left:5px;
	margin-right:5px;
}
DIV#mainMenu .menuItem {
 	font-weight:bold;
} 
DIV#backendWrapper {
	width:100%;
	font-family:helvetica;
	font-size:10pt;
	background-color:transparent;
}
DIV#backendWrapper #contentListItem {
	padding-top:3px;
}
DIV#backendWrapper #contentListItem TABLE {
	font-family:helvetica;
	font-size:10pt;
}

TABLE.bewerbungen {
	font-family:helvetica;
	font-size:10pt;
	margin-left:10px;
	margin-top:2px;
	margin-bottom:2px;
}
TR.sepTr {
	height:1px;
	background-color:maroon;
}
DIV.attribut {
	margin-bottom:3px;
}
DIV.subattribut {
	margin-left:8px;
}
DIV.subattribut A {
	color:#000;
	text-decoration:underline;
}
DIV.subContainer {
	margin-top:2px;
	margin-bottom:2px;
	margin-left:5px;
	border-left:2px solid maroon;
}
DIV.highlighted {
	font-weight:bold;
}
DIV#controlButtons {
	padding-left:5px;
	text-align:left;
	margin-top:3px;
	margin-bottom:3px;
	background-color:#ddd;
	width:322px;
	height:18px;
}
DIV#controlButtons .checkbox {
	float:right;
}
DIV#controlButtons .links {
	float:left;
}
DIV#controlAll {
	border-top:2px solid maroon;
	padding-left:5px;
	padding-top:4px;
	text-align:left;
	margin-top:5px;
	margin-bottom:3px;
	background-color:#ddd;
	width:322px;
	height:25px;
}
DIV#lebenslauf {
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	text-align:left;
	margin-top:3px;
	background-color:#ddd;
	width:322px;
}
SPAN.listEnum {
	font-family:helvetica;
	font-size:9pt;
}
.itemControlLink {
	text-decoration:none;
	color:maroon;
}
.itemControlLink:hover {
	color:navy;
}
.highlightedToggleLink {
	color:black;
	text-decoration:none;
	font-weight:bold;
}
.toggleLink {
	color:black;
	text-decoration:none;
}
.toggleLink:hover {
	font-weight:bold;
}
.mainMenuLink {
	color:black;
	text-decoration:none;
}
.mainMenuLink:hover {
	color:maroon;
}
INPUT.mark {
	width:150px;
}
