
/* ---------------------------------------------------- */

@font-face {
    font-family: 'MuseoSans';
    src: url('../fonts/museosans_500-webfont.eot');
    src: url('../fonts/museosans_500-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museosans_500-webfont.woff') format('woff'),
         url('../fonts/museosans_500-webfont.ttf') format('truetype'),
         url('../fonts/museosans_500-webfont.svg#museo_sans_500regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MuseoSans';
    src: url('../fonts/museosans_700-webfont.eot');
    src: url('../fonts/museosans_700-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museosans_700-webfont.woff') format('woff'),
         url('../fonts/museosans_700-webfont.ttf') format('truetype'),
         url('../fonts/museosans_700-webfont.svg#museo_sans_700regular') format('svg');
    font-weight: bold;
    font-style: normal;
}

/* ---------------------------------------------------- */

html {
	overflow-y: scroll;
}

body {
	margin: 0;
}

a {
	text-decoration: none;
}

a:focus,
a:hover,
a:active {
	outline: none;
}

a img {
	border: 0;
}

img {
	vertical-align: bottom;
	color: transparent;
}

img:-moz-loading {
	visibility: hidden;
}

p,
ul,
ol,
form {
	margin: 0;
	padding: 0;
}

input:focus,
textarea:focus { 
	outline: none;
}

/* ---------------------------------------------------- */

div.clearer {
	clear: both;
}

div.spacer {
	height: 15px;
	display: block;
	clear: both;
}

span.hide { 
	display: none;
}

/* ---------------------------------------------------- */

body {
	font-family: MuseoSans, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #272727;
	min-width: 975px;
	background: #DADBDA url("../images/bg.png") repeat-y center top;
	position: relative;
}

#container {
	width: 975px;
	margin: 0 auto 0 auto;
	position: relative;
}

#ribbon {
	background: #1D98A9 url("../images/bg_ribbon.png") no-repeat center top;
	width: 100%;
	height: 4px;
}

/* ---------------------------------------------------- */

#metamenu {
	background: transparent url("../images/transparent_white_50.png") repeat;
	background: rgba(255, 255, 255, 0.5);
	position: absolute;
	top: 0;
	right: 0;
}

#metamenu ul {
	list-style-type: none;
}

#metamenu ul li {
	float: left;
}

#metamenu ul li a {
	font-size: 14px;
	display: block;
	color: #666667;
	padding: 7px 0 7px 16px;
	margin: 0 15px 0 15px;
	cursor: pointer;
}

#metamenu ul li a:hover {
	color: #252927;
}

#metamenu ul li#author a {
	background: transparent url("../images/icon_author.png") no-repeat left center;
}

#metamenu ul li#links a {
	background: transparent url("../images/icon_links.png") no-repeat left center;
}

#metamenu ul li#contact a {
	background: transparent url("../images/icon_contact.png") no-repeat left center;
}

#metamenu ul li#imprint a {
	background: transparent url("../images/icon_imprint.png") no-repeat left center;
}

#metamenu ul li#websites a {
	background: transparent url("../images/icon_globe.png") no-repeat left center;
}

#metamenu ul li#search-show {
	background: #444444;
}

#metamenu ul li#search-show:hover {
	background: #B6B8B7;
}

#metamenu ul li#search-show a {
	background: transparent url("../images/icon_metasearch.png") no-repeat left center;
	color: #fff;
}

#metamenu ul li#author a:hover,
#metamenu ul li#links a:hover,
#metamenu ul li#contact a:hover,
#metamenu ul li#imprint a:hover,
#metamenu ul li#websites a:hover,
#metamenu ul li#search-show a:hover  {
	background-position: -250px center;
}

#metamenu #website-select {
	display: none;
	position: absolute;
	right: 0;
	top: 29px;
	background: #F6F7F6;
	border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
	width: 230px;
	padding: 5px 0 5px 0;
	z-index: 100;
}

#metamenu #website-select ul li {
	float: none;
}

#metamenu #website-select ul li a {
	background: transparent url("../images/icon_globe.png") no-repeat left center;
}

#metamenu #website-select ul li a:hover {
	background-position: -250px center;
}

/* ---------------------------------------------------- */

#logo {
	width: 800px;
	display: inline-block;
	margin-bottom: 23px;
	margin-top: 62px;
	position: relative;
}

