/* regular text within html body */
body {
	font-weight:normal;
	font-size:14px;
	margin:0px;
	color:#434343;
	font-style:normal;
	font-family:Verdana, Arial, Helvetica, Sans Serif;
}
/* text within a paragraph */
p {
	font-weight:normal;
	font-size:14px;
	color:#434343;
	font-style:normal;
	font-family:Verdana, Arial, Helvetica, Sans Serif;
}
/* text within a table cell */
td {
	font-weight:normal;
	font-size:14px;
	color:#434343;
	font-style:normal;
	font-family:Verdana, Arial, Helvetica, Sans Serif;
}
/* link */
a:link {
	font-size:14px;
	color:#ff0000;
	font-family:Verdana, Arial, Helvetica, Sans Serif;
	text-decoration:none;
}
/* visited link */
a:visited {
	font-size:14px;
	color:#f3843a;
	font-family:Verdana, Arial, Helvetica, Sans Serif;
	text-decoration:none;
}
/* actual link */
a:active {
	font-size:14px;
	color:#f3843a;
	font-family:Verdana, Arial, Helvetica, Sans Serif;
	text-decoration:none;
}
/* on mouse over link */
a:hover {
	font-size:14px;
	color:#db4e10;
	font-family:Verdana, Arial, Helvetica, Sans Serif;
	text-decoration:underline;
}
/* user input text within a text area */
textarea {
	font-weight:normal;
	font-size:14px;
	font-style:normal;
	font-family:Verdana, Arial, Helvetica, Sans Serif;
}
/* user input text within a text field */
input {
	font-weight:normal;
	font-size:14px;
	font-style:normal;
	font-family:Verdana, Arial, Helvetica, Sans Serif;
}
/* text within a combo box */
select {
	font-weight:normal;
	font-size:14px;
	font-style:normal;
	font-family:Verdana, Arial, Helvetica, Sans Serif;
}
/* red marked alert text (e.g. gbt denied) */
.textred {
	color:#ff0000;
	font-weight:bold;
}
/* bold text (e.g. login form) */
.textbold {
	font-size:14px;
	color:#f3843a;
	font-weight:bold;
	font-style:normal;
	font-family:Verdana, Arial, Helvetica, Sans Serif;
}
/* header (e.g. welcome to asura enterprise) */
h1 {
	font-size:18px;
	font-weight:bold;
	font-style:normal;
	font-family:Verdana, Arial, Helvetica, Sans Serif;
}
/* bold header (e.g. welcome to asura enterprise) */
.h1bold {
	font-size:18px;
	color:#f3843a;
	font-weight:bold;
	font-style:italic;
	font-family:Verdana, Arial, Helvetica, Sans Serif;
}
/* header */
h2 {
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	font-family:Verdana, Arial, Helvetica, Sans Serif;
}
/* header */
h3 {
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	font-family:Verdana, Arial, Helvetica, Sans Serif;
}
/* style for content area */
#content_area {
	padding-right:0px;
	padding-left:10px;
	vertical-align:top;
	padding-top:10px
}
/* page footer begins with a dotted line */
#stripline {
	margin-top:5px;
	background-image:url(punktlinie.gif);
	margin-bottom:10px;
	width:100%;
	height:1px;
}
/* lists within the info pages*/
.infolist {
	list-style: square outside;
	text-indent:0px;
}
/* lists within the howitworks pages*/
.faqlist {
	list-style: lower-alpha outside;
}
/* spacers for various content blocks */
#ct1 #colNormal {
	PADDING-RIGHT:5px
}
/* spacers for various content blocks */
#ct2 #colNormal {
	PADDING-RIGHT:5px
}
/* spacers for various content blocks */
#ct2 #colRight {
	PADDING-LEFT:5px
}
/* spacers for various content blocks */
#ct3 #colLeft {
	PADDING-RIGHT:5px
}
/* spacers for various content blocks */
#ct3 #colNormal {
	PADDING-RIGHT:5px
}
/* spacers for various content blocks */
#ct3 #colRight {
	PADDING-LEFT:5px
}
/* spacers for various content blocks */
#ct5 #colLeft {
	PADDING-RIGHT:5px
}
/* spacers for various content blocks */
#ct5 #colNormal {
	PADDING-RIGHT:5px; PADDING-LEFT:5px
}
/* spacers for various content blocks */
#ct5 #colRight {
	PADDING-LEFT:5px
}

