/* author: Aperto AG  */

* {
    margin: 0;
    padding: 0;
}
body {
    font: 62.5% arial, helvetica, sans-serif;
	background: #8b8b76 url(../img/bgs/bg-body.jpg) 0 0 repeat-x;
	color: #333;
}
#nav ul,
#extras ul {
	list-style-type: none;
}

/* LINKS 
--------------- */
a {
	color: #e02a01; 
	text-decoration: none;
}
a:hover,
a:active,
a:focus {
	text-decoration: underline;
}
a img {
	border: 0;
}
a:visited {
	color: #e02a01; /* ToDo */
}
a:hover img,
a:active img
a:focus img {
	border: 0;
}

/* Link Colors */
#main .opener h1 a,
#main .teaser h2 a,
#main .teaser.latest h3 a {
	color: #494949;
}
/* Link Colors Hover */
#main .opener h1 a:hover,
#main .opener h1 a:active,
#main .opener h1 a:focus,
#main .teaser h2 a:hover,
#main .teaser h2 a:active,
#main .teaser h2 a:focus,
#main .teaser.latest h3 a:hover,
#main .teaser.latest h3 a:active,
#main .teaser.latest h3 a:focus {
	color: #e02a01;
}
/* Link Colors Hover 494949 */
.box.latest-comments a:hover em {
	text-decoration: underline;
	color: #494949 !important;
}

/* ICONSPRITES 
--------------- */
em.more a,
.links li a,
.links .download a,
.links .download li a,
.links .external a,
.links .external li a,
#main .glossary-box p.all a,
#toc li a,
dl.photo dd.zoom a,
ul#text-features li.print a,
ul#text-features li.social-b a,
#nav-box li.on li, 
#nav-box li.open li a,
#main td a {
	padding-left: 18px;
	background: transparent url(../img/icons/iconsprites.png) 0 2px no-repeat;
	font-style: normal;	
}
/* ICONSPRITES for IE 6 */
* html em.more a,
* html .links li a,
* html .links .download a,
* html .links .download li a,
* html .links .external a,
* html .links .external li a,
* html #main .glossary-box p.all a,
* html #toc li a,
* html dl.photo dd.zoom a,
* html ul#text-features li.print a,
* html ul#text-features li.social-b a,
* html #nav-box li.on li, 
* html #nav-box li.open li a,
* html #main td a {
	background-image: url(../img/icons/icons-ie6.gif) !important;
	background-repeat: no-repeat !important;
}
    
/* HIDDEN 
--------------- */
.aural,
.skip a,
#search-box label span,
#search-box h6,
#nav-global span em,
#nav li strong em,
#nav-global li.on em,
#nav-box li.on em,
#nav-global h6,
#nav-box li h3 em,
#nav h6,
#extras h6,
em.more span,
.pager li em,
.pager h3,
#search-results .form-wrapper label span,
#main .vcard div h3,
#extras .vcard div h3,
#glossary-index h3,
.day span,
#nav-content strong em,
#event-pager h5,
#promos,
#breadcrumb,
#stage div.tw-paging h3,
.teaser.latest h2,
.teaser.latest p.all,
.latest li em.date,
#section-header h6,
#section-header p,
#extras p em.more,
#extras .box.latest h2,
#extras .box.latest p.all,
#main .opener h1 em,
#main .teaser h2 em,
.teaser-group h5,
#main .teaser .links h3,
.photo dd.longdesc,
#home ul#text-features,
#contact ul#text-features,
#search-results ul#text-features,
.comment-count,
#comments .comment-place,
#comments .comment-role,
#comments-closed p,
#contact form h2,
#page-intro em,
.page-intro em {      
	display: block;  
    position: absolute;
    overflow: hidden;
	left: -9999px;
    width: 1px;
    height: 1px;
}
.skip a:active,
.skip a:focus {
    position: absolute;
	background: #fff;
	outline: none;
    z-index: 1000; 		
	left: 200px;	
    overflow: visible;
    width: auto;
    height: auto;
    padding: 5px 15px 10px 15px;
    font-size: 130%;
    font-weight: bold;
}


/* GRID / LAYOUT 
--------------------- */
#wrapper {
	width: 980px;
	height: 1%;
	margin: 0 auto 50px; 
	background: #fff;
	position: relative;
}
#branding {  
	position: relative;
	margin: 0 auto;
}
#section-header {
	margin: 0 auto;
}
#stage {
	position: relative;
	overflow: hidden;  
	margin: 0 auto;	
}  
#wrapper-2 { 
	background: #fff;    
	overflow: hidden;
  	margin: 0 auto; 
}
#nav {      
	float: left; 
	display: inline; /* IE 6 */
	margin: 0 20px 0 20px;          
	width: 220px;
}
#wrapper-3 {
	float: left;
	display: inline; /* IE 6 */
	margin: 0; /* IE 6 */
	width: 700px;
} 
#map {
	margin: 0 0 20px 0;
	overflow: hidden;
	width: 700px;
}
#main {
	float: left;
	overflow: hidden;  /* IE 6 */
	display: inline; /* IE 6 */
	margin: 0 20px 0 0;
	width: 460px;
}
.col-float2 #main {
	margin: 40px 0 0;
}
#wrapper-3 > #main {
	overflow: visible;	
}
#extras {
	float: left;
	display: inline; /* IE 6 */
	width: 220px;
}
#site-info {
	clear: both;  
	overflow: hidden;
	height: 1%; /* IE 6 */
	margin: 0 auto;
}

/* 2 column layout: nav vertical | main column | no sidebar */
.nav-col #main {
	width: 100%;
}
.nav-col #wrapper-3 {
	width: 650px;
}
#glossary.nav-col #wrapper-3 {
	width: 720px;
}
* html #glossary.nav-col #wrapper-3 {
	width: 700px;
}

/* 2 column layout: nav vertical and big main column with 2 floating teasers: nav | main */
.nav-col-float2 #wrapper-3,
.nav-col-float2 #main {
	width: 700px;
}

/* 3 column layout: 1 big column with 3 floating teasers | main */
/* 2 column layout: 1 big column with 2 floating teasers | main */
.col-float2 #wrapper-3,
.col-float2 #main {
	width: 100%;
}
.col-float3 #wrapper-3,
.col-float3 #main {
	width: 100%;
}

/* FONTS */
p, 
li,
dd,
dt {
	font-size: 130%;
	line-height: 1.3em;
}
#stage p {      
	font-size: 160%;
}
p.intro {      
	font-size: 160%;
}
#stage h1 {
	font-size: 240%;
}
#main h1,
#main h2,
#main h3 {
	font-weight: normal;
}
#main h1 {
	font-size: 320%;
	letter-spacing: -1px;
}
#main .opener h1 {
	font-size: 240%;
}
#main h2 {
	font-size: 210%;
}
#main .teaser h2 em { /* kicker */
	display: block;
	font-size: 66.66%; /* 12px */
	font-style: normal;
}
#main h3 {
	font-size: 140%;
}
#main .latest h3 em { /* kicker */
	display: block;
	line-height: 1.5;
	font-style: normal;
	font-size: 66%; /* 11px */
}
#main .links h2,
#main .links h3 { /* linklist in teaser */
	font-size: 130%;
	font-weight: bold;
}
h4 {
	font-size: 130%; 
}
#main .teaserlist li {
	font-size: 160%;
	font-weight: bold;
}
#main .links li {
	font-size: 120%;
	font-weight: normal;
}
#main .links em {
	font-size: 85%; /* 11px */
	font-style: normal;
}
#main ul.event-data {
	font-size: 120%;
}
table {
	font-size: 130%;
}

