/*
	General structure
*/

* {
	margin: 0;
	padding: 0;
}

h1 {
	font: normal 1.8em Verdana;
}

#mainframe {
	text-align: left;
	background-color: #fff;
	width: 61.875em;
	border: 1px solid #b4b4b5;
	margin-left: auto;
	margin-right: auto;
	height: 1%;
}

/*
	Header
*/

#head {
	background: #CCC url(../images/head_bg.jpg) repeat-y;
	xborder-bottom: 1px solid #b4b4b5;
	xheight: 7.1em;
}

#head .logo {
	margin: 1.8em 5.25em 1.25em 0;
	float: right;
}

/*
	Content grid
*/

.grid_oneColumn, .grid_twoColumn, .grid_threeColumn, .grid_fourColumn {
	float: left;
	margin-left: 0.938em;
	display: inline;
}

.grid_oneColumn {
	width: 11.245em;
}

.grid_twoColumn {
	width: 23.438em;
}

.grid_threeColumn {
	width: 35.625em;
}

.grid_fourColumn {
	width: 47.813em;
}


/*
	Content layout
*/

#content {
	float: left;
}

#content a.internal-link, #content a.mail, #content a.download, #content div.overviewbox p a {
	background: url(../images/link_arrow.gif) no-repeat right 3px;
	color: #336699;
	padding-right: 1.25em;
}

#content a.internal-link:hover, #content a.mail:hover, #content a.download:hover, #content div.overviewbox p a:hover, #content a.internal-link:focus, #content a.mail:focus, #content a.download:focus, #content div.overviewbox p a:focus {
	background: url(../images/link_arrow_mo.gif) no-repeat right 3px;
	background-color: #99cc33;
	color: #fff;
	padding-right: 1.25em;
}

#content p, #content li, #content .tx-jppageteaser-pi1-text {
	line-height: 1.36em;
	font-size: 0.688em;
	margin-bottom: 0.625em;
}

#content h1 {
	color: #666;
	font: 1.13em Verdana;
	text-transform: uppercase;
	margin-top: 0.5em; 
	margin-bottom: 1.25em;
	
}





#content h2, #content h3 {
	font-size: 0.688em;
	font-weight: bold;
	color: #336699;
	margin-bottom: 0.625em;
}

#content h2 {
	font-size: 0.875em;
	font-weight: bold;
	color: #333333;
	margin-top: 1.5em;
}

#content li {
	padding-left: 20px;
	list-style: none;
	background: url(../images/bullet.gif) no-repeat 0 0.545em;
}

#content li.arrow {
	background: url(../images/link_arrow.gif) no-repeat 0 0.4em;
}

#content li ul {
	margin-top: 0.625em;
}

#content li li {
	font-size: 1em;
	background: url(../images/bullet2.gif) no-repeat 0 0.545em;
}

#content img {
	margin-bottom: 0.625em;
	border: none;
}

#content .left {
	float: left;
	margin-right: 0.625em;
}

#content div.left a, #content div.left a:hover {
	background: none;
	padding: 0;
}

#content dd {
	line-height: 1.36em;
	font-size: 0.688em;
	color: #333;
	display: block;
	padding-bottom: 1em;
}

/* Sitemap */
#content div.csc-sitemap ul, #content div.csc-sitemap ul li ul {
/*	position: relative; */
}

#content div.csc-sitemap li {
	background: url(../images/link_arrow.gif) no-repeat 0 0.45em;
}

#content div.csc-sitemap a{
	background: url(../images/link_arrow.gif) no-repeat -5em 0;
}

#content div.csc-sitemap li a:hover {
	background-color: #99cc33;
	background-image: none;
	padding-right: 0;
}

#content div.csc-sitemap ul li {
	font-size: 0.9em;
}

#content div.csc-sitemap ul li ul li {
	font-size: 0.9em;
}

#content div.csc-sitemap ul li ul li ul li {
	font-size: 0.925em;
}


/*
	Right column generals
*/

