/* @file basic.css */
/* basic.css */

/* @group prerequisites */

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	margin: 0;
	font: 62.5% "Lucida Grande", "Helvetica Neue", Helvetica, Arial, Geneva, SunSans, sans-serif;
	text-align: center;
	background: #d9dde0 url(../../Images/img.layout/body.bg.png) repeat-x left top;
	padding: 0;
}

a {
	text-decoration: underline;
	color: #1a289c;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
	color: maroon;
}

img {
	border: 0;
}

img.left {
	margin: 2px 10px 5px 1px;
	float: left;
	border: 0
}

img.right {
	margin: 2px 1px 5px 10px;
	float: right;
	border: 0
}

img.across {
	border: 0;
	margin: 0 auto 10px;
}

div img.across {
	text-align: center;
}

h1, h2, h3, h4, h5, h6, ul, li {
	margin: 0;
	padding: 0;
	line-height: 120%;
}

h1 {
	padding-bottom: 0.4em;
	padding-top: 0.4em;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 0.4em;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 1.6em;
}

h2 {
	font-size: 1.2em;
	padding-top: 2em;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 0.4em;
	margin-bottom: 0.4em;
}

ul {
	list-style-type: none;
}

div.clearer, span.clearer {
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
	height: 0;
	line-height: 1px;
	font-size: 1px;
}

.dotted_top {
	border-top: 1px dotted gray;
}

.dotted_bottom {
	border-bottom: 1px dotted gray;
}

p.dotted_top {
	margin-top: 0.6em;
	padding-top: 1.4em;
}

p.dotted_bottom {
	padding-bottom: 2em;
	margin-bottom: 0.6em;
}

div#main {
	margin: 0 auto;
	text-align: left;
	width: 1040px;
	height: 100%;
}

div#header {
	height: 175px;
	padding: 0;
	margin: 0;
}

/* @end */

/* @group logo */

h3#logo {
	float: left;
	position: relative;
	width: 100px;
	height: 35px;
	font-size: 11px;
	line-height: normal;
	margin-right: 1em;
	overflow: hidden;
}

h3#logo span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../../Images/img.layout/epapyrus_logo.png) no-repeat 0 0;
}

h3#logo a {
	cursor: pointer;
}

/* @end */

/* @group menu common */

ul#menu {
	font-size: 1.2em;
	padding: 0;
	margin: 0;
	height: 175px;
	width: auto;
}

ul#menu a {
	text-decoration: none;
	color: white;
	cursor: pointer;
}

ul#menu li {
	float: left;
	margin: 0;
	padding: 0;
	color: white;
	line-height: 210%;
}

ul#menu ul {
	height: 140px;
	background: url(../../Images/img.layout/ul.rootlevel.link.shine.png) no-repeat left top;
	margin-top: 0;
	position: relative;
}

ul#menu ul li {
	float: none;
	border-bottom: 1px solid #647480;
	margin: 0 10px;
}

ul#menu ul li.row_0 {
	border-bottom-color: #5c6977;
}

ul#menu ul li.row_1 {
	border-bottom-color: #5f6e7b;
}

ul#menu ul li.row_2 {
	border-bottom-color: #647480;
}

ul#menu ul li.row_3 {
	border-bottom-color: #677885;
}

ul#menu ul li.row_4 {
	border-bottom-color: #6c7f8d;
}

ul#menu ul li.row_5 {
	border-bottom-color: #6c7f8d;
}

ul#menu a.rootlevel, ul#menu a.rootlevel:link, ul#menu a.rootlevel:visited {
	color: #c6c6c6;
	display: block;
	line-height: 35px;
	font-weight: bold;
	height: 35px;
	width: 170px;
}

ul#menu a.rootlevel:hover {
	background-position: left -35px;
}

ul#menu a.rootlevel:active {
	background-position: left -70px;
}

ul#menu a.selected:hover {
	background-position: left -35px;
}

ul#menu a.selected:active {
	background-position: left -70px;
}

ul#menu ul li a, ul#menu ul li a:link, ul#menu ul li a:visited {
	display: block;
	padding: 0 15px;
	height: 25px;
	width: auto;
	color: #b9cad6;
}

ul#menu ul li a:hover {
	color: white;
	background: url(../../Images/img.layout/li.bullet.gif) no-repeat 135px -11px;
}

ul#menu ul li a:active {
	background: url(../../Images/img.layout/li.bullet.gif) no-repeat 135px -111px;
}

