.clearall
{
	clear: both;
}

ul
{
	list-style-type: none;
	padding: 0px;

}
#footer
{
	text-align: center;
}

img
{
	border: 0px;
}

body
{
	padding: 0px;
	margin: 0px;
	border: 0px;
	background-color: #DEDFD8;
	background-image: url("/fileadmin/template/images/header_back.png");
	background-repeat:repeat-x;
	font-family: Verdana;
	font-size: 9pt;
	color: #808080;
}

h1
{
	font-size: 14pt;
	color: #85A600;
	margin-top: 2em !important;
}

h1.csc-firstHeader
{
	font-size: 16pt;
	color: #E47C0C !important;
	margin-top: 0em !important;
}

h2, h3
{
	color: #85A600 !important;
}

h1, h2, h3
{
	padding: 0px;
	margin: 0px 0px 1em 0px;
}

a
{
	text-decoration: none;
	color: #3a47c3;
}

a:hover
{
	text-decoration: underline
}
	
a.external-link-new-window
{
	padding: 0px 0px 0px 16px;
	margin: 0px 0px 5px 0px;
	line-height: 2em;
	background: url("/fileadmin/template/images/linknewwindow.png");
	background-repeat: no-repeat;
	background-position: left center;
}
a.external-link-new-window:hover
{

	background: url("/fileadmin/template/images/linknewwindow_over.png");
        background-repeat: no-repeat;
        background-position: left center;
}

.csc-menu a
{
	color: #85A600 !important;
	font-size: 11pt;
}

.csc-menu a, .csc-linkToTop a
{
	padding: 0px 0px 0px 16px;
	margin: 0px 0px 5px 0px;
	line-height: 2em;
	background: url("/fileadmin/template/images/linkarrow.png");
	background-repeat: no-repeat;
	background-position: left center;
	
}

.csc-menu a:hover, .csc-linkToTop a:hover
{
	background: url("/fileadmin/template/images/linkarrow_over.png");
        background-repeat: no-repeat;
        background-position: left center;
}



#top
{
	width: 800px;
	margin: auto;
	text-align: left;			
}

#title
{
	position: absolute;
	left: 0px;
}

#header
{
	height: 88px;
}

#menu
{
	list-style-image: none;
	margin: 0px;
	padding: 45px 0px 0px 30px;
}

#menu li
{
	display: inline;
	padding: 0px 40px 0px 0px;
	margin: 0px;		
}

#menu li a
{
	color: #D4D4D4;
	font-weight: bold;
	font-size: 11pt;
	text-decoration: none;
	margin: 5px 5px 25px 5px;
	padding: 0px;
}

#menu li a:hover
{
	color: white;
}

#menu li.active a
{
	color: white;
}

.menuarrow
{
	position: absolute;
	margin-top: 13px;

	z-index: 20;
}

#content
{
	position: relative;
	width: 800px;
	margin: 0px;
	padding: 0px;
}

#content .outer
{
	background: url("/fileadmin/template/images/cblt_01.gif");
}

#content .footer
{
	background: url("/fileadmin/template/images/cbb.gif");
	background-repeat: no-repeat;
	height: 34px;
	margin-left: 1px;
}

#content .inner
{
	width: 560px;
	min-height: 250px;
	padding: 2em;
}

#content .right
{
	position: absolute;
	margin: 20px 0px 0px 620px;
}

#content .right .rightbox
{
	background: url("/fileadmin/template/images/boxgradient.png ");
	background-repeat: no-repeat;
	padding: 4px 0px 0px 0px;
	margin: 0px;
	width: 140px;	
	min-height: 100px;
}

#content .right .rightbox .innerbox
{
	margin-left: 10px;
}

#content .right .rightbox .submenu
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#content .right .rightbox .submenu li
{
		margin: 0px;
	padding: 0px;
}

#content .right .rightbox .submenu a
{
	color: #808080;
	padding: 0.5em  0px 0.5em 12px;
	margin: 0px 0px 0px 10px;
	line-height: 2em;
	text-decoration: none;
	font-size: 8.5pt;
}

#content .right .rightbox .submenu .active a
{
	background-image: url("/fileadmin/template/images/smallarrow_right.gif");
	background-repeat: no-repeat;
	background-position: left 0.7em;
	color: black;
}

#content .right .rightbox .submenu.level
{
	margin-left: 10px;
}


#searchbox
{
	background-image: url("/fileadmin/template/images/search.png");
	background-repeat: no-repeat;
	padding: 7px 8px 8px 10px;
	height: 46px;
	position: absolute;
	top:0px;
	right:15px;
	width: 135px;
}

#searchbox form
{
	padding: 0px;
	margin: 0px;
}

#searchbox.focus
{
	background-image: url("/fileadmin/template/images/search_sel.png");
	background-repeat: no-repeat;
}

#searchbox input
{
	border: 0px;
	font-size: 8.5pt;
	color: #808080;
	background-color: transparent;
}

.sourcecode
{
	background:#EEEEEE none repeat scroll 0%;
	border:1px solid #CCCCCC;
	margin:4px 4px 1em 4px;
	padding: 18px 10px 5px;
	display: block;
	font-size: 8pt;
	background-image: url("/fileadmin/template/images/source_bg.gif");
	background-repeat: no-repeat;
	background-position: left top;
}

.sourcecode .external-link-new-window
{
	padding: 0px !important;
	margin: 0px !important;
	line-height: 1em !important;
	background: none !important;
}