/* global */

html {
	margin: 0;
	padding: 0;
}

body {
	margin:0;
	font-size: 80%;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	color: #000000;
	background-color: #ffffff;
	margin: 0; 
	padding: 0;
}

.ui-widget {
    font-size: 12px !important;
}

fieldset:before {
    display: table;  
}
fieldset {
	padding:0.5em;
	border: solid 1px #bed6f8;
	display: inline;
	min-width: 60%;
	margin-top: 0.5em;
}
legend {
	color:#000;
	font-weight:bold;
}
a {
	text-decoration:none;
	color:#426BB3;	
}

table.blind {
	font-size: 1em;
}

td {
	vertical-align: middle;
	padding:0 0.2em;
}
img {
	border-width: 0;
	vertical-align: middle;
}
label {
	width:14em;
	padding-left: 1em;
	float:left;
	vertical-align: middle;
}

.caption {
	font-weight: bold;
	padding-bottom: 1em;
}

textarea[disabled], input[type="text"][disabled], input[type="password"][disabled], select[disabled] {
	color: #666666 !important;
	cursor: default !important;
}
input.number {
	text-align: right;
}

a.admin {
	
}
a.admin img {
	vertical-align: middle;
	border: 0;
	margin:0.2em;
}

a.flag img {
	vertical-align: middle;
	border: 0;
	margin:0.2em;
}
a.delete img {
	vertical-align: middle;
	border: 0;
	margin-left:3em;
}

.cellSelect {
}
.even {
	background-color : #FFFFFF;
	color: black;
	height: 2em;
	page-break-inside: avoid;
}
.odd {
	background-color : #DEDFE0;
	color: black;
	height: 2em;
	page-break-inside: avoid;
}
.evenTop {
	background-color : #FFFFFF;
	color: black;
	height: 2em;
	page-break-inside: avoid;
	vertical-align: top;
}
.oddTop {
	background-color : #DEDFE0;
	color: black;
	height: 2em;
	page-break-inside: avoid;
	vertical-align: top;
}

.evenPrint {
	background-color: #cdced0;
	color: black;
	height: 2em;
	page-break-inside: avoid;
}

.oddPrint {
	background-color: #DEDFE0;
	color: black;
	height: 2em;
	page-break-inside: avoid;
}
.marked {
	background-color : #819CCC;
	color: black;
}

.markedTop {
	background-color : #819CCC;
	color: black;
	height: 2em;
	page-break-inside: avoid;
	vertical-align: top;
}


/* Start-Page */
.startLine	{
	background-color:#DEDFE7;
	font-weight:bold;
	padding:0.2em;
}
.startItem {
	color: #113388;
	font-weight:bold;
	vertical-align: middle;
	text-align:left;
	margin-right:2em;
}
.startMessage {
	color: #113388;
	background-color: #E7EFF7;
	vertical-align: top;
	padding:1em;
	border: solid 1em white;
}
.startMessageLeftLink  {
	position: absolute;
	margin:0.5em 1em;
	width:80%;
}

.startMessageRightLink  {
	float:right;
	margin:0.5em 1em;
}

.bulletinBoard {
	background-color:#4A4B4C;
	color:#FFF;	
	text-align:left;
}
.programCall {
	border: solid 1px #4a4b4c;
	vertical-align: middle;
	background-color:#DEDFE0;
	padding: 0.3em;
	margin-right: 1em;
	color:black;
}
.programMessage {
	font-size: 0.80em;
	text-align: right;
	float:right;
	margin-right: 1em;
}

.small {
	font-size: 0.80em;
}
.right {
	text-align:right;
}
.center {
	text-align:center;
}

.toggleButton {
	float:left;
	margin:0.2em;
}


.toggleField {
    min-width: 0px;
}
.toggleFieldLegend {
}

div.message {
	color: #113388;
	background-color: #E7EFF7;
	margin-right: 2em;
	padding: 1em;	
}
div.messageDetail {
	/* customer specific */
}

div.autoScroll {
	width:100%; 
	overflow:auto;
}
div.glossaryTable{
	float:left;
	width:19em;
}