ul#menu ul.selected {
	background: url(../../Images/img.layout/ul.rootlevel.selected.shine.png) no-repeat left top;
	padding-bottom: 0.4em;
}

ul#menu ul:hover {
	background: url(../../Images/img.layout/ul.rootlevel.selected.shine.png) no-repeat left top;
}

ul#menu ul.selected li a {
	color: white;
}

ul#menu ul.selected li a.selected {
	color: white;
	background: url(../../Images/img.layout/li.bullet.gif) no-repeat 135px -61px;
}

/* @end */

/* @group menu.de_de */

ul#menu li#unternehmen, 
ul#menu li#lokalisierung, 
ul#menu li#os_x_server, 
ul#menu li#colorpro, 
ul#menu li#schulung {
	position: relative;
	width: 170px;
	height: 35px;
	margin: 0;
	padding: 0;
}

ul#menu li#unternehmen span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../../Images/img.layout/ul.rootlevel.de_de.png) no-repeat 0 0;
}

ul#menu li#unternehmen a:hover span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../../Images/img.layout/ul.rootlevel.de_de.png) no-repeat 0 -35px;
}

ul#menu li#unternehmen a:active span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../../Images/img.layout/ul.rootlevel.de_de.png) no-repeat 0 -70px;
}

ul#menu li#unternehmen a.selected span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../../Images/img.layout/ul.rootlevel.de_de.png) no-repeat 0 -105px;
}

ul#menu li#lokalisierung span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../../Images/img.layout/ul.rootlevel.de_de.png) no-repeat -170px 0;
}

ul#menu li#lokalisierung a:hover span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../../Images/img.layout/ul.rootlevel.de_de.png) no-repeat -170px -35px;
}

ul#menu li#lokalisierung a:active span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../../Images/img.layout/ul.rootlevel.de_de.png) no-repeat -170px -70px;
}

ul#menu li#lokalisierung a.selected span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../../Images/img.layout/ul.rootlevel.de_de.png) no-repeat -170px -105px;
}

ul#menu li#os_x_server span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../../Images/img.layout/ul.rootlevel.de_de.png) no-repeat -340px 0;
}

ul#menu li#os_x_server a:hover span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../../Images/img.layout/ul.rootlevel.de_de.png) no-repeat -340px -35px;
}

ul#menu li#os_x_server a:active span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../../Images/img.layout/ul.rootlevel.de_de.png) no-repeat -340px -70px;
}

ul#menu li#os_x_server a.selected span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../../Images/img.layout/ul.rootlevel.de_de.png) no-repeat -340px -105px;
}

ul#menu li#colorpro span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../../Images/img.layout/ul.rootlevel.de_de.png) no-repeat -510px 0;
}

ul#menu li#colorpro a:hover span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../../Images/img.layout/ul.rootlevel.de_de.png) no-repeat -510px -35px;
}

ul#menu li#colorpro a:active span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../../Images/img.layout/ul.rootlevel.de_de.png) no-repeat -510px -70px;
}

ul#menu li#colorpro a.selected span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../../Images/img.layout/ul.rootlevel.de_de.png) no-repeat -510px -105px;
}

ul#menu li#schulung span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../../Images/img.layout/ul.rootlevel.de_de.png) no-repeat -680px 0;
}

ul#menu li#schulung a:hover span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../../Images/img.layout/ul.rootlevel.de_de.png) no-repeat -680px -35px;
}

ul#menu li#schulung a:active span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../../Images/img.layout/ul.rootlevel.de_de.png) no-repeat -680px -70px;
}

ul#menu li#schulung a.selected span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../../Images/img.layout/ul.rootlevel.de_de.png) no-repeat -680px -105px;
}

/* @end */

/* @group menu.en_uk, menu.en_us */

ul#menu li#company, 
ul#menu li#localization, 
ul#menu li#mac_os_x_server, 
ul#menu li#colorpro, 
ul#menu li#training {
	position: relative;
	width: 170px;
	height: 35px;
	margin: 0;
	padding: 0;
}

ul#menu li#company span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../../Images/img.layout/ul.rootlevel.en_us.png) no-repeat 0 0;
}

ul#menu li#company a:hover span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../../Images/img.layout/ul.rootlevel.en_us.png) no-repeat 0 -35px;
}

ul#menu li#company a:active span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../../Images/img.layout/ul.rootlevel.en_us.png) no-repeat 0 -70px;
}

ul#menu li#company a.selected span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../../Images/img.layout/ul.rootlevel.en_us.png) no-repeat 0 -105px;
}

