body 
{
	background-color:#F3F3F3;
}

h1.header
{
	font-family:Arial Black;
	letter-spacing:-1px;
	color:white;
	padding-top:25px;
	text-align:center;
}

h2.grey
{
	color:#646464;
	font-family:sans-serif;
	letter-spacing:0;
	margin-bottom:0px;
	margin-top:10px;
}

h2.section
{
	margin-top:0px;
	color:#646464;
	font-family:sans-serif;
	font-size:21px;
	letter-spacing:0;
}

h3.section
{
	margin-top:0px;
	color:#646464;
	font-family:sans-serif;
	font-size:18px;
	letter-spacing:0;
}

p.section
{
	color:#646464;
	font-family:sans-serif;
	font-size:14px;
	font-weight:bold;
	letter-spacing:0;
	margin-bottom:0px;
	margin-top:10px;
}

p.content
{
	color:#646464;
	font-family:sans-serif;
	font-size:14px;
	letter-spacing:0;
	margin-bottom:0px;
	margin-top:10px;
}

p.content_code
{
	color:#646464;
	font-family:sans-serif;
	font-size:14px;
	letter-spacing:0;
	margin-bottom:0px;
	margin-top:20px;
	background-color:RGB(241,241,241);
}

div.main
{
	width:75%;
	margin-left:auto;
	margin-right:auto;
}

div.header
{	
	background-image:url(images/background_header.gif);
	margin-top:14px;
	margin-bottom:20px;
	min-height:100px	
}

div.background
{
	min-height:200px;
	margin :20px;
	background-image:url(images/intrexx-5-logo_transparent.png);
	background-position: top center;
	background-repeat:no-repeat;
}

div.content
{
	background-color:white;
	background-image:url(images/background_content.gif);
	background-repeat:repeat-x;
	padding-bottom:5px;
	border:1px solid #C1C2C4;
	color:#353535;
}

div.section_header
{
	padding:20px;
	border-bottom:1px solid #C1C2C4;
}

div.section_header_last
{
	padding:20px;
}

div.section
{
	padding-left:30px;
	padding-right:20px;
	padding-top:10px;
}

div.section_groovy_objects
{
	padding-left:20px;
	padding-right:20px;
}

div.section_velocity_objects
{
	padding-left:20px;
	padding-right:20px;
}

div.section_tech_docs_45
{
	padding-left:20px;
	padding-right:20px;
}

div.impressum
{
	text-align:right;
}

img.header
{
	float:left;
	padding-top:25px;
	padding-left:25px;
	border:none;
}

a
{
	color:#E95D0E;	
	text-decoration:none;
}

a:hover
{
	color:#E95D0E;
	text-decoration:underline;
}

ul.no_bullet
{
	list-style-type:none;
	color:#646464;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:14px;
}

li
{
	margin-bottom:5px;
}

li.exchangeCallable
{
	color:#646464;
	font-family:sans-serif;
	font-size:14px;
	font-weight:bold;
}

pre.code
{
	border:1px solid #C1C2C4;
	padding:10px;
}

span.groovyComment
{
	font-family: monospace;
	color: rgb(0,128,0);
}

span.groovyString
{
	font-family: monospace;
	color: rgb(163,21,21);
}

span.groovyKeyword
{
	font-family: monospace;
	color: rgb(0,102,153);
}

span.groovyNumber
{
	font-family: monospace;
	color: rgb(100,100,200);
}

span.velocityComment
{
	font-family: monospace;
	color: rgb(0,128,0);
}

span.velocityString
{
	font-family: monospace;
	color: rgb(163,21,21);
}

span.velocityKeyword
{
	font-family: monospace;
	color: rgb(0,102,153);
}

span.velocityNumber
{
	font-family: monospace;
	color: rgb(100,100,200);
}

hr.margin_top_bottom
{
	margin-top:25px;
	margin-bottom:25px;
}

th.code_left
{
	text-align:left;
	font-size:16px;
	color:white;
	background-color:lightgrey;
	padding-bottom:4px;
	padding-top:4px;
	padding-left:2px;
}