/* Validation */
.validate {
	color: red;
	display:block;
}												   
.required {
	font-weight:bold;
}
/* styles for faces messages */
.error {
	font-weight:bold;
	color: red;
	font-size: 10px;
}

.fatal {
	font-weight:bold;
	color: red;
	font-size: 10px;
}

.warn {
	font-weight:bold;
	color: #FFA500;
	font-size: 10px;
}

.info {
	font-weight:bold;
	color: green;
	font-size: 10px;
}

.validation {
	color: red;
	text-decoration: overline;
}

/* Styles for tab components */
.paneTabSelected {
	background-color: #FFF;
	color: #000;
	font-weight: bold;
	text-align: center;
	padding-top : 7px;
	padding-bottom : 7px;
	padding-left : 5px;
	padding-right : 5px;
	border-left: solid 1px #4a4b4c;
	border-right: solid 1px #4a4b4c;
	border-top: solid 1px #4a4b4c;
}

.paneTabUnSelected {
	background-color: #DEDFE0;
	color: #FFFFFF;
	text-align: center;
	padding-top : 7px;
	padding-bottom : 7px;
	padding-left : 5px;
	padding-right : 5px;
	border: solid 1px #4a4b4c;
}
.paneTabContent {
	border-left: solid 1px #4a4b4c;
	border-right: solid 1px #4a4b4c;
	border-bottom: solid 1px #4a4b4c;
	padding: 0.5em;
}
.paneTabPane {
	border-collapse:collapse;
	margin: 0.3em;
}

.fieldsetTabSelected {
	color:#113388;
	background-color:#fff;
}


/* Styles for NavTree	*/
.navTree {
  font-family: arial, verdana, geneva, helvetica, sans-serif;
  font-size: 80%;
  line-height: 1.0;
  width:19em;
}

.navTreeSelected {
  color: black;
  font-weight: bold;
  text-decoration: none;
  font-size: 11px;
}

.navTreeMarked {
  color: black;
  background-color: silver;
  text-decoration: none;
  font-size: 11px;	
}

.navTreeUnselected {
  color: black;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  font-size: 11px;
}

.navTreeDisabled {
  color: #CCCCCC;
  font-weight: bold;
  text-decoration: none;
  font-size: 11px;
}
.navTreeDiv {
	float:left;
	
}


.checkList {
	padding:0;
	margin-left: 5px;
	list-style-type:none;
}
.checkList label {
	width:0em;
	padding-left: 0em;
	float:none;
	vertical-align: middle;
	margin-bottom: 2em;
}
div.actionr
{
	text-align: center;
	border-color: #abb7cf;
	border-style: solid;
	font-size: 0.9em;
}

div.actionl
{
	text-align: center;
	border-color: #426bb3;
	border-style: solid;
	font-size: 0.9em;
}
/* styles for teaser */
.teaser {
	margin:0.2em;
}
.teaserEntries {
	background-color: #C0C0C0;	
	padding: 0.4em;
}
.teaserEntries ul{
	padding: 0;
	margin:0;
	list-style-type:none;
}

.teaserLabel {
	color: #C0C0C0;
	background-color: #808080;
	padding:0.4em;
}
/* styles for confirm delete */
#confirmDeleteLayer {
	position: absolute;
	left: 30%;
	top: 30%;
	padding: 1em;
	background-color: white;
	z-index: 50;
	border: 4px solid #426BB3;
}

#blurBackgroundLayer {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	background: black;
	opacity:.70 ! important;
	filter:alpha(opacity=70);
	z-index: 49;
}

/* images with drop shadow. usage: place a div with class "img-shadow" around an image. */
.img-shadow {
  float:left;
  background: url(../javax.faces.resource/images/shadows/shadowalpha.png.xhtml) no-repeat bottom right !important;
  background: url(../javax.faces.resource/images/shadows/shadow.gif.xhtml) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }
  
/* styles for the settings */
label.settings {
	width: 30em;
}
/* styles for panel grid */
.verticalTop {
	vertical-align: top;
}
.verticalMiddle {
	vertical-align: middle;
}

