@charset "UTF-8";

html {
	text-align: center;
}

* {
    margin: 0;
    padding: 0;
}
body { 
	/* font: default 16px to 10px */
    font: 62.5% arial, helvetica, sans-serif;
    *position: relative; /* IE 6 & 7, keeps the layout centered */
	background: #ccc url(../img/bgs/bg-normal.png) repeat-y center;
	*background-image: none;  /* IE 6 & 7, due to known IE body background bug */
	margin: 0 auto;
	width: 990px;
	text-align: left;
	o\verflow:visible; 
}

/* @group hack for clearing floats*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

/* @end */

/* @group LINKS */

a {
	color: #c00; 
	text-decoration: none;
}
a:hover,
a:active,
a:focus {
	text-decoration: underline;
}
a:focus { 
	outline: none;
}

img {
	border: none;
}
em {
	font-style: normal;
}
em.more {
	*display: inline-block; /* IE 6 & 7 */
}
em.more a {
	*display: inline-block; /* IE 6 & 7 */
	padding-left: 1.2em;
	background: transparent url(../img/icons/link.gif) no-repeat left center;
}

a.external { 
	background: transparent url(../img/icons/link-external-site.gif) no-repeat 100% 2px;
	padding-right: 15px;
	*display: inline-block; /* IE 6 & 7 */
	*background-position: 100% 4px;  /* IE 6 & 7 */
}

/* hidden & skip link  */
.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,
#promos .more,
.pager li em,
.pager h3,
#search-results .form-wrapper label span,
#main .vcard div h3,
#extras .vcard div h3,
#glossary-index h3,
.day span,
form div label em,
#nav-content strong em,
p#copyright-magnolia span,
#event-pager h5,
div.superpromos .superpromo-section p.more a span {      
	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;
}
/* @end */

/* @group GRID / LAYOUT  */

#wrapper {
	position: relative;
	background:#fff;
	padding: 0 15px;
}
#branding {  
	position: relative;
	margin: 0 auto;
	width: 960px;
}
#nav-global {     
	position: relative;
	overflow: hidden;     
	margin: 0 auto;
	width: 958px; 
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}  
#section-header {
	position: relative;
	width: 100%; /*3*/
	/*overflow: hidden;   */ /*3, deactivate */   
	margin: 20px 0px 10px 0px;
}
#stage {
	position: relative;
	overflow: hidden;  
	margin: 0;	
	width: 960px;
}  
#wrapper-2 { 
	position: relative;
	background: #fff url(../img/bgs/bg-wrapper2.png)  repeat-x;  
  	margin: 0;
  	padding: 10px 10px 0 12px;
	width: 938px;   
}
#nav {      
	float: left; 
	*display: inline; /* IE 6,7 */
	margin: 0 20px 0 0;          
	width: 220px;
}
#wrapper-3 {
	position: relative;
	margin: 0; 
	width: 100%; 
	*height: 1%;  /* IE 6,7 */
}

#map {
	margin: 0 0 20px 0;
	overflow: hidden;
	width: 700px;
}
#main {
	float: left;
	*overflow: hidden;  /* IE 6 */
	*display: inline; /* IE 6 */
	margin: 0;
	width: auto;
}
#extras {
	float: left;
	*display: inline; /* IE 6 */
	width: 250px;
} 
#nav-iphone {
	position: relative;
	clear: both;  
	overflow: hidden;
	height: 1%; /* IE 6 */
	display: none;
}
#site-info {
	clear: both;  
	overflow: hidden;
	height: 1%; /* IE 6 */
}
/* @end */

/* @group COLUMNS */
/* 2 column layout: no nav vertical | main column | sidebar */
.col-subcol #wrapper-3 {
	position: relative;
	float: left;
	width: 670px; 
	*display: inline; /* IE 6 */
	margin: 0; 
	margin-right: 18px !important;
}
.col-subcol #main {
	width: 650px;
	/* margin: 0 20px 0 0; */
}

/* 2 column layout: 1 big column with 2 floating DIV left and right */
.col-float2 #wrapper-3,
.col-float2 #main {
	width: 100%;
	margin: 0;
}
.col-float2 #main:after,
.col-float2 #main .text:after,
.col-float2 #wrapper-3:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* @end */

/* @group FONTS */

p, 
li,
dd,
dt {
	font-size: 1.3em; 
	line-height: 1.4em;
}

h1 {
	font-size: 1.8em;
	color: #000;
}
h2 {
	font-size: 1.6em;
	color: #555;
	margin-top: 4px;
	margin-bottom: 2px;
}
h3 {
	font-size: 1.5em;
	margin-bottom: 2px;
}
h4 {
	font-size: 1.5em;
	color: #666;
	margin-bottom: 5px;
}
h5 {
	font-size: 1.3em;
	margin-bottom: 1px;
	margin-top: 5px;
}

p.intro {    
	font-weight: bold;
	color: #444;
}
/* for title 'Table of Content' */
#stage h3 {
	font-size: 1.3em;
}

#main .opener h1 em,
#main h1 em { /* kicker */
	display: block;
	font-size: 62.5%;
	font-style: normal;
}
#main .box h2 {
	font-size: 1.3em;
	color: #666;
}
#main .teaser h2 em { /* kicker */
	display: block;
	font-size: 66.66%; /* 12px */
}

