/* ars navigandi GmbH - arscms */
/* /styles/css/content.css - platform wide content layout */

form {
/*	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px; */
}

body {
	font-family:'Arial' !important;
	color:black;
	
	text-indent:0px;
	text-align: left;
	line-height: 1.5em;
	font-size:75%;
	font-weight:normal; font-style:normal; text-decoration: none; text-transform: none;

}
/* body end *********************************************************************/

/* general begin 
div, span, td, th, li {
	border:0px solid white;
}*/

div, span, td, th, li, textarea, input, select, option, button, p, td {
	font-size:12px;
}

div, span, td, th, li, textarea, input, select, option, button {
/*	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px; */
	/*font-family:Arial;*/
	text-indent:0px;
	line-height: 1.5em;
	text-align:left; vertical-align:top;
	font-weight:normal; font-style:normal; text-decoration: none; text-transform: none;
}

p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
/*	margin: 0.0em 0px 1.0em 0px;
	border:0px solid white;
	background-color:white; */

	text-indent:0px;
	line-height: 1.5em;

	font-size:12px;
	font-weight:normal; font-style:normal; text-decoration: none; text-transform: none;
}

h1,h2,h3,h4,h5,h6 {


	font-weight:normal; font-style:normal; text-decoration: none; text-transform: none;
}

h1 {
	color: #797E82;
	font-size:20px;
	font-weight:bold; font-style:normal; text-decoration: none; text-transform: none;
	padding: 2px 0px 10px 0px;
	line-height: 1em;
}
h2 {
	color: #797E82;
	font-size:17px;
	font-weight:bold; font-style:normal; text-decoration: none; text-transform: none;
	padding: 2px 0px 2px 0px;
	line-height: 1em;
}
h3 {
	color: #797E82;
	font-size:17px;
	font-weight:bold; font-style:normal; text-decoration: none; text-transform: none;
	padding: 2px 0px 2px 0px;
	line-height: 1em;
	background-color:#ffd300;
}

h4 {
	padding: 0px 0px 0px 0px;
	border:0px solid white;

	background-color:white;
	color:#797E82;

	text-indent:0px;
	line-height: 1.5em;

	
	font-weight:normal; font-style:normal; text-decoration: none; text-transform: none;
}
h5 {
	padding: 0px 0px 0px 0px;
	border:0px solid white;

	background-color:white;
	color:#EEE20D;

	text-indent:0px;
	line-height: 1.5em;

	
	font-weight:normal; font-style:normal; text-decoration: none; text-transform: none;
}
h6 {
	padding: 0px 0px 0px 0px;
	border:0px solid white;

	background-color:white;
	color:#EEE20D;

	text-indent:0px;
	line-height: 1.5em;

	
	font-weight:normal; font-style:normal; text-decoration: none; text-transform: none;
}
/* general end ******************************************************************/

/* link begin *******************************************************************/
div.cms_article_style a, div.cms_article_style a:link, div.cms_article_style a:visited {
	color:#000000;
	font-size:12px;
	padding-left:10px;
	text-decoration:none;
	background:transparent url('/styles/images/anchor_arrow.gif') center left no-repeat;
}

div.cms_article_style a:hover {
	color:#333333;
	text-decoration:underline;
}

div.cms_article_style a:focus, div.cms_article_style a:hover, div.cms_article_style a:active {
	color:#333333;
	text-decoration:underline;
}

div.adminOn_wobjectPanel a, a.cmsarticle_anchor {
	background:none !important;
}

/* link end *********************************************************************/

/* lists begin ******************************************************************/

li {
	text-indent:0px;
	font-weight:normal; font-style:normal; text-decoration: none; text-transform: none;
}

ol {
	list-style-type:decimal;
	list-style-position:inside;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

ol li {
	padding-left:4px;
	padding-top:0px;
	margin-bottom:12px;
	line-height:21px;
	background:transparent url(/styles/images/list_style_number_bg.gif) top left no-repeat;
	/*list-style-image: url(/styles/images/list_style_number_bg.gif);*/
}

ol li div {
	display:inline;
}

/* lists end ********************************************************************/

/* table begin ******************************************************************/
table {
	empty-cells:show;
}
td {
	/*border:0px solid white;*/

	text-indent:0px;
	line-height: 1.5em;

	font-weight:normal; font-style:normal; text-decoration: none; text-transform: none;

}
/* table end ********************************************************************/

/* form begin *******************************************************************/
input, select, textarea, button {
/*	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px; */

	background-color:white;

	text-indent:0px;
	line-height: 1.5em;

	font-weight:normal; font-style:normal; text-decoration: none; text-transform: none;
}

optgroup {
	font-weight:bold; font-style:italic; text-decoration: none; text-transform: none;
}

option {
	background-color:white;
	font-weight:normal; font-style:normal; text-decoration: none; text-transform: none;
}
/* form end *********************************************************************/

.redfont {

	color: #FF0F0F;
}

.greenfont {

	color: #158F00;
}

.bluefont {

	color: #182E7A
	}

.yellow_highlight {
	background-color:#ffd300;
}

.caption {
	font-size: 11px;
	font-style:italic;
}