div, span, td, tr, th, body, html {
  font-family: 'Open Sans' !important;
  font-size: 14px;
}
table {
	border-collapse: collapse !important;
}

.snippetsButton { 
	border: 1px solid #c9c9c9; 
	margin: 0;
	padding: 0;
	cursor: pointer;
	height: 24px;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  src: url(https://themes.googleusercontent.com/static/fonts/opensans/v8/cJZKeOuBrn4kERxqtaUH3aCWcynf_cDxXwCLxiixG1c.ttf) format('truetype');
}


.VVS_editPageSubmit {
	height: 26px;
	width: 130px;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	padding-top: 0px;
	text-align: center;
	background-color: #5555ff;
	cursor: pointer;
	border: 1px solid #c9c9c9; 
}
._saveButtonBottom {
	margin-top: 20px;
}

.VVS_baseTable {
	;
}

.VVS_baseTable th, .VVS_baseTable td {
    border: 1px solid #005eb8;
    padding: 4px 8px !important;
	font-size: 12px;
}
.VVS_baseTable th {
    background-color: #eaf5fa !important;
    text-align: left !important;
    vertical-align: top !important;
}

.VVS_blindTable th, .VVS_blindTable td {
    border: 0px !important;
    padding: 2px 4px !important;
	font-size: 12px;
	vertical-align: top;
}


.VVS_listIcon { 
	height: 14px; 
}

.VVS_roleStatus_entwurf {
	background-color: #ffff99;
}
.VVS_roleStatus_freigegeben {
	background-color: #66ff99;
}
.VVS_roleStatus_obsolet {
	background-color: #dddddd;
}













#subMenuBlock { 
	margin-left: 0;
	position: absolute; top: 120px; left: 0;
}


.subMenu_firstLevelDiv { 
	border: 1px solid #005eb9; 
	border-bottom: 0px solid #005eb9; 
	background-color: #4fbdf9;
	color: #ffffff !important;
	font-weight: normal;
	font-size: 12px;
	padding: 3px 6px;
	width: 200px;
}
.subMenu_secondLevelDiv { 
	border: 1px solid #005eb9; 
	border-top: 0px solid #005eb9; 
	background-color: #ffffff;
	color: #000000 !important;
	font-weight: normal;
	font-size: 12px;
	padding: 3px 6px;
	margin-left: 30px;
	width: 170px;
}

#mainTableBlock { 
	margin-left: 0;
	margin-bottom: 100px;
	margin-top: 16px;
	position: absolute; top: 150px; left: 260px;
}
.mainTable_inhalt { 
	font-size: 11px;
	width: 260px; 
}

.mainTable_verticalSpace { 
	font-size: 8px;
}
.mainTable_hidingRow { 
	background-color: #eeeeee; 
}
.mainTable_choiceNameRow { 
	background-color: #dddddd; 
}
.mainTable_titleRow { 
	background-color: #ffffcc;
}
.mainTable_headerCell { 
	white-space: nowrap; 
}

.mainTable_fixRow {
	background-color: #eaeaea;
}
.mainTable_wrongDependencyRow {
	background-color: #989afa;
}

.newParagraph {
	background-color: orange;
	height: 4px !important;
}

a:link { font-weight: normal; color: blue; text-decoration: none; }
a:visited { font-weight: normal; color: blue; text-decoration: none; }
a:focus { font-weight: normal; color: orange; text-decoration: none; }
a:hover { font-weight: normal; color: orange; text-decoration: none; }
a:active { font-weight: normal; color: orange; text-decoration: none; }


.VVS_addElementRow { 
	margin-bottom: 14px;
}

.VVS_editPageMainHeader { 
	font-size: 20px;
	font-style: italic;
	margin-bottom: 16px; 
}
.VVS_editPageHeader { 
	font-size: 16px;
	font-weight: bold; 
	margin-bottom: 12px; 
}
.VVS_editPageBlock { 
	margin-bottom: 24px; 
}
.VVS_editPageInput {
	border: 1px solid #666666; 
	margin-bottom: 8px; 
	font-size: 12px;
	padding: 3px 6px;
	width: 300px;
	background-color: #ffffff;
}

.VVS_editPageInput_short {
	width: 80px !important;
}
.VVS_editPageInputHistorie {
	width: 200px !important;
}

.VVS_editPageInputSub {
	font-size: 11px !important;
	font-style: italic !important;
	margin: -6px 0 2px 0;
}


.VVS_warningLine { 
	color: red;
	margin-bottom: 14px; 
}

.VVS_editPageTextArea {
	width: 500px;
	height: 80px;
}

.li_hc a {
	color: #ffffff !important;
}