#main .latest h3 em { /* kicker */
	display: block;
	font-style: normal;
	font-size: 68.75%; /* 11px */
}
#main .links h2,
#main .links h3 { /* linklist in teaser */
	font-size: 1.3em;
	font-weight: bold;
}	
#main .latest h3 {
	font-size: 160%;
}

.teaser-group h5 {
	font-size: 160%;
}
#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%;
}


/* sidebar */
#extras h3,  
#extras h4 {  
	font-size:1.3em; 
	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;
}

/* promo */
.promo h3 {
	font-size: 1.4em;
}
/* footer */
#site-info li {
	font-size: 1.1em;
}
/* @end */

/* @group  BRANDING / HEAD  */
#branding {  
	color: #666;
} 
#logo {
	overflow: hidden;
	position: relative;
	height: 100px;
	background: #999; /* neu */
}
#logo span {
	position: absolute;
	background-color: #999;
	background-repeat: no-repeat;
	background-position: 0 0;
	z-index: 10;
	display: block;
	top: 0;
	left: 0;
	height: 80px;
	width: 300px;
}

/* used for CSS rollover effect, currently disabled to avoid confusion
#logo > a:hover span,
#logo > a:active span,
#logo > a:focus span {
	background-position: 0 -199px;
	width: 308px;
}
*/

#logo strong,
#logo em {
	overflow: hidden;
	position: relative;
	color: #000;
	font-size: 300%;
	display: none;
}
#logo em {
	position: absolute;
	z-index: 11;
	left: 80px;
	bottom: 0;
	width: 100%;
	height: 30px;
	color: #ec1549;
	font-size: 130%;
	font-style: normal;
	font-weight: bold;
	line-height: 1.2em;
	white-space: nowrap;
}
#logo a {
	position: absolute;
	display: block;
	top: 2px;
	left: 0;
	width: 28em;
	height: 40px;
	padding: 10px;
	cursor: pointer;
}
#logo a:hover {
	text-decoration: none;
}
#logo a img {
	display: none;
}
#search-box {
	position: absolute;
	top: 12px;
	right: 10px;
	width: 250px;
}              
#search-box input {
	background: #ebebeb;
	margin: 0 5px 0 0;
	border: 1px solid #c2c2c2; 
	width: 150px;
	padding: 3px 3px 2px 3px;
} 
#search-box input:focus {
	background: #fff;
	border: 1px solid #777;
}
#search-box .button {
	background: none;
	width: auto;
	border: none;
	margin: 0;
	padding: 2px 0;
	color: #fff;
	cursor: pointer;
	font-size: 120%;
	/* text-transform: uppercase; */
	font-weight: bold;
}
#search-box .button:hover, 
#search-box .button:active,
#search-box .button:focus {
	background: #333;
	color: #fff;
	/* border: 1px solid #555; */
	/* border-right: 1px solid #4d4d4d; */
	/* border-bottom: 1px solid #4d4d4d; */
}
#search-box a.button {
	width: 100px;
	display: inline;
	border: none;
	padding: 3px 10px 2px 10px;
}
#nav-meta {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 250px;
}    
#nav-meta ul li {
	float: left;
	margin: 0;
	list-style: none;
	font-size: 1.1em;
}	
#nav-meta ul li a {
	background: url(../img/bgs/bg-nav-meta.gif) left center no-repeat; 
	color: #fff;
	padding: 0 10px;
}	
#nav-meta ul li a:hover,
#nav-meta ul li a:active,
#nav-meta ul li a:focus {
	color: #fff;
	text-decoration: underline;
}

/* @end */	

/* @group GLOBAL HORIZONTAL NAVIGATION
--------------------------------------  */
#nav-global {
	border-top: 1px solid #eee;
	background: none; 
	/* min-height: 69px; */
} 

#nav-global:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#nav-global.plus-navsub {
	position: relative;
	min-height: 5.58em; /* Firefox, Safari, Webkit-Browsers */
	height: 5.6em; /* IE 6 */
	*margin-bottom: 0px;  /* IE 6,7 */
}
#wrapper > #nav-global.plus-navsub {
	height: auto;
}
#nav-global ul {
	position: relative;   
	background: #ccc  url(../img/bgs/bg-nav-global.gif) bottom repeat-x; 
	float: left;
	width: 100%;
	margin:0;
	list-style: none;
}
#nav-global ul#language {
	position: absolute;   
	background: transparent; 
	left: 700px;
	width: 260px;
	background: url("../img/bgs/main-div.gif") no-repeat top  left;
} 
#nav-global.plus-navsub ul {
	/* position: relative; */
	border-bottom: none;
}
#nav-global li {
	float: left;  
	margin: 0;
	padding-bottom: 0;
	font-size: 1.3em;
	font-weight: bold;
}
#nav-global li a,
#nav-global li a:visited {
	display: block;
	float: left; 
	color: #666;
	text-decoration: none;
	background: url("../img/bgs/main-div.gif") no-repeat top  right;
} 
#nav-global li a {
	cursor: pointer; /* IE */
}
/* on + open */
#nav-global li.on,
#nav-global li.open {
	background: url("../img/bgs/main-div.gif") no-repeat top  right;
}
#nav-global li.on a,
#nav-global li.open a {
	background:#fff url("../img/bgs/bg-nav-global-on.gif") no-repeat top  right;
	color: #000;
}
#nav-global li span {
	float: left;
	margin-left: 5px;
	padding: 3px 10px 6px 5px;
}    
/* hover */
#nav-global li.open a:hover,
#nav-global li.open a:active,
#nav-global li.open a:focus,
#nav-global li a:hover,
#nav-global li a:active,
#nav-global li a:focus {
	text-decoration: underline;
}
/* 2nd level horizontal subnav */
#nav-global ul ul {
	background: #fff  url(../img/bgs/bg-subnav.gif) bottom left repeat-x;
	position: absolute;
	left: 0;
	top: 2.2em;
	width: 960px;
}
#nav-global li li  {
	font-size: 100%;
}
#nav-global li.open li,
#nav-global li.open li a {
	background: none;
	background: url(../img/bgs/bg-subnav-on.gif) bottom right no-repeat; 
	font-weight: normal;
	color: #666;
}
#nav-global li.open a {
	text-decoration: none;
}
#nav-global li.open li.on a,
#nav-global li.open li.on a span {
	font-weight: bold;
	color: #000;
	background: url(../img/bgs/bg-subnav-on.gif) bottom right no-repeat; 
}
#nav-global li li a:hover,
#nav-global li li a:active,
#nav-global li li a:focus,
#nav-global li li a:hover span,
#nav-global li li a:active span,
#nav-global li li a:focus span {
	color: #333;
	text-decoration: underline;
}
/* @end */