ul#menu li#localization span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../../Images/img.layout/ul.rootlevel.en_us.png) no-repeat -170px 0;
}

ul#menu li#localization a:hover span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../../Images/img.layout/ul.rootlevel.en_us.png) no-repeat -170px -35px;
}

ul#menu li#localization a:active span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../../Images/img.layout/ul.rootlevel.en_us.png) no-repeat -170px -70px;
}

ul#menu li#localization a.selected span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../../Images/img.layout/ul.rootlevel.en_us.png) no-repeat -170px -105px;
}

ul#menu li#mac_os_x_server span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../../Images/img.layout/ul.rootlevel.en_us.png) no-repeat -340px 0;
}

ul#menu li#mac_os_x_server a:hover span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../../Images/img.layout/ul.rootlevel.en_us.png) no-repeat -340px -35px;
}

ul#menu li#mac_os_x_server a:active span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../../Images/img.layout/ul.rootlevel.en_us.png) no-repeat -340px -70px;
}

ul#menu li#mac_os_x_server a.selected span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../../Images/img.layout/ul.rootlevel.en_us.png) no-repeat -340px -105px;
}

ul#menu li#colorpro span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../../Images/img.layout/ul.rootlevel.en_us.png) no-repeat -510px 0;
}

ul#menu li#colorpro a:hover span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../../Images/img.layout/ul.rootlevel.en_us.png) no-repeat -510px -35px;
}

ul#menu li#colorpro a:active span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../../Images/img.layout/ul.rootlevel.en_us.png) no-repeat -510px -70px;
}

ul#menu li#colorpro a.selected span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../../Images/img.layout/ul.rootlevel.en_us.png) no-repeat -510px -105px;
}

ul#menu li#training span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../../Images/img.layout/ul.rootlevel.en_us.png) no-repeat -680px 0;
}

ul#menu li#training a:hover span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../../Images/img.layout/ul.rootlevel.en_us.png) no-repeat -680px -35px;
}

ul#menu li#training a:active span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../../Images/img.layout/ul.rootlevel.en_us.png) no-repeat -680px -70px;
}

ul#menu li#training a.selected span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../../Images/img.layout/ul.rootlevel.en_us.png) no-repeat -680px -105px;
}
/* @end */

/* @group menu.fr_fr */

ul#menu li#societe, 
ul#menu li#localisation, 
ul#menu li#mac_os_x_server, 
ul#menu li#colorpro, 
ul#menu li#formation {
	position: relative;
	width: 170px;
	height: 35px;
	margin: 0;
	padding: 0;
}

ul#menu li#societe span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../../Images/img.layout/ul.rootlevel.fr_fr.png) no-repeat 0 0;
}

ul#menu li#societe a:hover span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../../Images/img.layout/ul.rootlevel.fr_fr.png) no-repeat 0 -35px;
}

ul#menu li#societe a:active span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../../Images/img.layout/ul.rootlevel.fr_fr.png) no-repeat 0 -70px;
}

ul#menu li#societe a.selected span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../../Images/img.layout/ul.rootlevel.fr_fr.png) no-repeat 0 -105px;
}

ul#menu li#localisation span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../../Images/img.layout/ul.rootlevel.fr_fr.png) no-repeat -170px 0;
}

ul#menu li#localisation a:hover span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../../Images/img.layout/ul.rootlevel.fr_fr.png) no-repeat -170px -35px;
}

ul#menu li#localisation a:active span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../../Images/img.layout/ul.rootlevel.fr_fr.png) no-repeat -170px -70px;
}

ul#menu li#localisation a.selected span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../../Images/img.layout/ul.rootlevel.fr_fr.png) no-repeat -170px -105px;
}

ul#menu li#os_x_server span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../../Images/img.layout/ul.rootlevel.fr_fr.png) no-repeat -340px 0;
}

ul#menu li#os_x_server a:hover span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../../Images/img.layout/ul.rootlevel.fr_fr.png) no-repeat -340px -35px;
}

ul#menu li#os_x_server a:active span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../../Images/img.layout/ul.rootlevel.fr_fr.png) no-repeat -340px -70px;
}

ul#menu li#os_x_server a.selected span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../../Images/img.layout/ul.rootlevel.fr_fr.png) no-repeat -340px -105px;
}

ul#menu li#colorpro span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../../Images/img.layout/ul.rootlevel.fr_fr.png) no-repeat -510px 0;
}