#logo a span { 
	width: 100%;
	height: 100%;
	position: absolute; 
	top: 0;
	left: 0;
	z-index: 10; 
	cursor: pointer;
  	background-image: url("../images/blank.gif");
}

#logo img {
	float: left;
	margin-right: 10px;
}

#logo > div {
	float: left;
}

#logo #title {
	font-size: 36px;
	display: block;
}

#logo #title span {
	color: #949896;
}

#logo #subtitle {
	font-size: 15px;
	color: #676768;
}

/* ---------------------------------------------------- */

#mainmenu {
	background: transparent url("../images/bg_mainmenu.png") no-repeat left top;
	display:table; 
	width:100%; 
	height: 76px;
}

#mainmenu ul {
	display:table-row;
}

#mainmenu ul li {
	display: block;
	height: 39px;
	line-height: 39px;
	padding-top: 2px;
	padding-right: 1px;
	text-align: center;
	display:table-cell;
	*float: left;
}

#mainmenu ul li a {
	color: #7F8582;
	font-size: 16px;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 1);
	display: block;
	border-bottom: 5px solid #B6B8B7;
	padding: 0 17px 0 17px;
}

#mainmenu ul li a:hover,
#mainmenu ul li.selected a {
	color: #252927;
	border-color: #252927;
}

#mainmenu ul li:first-child a {
	background: transparent url("../images/icon_home.png") no-repeat 10px 12px;
	padding-left: 28px;
}

#mainmenu ul li:first-child a:hover,
#mainmenu ul li:first-child.selected a {
	background-image: url("../images/icon_home_hover.png");
}

#mainmenu ul li.blue a:hover,
#mainmenu ul li.blue.selected a {
	color: #1A99AA;
	border-color: #1A99AA;
}

#mainmenu ul li.red a:hover,
#mainmenu ul li.red.selected a {
	color: #DB6A4A;
	border-color: #DB6A4A;
}


#mainmenu ul li.yellow a:hover,
#mainmenu ul li.yellow.selected a {
	color: #C9B107;
	border-color: #C9B107;
}

#mainmenu ul li.green a:hover,
#mainmenu ul li.green.selected a {
	color: #409F89;
	border-color: #409F89;
}

/* ---------------------------------------------------- */

#submenu {
	width: 225px;
	float: left;
}

#submenu ul {
	list-style-type: none;
	overflow: hidden;
	line-height: 23px;
}

#submenu ul ul {
	margin-top: 10px;
}

#submenu ul li a {
	margin-left: 10px;
	color: #222624;
	font-size: 14px;
	position: relative;
}

#submenu ul li ul li a:hover,
#submenu ul li ul li.selected a,
#submenu ul li#root > a {
	color: #7F8582;
}

#submenu ul li ul li a:hover:before,
#submenu ul li ul li.selected a:before,
#submenu ul li#root > a:before {
    position: absolute;
    background: #7F8582;
    content: ' ';
    display: block;
    height: 11px;
	bottom: 3px;
	left: -10px; /* #submenu ul li a { margin-left: 10px; } */
    width: 6px;
}

#submenu ul li a:hover:after,
#submenu ul li.selected a:after,
#submenu ul li#root > a:after {
	position: absolute;
    background: #7F8582;
    content: ' ';
    display: block;
    height: 11px;
	bottom: 3px;
	left: 100%;
    width: 225px;
	margin-left: 5px;   
}

#submenu ul li#root > a {
	font-size: 17px;
	color: #252927;
}

#submenu ul li#root > a:before {
    height: 14px;
	background: #252927;
}

#submenu ul li#root > a:after {
    height: 14px;
	background: #252927;
}

/* ---------------------------------------------------- */

.blue #submenu ul li ul li a:hover,
.blue #submenu ul li ul li.selected a,
.blue #submenu ul li#root > a {
	color: #1A99AA;
}

.blue #submenu ul li ul li a:hover:before,
.blue #submenu ul li ul li.selected a:before,
.blue #submenu ul li ul li a:hover:after,
.blue #submenu ul li ul li.selected a:after,
.blue #submenu ul li#root > a:before,
.blue #submenu ul li#root > a:after {
	background: #1A99AA;
}

.red #submenu ul li ul li a:hover,
.red #submenu ul li ul li.selected a,
.red #submenu ul li#root > a {
	color: #DB6A4A;
}