/* BRANDING
------------------ */
#branding {  
	z-index: 99; /* shadow */
	background: url(../img/bgs/bg-branding.png) 0 100% repeat-x;
	border-top: 2.5em solid #64645a;
	height: 15em;
	color: #fff;
} 
#logo {
	overflow: hidden;
	position: relative;
	height: 10.5em;
	margin: 20px 0 20px 20px;
}
#logo span {
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	height: 10.5em;
	width: 19em;
}
#logo strong,
#logo em {
	overflow: hidden;
	position: relative;
	color: #333;
	font-size: 200%;
}
#logo em {
	display: block;
	font-size: 150%;
	line-height: 1.2em;
}
#logo a {
	cursor: pointer;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 188px;
	height: 103px;
}
#logo a img {
	display: none;
}
#search-box {
	position: absolute;
	top: 35px;
	right: 20px;
}              
#search-box input {
	background: #fff;
	margin: 0 5px 0 0;
	border: 1px solid #dbdbdb;
	width: 150px;
	padding: 3px 3px 3px 3px;
} 
#search-box input:focus {
	background: #fff;
	border: 1px solid #333;
}
#search-box .button,
#search-box .button:focus {
	background: #dc2305 url(../img/bgs/bg-button-p.jpg) 0 0 repeat-x;
	width: auto;
	border: 0;
	margin: 0;
	padding: 4px 10px;
	color: #fff;
	cursor: pointer;
	font-size: 130%;
	font-weight: bold;
}
#search-box a.button {
	width: 100px;
	display: inline;
	border: none;
	padding: 3px 10px 2px 10px;
}
#nav-meta {
	position: absolute;
	top: -20px;
	right: 0;
}    
#nav-meta ul li {
	float: left;
	margin: 0 10px 0 0;
	list-style: none;
	font-size: 110%;
}	
#nav-meta ul li a {
	font-weight: bold;
	color: #fff;
}

/* NAV-GLOBAL
------------------ */
#nav-global {
	z-index: 100;
	position: relative;
	float: right;
	margin: -35px 20px 0 0;
}
* html #nav-global { /* IE 6 */
	float: none;
	position: absolute;
	top: 150px;
	left: 0px;
	margin: 0;
	padding: 0 0 0 300px;
	width: auto;
}
#nav-global ul {
	position: relative;   
	width: 100%;
	margin: 0;
	list-style: none;
} 
#nav-global li {
	float: left;  
	margin: 0 10px 0 0;
	border-right: 1px solid #d2d3cd;
	padding-right: 10px;
}
#nav-global li#nav-sec-aktuelles {
	margin-right: 0;
	padding-right: 0;
	border: 0;
}
#nav-global li a,
#nav-global li a:visited,
#nav-global li strong {
	display: block;
	float: left;
	font-weight: bold;
	color: #333;
} 
#nav-global li a {
	cursor: pointer; /* IE */
}
/* on + open */
#nav-global li.on,
#nav-global li.open {

}
#nav-global li strong,
#nav-global li.open a,
#nav-global li.on a {
	color: #949944;
}
#nav-global li strong span,
#nav-global li.open a span {

} 
#nav-global li span,
#nav-global li.open a span {
	float: left;
}    
/* hover */
#nav-global li a:hover,
#nav-global li a:active,
#nav-global li a:focus {
	color: #949944;
	text-decoration: underline;
}

/* SECTION-HEADER 
----------------- */
#section-header {
	height: 10em;
	margin-top: -9px; /* shadow */
	color: #fff;
}
#section-header img {
	width: 980px;
	height: 100px;
}

/* STAGE 
-------------------------- */
#stage {       
	z-index: 88; /* shadow */
	border-bottom: 1px solid #e0e0e0;
	margin-top: -9px; /* shadow */
} 
* html #stage {
	height: 315px;
}
#stage h1 { 
	margin: 0 0 10px 0;
} 
#stage img {
	display: block;
	line-height: 1;
}
#stage a img {
	border: none;
	width: 980px; 
}  
#stage-box {    
	position: absolute;
	top: 53px;
	left: 20px;
	padding: 10px;
	background: #0D0D0D;
}                     
#stage h1 {
	float: left;         
	margin: 0;
	padding: 10px 10px 0 10px;
	font-weight: bold;
	color: #fff;
	letter-spacing: -1px;
}
#stage p {      
	clear: left;
	float: left; 
	width: 300px;
	padding: 10px 10px;
	line-height: 1.3em;
	color: #fff;
} 
     
/* MAIN 
------------ */
#wrapper-2 {
	position: relative;
}
#nav,
#extras,
#main,
#platform {
	margin-top: 40px;
}

/* Page Intro */
#page-intro,
.page-intro {
	margin-bottom: 20px;
}
#page-intro h1,
.page-intro h1 {
	margin: 0 0 20px;
}
#page-intro p,
.page-intro p {
	font-size: 160%;
}
.nav-col #page-intro,
#page-intro.mod,
.nav-col .page-intro,
.page-intro.mod {
	overflow: hidden;
}
#page-intro img,
#page-intro.mod img,
.page-intro img,
.page-intro.mod img {
	float: right;
	margin: -50px 0 0 20px;
}

/* TEASERS
----------------- */
.teaser h2,
.teaser.latest h3 {
	width: 310px;
	float: right;
	margin: 1px 0;
}
.teaser.mod h2,
.teaser.latest .mod h3 {
	float:  none;
	width: auto;
}
.teaser img {
	float: left;  
	width: 138px;  
	margin: 0 10px 5px 0;
}
.teaser .mod img {
	float: right;
	margin: 5px 0 10px 20px;
}

