/* 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,Helvetica,sans-serif,Verdana;
	color: #000000;
	background-color: #FFFFFF;
	
	text-indent:0px;
	line-height: 1.5em;

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

	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border:0px solid white;


}
/* 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;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	
}

div, span, td, th, li, textarea, input, select, option, button {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family:Arial,Helvetica,sans-serif,Verdana;
	
	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;
	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;
	background-color:transparent;
}

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

	margin: 0.7em 0px 0.3em 0px;	

	background-color:white;
	color:#EEE20D;

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

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

	background-color:white;
	color:#ffcc00 ;

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

	font-size:12pt;
	font-weight:bold; font-style:normal; text-decoration: none; text-transform: uppercase;
}
h2 {
	padding: 0px 0px 0px 0px;
	border:0px solid white;

	background-color:white;
	color:#999999;

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

	font-size:12pt;
	font-weight:normal; font-style:normal; text-decoration: none; text-transform: none;
}
h3 {
	padding: 0px 0px 0px 0px;
	border:0px solid white;

	background-color:white;
	color:#EEE20D;

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

	font-size:180%;
	font-weight:normal; font-style:normal; text-decoration: none; text-transform: none;
}
h4 {
	padding: 0px 0px 0px 0px;
	border:0px solid white;

	background-color:white;
	color:#EEE20D;

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

	font-size:180%;
	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-size:180%;
	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-size:175%;
	font-weight:normal; font-style:normal; text-decoration: none; text-transform: none;
}
/* general end ******************************************************************/

/* link begin *******************************************************************/
a, a:link{
	text-decoration:underline; color:#0066cc; outline:0;
}
a:visited {
	font-weight:normal; color:#003399;
}
a:focus, a:hover, a:active {
	font-weight:normal; color:#0099ff;
}
/* link end *********************************************************************/

/* lists begin ******************************************************************/
ul,ol {
	padding-top:0px; padding-bottom:0px;
	margin-top:1.0em; margin-bottom:1.0em;
	border:0px solid white;
}
li {
	padding-top:0px; padding-bottom:0px;
	margin-top:0px; margin-bottom:1.0em;
	border:0px solid white;

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

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

/* table begin ******************************************************************/
table {
	margin:0px; padding:0px;
	empty-cells:show;

}
td {
	padding: 0px 0px 0px 0px;
	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
	}