/* @group STAGE */

#stage {       
	background: #fff;
} 
#stage img {
	display: block;
	line-height: 1;
	height: 195px; 
}
#stage a img {
	border: none;
}
#stage a {
	color: #fff;
	border-bottom: 1px dotted #999;
}
#stage em a {
	padding-left: 15px;
	background: transparent url(../img/icons/link-white.gif) no-repeat left center;	
	border-bottom: none;
}  
#stage em.more a {
	padding-left: 10px;
	background: transparent url(../img/icons/link-more-white.gif) no-repeat left center;
	border-bottom: none;
}
#stage-box {    
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	width: 250px;
	height: 165px; /* for scroll mechanism */
	padding: 0;
	padding-bottom: 10px;
	/* background-color: rgba(0, 0, 0, 0.6); */
	background-image: url(../img/bgs/bg-stage.png);
	overflow: hidden;
} 
* html #stage-box { /* IE6 */
	background: #666;
}              
#stage h1 {
	margin: 10px;
	margin-right: 20px;
	color: #fff;
	font-size: 1.6em;
}
#stage h2 {
	float: none;         
	margin: -5px 22px 5px 10px;
	font-size: 1.4em;
	color: #ccc;
}
#stage p {      
	clear: left;
	margin: 0 22px 0 10px;
	color: #fff;
} 
#stage p em {      
	font-style: normal;
	font-weight: normal;
}
#stage ul.links {
	clear: both;
	margin: 0 22px 0 10px;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}
#stage ul.links li {
	_height: 1%; /* ie 6 */
	margin: 0;
	background: url(../img/icons/link-white.gif) 1px 4px no-repeat;
	padding: 3px 0 0 18px;
	font-size: 1.2em;
	line-height: 1.2em;
	color: #fff;
}
#stage ul.links li a{
	border-bottom: none;
}
#stage ul.links li.download {
	padding-left: 18px;	
	background: url(../img/icons/download-white.png) 0 4px no-repeat;
}
#stage a.external { 
	background-image: url(../img/icons/link-external-site-white.gif);
}

/* @end */

/* @group  SECTION-HEADER  */
/* only H1 and H2 are within this DIV, see @group FONTS */
/* @end */

/* @group ToC */

/* table of contents, used within #stage-box  */
#stage-box #toc {
	clear: both;
	width: auto; 
	border: none;
	background:none;
	padding-left: 10px;
}
#stage-box #toc h3 {
	padding: 0;
	margin: 0;
	margin-bottom: 2px;
	font-weight: bold;
	color: #fff;
	letter-spacing: -1px;
}
#stage-box #toc ul {
	clear: both;
	width: auto; 
	padding: 0;
	margin: 10px 22px 10px 0;
	list-style: none !important;
}

/* fix for IE6/7  */
*:first-child+html #stage-box #toc,
*:first-child+html #stage-box #toc ul,
* html #stage-box #toc,
* html #stage-box #toc ul {
	float: left;
}
#stage-box #toc li {
	border: none;
	height: 1%; 
	line-height: 1.2em
}
#stage-box #toc a {
	display: block;
	background: url(../img/icons/link-white.gif) 0 2px no-repeat;
	padding: 0 0 0 15px;
	border: none;
}
/* @end */ 
     
/* @group Breadcrump */

/* styles mainly defined in iphone.css */
#breadcrumb {
	margin: 0;
	display: none;
}
/* @end */ 