#context a {
	background: url(../images/link_arrow.gif) no-repeat right 3px;
	color: #336699;
	font-size: 1em;
	padding-right: 1.25em;
}

#context a:hover, #context a:focus {
	background: url(../images/link_arrow_mo.gif) no-repeat right 3px;
	background-color: #99cc33;
	color: #fff;
	padding-right: 1.25em;
}

#context h2 {
	color: #666;
	font: normal 1.636em Verdana;
	text-transform: uppercase;
	margin-bottom: 0.375em;
}

#context h3 {
	font-size: 1em;
	color: #336699;
	margin-bottom: 0.9em;
}

#context p {
	line-height: 0.938em;
	margin-bottom: 0.625em;
}

/*
	Searchbox
*/

#context div#searchbox {
	font-size: 0.688em;
	margin-bottom: 1.1em;
	height: 3.15em;
}

#context div#searchbox .search_ro {
	background: url(../images/search_bg_top_right.gif) top right no-repeat;
}

#context div#searchbox .search_lo {
	background: url(../images/search_bg_top_left.gif) top left no-repeat;
}

#context div#searchbox .search_ru {
	background: url(../images/search_bg_bottom_right.gif) bottom right no-repeat;
}

#context div#searchbox .search_lu {
	background: url(../images/search_bg_bottom_left.gif) bottom left no-repeat;
}

#context div#searchbox .searchform {
	padding: 0.7em 0.82em 0.9em 0.82em;
}

#context div#searchbox input.searchstring {
	width: 8.3em;
	font-size: 0.909em;
	line-height: 0.938em;
}

#context div#searchbox input.submitsearch {
	border: none;
	font: bold 1em Verdana;
	color: #ffffff;
	background: none;
}

/*
	Contactbox
*/

#context div#contactbox {
	font-size: 0.688em;
	line-height: 1.363em;
	margin-bottom: 0.8em;
	height: 19.35em;
	*/ height: 20em;
}

#context div#contactbox .contact_ro {
	background: url(../images/contact_bg_top_right.gif) top right no-repeat;
}

#context div#contactbox .contact_lo {
	background: url(../images/contact_bg_top_left.gif) top left no-repeat;
}

#context div#contactbox .contact_ru {
	background: url(../images/contact_bg_bottom_right.gif) bottom right no-repeat;
}

#context div#contactbox .contact_lu {
	background: url(../images/contact_bg_bottom_left.gif) bottom left no-repeat;
}

#context div#contactbox .contactform {
	padding: 0.9em 0.82em 0.35em 0.82em;
}

#context div#contactbox select {
	font-size: 0.909em;
	width: 15em;
	margin-top: 0.909em;
}

#context div#contactbox h3 {
	margin-bottom: 0;
	margin-top: 0.9em;
}

#context div#contactbox p {
	padding: 0.7em 0;
}

/*
	Moduleboxes
*/

#context div#modulebox {
	padding-top: 0;
	font-size: 0.688em;
}

#context div#modulebox h2 {
	margin-bottom: 0.4em;
}

#context div#modulebox p {
	line-height: 1.363em;
}

#context div#modulebox img {
	margin-bottom: 0.9em;
}

/*
	Footer
*/

#footer {
	color: #336699;
	padding: 1.36em;
	font-size: 0.688em;
}

#footer span {
	float: left;
	padding-right: 0.45em;
}

.clearFloat {
	clear: both;
	font-size: 1px;
	line-height: 0px;
}


/*
	tables
*/

table { vertical-align: top; width: 100%; margin: 0; }
td { background-color: #f1f1f1; vertical-align: top; padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px !important; }

/*
	Two Column Content Layout
*/

div.c2l1d-left, div.c2l1d-middle {
	border: none;
	border-top: 1px dotted #336699;
	width: 23.75em;
	padding-top: 0.75em;
}

div.c2l1d-middle {
	left: 23.75em;
	width: 11.875em;
}

div.c2l1d-left h2, div.c2l1d-middle h2 {
	margin-top: 0 !important;
}