/* HOMEPAGE */
#home.col-float2 .teaser { 
	float: left;
	min-height: 260px;
	margin: 0 0 20px 20px;
	background: #fff url(../img/bgs/bg-teaser-home.jpg) 0 100% repeat-x;
	border: 1px solid #e0e0e0;
}
#home.col-float2 #main .teaser h2 {
	float: none;
	margin: 20px 0 20px 20px;
	width: auto;
}
#home.col-float2 #main .teaser em.more {
	font-weight: bold;
}
/* TEASERS LEFT 3x */
#home.col-float2 .teaser#teaser-1,
#home.col-float2 .teaser#teaser-3,
#home.col-float2 .teaser#teaser-5,
#home.col-float2 .teaser#teaser-7,
#home.col-float2 .teaser#teaser-9,
#home.col-float2 .teaser#teaser-11,
#home.col-float2 .teaser#teaser-13 {
	width: 608px;
	min-height: 295px;
	margin: 0 0 20px 20px;
	
}
#home.col-float2 .teaser#teaser-1 h2,
#home.col-float2 .teaser#teaser-3 h2,
#home.col-float2 .teaser#teaser-5 h2,
#home.col-float2 .teaser#teaser-7 h2,
#home.col-float2 .teaser#teaser-9 h2,
#home.col-float2 .teaser#teaser-11 h2,
#home.col-float2 .teaser#teaser-13 h2 {
	font-size: 320%;
	margin-bottom: 20px;
}
#home.col-float2 .teaser#teaser-1 h2 a,
#home.col-float2 .teaser#teaser-3 h2 a,
#home.col-float2 .teaser#teaser-5 h2 a,
#home.col-float2 .teaser#teaser-7 h2 a,
#home.col-float2 .teaser#teaser-9 h2 a,
#home.col-float2 .teaser#teaser-11 h2 a,
#home.col-float2 .teaser#teaser-13 h2 a {
	color: #e02a01;
}
#home.col-float2 .teaser#teaser-1 h2 em,
#home.col-float2 .teaser#teaser-3 h2 em,
#home.col-float2 .teaser#teaser-5 h2 em,
#home.col-float2 .teaser#teaser-7 h2 em,
#home.col-float2 .teaser#teaser-9 h2 em,
#home.col-float2 .teaser#teaser-11 h2 em,
#home.col-float2 .teaser#teaser-13 h2 em {
	position: static;
	overflow: visible;
	display: block;
	margin: 0 0 10px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 33%;
	color: #555;
}
#home.col-float2 .teaser#teaser-1 img,
#home.col-float2 .teaser#teaser-3 img,
#home.col-float2 .teaser#teaser-5 img,
#home.col-float2 .teaser#teaser-7 img,
#home.col-float2 .teaser#teaser-9 img,
#home.col-float2 .teaser#teaser-11 img,
#home.col-float2 .teaser#teaser-13 img {
	width: 180px;
	float: right;
	margin: 0 20px 0 20px;
}
#home.col-float2 .teaser#teaser-1 p,
#home.col-float2 .teaser#teaser-3 p,
#home.col-float2 .teaser#teaser-5 p,
#home.col-float2 .teaser#teaser-7 p,
#home.col-float2 .teaser#teaser-9 p,
#home.col-float2 .teaser#teaser-11 p,
#home.col-float2 .teaser#teaser-13 p {
	margin-left: 20px;
}
#home.col-float2 .teaser#teaser-1 em.date,
#home.col-float2 .teaser#teaser-3 em.date,
#home.col-float2 .teaser#teaser-5 em.date,
#home.col-float2 .teaser#teaser-7 em.date,
#home.col-float2 .teaser#teaser-9 em.date,
#home.col-float2 .teaser#teaser-11 em.date,
#home.col-float2 .teaser#teaser-13 em.date {
	font-style: normal;
	font-weight: bold;
	color: #6c6c63;
}
/* teaser-author */
#home.col-float2 .teaser#teaser-1 .teaser-author,
#home.col-float2 .teaser#teaser-3 .teaser-author,
#home.col-float2 .teaser#teaser-5 .teaser-author,
#home.col-float2 .teaser#teaser-7 .teaser-author,
#home.col-float2 .teaser#teaser-9 .teaser-author,
#home.col-float2 .teaser#teaser-11 .teaser-author,
#home.col-float2 .teaser#teaser-13 .teaser-author {
	margin-top: 10px;
}
#home.col-float2 .teaser#teaser-1 .teaser-author img,
#home.col-float2 .teaser#teaser-3 .teaser-author img,
#home.col-float2 .teaser#teaser-5 .teaser-author img,
#home.col-float2 .teaser#teaser-7 .teaser-author img,
#home.col-float2 .teaser#teaser-9 .teaser-author img,
#home.col-float2 .teaser#teaser-11 .teaser-author img,
#home.col-float2 .teaser#teaser-13 .teaser-author img {
	float: left;
	width: 40px;
	margin-right: 10px;
}
#home .teaser-author p {
	font-weight: bold;
}
#home .teaser-author p.name {
	color: #e02a01;
}
#home .teaser-author p.title {
	color: #333;
}