/* password strength */
#score {
	color: #000;
	font-size: 85%;
	position:absolute;
	text-align: center;
	width: 100px;
	z-index: 10;
}
#score,#rating,#standards {
	font-weight: bold;
}
#scorebar {
	background-image: url(../javax.faces.resource/images/admin/bg_strength_gradient.jpg.xhtml);
	background-repeat: no-repeat;
	background-position: 0 0;
	position:absolute;

	width: 100px;
	z-index: 0;
}
#scorebarBorder {
	background: #333;
	border: 1px #000 solid;
	height: 16px;
	width: 100px;
	visibility: hidden;
	margin: 0px;
}
#complexity {
	margin: 0px;
	visibility: hidden;
}

/* menu */

/* across menu */

#menuAcross	{
	background-color:#113388;
	font-weight:bold;
	position: relative;
	left: 17.75em;
	bottom: 1.8em;
}
#menuAcross a,#menuAcross a.before,#menuAcross a.aktiv {
	background-color:#113388;
	float:left;
	color:white;
	text-decoration: none;
	display:block;
	padding:0.25em 0.75em;
	font-weight:bold;
}
#menuAcross a:hover,#menuAcross a.aktiv {
	background-color:#426BB3;
	font-weight:bold;
}

#menuAcross ul,#menuTree ol	{
	padding: 0;
	margin:0;
	list-style-type:none;
}

/* shared menu */

#menuAcross ul li {
	padding:0;
	margin:0;
	position:relative;
}

#menuAcross ul li, {
	float: left;
}

#menuTree ol li, #menuTree ol li a {
	/* Firefox and IE 7  */
	height:auto !important;
	/* IE 6*/
	height: 1em;	
}

/* tree menu */

#menuTree {
	background-color:#DDDDD9;
	font-size: 0.88em;
	position: absolute;
	left: 0px;
	top: 65px;
	width: 17.75em;
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type:none;
	margin-right:5px;
}
#menuTreeHide {
	position: absolute;
}

#menuTree fieldset a, #menuTree fieldset a:hover {
	padding:0;
	display: inline;
	text-decoration: none;
}

#menuTree a	{
	background-color:#DDDDD9;
	padding:4px 14px 4px 6px;
	display:block;
	line-height:1.2em;
	text-decoration: none;
	color:black;
}
#menuTree a:hover {
	color: #113388;
	background-color: #E7EFF7;
}
#menuTree a.aktiv, #menuTree a:active {
	background-color:#819CCC;
	color:white;
}
#menuTree a.second {
	padding:5px 14px 4px 6px;
	border-top:2px solid white;
}
#menuTree a.third {
	padding:4px 14px 4px 20px;
	line-height:1.12em;
}
#menuTree a.sitemenu {
	color:#FFF;
	background-color:#113388;
}
#menuTree a.grey {
	background-color:#DEDFE0;
	color:black;
}
#menuTree a.last {
	line-height:1.12em;
}
#menuTree a.grey:hover {
	background-color:#DEDFE0;
	color:white;
}

/* meta menu */
div.menuMeta {
	background-color:#DEDFE0;
	padding:0 0 0 0.5em;
	border-top:2px solid white;
	border-bottom:2px solid white;
}


/* top menu */

#menuTop {
	text-align:right;
	padding-bottom:1em;
	padding-top:0;
	margin:0;
}

#menuTop a, #menuTop a:hover {
	color:#4A4B4C;
	background-color:#DEDFE0;
	text-decoration: underline;
	padding:0.5em 1em;
	margin:0;
}

#aconTicker{
	overflow:hidden; 
	width:35%; 
	position: absolute; 
	left: 40%;
	top: 1.5em;
	display:block;
	font-family:Arial; 
	font-size:12px;
	color:#A6A6A6;
}
#aconTicker a {
	color:#FFF;
}

/* menu ende */

/* header */
#header {
	background-color:#014c92;
	height:67px;
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	overflow: hidden;
}
#headerText, #headerText a {
	color:white;
	font-weight:bold;
	font-size: 1.3em;
	padding-left:0.4em;
	position: relative;
	top: -6px; 
}