ul#menu li#colorpro a:hover span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../../Images/img.layout/ul.rootlevel.fr_fr.png) no-repeat -510px -35px;
}

ul#menu li#colorpro a:active span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../../Images/img.layout/ul.rootlevel.fr_fr.png) no-repeat -510px -70px;
}

ul#menu li#colorpro a.selected span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../../Images/img.layout/ul.rootlevel.fr_fr.png) no-repeat -510px -105px;
}

ul#menu li#formation span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../../Images/img.layout/ul.rootlevel.fr_fr.png) no-repeat -680px 0;
}

ul#menu li#formation a:hover span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../../Images/img.layout/ul.rootlevel.fr_fr.png) no-repeat -680px -35px;
}

ul#menu li#formation a:active span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../../Images/img.layout/ul.rootlevel.fr_fr.png) no-repeat -680px -70px;
}

ul#menu li#formation a.selected span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../../Images/img.layout/ul.rootlevel.fr_fr.png) no-repeat -680px -105px;
}

/* @end */

/* @group switch_language */

ul#switch_language {
	margin: 0;
	position: absolute;
	top: 6px;
	right: 0;
}

ul#switch_language li {
	float: left;
	font-size: 2px;
}

ul#switch_language li#de_de {
	position: relative;
	width: 26px;
	height: 21px;
}

ul#switch_language li#en_uk, ul#switch_language li#en_us {
	position: relative;
	width: 27px;
	height: 21px;
}

ul#switch_language li#fr_fr {
	position: relative;
	width: 26px;
	height: 21px;
}

ul#switch_language li#de_de a span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../../Images/img.layout/li.languages.generic.png) no-repeat -80px 0;
}

ul#switch_language li#de_de a:hover span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../../Images/img.layout/li.languages.generic.png) no-repeat -320px 0;
}

ul#switch_language li#de_de a:active span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../../Images/img.layout/li.languages.generic.png) no-repeat -560px 0;
}

ul#switch_language li#en_uk a span, ul#switch_language li#en_us a span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../../Images/img.layout/li.languages.generic.png) no-repeat -26px 0;
}

ul#switch_language li#en_uk a:hover span, ul#switch_language li#en_us a:hover span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../../Images/img.layout/li.languages.generic.png) no-repeat -266px 0;
}

ul#switch_language li#en_uk a:active span, ul#switch_language li#en_us a:active span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../../Images/img.layout/li.languages.generic.png) no-repeat -506px 0;
}

ul#switch_language li#fr_fr a span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../../Images/img.layout/li.languages.generic.png) no-repeat -53px t

op;


/*53*/
}

ul#switch_language li#fr_fr a:hover span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../../Images/img.layout/li.languages.generic.png) no-repeat -293px top;
}

ul#switch_language li#fr_fr a:active span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../../Images/img.layout/li.languages.generic.png) no-repeat -533px top;
}

ul#switch_language li#de_de a span.selected {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../../Images/img.layout/li.languages.generic.png) no-repeat 0 0;
}

ul#switch_language li#en_uk a span.selected, ul#switch_language li#en_us a span.selected {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../../Images/img.layout/li.languages.generic.png) no-repeat -106px 0;
}

ul#switch_language li#fr_fr a span.selected {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../../Images/img.layout/li.languages.generic.png) no-repeat -213px top;
}

/* @end */

/* @group Bubbletips */

.bubbletip {
	cursor: default;
}

.tool-tip {
	color: #fff;
	width: 240px;
	z-index: 13000;
	text-align: left;
}

.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #acdfff;
	padding: 8px 8px 4px;
	background: url(../../Images/img.layout/bubble.png) top left;
}

.tool-tip b {
	font-weight: bold;
	font-size: 11px;
	color: #acdfff;
}

.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../../Images/img.layout/bubble.png) bottom right;
}

/* @end */

/* @group newsletterbadge */

#newsletterbadge {
	position: absolute;
	width: 162px;
	height: 162px;
	z-index: 99;
	top: 160px;
	right: 110px;
}

#newsletterbadge h3 {
	position: relative;
	width: 162px;
	height: 162px;
	overflow: hidden;
	line-height: 600px;
}

#newsletterbadge h3 span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../../Images/img.misc/newsletterstoerer.png) no-repeat left top;
}

/* @end */

/* @group content */

div#content {
	clear: both;
	position: absolute;
	top: 185px;
	width: 1000px;
	text-align: center;
}

div#content a, div#content a:visited {
	color: #0043dd;
	text-decoration: none;
}