/* TEASERS RIGHT 3x */
#home.col-float2 .teaser#teaser-2,
#home.col-float2 .teaser#teaser-4,
#home.col-float2 .teaser#teaser-6,
#home.col-float2 .teaser#teaser-8,
#home.col-float2 .teaser#teaser-10,
#home.col-float2 .teaser#teaser-12,
#home.col-float2 .teaser#teaser-14 {
	width: 308px;
	min-height: 295px;
}
#home.col-float2 .teaser#teaser-2 h2,
#home.col-float2 .teaser#teaser-4 h2,
#home.col-float2 .teaser#teaser-6 h2,
#home.col-float2 .teaser#teaser-8 h2,
#home.col-float2 .teaser#teaser-10 h2,
#home.col-float2 .teaser#teaser-12 h2,
#home.col-float2 .teaser#teaser-14 h2 {
	text-transform: uppercase;
	font-size: 110%;
	font-weight: bold; 
}
#home.col-float2 #main .teaser#teaser-2 img,
#home.col-float2 #main .teaser#teaser-4 img,
#home.col-float2 #main .teaser#teaser-6 img,
#home.col-float2 #main .teaser#teaser-8 img,
#home.col-float2 #main .teaser#teaser-10 img,
#home.col-float2 #main .teaser#teaser-12 img,
#home.col-float2 #main .teaser#teaser-14 img {
	display: block;
	float: none;
	width: 270px;
	margin-left: 20px;
}
#home.col-float2 #main .teaser#teaser-2 p,
#home.col-float2 #main .teaser#teaser-4 p,
#home.col-float2 #main .teaser#teaser-6 p,
#home.col-float2 #main .teaser#teaser-8 p,
#home.col-float2 #main .teaser#teaser-10 p,
#home.col-float2 #main .teaser#teaser-12 p,
#home.col-float2 #main .teaser#teaser-14 p {
	margin-right: 20px;
	margin-left: 20px;
}
#home.col-float2 #main .teaser#teaser-2 p em.more,
#home.col-float2 #main .teaser#teaser-4 p em.more,
#home.col-float2 #main .teaser#teaser-6 p em.more,
#home.col-float2 #main .teaser#teaser-8 p em.more,
#home.col-float2 #main .teaser#teaser-10 p em.more,
#home.col-float2 #main .teaser#teaser-12 p em.more,
#home.col-float2 #main .teaser#teaser-14 p em.more {
	display: block;
	margin: 5px 0;
}
* html #home.col-float2 .teaser {
	border: 1px solid #ccc;
}
* html #home.col-float2 .teaser#teaser-1,
* html #home.col-float2 .teaser#teaser-3,
* html #home.col-float2 .teaser#teaser-5,
* html #home.col-float2 .teaser#teaser-7,
* html #home.col-float2 .teaser#teaser-9,
* html #home.col-float2 .teaser#teaser-11,
* html #home.col-float2 .teaser#teaser-13 {
	width: 600px !important; /* IE 6 */
	margin: 0 10px 20px 10px;
}
* html #home.col-float2 .teaser.latest ul {
	margin: 10px;
}
/* Teaser nav-col */
.nav-col #main .teaser h2 {
	width: 400px;
}
.nav-col #main .teaser img {
	width: 240px;
}
.nav-col #main .teaser.latest h3 {
	float: right;
	width: 400px;
}
.nav-col #main .teaser.latest li.mod h3 {
	float: none;
	width: 100%;
}
.nav-col #main .teaser .links {
	padding-left: 250px;
}
.nav-col #main .teaser.mod .links {
	padding-left: 0;
}
.nav-col #main .teaser .links ul {
	clear: none;
}
/* Misc text elements */
#main .text {
	overflow: hidden;
}
#section .opener,
#section .teaser,
#main .teaser.latest li {
	overflow: hidden;
	margin-bottom: 20px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 20px;
}
#section.nav-col .teaser,
#section.nav-col .teaser.latest li {
	margin-bottom: 0;
	border-top: 1px dotted #ccc;
	border-bottom: 0;
	padding-top: 20px;
}
#wrapper-2 #main .opener h1,
#wrapper-2 #main .teaser h2,
#wrapper-2 #main .teaser.latest h3  {
	margin: 0 0 10px;
	padding: 0;
}
#main .opener img {
	margin: 0 0 10px;
}
#main .teaser img {
	width: 140px;
}
#main .teaser.latest {
	margin: 0;
	border: 0;
	padding: 0;
}
#main .teaser.latest ul {
	margin: 0;
}
#main .teaser.latest li {
	clear: both;
	overflow: hidden;
	list-style-type: none;
	padding-top: 2px;
	font-size: 100%;
}
#main .teaser.latest h3 {
	font-size: 210%;
}
#section #main h2,
#main .text h2 {
	clear: both;
	padding: 15px 0 10px;
	font-style: normal;
}
#main .text ul,
#main .text ol {
	margin: 0 0 10px 15px;
}
#main .text ol {
	margin-left: 25px;
}
#main .text ul ul,
#main .text ol ol {
	margin: 2px 0 2px 20px;
}
#main .text li {
	line-height: 1.3em;
}
#main .text li li {
	font-size: 100%;
}
#main p {
	margin: 0 0 15px;
}
p.back {
	display: block;
	margin: 0 0 20px;
}
#main p.back a {
	background: none !important; /* IE6 */
	padding-left: 0;
	border-bottom: 1px dotted #e02a01;
}
#section .teaser em.more,
#section .opener em.more {
	display: block;
}
/* Photos */
.photo {
	float: left;
}
.photo.mod-2 {
	width: 460px;
	margin-bottom: 15px;
}
#main img.photo {
	margin: 5px 20px 10px 0;
}
#main img.photo.mod {
	float: right;
	margin: 0 0 10px 20px;
}
#main img.photo.mod-2 {
	float: none;
	clear: both;
	width: 460px;
	margin: 10px 0 10px;
}
dl.photo {
	width: 240px;
	margin: 5px 20px 0 0;
	background: #333;
}
dl.photo img {
	width: 240px;
}
dl.photo.mod-2 img {
	width: 460px;
}
dl.photo.mod {
	float: right;
	margin: 3px 0 0 20px;
}
dl.photo dd {
	position: relative;
	padding: 0 10px 10px;
	color: #fff;
	font-size: 110%;
}
dl.photo dd.zoom {
	padding: 0;
}
dl.photo dd.zoom a {
	z-index: 2;
	position: absolute;
	right: -5px;
	top: 0;
	width: 10px;
	height: 10px;
	background-position: 0 -1300px;
	text-indent: -9999px;
}
#main p a,
#main td a {
	font-weight: bold;
}
#main ul {
	overflow: hidden;
	list-style: inside;
	margin: 10px 0 10px 20px;
}
/* TOC */
#toc {
	margin: 0 0 30px;
}
#main #toc h2 {
	margin: 0;
	padding: 0;
}
#main #toc ul,
#main #toc ol {
	margin: 0;
}
#toc li {
	list-style-type: none;
	margin: 5px 0;
	border-bottom: 1px dotted #ccc;
}
#toc li a {
	display: block;
	background-position: 0 -291px;
	padding: 8px 0 8px 20px;
	font-weight: bold;
}
/* Text data & features */
.text-meta {
	margin: 0 0 20px;
}
#main ul.text-data,
#main ul#text-features {
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding: 7px 0;
	list-style-type: none;
	margin: 0;
}
* html #main ul.text-data,
* html #main ul#text-features {
	border: 0;
}
#main ul#text-features {
	clear: both;
	display: block;
	margin: 20px 0 0;
}
#glossary ul#text-features {
	margin-right: 20px;
}
.text-data li,
ul#text-features li {
	display: inline;
	float: left;
	padding-right: 10px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 120%;
}
ul#text-features li {
	padding: 0 20px 0 0;
}
ul#text-features li.print a {
	background-position: 0 -798px;
}
ul#text-features li.social-b a {
	background-position: 0 -898px;
}
.text-data li.author {
	float: right;
	padding-right: 0;
}
/* blockquote */
.text blockquote {
	margin: 30px 0;
	background: #efefe5 url(../img/bgs/bg-blockquote.png) 20px 20px no-repeat;
	padding: 35px 35px 20px;
}
.text blockquote p {
	font-size: 210%;
	font-style: italic;
	color: #333;
}
.text blockquote cite {
	display: block;
	margin: 20px 0 0;
	font-size: 50%;
}
/* LINK LISTS */
.listing {
	border-top: 4px solid #cc0;
	margin: 20px 0 30px 0;
}
.listing h3 {
	margin: 5px 0 1px 0;
	padding: 0 0 5px 0;
	color: #333;
}
.listing ul {
	list-style: none;
	border-top: 1px solid #dedede;
}
.listing li {
	border-bottom: 1px solid #dedede;
}
.listing li a {
	display: block;
	padding: 5px 0 7px 0;
}
#index .listing li a {
	display: inline-block;
}	
.listing li em {
	font-style: normal;
	color: #555;
	font-size: 90%;
}
#main .teaser .links ul {
	clear: both;
}
#main .links ul,
#main .text .links ul {
	list-style: none;
	margin: 0 0 20px;
}
#main .links {
	margin: 5px 0 0;
}
#main .text .links h2,
#main .text .links h3 {
	margin: 5px 0 1px 0;
	padding: 3px 0 5px 0;
	color: #000;
}	
#main .links li {
	padding: 3px 0;
	font-weight: normal;
}
#main .links li a {
	display: block;
	padding: 0 0 0 17px;
}
.links .download a,
.links .download li a {
	background-position: 0 -200px;
}
#main p a.download {
	background-position: 0 -197px;
}
.links .external a,
.links .external li a {
	background-position: 0 -100px;
}
#main p a.external {
	background-position: 0 -97px;
}
#main .links em {
	color: #555;
	font-style: normal;
}
/* TABLE */
#main table { 
	margin: 10px 0 20px 0;
	padding: 0 0 5px 0;
	empty-cells: show;
	border-collapse: collapse;
	border-collapse: collapse;
	border: 1px solid #d7d6ba;
}
#main th,
#main td {
	padding: 5px;
	vertical-align: top;
	text-align: left;
}
#main th {
	background: #b1b17c;
	padding: 10px;
	font-weight: bold;
	color: #666; 
}
#main table tr.odd {
background: #f6f7f1;
}
#main tbody td {
	border-bottom: 1px solid #d7d6ba;
	border-left: 2px solid #d7d6ba;
}
#main .text td ul,
#main .text td ol,
#main .text td p {
	margin-bottom: 0;
}
#main .text td li,
#main .text td p {
	font-size: 100%;
}
#main td a {
	padding-right: 5px;
}