/* @group OPENER & TEASERS */
.teaser {
	margin:0 0 5px 0;
	padding-top: 5px !important;
	border-bottom: 1px solid #eee; 
	float: left; /* ie 6 */
	width: 100%; /* ie 6 */
	padding: 0 0 5px 0;
} 
.teaser-year { 
	float: left; /* ie 6 */
	width: 100%; /* ie 6 */
	padding: 10px 0 5px 0;
}
#main .teaser h2 {
	/* width: 510px; */
	/* float: left; */
	margin: 1px 0 5px 0;
}
#main .teaser h2 a { 
	color: #333;
}
#main .teaser h2 a:hover { 
	color: #c00;
}
#main .teaser p { 
	margin-left: 175px;
	/* be aware of floating image width + padding-right + border */
	/* in this case no border is defined */
}
#main .teaser li p { 
	font-size: 1em; 
	/* corrects  multipication of font-sizes  */
}
#main .teaser p.no-pict { 
	margin-left: 0; 
}
#main .teaser li { 
	border-bottom: 1px solid #eee;
	margin-top: 10px;
	padding-bottom: 10px;
	clear: left; 
	list-style: none;
	overflow: auto;
} 
.teaser img {
	float: left;  
	width: 165px;
	height: 105px; 
	margin: 3px 10px 5px 0;
} 
/* 2 colums: 1 big main column with 2 floating teasers | main 
   3 columns: nav vertical and 1 big main column with 2 floating teasers | nav | main */
.col-float2 .teaser {
	float: left;
	width: 460px;
	margin-right: 20px;
}
/* @end */

/* @group EVENTS  */

/* date sheet */
div.date {
	position: absolute; 
	top: 0;
	left: 0;
	margin: 0 5px 0 0;
	background: #afaf00;
	width: 4em;
}
.date .month {
	display: block;
	padding: 2px 0 0 0;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 160%;
}
.date abbr {
	border: none;
	cursor: help;
}
.date .day {
	display: block;
	padding: 0 0 5px 0;
	color: #fff;
	font-size: 240%;
	font-weight: bold;
	text-align: center;
	line-height: 1em;
}
.date .till {
	display: block;
	height: 13px;
	text-indent: -9999px;
	background: url(../img/bgs/till.gif) 50% 0 no-repeat;
}
.date .d-end {
	background: #d9d940;
	padding-top: 0;
}


/* calender */
#calendar {
	position: relative;
	border-top: 4px solid #b3b3b3;
	margin: 0 0 20px 0;
}
#calendar h2 {
	float: left;
	margin: 3px 0 6px 0;
}
#calendar table {
	width: 100%;
	line-height: 1.2em;
}
#calendar div.pager {
	clear: none;
	float: right;
	width: 30px;
	margin: 7px 0 0 0;
}
#calendar div.next {
	float: right;
}
#calendar div.pager a img {
	border: 1px solid #fff;
	width: 13px;
	margin: 0;
}
#calendar div.pager a:hover img,
#calendar div.pager a:focus img,
#calendar div.pager a:active img {
	border: 1px solid #ec1549;
}
#calendar table {
	clear: both;
	border-top: 1px solid #ccc;
	border-spacing: 0;
	empty-cells: show;
}
#calendar thead th {
	padding: 4px 0;	
}
#calendar thead th abbr {
	border: none;
}
#calendar tbody tr {
	background: url(../img/bgs/dotted-line.png) 100% 0 repeat-x;
}
#calendar tbody td {
	width: 25px;
	padding: 4px 0;
	text-align: center;
}
#calendar tbody td.on  {
	margin: 2px 0;
	font-weight: bold;
}
#calendar tbody td a {
	display: block;
}
#calendar tbody td.on a {
	color: #dd0e40;
}


/* @end */

/* @group SIDEBAR left / NAVIGATION sub
-------------------------------- */
#nav {
	background: #e5e57f url(../img/bgs/nav.png) 0 0 no-repeat;
	margin-bottom: 20px;
	padding-top: 10px;
}


/* @end */

/* @group SIDEBAR right: #EXTRAS
-------------------------------- */ 
.box {
	clear: both;
	width: auto;
	height: 1%;  /* IE 6 */
	border: 1px solid #ddd;
	margin-bottom: 10px;
	background:#f5f5f5;
}
.box-jobs {  
	background:#f5f5f5 url(../img/bgs/bg-homepage-jobs.png) top right  no-repeat;
}
.box-jobs p {  
	width:170px;
	height:72px;
}
.box-tekzone {  
	background:#f5f5f5 url(../img/bgs/bg-homepage-tekzone.png) bottom right no-repeat;
	height: 110px;
}

#extras h3 {  
	margin:0;
	padding: 5px;
	color: #333;
}
#extras h4 {  
	margin: 10px 5px -8px 5px;
	color: #333;
	font-weight: normal;
} 
#extras p {
	line-height: 1.3em;
	padding: 5px;
}
#extras img {
	float: right;
	width: 90px;
	margin: 7px 0 3px 8px;
}
#extras img.big {
	float: none;
	display: block;
	width: 100%;
	margin: 0;
}
#extras ul.links {
	clear: both;
	margin: 5px;
	padding: 2px 0 0 0;
	list-style: none;
}
#extras ul.links li {
	border-top: 1px solid #ddd;
	height: 1%; /* ie 6 */
	margin: 3px 0 2px 0;
	background: url(../img/icons/link.gif) 1px 5px no-repeat;
	padding: 3px 0 0 18px;
	line-height: 1.3em;
}
#extras ul.links li.download {
	padding-left: 18px;	
	background: url(../img/icons/download.png) 0 4px no-repeat;
	*background-position: 0 6px; /* IE 6 & 7 */
}

#extras ul {
	margin: 0 4px 5px 6px;
	list-style: none;
}
#extras ul li {
	line-height: 1.3em;
	margin-bottom: 2px;
	padding-left: 14px;
	background: transparent url(../img/icons/list-dot.gif) no-repeat 0px 3px;
}


/* latest */

#extras h3 a em {
	color: #555;
}