.logoLeft {
	position: relative;
	/*margin-right:1em;*/
}
.logoRight {
	position: absolute;
	right: 0px;
	top: inherit;
	color:white;
	font-size:1.2em;
	margin:1.2em 1em 0 0 ;
}
/* ende header */

/* linke und rechte Spalte und Mitte */
div#alldiv {
	width: 100%;	/* width: 998px;	width: 77em;*/
	margin: 0; 
	padding: 0;
	height:100%;
}
/* linke Spalte und Mitte */
div#hintergrund {
	height:100%;
	/*height:550px;*/
	background-color: #FFFFFF; 
	padding: 0;
	margin: 0;
	border-top: solid 1px white;
	margin-top: 50px;
}
/* rechte Spalte */
div#info {
	height:100%;
	font-size: 1em;
	float: right; 
	width: 13em; 
	height: 100%;
	margin: 0 0 1em; 
	padding: 0;
	background-color: #ABB7CF; 
}
/* Inhalt */
div#inhalt {
	height:100%;
	margin: 0 0 1em 18em;
}
div#inhaltAdmin {
	height:100%;
	margin: 0 0 1em 4em;
}


/* Inhalt Ende */

div#fuss {
	clear:both;
}

div.clear {
	clear: both;
}

/* Menuadmin */
#menuAdmin,  #menuAdmin a {
	background-color:#DEDFE0;
}

#headerText a.flag {
	padding:5px 0px 5px 0px;
}

/* header styles for jsf-table-component */
.header, td.header, th.header, tr.header {
	text-align : left;
	font-weight:bold;
	color: #000000;
	padding:0.3em;
	height: 2em;
	background-color: #99998E;
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 0% 0%;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: auto auto;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #bed6f8;

}

/* styles for the tinyMCE editor */

/* headline */
.headline 
{
	color:#113388;
	font-weight: bold;
	font-size: 1.4em;
}
/* headline ende */


/* subline */
.subline 
{
	color:#113388;
	font-weight: bold;
	font-size: 1.2em;
}
.subline a:link 
{ 
	color:#2E2F5D
}

.subline a:visited 
{ 
	color:#2E2F5D
}

.subline a:hover 
{ 
	color:#000000
}

.subline a:active 
{ 
	color:#2E2F5D
}

/* subline ende */


/* textauszeichnung */
.textauszeichnung 
{
	font-weight: bold;
	font-size: 1.0em;
}
.textauszeichnung a:link 
{ 
	color:#2E2F5D
}

.textauszeichnung a:visited 
{ 
	color:#2E2F5D
}

.textauszeichnung a:hover 
{ 
	color:#000000
}

.textauszeichnung a:active 
{ 
	color:#2E2F5D
}

.textauszeichnungnone 
{
	font-weight: bold;
	font-size: 1.0em;
}
.textauszeichnungnone a:link 
{ 
	text-decoration:none; 
	color:#2E2F5D
}

.textauszeichnungnone a:visited 
{ 
	text-decoration:none; 
	color:#2E2F5D
}

.textauszeichnungnone a:hover 
{ 
	text-decoration:none; 
	color:#000000
}

.textauszeichnungnone a:active 
{ 
	text-decoration:none; 
	color:#2E2F5D
}

/* textauszeichnung ende */


.pictext 
{
	font-weight: normal;
	font-size: 0.7em;
}

/* fliestext */

.fliestext 
{
	font-weight: normal;
	font-size: 0.9em;
}

.fliestext a:link 
{ 
	text-decoration:underline; 
	color:#2E2F5D
}

.fliestext a:visited 
{ 
	text-decoration:underline;
	color:#2E2F5D
}

.fliestext a:hover 
{ 
	text-decoration:underline;
	color:#000000
}

.fliestext a:active 
{ 
	text-decoration:underline;
	color:#2E2F5D
}


/* fliestext ende */


/* bild */

.bildLinksUmflossen
{
	float: left;
	margin: 0 1em 0 0; 
	padding: 0;
}

.bildRechtsUmflossen
{
	float: right;
	margin: 0 0 0 1em; 
	padding: 0;
}

/* bild ende */