/* COMMENTS
-------------------- */
#comments {
	margin: 20px 0;
}
#comments h2 {
	margin: 0 0 25px;
	border-top: 1px dotted #ccc;
	padding-top: 10px;
}
#comments h2 em {
	font-style: normal;
}
#comments ul {
	margin: 0;
}
#comments li {
	clear: left;
	overflow: hidden;
	list-style: none;
	margin: 0 0 20px;
	border-bottom: 1px dotted #ccc;
	padding: 0 0 20px;
	font-size: 100%;
}
#comments blockquote p {
	font-size: 130%;
	background: #efefe5;
	padding: 0 20px 20px;
}	
#main #comments h3 {
	padding: 20px;
	background: #efefe5;
	font-size: 140%;
	font-weight: bold;
}
#comments p.comment-meta {
	margin: 0;
	background: #fff url(../img/bgs/comments.png) 0 0 no-repeat;
	padding: 15px 0 0;
	font-size: 100%;
}
#comments cite {
	display: block;
	margin: 10px 0 0 0;
	font-size: 130%;
	font-style: normal;
}
#comments cite img {
	float: left;
	margin: 0 10px 0 0;
}
#comments .comment-name {
	display: block;
	padding: 20px 0 0;
	margin: 0 0 5px;
}
#comments .comment-name {
	font-weight: bold;
}
#comments cite span {
	margin: 0 3px 0 0;	
}
#comments cite span:after {
	content: ",";	
}
#comments cite span:last-child:after {
	content: "";
}
#comments-not-yet,
#comments-closed {
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	margin: 20px 0;
	padding: 10px 0;
}
#comments-not-yet h3,
#comments-closed h3 {
	font-size: 210%;
}

/* FORMS 
-------------------- */
#your-comment form {
	width: 460px;
}
#your-comment {
    margin-top: 25px;
}
#your-comment div p{
    margin: 5px 0 0 120px;
}
.form-wrapper {
	clear: both;
}
.form-wrapper fieldset {
	border: none;
	margin: 5px 0 30px 0;
}
.form-wrapper fieldset h2 {
	margin: 0 0 20px;
	padding: 5px 0 5px 0;
	color: #333;
}
.form-wrapper p.required {
	margin-bottom: -30px;
	text-align: right;
	text-transform: uppercase;
	font-size: 120%;
	font-weight: bold;
}
.form-wrapper p.required span,
.form-wrapper dfn {
	color: #ec1549;
	font-weight: bold;
}
.form-wrapper div {
	clear: both;
	float: left;
	width: 100%;
	padding: 10px 0 15px 0;
}
.form-wrapper div div {
	width: auto;
	border-bottom: none;
	margin: 0 0 10px 0;
	padding: 0;
}
.form-wrapper label {
	display: block;
	font-size: 130%;
}
.form-wrapper input,
.form-wrapper textarea,
.form-wrapper div.mod input.mod {
	display: block;
	background: #fff;
	width: 330px;
	padding-left: 150px;
	margin: 3px 0 0 0;
	border: 1px solid #ccc;
	padding: 3px 3px 4px 3px;
}
.form-wrapper input[type='hidden'] {
   display: none;
}
.form-wrapper input:focus,
.form-wrapper textarea:focus {
	border: 1px solid #333;
	background: #fff;
}
.form-wrapper textarea {
	height: 150px;
	width: 330px;
}
.form-wrapper select {
	display: block;
	width: 310px;
	margin: 5px 0 0 0;
}
.form-wrapper div span {
	float: left;
	width: 120px;
	padding: 5px 0 0 0;
	color: #555;
	text-transform: uppercase;
	font-size: 110%;
	font-weight: bold;
}
.form-wrapper div.multiple-labels span {
	padding: 0 0 10px 0;
	color: #000;
	font-size: 130%;
	font-weight: bold;
}
.form-wrapper div.multiple-labels label span {
	color: #555;
	font-size: 110%;
	font-weight: normal;
}
.form-wrapper div label span {
	display: inline;
}
.form-wrapper div label.m span {
	clear: both;
	padding: 0 0 5px 0;
}
/* Submit */
.button-wrapper input,
.form-wrapper.new-search input.button,
.button-wrapper input:focus {
	background: #dc2305 url(../img/bgs/bg-button-p.jpg) 0 0 repeat-x;
	width: auto;
	border: 0;
	margin: 0 0 0 120px;
	padding: 4px 10px;
	color: #fff;
	cursor: pointer;
	font-size: 130%;
	font-weight: bold;
}

.form-wrapper div.button-wrapper {
	position: relative;
	border: none;
	padding: 10px 0 5px 0;
}
.form-wrapper fieldset div.button-wrapper em {
	float: right;
	margin-top: -24px;
	font-size: 140%;
}
/* Contact */
#contact h1 {
	margin: 0 0 20px;	
}
#contact p.required {
	margin: 10px 0 -15px;
}
#contact .form-wrapper fieldset {
	margin: 20px 0 10px;
	border-top: 1px dotted #ccc;
	padding-top: 10px;
}
#contact form label {
	float: none;
}
#contact form label span {
	float: none;
	text-transform: none;
	font-weight: normal;
	font-size: 162%;
}
#contact .form-wrapper input {
	width: 460px;
}
#contact .form-wrapper div {
	position: relative;
}
* html #contact .form-wrapper div {
	position: static;
}
#contact .form-wrapper textarea {
	width: 650px;
}
* html #contact .form-wrapper textarea {
	width: 600px;
}
#contact .form-wrapper div label.s {
	float: left;
	width: 130px;
	margin-right: 20px;
}
#contact .form-wrapper div label.s input {
	width: 120px;
}
#contact .form-wrapper div label.l {
	float: left;
	width: 310px
}
#contact .form-wrapper div label.l input {
	width: 310px;
}
#contact .form-wrapper div span {
	float: none;
	width: auto;
	display: block;
	padding: 5px 0;
}
#contact div.button-wrapper {
	float: left;
	overflow: hidden;
	margin: 20px 0;
	border-top: 1px dotted #ccc;
	padding-top: 20px;
}
#contact .button-wrapper input {
	width: 150px;
	margin: 0;
}
.text.success,
.text.error {
	margin: 20px 0;
}
#contact .text.success h1,
#contact .text.error h1 {
	margin: 0 0 10px;
	padding-left: 40px;
	background: url(../img/icons/form-controls.png) 0 5px no-repeat;
}
#contact .text.error h1 {
	color: #e02a01;
	background-position: 0 -250px;
}
#contact .error span {
	color: #e02a01;
}
#contact .error input,
#contact .error textarea {
	border-color: #e02a01;
}
#contact .form-wrapper .error label span,
#contact .form-wrapper label.error span {
	position: static;
	padding: 0;
}
#contact .form-wrapper .error span {
	text-transform: inherit;
}
form div label em {
	float: left;
	position: static;
	left: 0;
	width: 22px;
	height: 22px;
	text-indent: -9999px;
	background: url(../img/icons/form-controls.png) 0 -477px no-repeat;
	padding-left: 0;
}
* html form div label em {
	display: none;
}