#extras h3 a em,
#extras .box h2 a em {
	color: #555;
}
#extras li .more a {
	display: inline;
}


/* events */

#extras div.date {
	position: absolute;
	background: #AFAF00;
	top: 10px;
	left: 0;
	width: 3.4em;
	margin-right: 10px;
}
#extras .date .month {
	display: block;
	padding: 4px 0 1px 0;
	color: #fff;
	text-align: center;
	font-weight: normal;
	font-size: 140%;
}
#extras .date abbr {
	border: none;
	cursor: help;
}
#extras .date .day {
	display: block;
	padding: 4px 0 5px 0;
	color: #fff;
	font-size: 160%;
	font-weight: bold;
	text-align: center;
}


/* @end */

/* @group FOOTER 
----------------- */
#site-info {   
	position: relative;
	background: #fff; 
	padding: 5px 10px 15px 12px;
	color: #000;
}
#site-info ul { 
	margin:  0;
	list-style: none;
} 
#site-info li {
	float: left;
	margin: 0;
	padding: 0 20px 0 0;
	color:#000;
} 
#site-info li#footer-policy,
#site-info li#footer-legal,
#site-info li#footer-news {
	/* no behaviour defined yet */
}
#site-info li span#footer-rss {
	background: url(../img/icons/feed.png) 0px 50% no-repeat; 
	padding-left:15px;
	*display: inline-block; /* IE 6 & 7 */
}
#site-info li#footer-share{
	margin: 0;
	margin-top: -1px;
	width: 190px;
}
#site-info li#footer-copyright {
	float: right;
	padding: 0;
}
#site-info li#tothetop {
	background: url(../img/bgs/arrow-top.gif) 0px 3px no-repeat; 
	padding-left:15px;
	margin: 0;
	color: #000;
}
#site-info li a { 
	color: #000;
	 /* border-bottom: 1px dotted #000; */
} 
#site-info li a:hover,
#site-info li a:active,
#site-info li a:focus {
	text-decoration: none;
	color: #c00;
	/* border-bottom: 1px solid #c00; */
}

/* @end */

/* @group TEXT 
----------------- */
#main .text {
	position: relative;
	clear: both;
	width: 100%; /*3*/
	overflow: hidden;  /*3 */
	margin: 10px 0 10px 0;
	border-bottom:1px solid #eee;
	height: 1%; /* IE 6 */
}

#main .text:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#main .abstract {
	border-bottom: none; /* deactivates border in first paragraph or division */
}
#main .abstract .text-left p {
	font-weight: bold !important;
	color: #444;
}
#main .text-left{
	float: left;
	width: 610px;
	padding: 0;
	margin: 0;
	/* margin-right: 20px; */
}
#main .contact-member,
#main .team-member  {
	margin-top:0;
	padding-bottom:5px;
}
#main .team-member p {
	padding-left: 15px;
}

#main .text-right {
	position: relative;
	float: right;
	width: 300px;
	padding: 0;
	margin: 0;
}
#main .contact-member .text-right img, 
#main .team-member .text-right img {
	width: 90px !important;
	height: auto;
}
#main .text-right .box  {
	width: 298px;
	background: #fff;
}
#main .text-right .box img {
	width: 100%;
	display: block; /* fix */
	padding: 0;
	margin: 0;
}
#main .text-right .box img.pict-small {
	width: auto;
	height: auto;
	padding: 0;
	margin: 0;
}
#main .abstract .text-right .box {
	border: none;
}

#main .text p {
	margin: 0 0 10px 0;
}
#main .contact p {
	margin: 0; 
	/* deactivates margins within DIV text used by special paragraph contact */
}

#main .text .box p {
	padding: 5px;
	margin: 0;
}
#main .text .box h3 {
	font-size: 1.3em;
	color: #666;
	padding: 5px;
	margin: 0;
}

#main .text p a {
	text-decoration: none;
}
#main .text p a:hover,
#main .text p a:active,
#main .text p a:focus {
	text-decoration: none;
	border-bottom: 1px solid #c00;
}
#main .text p a.download {
	background: url(../img/icons/download.png) 0 1px no-repeat;
	padding-left: 15px;
}
#main .text h3 {
	clear: both;
	margin: 0 0 4px 0;
}
#main .text ul {
	margin: 0 0 10px 1px;
	list-style-type: none;
}
#main .text ul.links {
	clear: both;
	margin: 0 5px 10px 0;
	padding: 0;
	list-style: none;
}
#main .text ol {
	margin: 0 0 10px 19px;
	list-style-type: decimal ;  /*  decimal-leading-zero with 0 */
}
#main .text ul li {
	line-height: 1.3em;
	margin-bottom: 2px;
	padding-left: 15px;
	background: transparent url(../img/icons/list-dot.gif) no-repeat 0px 3px;
}
#main .text ul.links li {
	border-top: none;
	height: 1%; /* ie 6 */
	margin: 1px 0 2px 0;
	background: url(../img/icons/link.gif) 1px 3px no-repeat;
	padding: 2px 0 0 18px;
}
#main .text ul.links li.download {
	padding-left: 18px;	
	background: url(../img/icons/download.png) 0 3px no-repeat;
}

#main .text ol li {
	line-height: 1.3em;
	margin-bottom: 2px;
	margin-left: 8px;
}
#main .text li li {
	font-size: 1em;
}
#main .text em.external { 
	background: transparent url(../img/icons/link.gif) no-repeat left center;
	padding-left: 15px;
} 