.red #submenu ul li ul li a:hover:before,
.red #submenu ul li ul li.selected a:before,
.red #submenu ul li ul li a:hover:after,
.red #submenu ul li ul li.selected a:after,
.red #submenu ul li#root > a:before,
.red #submenu ul li#root > a:after {
	background: #DB6A4A;
}

.yellow #submenu ul li ul li a:hover,
.yellow #submenu ul li ul li.selected a,
.yellow #submenu ul li#root > a {
	color: #C9B107;
}

.yellow #submenu ul li ul li a:hover:before,
.yellow #submenu ul li ul li.selected a:before,
.yellow #submenu ul li ul li a:hover:after,
.yellow #submenu ul li ul li.selected a:after,
.yellow #submenu ul li#root > a:before,
.yellow #submenu ul li#root > a:after {
	background: #C9B107;
}

.green #submenu ul li ul li a:hover,
.green #submenu ul li ul li.selected a,
.green #submenu ul li#root > a {
	color: #409F89;
}

.green #submenu ul li ul li a:hover:before,
.green #submenu ul li ul li.selected a:before,
.green #submenu ul li ul li a:hover:after,
.green #submenu ul li ul li.selected a:after,
.green #submenu ul li#root > a:before,
.green #submenu ul li#root > a:after {
	background: #409F89;
}

/* ---------------------------------------------------- */

#content {
	width: 725px;
	float: right;
	position: relative;
}

#content div.intro p {
	font-size: 15px;
	color: #252927;
}

#content h1 > img,
#content span.headline > img {
	padding-top: 3px;
	vertical-align: top;
	margin-right: 5px;
}

#content div.seperator {
    background: transparent url("../images/bg_seperator.png") no-repeat left 17px;
    clear: both;
    display: block;
    height: 55px;
}

/* ---------------------------------------------------- */

#content div.annotations ol {
	font-size: 11px;
	color: #272727;
}

/* ---------------------------------------------------- */

.wide #content {
	width: 100%;
}

.wide #content div.seperator {
	background-image: url("../images/bg_seperator_wide.png");
}

.wide #footer {
	background-image: url("../images/bg_footer_wide.png");
	width: 100%;
} 

/* ---------------------------------------------------- */

#content .annotation-image {
	width: 225px;
	float: left;
	margin-right: 25px;
}

#content .annotation-image span {
	font-weight: bold;
	display: block;
	margin-top: 7px;
}

#content .annotation-image blockquote {
	margin: 10px 0 0 0;
	font-style: italic;
}

#content #signature {
	float: right;
}

#content #signature p {
	font-weight: bold;
	display: inline-block;
	margin-right: 20px;
}

#content #signature img {
	vertical-align: middle;
}

/* ---------------------------------------------------- */

#content .box {
	width: 225px;
	margin-right: 25px;
	margin-top: 12px;
	margin-bottom: 10px;
	float: left;
}

#content .box.last {
	margin-right: 0;
}

#content .box span {
	font-size: 22px;
	font-weight: bold;
	display: block;
	margin-bottom: 30px;
}

#content .box span img {
	vertical-align: top;
	margin-right: 8px;
}

#content .box a.bottom {
	background-color: transparent;
	background-position: left 2px;
	background-repeat: no-repeat;
	padding-left: 18px;
	display: inline-block;
	text-decoration: none;
	margin-bottom: 20px;
}

#content .box.blue span,
#content .box.blue a {
	color: #1A99AA;
}

#content .box.red span,
#content .box.red a {
	color: #DB6A4A;
}

#content .box.yellow span,
#content .box.yellow a {
	color: #C9B107;
}

#content .box.green span,
#content .box.green a {
	color: #409F89;
}

#content .box.blue a.bottom {
	background-image: url("../images/icon_arrow_blue.png");
}

#content .box.red a.bottom {
	background-image: url("../images/icon_arrow_red.png");
}

#content .box.yellow a.bottom {
	background-image: url("../images/icon_arrow_yellow.png");
}

#content .box.green a.bottom {
	background-image: url("../images/icon_arrow_green.png");
}

#content .box a.bottom:hover {
	background-image: url("../images/icon_arrow_default.png");
	color: #666667;
}

/* ---------------------------------------------------- */

#content h1,
#content span.headline {
	color: #949896;
}

