/**********************/
/* Widgets*/
/**********************/

div.widget
	{
	text-align:center;
	width:160px;
	}

div.box
	{
	margin:auto;
	margin-top:20px;
	margin-bottom:0px;	
	padding-bottom:3px;
	width:141px;
	background-image:url(../img/elements/box_border_bottom.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	text-align:left;
	overflow:hidden;
	}
	
.box h3
	{
	margin:0;
	padding:0;
	padding-top:3px;
	padding-bottom:2px;	
	padding-left:10px;		
	background-image:url(../img/elements/box_border_top.gif);	
	background-position:top left;
	background-repeat:no-repeat;	
	color:white;
	font-weight:bold;
	font-size:12px;
	}
	
.box h4 
	{
	margin:0;
	padding:0;
	padding-top:5px;
	padding-left:10px;	
	font-weight:bold;
	font-size:100%;	
	color:white;
	}	
	
.box a
	{
	color:#CC3300;	//#444;
	text-decoration:none;
	}
	
.box a:hover
	{
	color:#CC3300;
	text-decoration:underline;  //none;
	}		
	
.box a.boxlink 
	{
	display:block;
	margin-right:5px;
	font-weight:bold;
	font-size:110%;	
	color:white;
	text-decoration:none;
	background-image:url(../img/elements/ico_linkarrow.gif);	
	background-position:118px 2px;
	background-repeat:no-repeat;	
	}
	
.box a.boxlink:hover
	{
	color:#D85C0B;
	text-decoration:none;
	background-image:url(../img/elements/ico_linkarrow_a.gif);	
	background-position:118px 2px;
	background-repeat:no-repeat;	
	}	
	
	
.box p
	{
	margin:0;
	padding:0;
	background: #FFF;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;	
	}

.box p.img
	{
	text-align:center;
	padding: 0;
	}
	
.box p.txt
	{
	color:#444;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: 130%;
	}


/* 
  Hinzugefügt per 13.11.2008 von DataFlash.
  Zuständig für die korrekte Darstellung von Aufzählungen
  innerhalb von 'Widgets'
*/
.box ul {
	margin:0px;
	padding:0px;
	padding-left:0px;
	padding-bottom:3px;
	width:141px;
	color:#444;
	background-color:#FFF;
	}

.box li {
	list-style-type: none;
	padding:0px;
	margin:0px;
	padding-left:13px;
	background-image: url(../img/elements/bullet_square.gif);	
	background-repeat: no-repeat;
	background-position: 0 2px;
	line-height:130%;
	width:126px;
	background-color: #FFF;
	}

	


/**********************/
/* pageLink */
/**********************/

p.pageLink 
	{
	margin:10px 0;
	}

a.pageLink:link, a.pageLink:visited
	{
	color:#D85C0B;
	display:block;
	padding-left:10px;
	text-decoration: none;
	background-image: url(../img/elements/dot_orange.gif);
	background-repeat:no-repeat;
	background-position:0 12px;
	}

a.pageLink:hover, a.pageLink:active
	{
	color: #CC3300;
	padding-left:10px;	
	text-decoration: underline;
	background-image: url(../img/elements/dot_red.gif);
	background-repeat:no-repeat;
	background-position:0 12px;
	}		
	

/**********************/
/* Centers*/
/**********************/	
	
	
.alpha
	{
	color:#666;
	font-size:12px;
	font-weight:bold;
	}	
	
a:hover.alpha
	{
	color:#D85C0B;
	font-weight:bold;
	text-decoration:none;
	}	
	
table.centers
	{
	margin-top:20px;
	}
	
table.centers td
	{
	font-size:10px;
	padding:0;
	padding-right:10px;
	line-height:150%;
	}
	
.border
	{
	border-bottom:1px solid #D85C0B;
	}		
	
	
	
				
	
