/*******************************************************************************

	Projekt		:	FCS DA
	Copyright	:	Design Holger Frank

*******************************************************************************/

#leftCol{
	float:left;
	width:208px;
}

/* ### Header Navigation ##################################################### */
#nav-header {
	font-size: 1.3em;
  text-align:left;
}

#nav-header ul{
	margin-right:120px;
	margin-left:208px;
}

#nav-header li {
	display:inline;
	border-left: 2px solid #FFDB94;
}

#nav-header a, 
#nav-header a:link {
	color:#281e5a;
	text-decoration: none;
	text-transform: uppercase;
	background-color: inherit;
	padding: 0 8px;
}

#nav-header a:hover {
	color:#fff;
	background-color: #281e5a;
	padding: 0 8px;
}

#nav-header a.current, 
#nav-header a.current:link {
	color:#fff;
	background-color: #281e5a;
  font-weight:bold;
	padding: 0 8px;
}

#nav-header a.current:hover {
	color:#fff;
	background-color: #281e5a;
	padding: 0 8px;
}


/* ### Sub Navigation ######################################################### */

#nav {
/*	display:block; */
	background-color:#93b2c0;
	background-image:url(../img/bg_nav.gif);
	background-position:bottom;
	border-bottom:solid #93b2c0 1px;
}

#navheight_horiz_vert {
/*	min-height: 310px; */
	margin:0;
	padding-bottom:1em;										/* kann bei MSIE 7 eigentlich wegfallen */
}
* html body #navheight_horiz_vert { height: 153px;} /* IE 6 / 5.5 Hack */

#navheight_horiz_vert ul.nav1st { padding:0px 20px; }
	
.menu_group{
	margin-top:0.5em;
/*	padding-top:0.7em;
	border-top:2px solid #000;*/
}
/* ### Breadcrumb Navigation #################################################### */

#sitePath p{
	border-bottom:#888 solid 1px;
	padding-bottom:0.3em;
	color:white;
}

#sitePath a, #sitePath a:link {
	color:#281e5a;
	text-transform:none;
	white-space:nowrap;	
}

#sitePath a:hover {
	background-color:#c4d4dc;
	color:#281e5a;
}

/* ### Login Container und Formular
#################################################### */
.rex-fe_lgn-frm{
	background-color:#281e5a;
	margin-top:0;
	padding: 2px 8px;
	clear:both;
	color:white;
}

.rex-fe_lgn-frm .rex-message{
	margin-bottom:0.8em;
}

.rex-fe_lgn-frm label{
	display:block;
	color:white;
	text-align:left;
	width:auto;
}

.rex-fe_lgn-frm a{
	color:white;
}

.rex-fe_lgn-frm a:hover{
	text-decoration:underline;
}

.rex-fe_lgn-frm input{
	background-color:#FFFFCC;
	border:solid 1px #281e5a;
	font-size:110%;
	width:100px;
	margin-bottom:0.3em;
	padding:0.1ex 0.2em;
}

.rex-fe_lgn-frm input:hover, .rex-fe_lgn-frm input:focus{
	background-color:#fcab04;
}

.rex-fe_lgn-frm input.rex-sbmt{
	padding:0 1.2em;
	margin-top:0.2em;
}