/*****************************************************/
/******** Copyright by CompuTech Informatik AG *******/
/*****************************************************/

/* basic elements */
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2B354B;
	padding: 17px 6px 0px 6px;
	text-align: justify;
}
a:link {
	text-decoration: none;
	color: #ff7200;
}
a:visited {
	text-decoration: none;
	color: #ff7200;
}
a:hover {
	text-decoration: underline;
	color: #ff7200;
}
a:active {
	text-decoration: none;
	color: #ff7200;
}
a:focus {
	text-decoration: none;
	color: #ff7200;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 12px 0px 20px 0px;
	padding: 0px 63px 0px 25px;
	text-align: left;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 12px 0px 15px 0px;
	padding: 0px 63px 0px 25px;
	text-align: left;
}
h3 {
	font-size: 14px;
	font-weight: normal;
	margin: 12px 0px 15px 0px;
	padding: 0px 63px 0px 25px;
	text-align: left;
}
h4, h5, h6 {
	font-size: 11px;
	font-weight: bold;
	margin: 12px 0px 10px 0px;
	padding: 0px 63px 0px 25px;
	text-align: left;
}
p {
	padding: 0px 10px 0px 25px;
	margin: 0px;
}
.cursor_pointer {
	cursor: pointer;
}
