/******* 
	Hali 

	. = Class
	# = ID
	padding:  oben recht unten links 
	margin:  oben recht unten links 
	
*******/

#toolbar
{
	/*background: url(../images/toolbar.gif) repeat-x;*/
	height: 30px;
	width: 900px;
	overflow: hidden;
	/*border-bottom: 3px solid #FFFFFF;*/
	float: left;
}

#toolbar_inside
{
	padding: 10px;
}

/* --- Zeit --- */
#time
{
	float:left;
	font-size: 0.80em;
	display:block;
	overflow: hidden;
	color: #0067CA;
	padding-top: 1px;
}

#time:hover
{
	cursor: help;
	color: #666666;
}

/*--- Schriftgroesse --- */
#fontsize
{
	float:right;
	overflow: hidden;
	display: block;
	padding: 1px 5px;
}

#fontsize a, #fontsize img
{
	border: 0 none;
}

.newsflash
{
	font-size: 0.8em;
	color: #326d8b;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* ++++++++++++++  icons  ++++++++++++++ */

.leading-0 ul.actions
{
  	text-align:right;
  	padding:0 ;
  	width:100%;
  	margin:0;
}

.leading-0 ul.actions li
{
  	display:inline;
}

.leading-0 ul.actions a
{
  	text-decoration:none;
}

.item-page ul.actions
{
  	text-align:right;
  	padding:0 ;
  	width:100%;
  	margin:0;
}

.item-page ul.actions li
{
	display:inline;
}

.item-page ul.actions a
{
	text-decoration:none;
}

.item-page div p {
	margin: 10px 0 5px 0px;
}

/** Breadcrumb **/

.breadcrumb li {
	color: #999999;
	display: inline-block;
	list-style-type: none;
}


/** Breadcrumb Ende **/

/***	Sitemap XMAP ***/

#xmap h2.menutitle {
	font-size: 1.1em;
	margin: 10px 0px 0px 10px;

}

#xmap  ul {
	margin: 0px 0px 0px 10px;
}

#xmap  ul.level_0 {
	margin: 0px 0px 0px 20px;
	list-style-type: disc;
}

#xmap  ul.level_1 {
	margin: 0px 0px 0px 30px;
	list-style-type: circle;
}

#xmap  ul.level_2 {
	margin: 0px 0px 0px 30px;
	list-style-type: square;
}

/***	Sitemap XMAP Ende ***/

/***	Naviagation Seite ***/

.pagenavcounter {
	color: #0067ca;
	font-weight: bold;
	margin: 10px 0px 20px 0px;
}

.pager {
	margin: 20px 0 0 -15px; 
}

.pull-right .article-index {
	display: inline-block;
	list-style-type: disc;
}

a.toclink {
	font-size: 1.0em;
	text-decoration: overline;
}
a.active {
	text-decoration: none;}

/***	Naviagation Seite Ende ***/

/* System Standard Messages */
#system-message dt.message
{
	position:absolute;
	top:-2000px;
	left:-3000px;
}

#system-message div div div
{
	background: #fff  url(../images/system/notice-info.png) no-repeat;
	padding-left:40px;
	padding: 10px 10px 10px 40px;
	border: 2px solid #90B203;
	border-radius:10px
}

#system-message message div a 
{
	background:none !important;
	text-decoration: none;
	text-indent: -999em;
}

/* System Error Messages */
#system-message dt.error
{
	position:absolute;
	top:-2000px;
	left:-3000px;
}

#system-message dd.error ul
{
	background:#fff url(../images/system/notice-alert.png) no-repeat ;
	padding-left:40px;
 	padding: 10px 10px 10px 40px;
	border: 2px solid #990000;
	border-radius:10px

}



/* System Notice Messages */
#system-message dt.notice
{
	position:absolute;
	top:-2000px;
	left:-3000px;
}

#system-message dd.notice  ul
{
	background:#fff url(../images/system/notice-note.png) no-repeat ;
	padding-left:40px;
	padding: 10px 10px 10px 40px;
	border: 2px solid #FAA528;
	border-radius:10px

}
#system-message dd.notice ul { color: #000;margin:10px 0 }

#system-message
{
	margin-bottom: 0px;
	padding: 0;
}

#system-message dt
{
	font-weight: bold;
}

#system-message dd
{
	font-weight: bold;
	padding: 0;
}

#main_full .nopad .categories.list h1
{
	padding:-10px;
	margin: -10px;
	color: red;
}
	

/******* Hali Ende *******/