/* SEARCH-RESULTS
-------------------------------- */
#search-results h1 {
	margin: 0 0 20px;
}
#search-results .text ol,
#search-results .text ul {
	list-style-type: none;
	margin: 0;
}
#search-results .text li {
	border-top: 1px dotted #ccc;
	padding: 20px 0;
	font-size: 100%;
}
#search-results .text li li {
	border: 0;
	padding: 0;
	font-size: 140%;
}
#search-results #main h2 {
	margin: 0 0 5px;
	padding: 0;
}
#search-results ul.text-data {
	border: 0;
}
#search-results .text .text-data li {
	font-weight: normal;
	text-transform: inherit;
	padding-right: 15px;
}
#search-results .text-data li.author {
	float: none;
}
#search-results p {
	font-size: 140%;
}
/* Paging */
.pager {
	overflow: hidden;
	clear: both;
	width: 100%;
	margin: 0 0 20px 0;
	border-top: 1px dotted #ccc;
	padding-top: 20px;
}
.pager ul {
	clear: both;
	float: right;
}
.pager li {
	float: left;
	margin: 0 3px 0 0;
	background: transparent url(../img/bgs/bg-pager.jpg) 0 100% repeat-x;
	list-style: none;
	text-align: center;
}
.pager li a,
.pager li strong,
.pager li span {
	display: block;
	border: 1px solid #dbdbdb;
	padding: 2px 6px 2px 6px;
	font-weight: bold;
}
.pager li span { /* ... */
	border: none;
	padding: 3px 1px;
}
.pager li strong { /* you are here */
	border: 1px solid #ccc;
}
.pager li a:hover,
.pager li a:active,
.pager li a:focus {
	background: #e02a01;
	border: 1px solid #e02a01;
	color: #fff;
	text-decoration: none;
}
.pager li.previous,
.pager li.next {
	background: none;
}
.pager li.previous a,
.pager li.next a {
	border: 1px solid #fff;
}
.pager li.previous a {
	padding-left: 10px;
}
.pager li.next a {
	padding-right: 12px;
}
.pager li.previous a:hover,
.pager li.previous a:active,
.pager li.previous a:focus,
.pager li.next a:hover,
.pager li.next a:active,
.pager li.next a:focus {
	background: none;
	color: #e02a01;
	text-decoration: underline;
}
/* New Search */
.form-wrapper.new-search {
	border: 1px solid #dbdbdb;
	background: #fafafa url(../img/bgs/bg-new-search.jpg) 0 -10px repeat-x;
	margin: 30px 0 0;
}
.form-wrapper.new-search fieldset {
	margin: 0;
}
.new-search h2,
.form-wrapper.new-search div,
.form-wrapper.new-search label,
.form-wrapper.new-search input.button {
	display: inline;
	float: left;
}
#search-results #main .form-wrapper.new-search h2 {
	margin: 12px 10px 0 15px;
}
.form-wrapper.new-search div {
	width: auto;
	clear: none;
	margin: 10px 0 0;
	padding: 0 0 10px 0;
}
.form-wrapper.new-search input.button {
	margin: 2px 0 0 20px;
}

/* GLOSSARY
--------------------- */
#glossary h1 {
	margin: 0 40px 10px 0;
}
#glossary p {
	margin: 0 30px 10px 0;
	font-size: 140%;
}
#glossary-index {
	overflow: hidden;
	margin: 0 20px 20px 0;
}
#glossary-index ul {
	margin: 10px 0 0 0;
}
#glossary-index li {
	list-style: none;
	float: left;
	margin: 0 10px 10px 0;
	font-size: 16px;
	text-transform: uppercase;
}
* html #glossary-index li {
	margin-right: 20px;
}
#glossary-index li a,
#glossary-index li span {
	display: block;
	background: url(../img/icons/glossary.png) 0 -40px no-repeat;
	padding: 5px 10px 5px 9px;
	min-width: 12px;
	text-align: center;
	font-weight: bold;
}
* html #glossary-index li a,
* html #glossary-index li span {
	background-image: url(../img/icons/glossary-ie6.gif) !important;
}
#glossary-index li span {
	color: #555;	
}
#glossary-index li a {
	cursor: pointer;
}
#glossary-index li a:hover,
#glossary-index li a:active,
#glossary-index li a:focus {
	background: url(../img/icons/glossary.png) 0 0 no-repeat;
	color: #fff;
	text-decoration: none;
}
.glossary-box {
	position: relative;
	float: left;
	width: 198px;
	height: 20em;
	margin: 0 20px 20px 0;
	background: url(../img/bgs/bg-glossary.jpg) 0 100% repeat-x;
	border: 1px solid #dbdbdb;
	padding: 10px;
}
* html .glossary-box {
	position: static;
}
* html .glossary-box {
	margin: 0 10px 20px 0;
}
#main .glossary-box li.all {
	background: none;
}
#main .glossary-box p.all {
	position: absolute;
	left: 10px;
	bottom: 0;
}
#main .glossary-box p.all a {
	margin-top: -1px;
}
#main .glossary-box ul {
	overflow: visible;
	list-style: none;
	margin: 0;
}
#main .glossary-box ul li {
	border-bottom: 1px dotted #ccc;
	height: 1%; /* IE 6 */
	margin: 0;
	padding: 2px 0;
	line-height: 1.2em;
}
html > body #main .glossary-box ul li {
	height: auto;
}
#main .glossary-box li a {
	display: block;
	padding: 5px 0 5px 0;
}
#main #letter-a.glossary-box { /* IE6 */
	clear: left;
}
/* Glossary headlines */
#main .glossary-box h2,
#main .glossary-details h2 {
	float: none;
	background: #fff url(../img/bgs/glossary-letters.jpg) 0 10px no-repeat;
	margin: 0 10px 0 0;
	padding: 0 0 0 70px;
	font-size: 600%;
	line-height: 1;
	text-transform: uppercase;
}
/* no icons: h2 ### remove line if there you set an icon */
#main #letter-d.glossary-box h2,
#main #letter-q.glossary-box h2,
#main #letter-u.glossary-box h2,
#main #letter-v.glossary-box h2,
#main #letter-x.glossary-box h2,
#main #letter-y.glossary-box h2 {
	display: block;
	background: none;
	padding-left: 0;
}
/* no icons: ul ### remove line if there set an icon */
#main #letter-d.glossary-box ul,
#main #letter-q.glossary-box ul,
#main #letter-u.glossary-box ul,
#main #letter-v.glossary-box ul,
#main #letter-x.glossary-box ul,
#main #letter-y.glossary-box ul {
	overflow: hidden;
}
#main #letter-b.glossary-box h2 {
	background-position: 0 -90px;
}
#main #letter-c.glossary-box h2 {
	background-position: 0 -195px;
}
#main #letter-e.glossary-box h2 {
	background-position: 0 -390px;
}
#main #letter-f.glossary-box h2 {
	background-position: 0 -500px;
}
#main #letter-g.glossary-box h2 {
	background-position: 10px -595px;
}
#main #letter-h.glossary-box h2 {
	background-position: 0 -690px;
}
#main #letter-i.glossary-box h2 {
	background-position: 0 -795px;
}
#main #letter-j.glossary-box h2 {
	background-position: 10px -895px;
}
#main #letter-k.glossary-box h2 {
	background-position: 0 -990px;
}
#main #letter-l.glossary-box h2 {
	background-position: 0 -1090px;
}
#main #letter-m.glossary-box h2 {
	background-position: 0 -1190px;
}
#main #letter-n.glossary-box h2 {
	background-position: 0 -1290px;
}
#main #letter-o.glossary-box h2 {
	background-position: 0 -1390px;
}
#main #letter-p.glossary-box h2 {
	background-position: 0 -1500px;
}
#main #letter-r.glossary-box h2 {
	background-position: 0 -1690px;
}
#main #letter-s.glossary-box h2 {
	background-position: 0 -1790px;
}
#main #letter-t.glossary-box h2 {
	background-position: 0 -1890px;
}
#main #letter-w.glossary-box h2 {
	background-position: 0 -2190px;
}
#main #letter-z.glossary-box h2 {
	background-position: 0 -2490px;
}
/* Glossary Details */
.glossary-details {
	height: auto;
	width: 688px;
	padding: 10px 0 20px 10px;
}
#main .glossary-details h2 {
	display: block;
	float: none;
}
#main .glossary-details ul li {
	width: 47%;
	float: left;
	margin-right: 19px;
}