div#content a:hover {
	text-decoration: underline;
}

div.twothirds {
	width: 66%;
	float: left;
}

div.onethird {
	width: 33%;
	float: right;
}

div.plate {
	width: 836px;
	margin: 0 auto;
	padding-left: 72px;
}

div.plate div.plate_001 {
	background: url(../../Images/img.layout/plate.001.png) no-repeat right top;
	height: 10px;
	line-height: 10px;
}

div.plate div.plate_010 {
	background: url(../../Images/img.layout/plate.010.png) repeat-x left top;
	height: 10px;
	line-height: 10px;
}

div.plate div.plate_100 {
	background: url(../../Images/img.layout/plate.100.png) no-repeat left top;
	height: 10px;
	line-height: 10px;
}

div.plate div.plate_002 {
	background: url(../../Images/img.layout/plate.002.png) no-repeat right top;
	min-height: 279px;
}

div.plate div.plate_020 {
	background: url(../../Images/img.layout/plate.020.png) repeat-x left top;
	min-height: 303px;
}

div.plate div.plate_200 {
	background: url(../../Images/img.layout/plate.200.png) no-repeat left top;
	padding-left: 10px;
	padding-right: 10px;
	min-height: 279px;
}

div.plate div.plate_003 {
	background: url(../../Images/img.layout/plate.003.png) repeat-y right top;
}

div.plate div.plate_030 {
	background-color: #ccc;
}

div.plate div.plate_300 {
	background: url(../../Images/img.layout/plate.300.png) repeat-y left top;
}

div.plate div.plate_004 {
	background: url(../../Images/img.layout/plate.004.png) no-repeat right top;
	height: 29px;
}

div.plate div.plate_040 {
	background: url(../../Images/img.layout/plate.040.png) repeat-x left top;
	height: 29px;
}

div.plate div.plate_400 {
	background: url(../../Images/img.layout/plate.400.png) no-repeat left top;
	height: 29px;
}

div.subplate div.subplate_001 {
	background: url(../../Images/img.layout/subplate.001.png) no-repeat right top;
	height: 59px;
	line-height: 59px;
}

div.subplate div.subplate_010 {
	background: url(../../Images/img.layout/subplate.010.png) repeat-x left top;
	height: 59px;
	line-height: 59px;
}

div.subplate div.subplate_100 {
	background: url(../../Images/img.layout/subplate.100.png) no-repeat left top;
	height: 59px;
	line-height: 59px;
}

div.subplate div.subplate_002 {
	background: white url(../../Images/img.layout/subplate.002.png) repeat-y right top;
	min-height: 100px;
	padding-right: 10px;
}

div.subplate div.subplate_200 {
	background: white url(../../Images/img.layout/subplate.200.png) repeat-y left top;
	min-height: 100px;
	padding-left: 10px;
}

div.subplate div.subplate_003 {
	background: url(../../Images/img.layout/subplate.003.png) no-repeat right top;
	height: 10px;
	line-height: 10px;
}

div.subplate div.subplate_030 {
	background: url(../../Images/img.layout/subplate.030.png) repeat-x left top;
	height: 10px;
	line-height: 10px;
}

div.subplate div.subplate_300 {
	background: url(../../Images/img.layout/subplate.300.png) no-repeat left top;
	height: 10px;
	line-height: 10px;
}

div.subplate div.content {
	background-color: white;
	text-align: left;
	color: #515151;
	margin-top: -3em;
}

div.subplate div.content p {
	line-height: 180%;
	font-size: 1em;
}

div#inner_content {
	text-align: left;
}

div#inner_content p {
	padding-bottom: 0.6em;
}

p.limerick {
	font: italic 2em/180% Georgia, "Times New Roman", Times, serif;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 1em;
	padding: 1em;
	color: #515151;
}

dl#abstract {
	margin: 0;
	padding: 0;
	width: 30em;
}

dl#abstract dt {
	float: left;
	width: 14em;
	font-weight: bold;
	margin: 0 0 0.4em;
	text-align: right;
	padding-right: 0.4em;
}

dl#abstract dd {
	float: left;
	width: 14em;
	padding: 0;
	text-align: left;
	margin: 0 0 0.4em;
}

div.tabloid {
	color: #515151;
	font-size: 1.2em;
	line-height: 1.4;
	padding: 0.4em 1em;
}

p.intro {
	font-weight: bold;
}

div.tabloid div.main_content {
	width: 72%;
	float: left;
	padding-right: 1em;
}