/* table */
#main table { 
	margin: 10px 0 20px 0;
	border-top: 4px solid #ccc;
	padding: 0 0 5px 0;
	empty-cells: show;
	border-collapse: collapse;
}
#main th,
#main td {
	background: #fff;
	padding: 5px;
	vertical-align: top;
	text-align: left;
}
#main th {
	background: #eee;
	border-bottom: 1px solid #ccc;
	padding-right: 20px;
}
#main .odd td {
	background: #fff;
}
#main tbody td {
	background: #eee;
	border-bottom: 1px solid #b3b3b3;
}
#main .text tr:nth-child(odd) td {
	background: #fff;
}
#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%;
}


/* text-meta: author, date, tags */
#main .text .text-meta {
	clear: both;
	float: left;
	width: 100%;
	padding: 0 0 10px 0;
	margin: 0;
}
#main .text .text-data {
	clear: both;
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}
#main .text .text-data li {
	float: left;
	margin: 0 15px 0 0;
	padding: 2px 0;
	list-style: none;
	font-size: 125%;
	color: #444;
	background: none;
}
#main .text .text-data li.mediatype {
	float:none;
	font-weight: bold;
}
#main .text .text-data li.published {
	clear:both;
	float: left;
}
#main .text .text-data li em {
	font-style: normal;
}
/* Tags in at the beginning of the text */
#main .text .text-meta dl {
	clear: both;
	float: left;
	width: 100%;
	border-top: 1px solid #dedede;
	padding: 3px 0;
	font-size: 92%;
}
#main .text .text-meta dt {
	float: left;
	padding: 0 5px 0 0;
}
#main .text .text-meta dd {
	float: left;
	padding: 0 10px 0 0;
}

/* Flash Content */
.flash {
	margin: 20px 0;
}

/* @end */

/* @group Search Results  */

#search-results h1 {
	padding-top: 10px;
}
#search-results h1 em {
	display: inline;
	font-size: 100%;
	color: #000;
}
#search-results ol {
	margin: 20px 0 0 0 !important;
	
}
#search-results ol li {
	margin: 0 !important;
	padding: 0 0 10px 0 !important;
	list-style: none;
	font-size: 100%;
	border-bottom: 1px solid #eee;
}
#search-results ol li h2 {
	border: none;
	margin: 15px 0 5px 0;
	font-size: 1.5em;
}
#search-results ol li p {
	clear: both;
	margin: 0 !important;
}
#search-results ol li ul.text-data li.cat {
	float: left;
	color: #555;
	border-bottom: none;
	margin: 2px 0 0 0;
	padding-bottom: 5px !important;
}

/* deletes the last border of DIV .text */
#search-results #main .text,
#search-results #main .text-data {
	border: none;
}

/* highlight the searched term */
em.highlight {
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}

/* @end */


/* @group FORMS  */

.form-wrapper {
	clear: both;
	display: none;
}
.form-wrapper fieldset {
	border: none;
	margin: 5px 0 30px 0;
}
.form-wrapper fieldset h2 {
	margin: 0 0 1px 0;
	border-top: 4px solid #cccc00;
	border-bottom: 1px solid #ccc;
	padding: 5px 0 5px 0;
	color: #333;
}
.form-wrapper p.required {
	text-align: right;
}
.form-wrapper p.required span,
.form-wrapper dfn {
	color: #ec1549;
	font-weight: bold;
}
.form-wrapper div {
	clear: both;
	float: left;
	width: 460px;
	border-bottom: 1px dotted #b3b3b3;
	padding: 10px 0 15px 0;
}
.form-wrapper div div {
	width: auto;
	border-bottom: none;
	margin: 0 0 10px 0;
	padding: 0;
}
.form-wrapper label {
	position: relative;
	display: block;
	font-size: 130%;
}
.form-wrapper input,
.form-wrapper textarea,
.form-wrapper div.mod input.mod {
	display: block;
	background: #ebebeb;
	width: 300px;
	margin: 3px 0 0 0;
	border: 1px solid #c2c2c2;
	padding: 3px 3px 4px 3px;
}
.form-wrapper input[type='hidden'] {
   display: none;
}
.form-wrapper input:focus,
.form-wrapper textarea:focus {
	border: 1px solid #000;
	background: #fff;
}
.form-wrapper textarea {
	height: 150px;
	width: 300px;
}
.form-wrapper select {
	display: block;
	width: 310px;
	margin: 5px 0 0 0;
}
.form-wrapper div span {
	display: block;
	padding: 5px 0 0 0;
	color: #555;
	font-size: 110%;
}
.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;
}
.form-wrapper div span.help a {
	background: url(../img/icons/help.gif) 0 .15em no-repeat;
	padding-left: 15px;
}

/* multiple inputs in one row */
.form-wrapper div label.s,
.form-wrapper div label.m,
.form-wrapper div label.l {
	float: left;
	clear: none;
	width: 92px;
}
.form-wrapper div label.m {
	width: 161px;
	padding: 0;
}
.form-wrapper div label.l {
	width: 363px;
}
.form-wrapper div label.s input {
	width: 70px;
}
.form-wrapper div label.m input {
	width: 139px;
}
.form-wrapper div label.l input {
	width: 209px;
}