/* Social Bookmarks
-------------------------------- */
#text-features #bookmarks {
	background: #fff;
	width: 140px;
}
#text-features #bookmarks ul {
	display: block;
	border: none;
	margin: 5px 5px 0 0;
}
#text-features #bookmarks ul li {
	float: none;
	display: block;
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 100%;
}
#text-features #bookmarks li a {
	background: transparent url(../img/icons/bookmarks.png) 0 -577px no-repeat;
	padding: 1px 0 1px 20px;
	font-size: 100%;
	font-weight: normal;
	color: #555;
}
* html #main #text-features #bookmarks li {
	list-style-type: none;
}
* html #main #text-features #bookmarks li a {
	background: none;
}
#text-features #bookmarks li.delicious a {
	background-position: 0 0;
}
#text-features #bookmarks li.google a {
	background-position: 0 -51px;
}
#text-features #bookmarks li.wong a {
	background-position: 0 -101px;
}
#text-features #bookmarks li.webnews a {
	background-position: 0 -151px;
}
#text-features #bookmarks li.yigg a {
	background-position: 0 -201px;
}
#text-features #bookmarks li.stumble a {
	background-position: 0 -254px;
}
#text-features #bookmarks li.oneview a {
	background-position: 0 -387px;
}
#text-features #bookmarks li.linkarena a {
	background-position: 0 -319px;
}

/* SIDEBAR left / NAVIGATION sub
-------------------------------- */
.col-float2 #nav {
	margin: 0;
}
#nav {
	margin-bottom: 20px;
}
#nav-box {
	padding-bottom: 10px;
}
#nav-box ul {
	margin: 0 0 0 2px;
}
#nav-box li {
	height: 1%; /* IE 6 */
	padding: 0;
	list-style: none;
}
#nav-box li a {
	display: block;
	height: 1%;
	padding: 3px 0 5px 10px;
	color: #949944;
}
#nav-box li.open a {
	font-weight: bold;
}
/* hover and marked */
#nav-box a:hover,
#nav-box a:active,
#nav-box a:focus,
#nav-box li.on a:hover,
#nav-box li.on a:active,
#nav-box li.on a:focus {
	text-decoration: underline;
}
#nav-box li strong {
	display: block;
	padding: 3px 0 5px 10px;
	font-weight: bold;
}
/* 2nd level */
#nav-box ul ul {
	margin: 0 0 0 10px;
	padding: 0;
}
#nav-box li li {
	font-size: 100%;
}
#nav-box li.on li, 
#nav-box li.open li a {
	background-position: 0 -492px;
	padding-left: 10px;
	font-weight: normal;
}
#nav-box li.open li.open a {
	font-weight: bold;
}
#nav-box li.open li.open li a {
	font-weight: normal;
}
#nav-box li.on li a {
	background: transparent;
	padding-left: 0;
}
#nav-box li li.on a {
	font-weight: bold;
}
/* 3rd level */
#nav-box ul ul ul {
	margin: 0 0 0 10px;
}
#nav-box li li.open li a {
	font-weight: normal;
}
#nav-box li li li.on a {
	font-weight: bold;
}
/* IE 6 */
* html #nav-box li.open li a {
	background: none !important;
}

/* SIDEBAR
-------------------- */
#extras h2,  
#extras h3 {  
	font-size: 160%; 
	font-weight: bold;
}
#extras .latest h3 {
	font-size: 160%;
}
#extras .latest h3 em,
#extras .box h2 em { /* kicker */
	display: block;
	font-size: 68.75%; /* 11px */
	font-style: normal;
}
* html #extras h3 {
	width: auto;
	float: none;
}
* html #extras .latest h3 em {
	display: none;
}
.box,
#extras .box.latest li {
	margin: 0 0 20px;
	border-bottom: 1px dotted #ccc;
	padding: 0 0 15px;
}
#extras .box.latest {
	margin: 0;
	border: 0;
	padding: 0;
}
.box h2,
.box.latest h3 {
	margin: 0 0 10px;
}
.box h2 a,
.box h3 a {
	color: #494949;
}
.box h2 a:hover,
.box h2 a:active,
.box h2 a:focus,
.box h3 a:hover,
.box h3 a:active,
.box h3 a:focus {
	color: #e02a01;
}
.box img {
	display: block;
	width: 220px;
	margin: -5px 0 10px;
}
.box.small img {
	display: inline;
	float: left;
	width: 114px;
	margin: 0 10px 10px 0;
}
.box .links {
	margin: 10px 0 0;
}
.box .links h3 {
	margin: 0;
}
.box.links ul {
	margin: 10px 0 0;	
}
.box .links ul {
	margin: 0;
}
.box.links li,
.box .links li {
	display: block;
	margin: 0 0 3px;
}
#extras .box.latest li {
	font-size: 100%;
}
#extras .box.latest p em.more {
	position: static;
	width: auto;
	height: auto;
}
.box.latest-comments a em {
	font-style: normal;
	font-weight: bold;
	color: #494949;
}
.box.vcard dl.photo {
	background: #fff;
}
.box.vcard .photo {
	display: inline;
	float: left;
	width: 60px;
	margin: 0 10px 10px 0;
}
.box.vcard dl.photo img {
	width: 60px;
	margin: 0;
}
.box.vcard .organization-name,
.box.vcard .organization-unit,
.box.vcard .given-name,
.box.vcard .family-name,
.box.vcard dt  {
	font-weight: bold;
}
.box.vcard .photo dd {
	padding: 5px 0 0;
	font-size: 100%;
	color: #333;
}
.box.vcard div {
	margin: 0 0 10px;
}