div.tabloid div.heading {
	background-color: white;
}

div.tabloid div.sidebar {
	width: 24%;
	float: right;
	background-color: #fff;
	padding: 0.6em;
	border: 1px solid #e1e1e1;
	font-size: 0.9em;
}

div.tabloid h1 {
	margin: 0;
	padding: 0 0 0.2em;
	color: #919191;
	border-style: none;
	font-size: 2.4em;
	font-weight: normal;
	font-style: normal;
}

div.tabloid h2 {
	margin: 0;
	padding: 0;
	font-size: 2.4em;
	font-weight: normal;
	font-style: normal;
}

div.tabloid h3 {
	line-height: 1.3;
	color: #323232;
	font-size: 1.6em;
	font-weight: normal;
	margin-bottom: 0.3em;
	padding: 1.6em 0 0;
	clear: both;
}

div.tabloid div.onethird h3 {
	font-size: 1.1em;
	line-height: 180%;
	font-weight: bold;
}

div.tabloid div.columns div.column_1_2 {
	width: 49%;
	float: left;
}

div.tabloid div.columns div.column_2_2 {
	width: 49%;
	float: right;
}

.footnote {
	font-size: 0.8em;
}

div.textbox {
	margin-top: 1em;
	margin-bottom: 1em;
}

div.textbox p {
	margin: 0;
	padding: 0.6em 0;
}

div.textbox div.textbox_content {
	background-color: #e4e4e4;
	padding: 0 1em;
}

div.textbox_001 {
	background: url(../../Images/img.layout/textbox.001.png) no-repeat right top;
	line-height: 10px;
	height: 10px;
}

div.textbox_100 {
	background: url(../../Images/img.layout/textbox.100.png) no-repeat left top;
	line-height: 10px;
	height: 10px;
}

div.textbox_010 {
	background-color: #e4e4e4;
	margin: 0 10px;
}

div.textbox_003 {
	background: url(../../Images/img.layout/textbox.003.png) no-repeat right top;
	line-height: 10px;
	height: 10px;
}

div.textbox_300 {
	background: url(../../Images/img.layout/textbox.300.png) no-repeat left top;
	line-height: 10px;
	height: 10px;
}

div.textbox_030 {
	background-color: #e4e4e4;
	margin: 0 10px;
}

ul.listing {
	list-style-type: disc;
	padding-left: 2em;
}

ul.listing li {
	padding-bottom: 0.2em;
}

div.fourboxes {
	clear: both;
	width: 816px;
	height: 130px;
	margin: 0 0 7px;
	padding: 5px 0 0;
}

div.fourboxes div.box {
	width: 194px;
	height: 130px;
	float: left;
	margin: 0;
}

div.fourboxes div.first {
	margin: 0 0 0 5px;
}

div.fourboxes div.second, div.fourboxes div.third, div.fourboxes div.fourth {
	margin: 0 0 0 10px;
}

/* @end */

div#four_oh_four {
	width: 540px;
	height: 400px;
	background: url(../../Images/img.layout/404.bg.jpg) no-repeat left top;
	overflow: hidden;
	border: 1px solid white;
	margin: 0 auto;
}

div#four_oh_four div.content {
	margin-top: 220px;
}

div#four_oh_four div.content h1 {
	padding: 10px 10px 5px;
	font-size: 12px;
	background-color: rgba(255,255,255,0.5);
	margin: 0 10px;
	border-top: 1px solid silver;
	border-bottom-style: none;
}

div#four_oh_four div.content pre {
	font-size: 12px;
	padding: 5px 10px 10px;
	background-color: rgba(255,255,255,0.5);
	margin: 0 10px;
	border-bottom: 1px solid white;
}
/* @end_of_file */


/* @file footer.css */
/* footer.css */
div#footer { width: 100%; margin: 0 auto; text-align: center; background: url(../../Images/img.layout/body.bg.png) repeat-x left -6px; position: fixed; bottom: 0; left: 0; border-top: 1px solid #ededed; font-size: 1em; color: #515151; }
div#footer ul#footer_menu { margin: 0 auto; padding: 0; list-style-type: none; height: 20px; width: 73em; }
div#footer ul#footer_menu li { margin: 0; float: left; height: 20px; padding: 5px 0 0 2em; }
div#footer ul#footer_menu li a { color: #515151; }
div#footer ul#footer_menu li a.selected { color: #000; text-decoration: none; }
div#footer ul#footer_menu li a:hover { color: #000; }
/* @end_of_file */