/* checkboxes & radiobuttons */
.form-wrapper fieldset fieldset {
	float: none; /* ie 6 */
	margin: 0;
	padding: 0;
}
.form-wrapper fieldset fieldset input {
	width: auto;
	display: inline;
	background: transparent;
	border: none;
}
#main .form-wrapper fieldset fieldset legend {
	text-indent: -9999px;
	font-size: 0;
}

/* mod for short elements */
.form-wrapper fieldset fieldset.mod label {
	float: left;
	margin-right: 10px;
}

/* Submit */
.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%;
}
.new-search .button,  /* button outside button-wrapper */
.form-wrapper div.button-wrapper input { /* button */
	background: #b90834 url(../img/bgs/submit.png) 0 0 repeat-x;
	right: auto;
	width: auto;
	border: 1px solid #f19eb2;
	border-right: 1px solid #920728;
	border-bottom: 1px solid #920728;
	padding: 2px 10px;
	color: #fff;
	cursor: pointer;
	font-size: 120%;
	text-transform: uppercase;
	font-weight: bold;
}
.new-search .button {  /* button outside button-wrapper */
	padding-top: 3px;
	padding-bottom: 4px;
}
.new-search .button:hover, 
.new-search .button:active,
.new-search .button:focus,
.form-wrapper div.button-wrapper input:hover,
.form-wrapper div.button-wrapper input:active,
.form-wrapper div.button-wrapper input:focus {
	background: #333;
	color: #fff;
	border: 1px solid #111;
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
	
}

/* link-Button */
a.button {
	background: #b90834 url(../img/bgs/submit.png) 0 0 repeat-x;
	min-width: 60px;
	width: auto;
	border: 1px solid #f19eb2;
	border-right: 1px solid #920728;
	border-bottom: 1px solid #920728;
	padding: 3px 20px 2px 20px;
	text-align: center;
	text-decoration: none;
	font-size: 110%;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}
a.button span {
	position: absolute;
}
a.button:hover,
a.button:active,
a.button:focus {
	color: #fac4d1;
}

/* New Search */
#search-results .form-wrapper div {
	background: #f2f2bf;
	float: left;
	width: 100%;
	padding: 10px 0;
}
#search-results .form-wrapper div label {
	display: inline;
	float: left;
	margin: 0 10px;
}
#search-results .form-wrapper div a.button {
	float: left;
	margin-top: 2px;
}
#search-results .form-wrapper input.submit {
	width: auto;
	background: #cc0;
	padding: 2px 10px;
	cursor: pointer;
}

/* error messages */
.error {
	color: #ec1549;
	font-weight: bold;
}
#main .error h1 {
	background: url(../img/bgs/error.png) 0 8px no-repeat;
	margin-bottom: 10px;
	padding: 5px 0 0 30px;
	color: #ec1549;
}
#main div.error {
	margin: 20px 0;
	font-weight: bold;
}
#main div.error ul {
	margin: 0 0 0 45px;
}
#main div.error li {
	color: #ec1549;
}
#main div.error li a,
#main div.error label span {
	color: #ec1549;
}
#main .form-wrapper div.error {
	margin: 0;
}
.form-wrapper div.error input,
.form-wrapper div.error textarea {
	border: 1px solid #ec1549;
}

/* @end */

/* @group SITEMAP  */

#sitemap .links {
	border-top: 1px solid #999;
	margin: 30px 0 30px 0;
}
#sitemap .links h2 {
	margin: 0;
	padding: 5px 0 5px 0;
}
#sitemap .links h2 a {
	display: block;
	color: #555;
}
#sitemap .links h2 a:hover,
#sitemap .links h2 a:active,
#sitemap .links h2 a:focus {
	color: #ec1549;
}
#sitemap .links li {
	height: 1%; /* IE6 */
	margin: 0;
	border-top: 1px solid #eee;
	padding: 0;
}
#sitemap .links li a {
	background: url(../img/icons/link.png) 0 6px no-repeat;
	padding: 4px 0 4px 15px;
}
#sitemap .links li li a {
	background: url(../img/icons/link.png) 15px 6px no-repeat;
	padding-left: 30px;
}
#sitemap .links li li li a {
	background: url(../img/icons/link.png) 60px 7px no-repeat;
	padding-left: 75px;
}
#sitemap #wrapper-3 .links li ul {
	margin: 0;
	padding: 0;
}
#sitemap .links li li {
	font-size: 100%;
}
/* @end */

/* @group GLOSSARY */

#glossary-index {
	overflow: hidden;
	width: 100%;
	margin: 0 0 20px 0;
}
#glossary-index ul {
	margin: 10px 0 0 0;
	/* overflow: auto; */
}
#glossary-index li {
	list-style: none;
	float: left;
	margin: 0 3px 5px 0;
	font-size: 1.3em;
	font-weight: bold;
}
#glossary-index li.close {
	float: right;
	font-weight: normal;
}
#glossary-index li a,
#glossary-index li span {
	display: block;
	border: 1px solid #ccc;
	padding: 2px 5px;
	min-width: 12px;
	text-align: center;
}
#glossary-index li span {
	color: #555;
	border-color: white;
	padding: 2px 5px 2px 0;
}
#glossary-index li a:hover,
#glossary-index li a:active,
#glossary-index li a:focus {
	background: #c00;
	border: 1px solid #333;
	color: #fff;
	text-decoration: none;
}
.glossary-box {
	float: left;
	width: 200px;
	height: 20em;
	margin: 0 10px 10px 0;
	border: 1px solid #ccc;
	padding: 10px;
}
#main .glossary-box li.all {
	background: none;
}
#main .glossary-box p.all a {
	margin-top: -1px;
}
#main .glossary-box h2 {
	float: left;
	background: #fff;
	margin: 0 10px 0 0;
	padding: 0;
	font-size: 600%;
	color: #000;
	line-height: 1;
	text-transform: uppercase;
}
#main .glossary-box ul {
	list-style: none;
	margin: 0;
}
#main .glossary-box ul li {
	background: url(../img/bgs/dotted-line.png) 0 100% repeat-x;
	height: 1%; /* IE 6 */
	margin: 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;
}
/* 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;
}

/* @end */