#content em {
	background: #949896;
}

.blue #content h1,
.blue #content span.headline {
	color: #1A99AA;
}

.blue #content em {
	background: #1A99AA;
}

.red #content h1,
.red #content span.headline {
	color: #DB6A4A;
}

.red #content em {
	background: #DB6A4A;
}

.yellow #content h1,
.yellow #content span.headline {
	color: #C9B107;
}

.yellow #content em {
	background: #C9B107;
}

.green #content h1,
.green #content span.headline {
	color: #409F89;
}

.green #content em {
	background: #409F89;
}

/* ---------------------------------------------------- */

#content a {
	color: #252927;
	text-decoration: none;
}

#content a:hover {
	color: #7F8582;
}

#content a.single-link {
	background: transparent url("../images/icon_arrow_black.png") no-repeat 1px 1px;
	padding-left: 16px;
}

#content a.single-link:hover {
	background-image: url("../images/icon_arrow_default.png");
}

#content h1,
#content span.headline {
	font-size: 28px;
	font-weight: normal;
	margin: 0 0 28px 0;
	display: block;
}

#content h2,
#content.article h1 {
	font-size: 21px;
	font-weight: bold;
	margin: 0 0 12px 0;
	color: #272727;
}

#content.article h1 {
	text-shadow: none;
}

#content h3,
#content.article h2 {
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 12px 0;
}

#content em {
	font-weight: normal;
	color: #fff;
	padding: 0 2px 0 2px;
	font-style: normal;
}

#content p,
#content ul,
#content ol {
	font-size: 13px;
	color: #666667;
	margin-bottom: 18px;
	line-height: 20px;
}

#content ul,
#content ol {
	color: #272727;
}

#content ul span.inside,
#content ol span.inside {
	color: #666667;
}

#content ul,
#content ol {
	list-style-position: outside;
}

#content ul {
	margin-left: 5px;
	list-style-type: square;
}

#content ol {
	margin-left: 10px;
}

#content ul ul,
#content ol ol {
	margin-top: 18px;
	margin-bottom: 0;
}

#content ul li,
#content ol li {
	margin-bottom: 18px;
	margin-left: 8px;
}

#content ul li {
	margin-bottom: 5px;
}

#content table 	{
	margin: 10px 0 10px 0;
	border-collapse: collapse;
	border-spacing: 0;
	color: #666667;
}

#content table th,
#content table thead td {
	font-weight: bold;
}

#content table td, 
#content table th {
	padding: 12px;
	border: 1px solid;
	text-align: left;
}

#content sup {
	color: #252927;
	margin-left: -2px;
    margin-right: 2px;
}

/* ---------------------------------------------------- */

#content a[href^="http://"] {
	background: transparent url("../images/icon_arrow_black.png") no-repeat 1px 1px;
	padding-left: 16px;
}

#content a[href^="http://"]:hover {
	background-image: url("../images/icon_arrow_default.png");
}

#content a.fancybox {
	position: relative;
	display: inline-block;
	text-decoration: none;
}

#content a.fancybox span {
	background: transparent url("../images/icon_magnify.png") no-repeat left top;
	position: absolute; 
	width: 28px;
	height: 28px;
	right: 13px;
	bottom: 13px;
	display: none;
}

#content a:hover.fancybox span {
	display: block;
}

#content div.image a {
	background: 0;
	padding: 0;
}

#content div.image.left {
	float: left;
}

#content div.image.right {
	float: right;
}

#content div.image.center {
	text-align: center;
}

#content div.image.float.left  {
	margin: 3px 15px 5px 0;
}

#content div.image.float.right {
	margin: 3px 0 5px 15px;
}

#content div.image.separate {
	margin: 0 0 18px 0;
}

/* ---------------------------------------------------- */

#content ul.anchor-links {
	position: absolute;
	top: 8px;
	right: 0;
	list-style-type: none;
}

#content ul.anchor-links li {
	float: left;
	padding-left: 10px;
}

#content ul.anchor-links li a {
	font-size: 14px;
	padding-left: 18px;
	background: transparent url("../images/icon_arrow_down.png") no-repeat left center;
}

#content ul.anchor-links li a:hover {
	background-image: url("../images/icon_arrow_down_hover.png");
}

/* ---------------------------------------------------- */

