/*
This stylesheet is included in the live webpage as well as inside the CMS when editing box contents. 
It must contain all styles information that should be applied as well to the box column inside the CMS!
All styles that are used for positioning should be placed in styles.css which IS NOT included in the CMS.
Please use the config value $oCMS_cfgIng["box"]["colWidth"] to specify a width for the column in the CMS. 
*/

/* ***************************************************************** *
 * ***************************************************************** *
 *   OBJECTS IN THE BOX AREAS  
 * ***************************************************************** *
 * ***************************************************************** */
 
/* ***************************************************************** *
 *   BOXES 
 * ***************************************************************** 

#rightCol .newsBox {
	padding: 6px;
	border: 1px solid #737373;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
#rightCol .newsBox h3 {
	padding: 2px 0 6px 0;
	border-bottom: 1px solid #737373;
	margin-bottom: 5px;
	line-height: 1em;
	font-size: 12px;
}
#rightCol .newsBox ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#rightCol .newsBox ul li {
	padding: 0 0 6px 0;
	margin: 0;
	font-size: 11px;
	line-height: 1.2em;
}
#rightCol .newsBox h4 {
	padding: 0  0 2px 0;
	margin: 0;
	font-size: 11px;
	line-height: 1.2em;
	font-style: normal;
}
#rightCol .newsBox h4 a {
	color: #000000;
	text-decoration: none;
}


#rightCol .stdBox {
	padding: 6px;
	border: 1px solid #737373;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
#rightCol .stdBox .title h3 {
	padding: 2px 0 6px 0;
	border-bottom: 1px solid #737373;
	margin-bottom: 5px;
	line-height: 1em;
	font-size: 12px;
}
#rightCol .stdBox .text h1, #rightCol .stdBox .text h2, #rightCol .stdBox .text h3, 
#rightCol .stdBox .text h6, #rightCol .stdBox .text h5, #rightCol .stdBox .text h6 {
	color: #000000;
}
#rightCol .stdBox .text h2, #rightCol .stdBox .text h2 {
	padding: 4px 0 6px 0;
	margin: 0;
	font-size: 12px;
	line-height: 1.2em;
	font-style: normal;
}
#rightCol .stdBox .text h3, #rightCol .stdBox .text h4, 
#rightCol .stdBox .text p {
	padding: 0  0 2px 0;
	margin: 0;
	font-size: 11px;
	line-height: 1.2em;
	font-style: normal;
}
*/


/**
 * Aktuelle Lottozahlen 
 */
 
#leftCol div.lz {
	padding-top: 25px;
	margin-bottom: 40px;
}
#leftCol div.zahlen {
	padding-top: 3px;
	padding-bottom: 5px;
}
#leftCol div.zahlen img {
	margin-right: 5px;
}


#leftCol .distance {
	height: 30px;
}