/* @group PHOTOS */

/* photos / images */
.photo { /* for dl and without it */
	margin-bottom:0px;
}
.photo dd {
	padding: 5px;
}
.photo dd.zoom {
	float: right;
	padding-top: 8px;
	padding-bottom: 7px;
	line-height: 4px;
}
.photo dd.zoom a {
	display: block;
	width: 12px;
}
#wrapper-2 .photo dd.copyright {
	font-style: italic;
	font-size: 120%;
}
.photo dd.longdesc {
	display: none;
}
.photo.mod {
	float: right;
	margin-right: 0;
	margin-left: 10px;
}

/* @end */

/* @group PHOTO GALLERY */


.photo-index .photo {
	background: url(../img/bgs/photo-corners.png) 0 100% no-repeat;
	width: 220px;
}
.photo-index .photo dt {
	min-height: 125px;
	height: auto;
}
.photo-index .photo dt img {
	width: 218px;
}
.photo-index dl {
	margin-right: 15px;
}
.photo-index dl.last {
	margin-right: 0;
}

/* @end */

/* @group SHOWBOX */

.mask {
	background-color: #000;
	width: 100%;
	z-index: 110;
}
.loading-mask {
	background: #000 url(../img/bgs/loading.gif) no-repeat fixed center;
}
.showbox {
	position: absolute;
	overflow: hidden;
	z-index: 120;
	top: 0;
	left: 0;
	margin: 100px 0 0;
	padding: 0 0 10px 0;
	width: 960px;
	background-color: #b3b3b3;
}
.showbox-head {
	overflow: hidden;
	height: 1%;
	margin: 0 0 10px;
	padding: 5px;
	font-size: 120%;
	text-align: center;
	background-color: #555;
	color: #fff;
}
.showbox-toolbar,
.showbox h1.showbox-title {
	float: left;
	clear: both;
}
.showbox h1.showbox-title {
	margin:0;
	padding: 5px 0 5px 5px;
	font-size: 1.4em;
	line-height: 1em;
	color: #fff;
	text-align: left;
}
.showbox-head a {
	color: #fff;
	margin-right: 10px;
}
.showbox-toolbar .prev {
	background: url(../img/icons/sprites.png) 0 -73px no-repeat;
	padding-left: 17px;
}
.showbox-toolbar .next {
	background: url(../img/icons/sprites.png) 190% 1px no-repeat;
	padding-right: 17px;
}
.showbox-head a.disabled {
	color: #aaa;
}
.showbox .close-button {
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 0 5px 0 17px;
	color: #fff;
	font-size: 120%;
	background: url(../img/icons/sprites.png) 0 -218px no-repeat;
}
.showbox .content-box {
	background-color: #999;
	margin: 0 auto;
}
.showbox.loading {
	background: #999 url(../img/bgs/loading.gif) no-repeat fixed center;
}
.showbox .multimedia-box {
	overflow: hidden;
}
.showbox .text-content {
	background: #ececec;
	padding: 5px;
	display: none;
}
.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%;
}

/* @end */

/* @group Lazar's EXTRAS */

a#toTop { 
	display: block;
	_float: right; /* IE6 */
    font-size: 1.0em;
    line-height: 1em;
	width:15px;
	height: 27px;
	border:1px solid #ccc;
	padding:0px ;
	position:fixed;
	bottom:10px;
	right:10px;
	cursor:pointer;
	/* color:#333; */
	text-decoration:none;
	background: #fff url(../img/icons/arrow-toTop.gif) no-repeat 50% 50%;
}
a#toTop:hover { 
	border-color: #c00;
}

#content { 
	width:700px;
	margin:10px auto; 
}

#scroll-content {
	position: relative;
	top: 0; 
	padding-bottom: 10px;
}
#scroll-controls {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 165px;
	width: 20px;
}
#scroll-controls a.up-arrow {
	border: none;
	display: block;
	height: 20px;
	width: 20px;
	background: transparent url('../img/icons/arrow-up.gif') no-repeat scroll left top;
	position: absolute;
	top: 0;
	right: 0;
}
#scroll-controls a.up-arrow:active {
	background: transparent url('../img/icons/arrow-up.gif') no-repeat scroll left top;
}
#scroll-controls a.down-arrow {
	border: none;
	display: block;
	height: 20px;
	width: 20px;
	background: transparent url('../img/icons/arrow-down.gif') no-repeat scroll left top;
	position: absolute;
	bottom: 0;
	right: 0;
}
#scroll-controls a.down-arrow:active {
	background: transparent url('../img/icons/arrow-down.gif') no-repeat scroll left top;
}
/* @end */