#content ul.list {
	list-style-type: none;
	padding-top: 2px;
	margin-left: 0;
	background: transparent url("../images/bg_list_top.png") no-repeat left top;
}

#content ul.list li {
	margin-left: 0;
	margin-bottom: 0;
	padding-left: 5px;
	background-color: transparent;
	background-position: left top;
	background-repeat: no-repeat;
	height: 30px;
	position: relative;
}

#content ul.article.list li {
	background-image: url("../images/bg_articlelist.png");
}

#content ul.article.list li:hover {
	background-position: left -30px;
}

#content ul.download.list li {
	background-image: url("../images/bg_downloadlist.png");
}

#content ul.download.list li:hover {
	background-position: left -30px;
}

#content ul.list li a {
	position: relative;
	color: #222624;
	font-size: 13px;
	text-decoration: none;
	height: 30px;
	line-height: 30px;
	padding-left: 20px;
	background: transparent url("../images/icon_arrow_black.png") no-repeat left center;
	overflow: hidden;
	display: block;
	width: 677px;
}

#content ul.list li a span {
    position: relative;   
}
#content ul.list li a:hover span:after,
#content ul.list li.selected > a span:after {
   background: #7F8582;
    content: ' ';
    display: block;
    height: 5px;
    width: 725px;
    margin-left: 5px;
    position: absolute;
    left: 100%;
    bottom: 5px;
}

#content ul.list li a:hover {
	background-image: url("../images/icon_arrow_default.png");
	color: #7F8582;
}

/* ---------------------------------------------------- */

.blue #content ul.list li a:hover {
	background-image: url("../images/icon_arrow_blue.png");
	color: #1A99AA;
}

.blue #content ul.list li a:hover span:after {
	background: #1A99AA;
}

.red #content ul.list li a:hover {
	background-image: url("../images/icon_arrow_red.png");
	color: #DB6A4A;
}

.red #content ul.list li a:hover span:after {
	background: #DB6A4A;
}

.yellow #content ul.list li a:hover {
	background-image: url("../images/icon_arrow_yellow.png");
	color: #C9B107;
}

.yellow #content ul.list li a:hover span:after {
	background: #C9B107;
}

.green #content ul.list li a:hover {
	background-image: url("../images/icon_arrow_green.png");
	color: #409F89;
}

.green #content ul.list li a:hover span:after {
	background: #409F89;
}

/* ---------------------------------------------------- */

#content #book-list {
	background: transparent url("../images/bg_line.png") repeat-x left top;
	margin-bottom: 18px;
}

#content #book-list .book {
	background: transparent url("../images/bg_line.png") repeat-x left bottom;
	padding-bottom: 2px;
	position: relative;
}

#content #book-list .book:first-child {
	padding-top: 1px;
}

#content #book-list .book .inner {
	background: transparent url("../images/bg_booklist.png") repeat-y left top;
	padding: 10px 25px 10px 25px;
}

#content #book-list .book.link:hover .inner {
	background-image: url("../images/bg_booklist_hover.png");
}

#content #book-list .book .inner h2 {
	font-size: 13px;
	margin-bottom: 2px;
	font-weight: normal;
	color: #222624;
	display: inline-block;
}

#content #book-list .book.link:hover .inner h2 {
	color: #7F8582;
}

#content #book-list .book .inner p {
	font-size: 13px;
	color: #666667;
	font-weight: normal;
	margin: 0;
	line-height: 17px;
	
}
#content #book-list .book .inner p strong {
	color: #252927;
	background: #fff;
}

#content #book-list .book a[href^="http://"],
#content #book-list .book a[href^="http://"]:hover {
	background: transparent; 
	padding-left: 0;
}


#content #book-list .book a span { 
	width: 100%;
	height: 100%;
	position: absolute; 
	top: 0;
	left: 0;
	z-index: 10; 
	cursor: pointer;
  	background-image: url("../images/blank.gif");
}

#content #book-list .book .icon {
	background: transparent url("../images/icon_arrow_black.png") no-repeat left top;
	width: 12px;
	height: 13px;
	position: absolute;
	top: 12px;
	left: 5px;
}

#content #book-list .book.link:hover .icon {
	background-image: url("../images/icon_arrow_default.png");
}

#content #book-list .book a span { 
	width: 100%;
	height: 100%;
	position: absolute; 
	top: 0;
	left: 0;
	z-index: 10; 
	cursor: pointer;
  	background-image: url("../images/blank.gif");
}