/* SITE-INFO
----------------- */
#site-info {
	margin: 100px 0 0;
	background: transparent url(../img/bgs/site-info.jpg) 0 100% repeat-x;
	padding: 0 0 100px;
}
#site-info div div {
	margin-left: 20px;
}
#site-info h4 {
	margin: 0 0 5px;
	font-size: 110%;
}
#site-info ul {
	list-style-type: none;
}
#site-info li {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
}

/* LIGHTBOX */
.mask {
	z-index: 1000;
	position: absolute;
	background-color: #000;
	width: 100%;
}
.loading-mask {
	background: #000 url(img/loading.gif) no-repeat fixed center;
}
.showbox {
	position: absolute;
	z-index: 1001;
	top: 0;
	left: 0;
	margin: -10px 0 0;
	background-color: #fff;
}
.showbox.loading {
	background: #555 url(img/loading.gif) no-repeat center;
}
.showbox-head {
	overflow: hidden;
	padding: 5px 0;
	font-size: 120%;
	text-align: center;
}
.showbox-head h1 {
	font-size: 120%;
	margin: 0 0 10px;
	padding: .5em 4em 0 .5em;
	overflow: hidden;
	color: #333;
	text-align: left;
}
.showbox-head a {
	color: #fff;
	cursor: pointer;
}
.showbox .close-button {
	position: absolute;
	top: 5px;
	right: 5px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}
.showbox a.a11y-focus {
	text-decoration: underline;
}
.showbox-toolbar {
	float: left;
	text-align: center;
	padding-left: 5px;
}
.showbox-toolbar a.ui-disabled {
	cursor: default;
	text-decoration: none;
	color: #333;
}
.showbox .content-box {
	position: relative;
	zoom: 1; 
	overflow: hidden;
	margin: 0 auto;
}
.showbox .multimedia-box {
	overflow: hidden;
}
.showbox .text-content {
	padding: 5px;
}
.showbox h2 {
	margin: 5px 0;
	font-size: 130%;
}
.showbox p {
	margin-bottom: 10px;
	font-size: 120%;
}
.showbox ul {
	margin: 10px 0 10px 0;
}
.showbox li {
	list-style: none;
	color: #555;
	font-size: 110%;
}
.showbox .close-button {
	position: absolute;
	top: 6px;
	right: 10px;
	width: 20px;
	height: 22px;
	display: block;
	text-indent: -9999px;
	background: url(../img/icons/form-controls.png) 0 -477px no-repeat;
}

/* TW-PAGING
----------------- */
#stage div.tw-paging {
	position: relative;
	clear: both;
	height: 315px;
	width: 977px;
	margin: 0;
	padding: 0;
}  
.js-on #stage div.tw-paging {
	padding: 0;
}  
#stage div.tw-paging h3 { 
	border: 0;
	padding: 5px 10px; 
	color: #fff;
	font-size: 200%;
} 
#stage div.tw-paging .pagination {
	position: absolute;
	top: 280px;
	left: 40px;
	height: 30px;
}
#stage div.tw-paging .pagination ul {
	float: none;
}
#stage div.tw-paging .pagination li {
	float: left;
	list-style-type: none;
}
#stage div.tw-paging .pagination li a {
	background: url(../img/icons/stage-controls.png) 0 0 no-repeat;
	display: block;
	float: left;
	opacity: .5;
	width: 20px;
	height: 20px;
	margin-left: 1px;
	padding: 6px 5px 7px 9px;
	color: #000;
	font-size: 180%;
	font-weight: bold;
	text-indent: -9999px;	
}
#stage div.tw-paging .pagination li.pa-1 a {
	background-position: 0 -7px; 
}
#stage div.tw-paging .pagination li.pa-2 a {
	background-position: 0 -40px;
}
#stage div.tw-paging .pagination li.pa-3 a {
	background-position: 0 -75px;
}

#stage div.tw-paging .pagination li a:hover,
#stage div.tw-paging .pagination li a:active,
#stage div.tw-paging .pagination li a:focus {
	color: #ec1549;
	text-decoration: none;
} 
#stage div.tw-paging .rack {
	float: left;
	/* width: 922px; */
	margin: 0;
	padding-left: 0;
} 
.js-on #stage div.tw-paging .rack {
	display: inline;
	overflow: hidden;
	position: relative;
	height: 315px;
	width: 980px;
}
#stage div.tw-paging .rack-teaser {
	overflow: hidden;
	float: left;
	width: 980px;
	height: 315px;
	background-color: #666600;
	border: none;
	margin: 0 10px 5px 0;
	padding: 0 5px 0 0;
}
.js-on #stage div.tw-paging .rack-teaser {
	position: relative;
	background-image: none;
	background-color: #fff;
	border-right: none;
	margin: 0;
	padding: 0 0 0 20px;
} 
#stage div.tw-paging .rack-teaser h2 {
	position: relative;
	z-index: 10;
	margin: 40px 0 0 30px;
	font-size: 550%;
	line-height: 1;
	font-weight: normal;
}
#stage div.tw-paging .rack-teaser h2 a {
	display: block;
	width: 460px;
	background: transparent url(../img/bgs/bg-stage-title.png) 0 0 repeat;
	padding: 5px 10px;
	color: #fff;
}
#stage div.tw-paging .rack-teaser h2 a:hover,
#stage div.tw-paging .rack-teaser h2 a:active,
#stage div.tw-paging .rack-teaser h2 a:focus {
	text-decoration: none;
}
* html #stage div.tw-paging .rack-teaser h2 a {
	background-color: #828232;
}
#stage div.tw-paging .rack-teaser p {
	position: relative;
	z-index: 5;
	width: auto;
	margin: 20px 0 0 60px;
	background: #d41900 url(../img/bgs/bg-button-p.jpg) 0 0 repeat-x;
	border: 1px solid #fff;
	padding: 5px 0 5px 5px;
	font-size: 170%;
	font-weight: bold;
	color: #fff;
}
#stage div.tw-paging .rack-teaser p a,
#stage div.tw-paging .rack-teaser p em.more a {
	display: block;
	background-position: 100% -695px;
	padding: 0 25px 0 10px;
	color: #fff;
}
#stage div.tw-paging .mod p {
	width: 100%; 
}
#stage div.tw-paging .rack-teaser img {
	display: inline;
	position: absolute;
	top: 0;
	left: 0;
	width: 980px;
	height: 315px;
	border: none;
}
#stage div.tw-paging .rack-teaser em {
	display: block;
	font-style: normal;
}
