/**********************************************************************************
* phpComasy Web Content Management System                                         *
* http://www.phpcomasy.com                                                        *
*                                                                                 *
* Copyright (c) 2005 - 2010 indual GmbH (http://www.indual.ch)                    *
*                                                                                 *
* phpComasy is released under his own licence (http://www.phpcomasy.com/licence)  *
**********************************************************************************/

/* CONTENT --------------------------------------------------------------------- */
/* Headings -------------------------------------------------------------------- */
h1 {
	color: #000;
	background-color: #DDD ;
    border: 1px solid #000;
    font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0px;
    margin-left: -10px;
    text-indent:10px;
}
h2, h2 a,
div#content div.documents h2 {
	line-height: 14px;
	color: #000;
	margin: 10px 0 7px 0;
	padding: 0;
	text-decoration: none;
}
h3, h3 a,
h4, h4 a,
h5, h5 a {
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	margin: 0 0 5px 0;
	padding: 0;
	border: none;
}
div.introduction {
	margin: 0 0 7px 0;
	padding: 0;
	font-weight: bold;
}
p {
	margin: 0 0 10px 0;
	padding: 0;
}


/* Links ----------------------------------------------------------------------- */
a {
	outline: none;
}

a:link {color: #000000; text-decoration: Underline}
a:visited {color: #000000; text-decoration: Underline}
a:active {color: #000000; text-decoration: Underline}
a:hover {color: #000000; text-decoration: Underline}

a img {
	border: none;
}
div#contentframe a {
	text-decoration: underline;
}

div#content {
    padding-left: 10px;
}


/* Lists ----------------------------------------------------------------------- */

div#content ul {
	margin-top: 0;	
	margin-left: 16px;
	margin-bottom: 10px;	
	padding-left: 10px;
	padding-top: 0;
	padding-bottom: 0;	
	width: auto;
}
div#content ul li { 
	list-style-image: url(../img/bullet.gif);
	line-height: 18px;
}


/* Table styles ---------------------------------------------------------------- */
div#content table {
	border: none;
	border-spacing: 0;
	border-collapse: separate;
	margin: 0 0 10px 0;
}
table td {
	border-bottom: 1px solid #ddd;
	padding: 3px 0;
}