#content #book-list .book .inner h2 {
	position: relative;
	overflow: hidden;
	display: block;
	width: 687px;
}

#content #book-list .book .inner h2 span {
    position: relative;   
}
#content #book-list .book.link:hover .inner h2 span:after {
   background: #7F8582;
    content: ' ';
    display: block;
    height: 5px;
    width: 725px;
    margin-left: 5px;
    position: absolute;
    left: 100%;
    bottom: 5px;
}

/* ---------------------------------------------------- */

#content #article-navigation {
	background: transparent url("../images/bg_article_navigation.png") no-repeat left top;
	margin-bottom: 30px;
	height: 37px;
}

#content #article-navigation a,
#content #article-navigation span {
	height: 37px;
	line-height: 37px;
	display: inline-block;
	background-color: transparent;
	background-repeat: no-repeat;
	color: #7F8582;
	float: left;
}

#content #article-navigation span {
	margin-left: 10px;
	margin-right: 10px;
}

#content #article-navigation a:hover {
	color: #252927;
}

#content #article-navigation a.disabled:hover {
	color: #7F8582;
}

#content #article-navigation a.overview {
	background-image: url("../images/icon_article_navigation_overview.png");
	background-position: left center;
	padding-left: 24px;
}

#content #article-navigation a.overview:hover {
	background-image: url("../images/icon_article_navigation_overview_hover.png");
}

#content #article-navigation .right {
	float: right;
}

#content #article-navigation .right a.previous {
	background-image: url("../images/icon_article_navigation_previous.png");
	background-position: left center;
	padding-left: 24px;
}

#content #article-navigation .right a.previous:hover {
	background-image: url("../images/icon_article_navigation_previous_hover.png");
}

#content #article-navigation .right a.previous.disabled:hover {
	background-image: url("../images/icon_article_navigation_previous.png");
}

#content #article-navigation .right a.next {
	background-image: url("../images/icon_article_navigation_next.png");
	background-position: right center;
	padding-right: 24px;
}

#content #article-navigation .right a.next:hover {
	background-image: url("../images/icon_article_navigation_next_hover.png");
}

#content #article-navigation .right a.next.disabled:hover {
	background-image: url("../images/icon_article_navigation_next.png");
}

/* ---------------------------------------------------- */

#content h2.contact {
	margin-bottom: 30px;
	background: transparent url("../images/icon_mail.png") no-repeat left 2px;
	padding-left: 35px;
}

#content #rex-xform p {
	margin: 0;
}

#content #rex-xform label {
	color: #000;
	width: 120px;
	display: inline-block;
	text-transform: none;
	vertical-align: top;
}

#content #rex-xform input,
#content #rex-xform textarea {
	border: 1px solid #D1D1D1;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
	width: 590px;
	padding-left: 5px;
}

#content #rex-xform input:focus,
#content #rex-xform textarea:focus {
	background: #FCFAEC;
}

#content #rex-xform input {
	height: 26px;
	margin-bottom: 10px;
}

#content #rex-xform textarea {
	height: 150px;
}

#content #rex-xform .submit {
	background-color: #656B69;
	background-image: -moz-linear-gradient(center top , #585858, #262626);
	color: #fff;
	margin-left: 123px;
	margin-top: 15px;
	width: 80px;
	cursor: pointer;
	height: 29px;
	border: none;
	font-size: 12px;
	border: 1px solid #464646;
}

#content #rex-xform .submit:hover,
#content #rex-xform .submit:active {
	background-image: -moz-linear-gradient(center top , #898D8C, #656B69);
	
}

#content #rex-xform ul.form_warning li {
	margin-bottom: 7px;
}

/* ---------------------------------------------------- */

.search #content h1 {
	margin-bottom: 15px;
}

.search #content div.seperator {
	background-position: left center;
	height: 50px;
}

#content #search-results {
	margin-bottom: 30px;
}

#content #search-results p {
	font-size: 22px;
	color: #272727;
	font-weight: bold;
}

#content #search-results p span {
	color: #7F8582;
}

#content #search-result-list {
	background: transparent url("../images/bg_line.png") repeat-x left top;
}

#content #search-result-list .result {
	background: transparent url("../images/bg_line.png") repeat-x left bottom;
	padding-bottom: 2px;
	position: relative;
}

