textarea {
	font-family:  Tahoma, verdana, arial,sans-serif; 
	font-size : 10pt ;
	overflow: auto;
	width: 98%
}

* {
	z-index: 3;
	
	font-family: Verdana, Tahoma, Helvetica, Arial, Sans-serif;
	letter-spacing: 0.03em;
	word-spacing: 0.1em;

	text-align: left;

	color: #696969;
	
	margin: 0;

	line-height: 1.4em;
}

h1 {
	color: #cc7e18;
}

h2 {
	font-size: 14px;
	color: #cc7e18;
	font-weight: normal;
}

h3 {
	color: #e8862d;
	font-weight: bold;
	position: relative;
	left: 0px;
	width: 100%;	
	font-size: 11px;
}

h4 {
	color: #e8862d;
	font-weight: bold;
	font-size: 0.8em;
	line-height: 1.6em;		
}

* a:visited,a:active,a:link {
	color: #cc7e18;
	text-decoration: none;
}


* a:hover {
	text-decoration: underline;
}

body {
	background: #ffffff;
}


p {
	position: relative;
	left: 0px;
	
	width: 100%;
}

p.header {
	font-size: 14px;
	color: #cc7e18;
}

p.aloisOrangeSubHeader {
	font-size: 12px;
	color: #cc7e18;
}

table {
	padding: 0px;
}

hr {
	height: 1px;
	border: 0px;

	color: #c0c0c0;
	background-color: #c0c0c0;
}

#main {
	position: relative;
	margin: 0 auto;
	padding: 0;
	
	width: 800px;

	left: 0;
	right: 0;
	
	z-index: 3;
	
	height: 100%;
	
	font-size: 11px;
}

#menu {
	position: relative;
	
	width: 100%;
}

#banner {
	position: relative;
	top: 20px;
	left: 20px;
	
	width: 100%;
	height: 120px;
	
	background-image: url(/meta/images/logo_inkasso_horizontal.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.hierarcy {
	position: absolute;
	bottom: 45px;
	left: 5px;
	/*font-color: blue;*/
	width: 300px;
	/*height: 10px;*/
	/*border-color: #000000;
	border-style: solid;
	border-width: 1px;*/
}

#banner form {
	position: relative;
	right: 20px;
	
	float: right;
}

#content {
	position: relative;
	z-index: 2;
	
	/* width - padding x 2 */
	width: 758px;
	top: -20px;
	
	border-color: #4d717f;
	border-style: solid;

	border-top-width: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;

	padding: 20px;
	padding-top: 35px;
	
	min-height:445px;
	
}

/*
	The following is a clearing fix
	Reference: http://www.positioniseverything.net/easyclearing.html
	
	/stv070131
*/

#content:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#table_mod td {
	color: #e8862d;
}

.important {
	color: #696969;
}

p.center {
	font-size: 9px;
	text-align: center;
}

p.input {
	font-size: 9px;
	text-align: center;
	color: #cc7e18;	
}

.input {
	font-size: 10px;
	text-align: center;
}

.compact {
	font-size: 0.8em;
	line-height: 1.6em;
}

.compact_italic {
	font-style: italic;
	font-size: 0.8em;
	line-height: 1.6em;
}

.strong {
	font-weight: bold;
}

.orange {
	color: #e8862d;
}

.strong_orange {
	color: #e8862d;
	
	font-weight: bold;
}

.vspacing td {
	padding-bottom: 30px;
}

.hspacing td {
	padding-left: 5px;
	padding-right: 5px;
}


