/* base areas --------------------------------------------------------------------------------------- start */

#area_top,
div.fileManagerMenue
{
	background: transparent url(../../img/base/areaTop.jpg) repeat-x 0px 0px;
}

#area_bottom
{
	background: transparent url(../../img/base/areaBottom.jpg) repeat-x 0px 0px;
}

#area_drag
{
	background: transparent url(../../img/base/areaDrag.jpg) repeat-y 0px 0px;
	border-left:1px solid #a0afc3;
	border-right:1px solid #a0afc3;
}

div.loading_screen
{
	background: transparent url(../../img/loading/ajax-loader.gif) no-repeat 50% 50%;
	/*border:1px solid #017fd5;*/
}

div.loading_screen_area_right
{
	background: transparent url(../../img/loading/ajax-loader.gif) no-repeat 40% 40%;
}

/* base areas --------------------------------------------------------------------------------------- start */


/*area_right ----------------------------- start */

table.moduleMenue
{
	border-bottom:1px solid #017fd5;
}

#advanced_search
{
	background: #017fd5 url(../../img/general/icons/bigIconSearch.png) no-repeat 2px 2px;
	color:white;
}

#advanced_search_top
{
	background-color: #017fd5;
	color:white;
}

div.thumbContainer div.innerContainer img,
div.thumbContainerSmall div.innerContainer img
{
	border:1px solid #979797;
}

/*area_right ----------------------------- ende */

/*area_bottom ----------------------------- start */

#area_bottom a
{
	background: transparent url(../../img/base/knwebBottom.jpg) no-repeat 0px 0px;
}

/*area_bottom ----------------------------- start */

/* generelle farben ------------------------------------------------------------------------------------------ */

fieldset
{
	border:1px solid #d1e5fd;
}

fieldset legend
{
	color: #017fd5;
}

a,
a.noDecoration
{
	color:black;
}

a.noDecoration
{
	text-decoration:none;
}

a:hover,
a.noDecoration:hover
{
	color:#0580d4;
}

span.greyText
{
	color:#7b7b7b;
}

span.greyTextSmall
{
	color:#7b7b7b;
}

.error_border
{
	border:1px solid red !important;
}

.error_color
{
	color:red;
}

.subBackground
{
	background-color:#d1e5fd;
}

.subBorder
{
	border:1px solid #d1e5fd;
}
.mainBorder
{
	border:1px solid #017fd5;
}

.entrySavedBox
{
	border:1px solid #d1e5fd;
	background: transparent url(../../img/general/icons/iconSaved.png) no-repeat 2px 50% ;
	padding-left:24px;
	color:#1e9a00;
}

/* generelle farben ------------------------------------------------------------------------------------------ */