#content #search-result-list .result:first-child {
	padding-top: 1px;
}

#content #search-result-list .result .inner {
	background: transparent url("../images/bg_gradient.png") repeat-y left top;
	padding: 10px 25px 10px 25px;
}

#content #search-result-list .result:hover .inner {
	background-image: url("../images/bg_gradient_hover.png");
}

#content #search-result-list .result .inner h2 {
	font-size: 15px;
	margin-bottom: 5px;
	font-weight: normal;
	background: #414744;
	color: #fff;
	padding: 1px 4px 1px 4px;
	display: inline-block;
}

#content #search-result-list .result:hover .inner h2 {
	background: #7F8582;
}

#content #search-result-list .result .inner p {
	font-size: 13px;
	color: #666667;
	font-weight: normal;
	margin: 0;
	line-height: 17px;
	
}
#content #search-result-list .result .inner p strong {
	color: #252927;
	background: #fff;
}


#content #search-result-list .result .inner a span { 
	width: 100%;
	height: 100%;
	position: absolute; 
	top: 0;
	left: 0;
	z-index: 10; 
	cursor: pointer;
  	background-image: url("../images/blank.gif");
}

#content #search-result-list .result .icon {
	background: transparent url("../images/icon_arrow_black.png") no-repeat left top;
	width: 12px;
	height: 13px;
	position: absolute;
	top: 15px;
	left: 5px;
}

#content #search-result-list .result:hover .icon {
	background-image: url("../images/icon_arrow_default.png");
}

#content #search-result-list .result a span { 
	width: 100%;
	height: 100%;
	position: absolute; 
	top: 0;
	left: 0;
	z-index: 10; 
	cursor: pointer;
  	background-image: url("../images/blank.gif");
}

/* ---------------------------------------------------- */

#search-box {
	background: transparent url("../images/transparent_444444_94.png") repeat;
	background: rgba(68, 68, 68, 0.94);
	width: 100%;
	height: 177px;
	position: absolute;
	top: 4px;
	left: 0;
	z-index: 100;
	display: none;
}

#search-box .inner {
	width: 975px;
	margin: 0 auto;
	margin-top: 10px;
}

#search-box .inner div {
	margin-bottom: 18px;
}

#search-box .inner div,
#search-box .inner a {
	color: #C5C5C5;
	font-size: 15px;
}

#search-box .inner div.title {
	background: transparent url("../images/icon_search.png") no-repeat left center;
	padding-left: 18px;
	float: left;
}

#search-box .inner div.close {
	float: right;
}

#search-box .inner div.close a {
	background: transparent url("../images/icon_close.png") no-repeat right 2px;
	padding-right: 18px;
	cursor: pointer;
}

#search-box .inner div.close a:hover {
	color: #fff;
	background-image: url("../images/icon_close_hover.png");
}

#search-box .inner #search-field {
	clear: both;
    background: transparent;
    border: 0 none;
    color: #fff;
    display: block;
    font-size: 90px;
    outline: medium none;
    padding: 0;
    width: 100%;
}

/* ---------------------------------------------------- */

#footer {
    background: transparent url("../images/bg_footer.png") no-repeat left 22px;
	width: 725px;
    clear: both;
    display: block;
    height: 70px;
	padding-top: 10px;
	margin-top: 10px;
	float: right;
}

#footer ul {
	list-style-type: none;
	float: right;
	margin-right: 1px;
}

#footer ul li {
	float: left;
}

#footer ul li a {
	display: block;
	width: 24px;
	height: 25px;
	margin-left: 23px;
}

#footer ul li.print a {
	background: transparent url("../images/icon_printer.png") no-repeat left top;
}

#footer ul li.print a:hover {
	background-position: left -25px;
}

#footer ul li.top a {
	background: transparent url("../images/icon_top.png") no-repeat left top;
}

#footer ul li.top a:hover {
	background-position: left -25px;
}

/* ---------------------------------------------------- */

#logo #title,
#content h1, 
#content span.headline,
#content .box span a {
	text-shadow: 0 -1px 0 rgba(27, 28, 32, 0.75), 0 1px 0 rgba(255, 255, 255, 0.75);
}

/* ---------------------------------------------------- */

#websites {
	background-color: rgba(255,108,0,0.3);
}