

html,
body {
    background: #fff;
    height: 100%;
    padding: 0;
}

/* Site Identity */

#branding {
    height: 150px;
}
#branding h2,
#branding h3 {
    display: none;
}
#branding .close {
    background-position: 100% .25em;
    float: right;
    margin-top: -1.5em;
    padding-bottom: .1em;
    padding-right: 1.8182em;
}
#branding #logo {
    top: 15px !important;
    left: 15px !important;
    padding: 0 !important;
}
#branding #logo-ministry {
    top: 32px;
    right: 20px;
}

/* Misc */

#wrapper #main .mod {
    clear: both;
    margin-bottom: 1.25em;
    padding: 0;
	width: auto;
}
#main p a {
    font-size: 1em;
    text-decoration: underline;
}
#main p a:hover,
#main p a:focus,
#main p a:active {
    color: #ef7900 !important;
}
#main .ic {
    background-position: 0 2px;
    padding: .0909em 0 .1818em 1.2em;
    text-decoration: none;
}
#main .ic:hover,
#main .ic:focus,
#main .ic:active {
    color: #000;
    text-decoration: underline;
}
#main .image-fullsize .subline span {
    color: #565656;
    display: block;
}

/* pager links */

#branding .pager {
    float: right;
    margin: 134px 10px 0 0;
    padding: 0;
}
#branding .pager a {
    background: none;
    color: #000;
    display: inline;
}
#branding .pager a.pgf {
    border-left: 1px solid #000;
    margin: 0 10px 0 10px;
    padding-left: 10px;
}
* {
    margin: 0;
    padding: 0;
}
body {
	 max-width: 970px;
	 min-width: 750px;
	 padding-left: 20px;
}
html {
    background: #fff;
    color: #000;
    font: .75em/1.3em arial, helvetica, sans-serif;
}
h1 {
    color: #333;
    font-size: 2em;
    font-weight: normal;
    line-height: 1.3;
    margin: 0 0 .66em;
}
h2,
h3,
h4 {
    line-height: 1.1em;
}
h2 {
    font-size: 1.3em;
    margin-bottom: .8em;
	 font-weight: bold;
}
h3 {
    font-size: 1.3em;
}
h4 {
    font-size: 1.2em;
}
h5 {
    font-size: 1em;
}
p {
    margin: 1.3em 0;
}
ul {
    list-style: none;
}
fieldset {
    border: 0;
}
legend,
hr {
    display: none;
}
address {
    font-style: normal;
}
input,
button,
option,
select,
textarea,
optgroup {
    font: 1em arial, helvetica, sans-serif;
}
a {
    color: #999;
    text-decoration: none;
}
a:visited {
    color: #444;
}
a:hover,
a:focus,
a:active {
    text-decoration: underline;
}
abbr,
img {
    border: 0;
}
#footer:after,
.standardform .form-entry:after,
.standardform .form-submit:after,
.standardform .form-field:after,
#main .searchresult dl:after,
#main .nav-pager ul:after,
#main .richtext:after,
#abc-overview:after;
.events.after,
.eventresult:after,
#main .nav-pager:after {
    clear: both;
    content: " ";
    display: block;
}


/* Site Identity */

#branding #logo {
	background: #fff;
	position: absolute;
	top: 40px;	 
	left: 20px;
	padding: 0 10px 39px 0;
    
}
#branding #logo p {
    margin: 0;
}


/* Flash */

#main #abc-flash {
	border: 1px solid #ececec;
	width: 458px;
	height: 320px;
}
#flash {
	border: 1px solid #ececec;
	margin: 40px 0pt 0pt 270px !important;
	margin: 10px 0pt 0pt 270px;
	height: 170px;
}
#deutschland-flash {
	border: 1px solid #ececec;
	height: 400px;
	width: 460px;
}
#main #flashcontent  {
	width: 462px;
	overflow: hidden;
}

/* Eyecatcher */

#eyecatcher {
	position: relative;
	margin: 40px 0pt 0pt 270px !important;
	height: 170px;
}
* html #eyecatcher {
	margin-top: 10px !important;
}
#wrapper #branding #eyecatcher p {
	position:absolute;
	right:12px;
	top:6px;
	width: 200px;
	background: #000;
	text-align: right;
	padding: 0;
	margin: 2px 0 0 0;
}
#wrapper #branding #eyecatcher a {
	text-align: left;
	color: #FFF;
	display: inline;
	font-size:0.917em;
	padding: 1px 0 0 16px;
	margin: 0;
	background: url(../img/wj2008/icons/link_black.gif) no-repeat scroll 0pt 0.2em;
}


/* Navigation */

#nav {
    line-height: 1.2;
}
#nav ul {
    padding-bottom: 0;
}
#nav li,
#nav li li,
#nav li li li {
	border-top: 1px solid #ddd;
	background-color: #fff;
	height: 1%;
}
#nav li a {
    padding-left: 15px;
}
#nav ul ul {
    padding: 0;
	 margin: 0;
}
#nav li li a {
    padding-left: 30px;
}
#nav li li li a {
    padding-left: 45px;
}
#nav a {
    display: block;
	 padding: 8px 0;
    text-decoration: none;
	 color: #666;
}
#nav #related a {
	padding: 0;
}
#nav a:hover,
#nav a:visited:hover {
	 color: #ef7900;
}
.first a,
.first a:active,
.first a:visited,
.nav-section a {
	 display: block;
	 color: #666;
}
.first a:hover,
.first a:visited:hover,
.nav-section a:hover {
	color: #ef7900;
}
#nav ul a:hover,
#nav ul a:focus,
#nav ul a:active {
	 color: #ef7900 !important;
	 background-color: #fffaf6;
}
#nav a.current-path {
    font-weight: normal;
}
#nav a.current-page {
	 background-color: #fffaf6;
	 color: #f48323 !important;	 
}
.nav-section {
	border-top: 1px solid #ddd;
	padding: .3em 0;
	color: #000;
	font-size: 1.335em;
}
.nav-section a {
	padding: 0 !important;
}
#nav #related {
	margin-top: 2.5em;
}
#nav #related img {
	margin-bottom: 10px;
}


/* Breadcrumb */

#startpage #breadcrumb {
	display: none;
}
#breadcrumb {
	border: none;
	margin-top: 5px;
}
#breadcrumb span {
	display: none;
}
#breadcrumb ol {
	list-style-type: none;
	margin-left: 250px;
	padding: 0 0 0 10px;
}
#breadcrumb li {
	float: left;
	background: transparent url(../img/wj2008/icons/link_breadcrumb.gif) 0 0.5em no-repeat;
	margin-left: 10px;
	padding-left: 10px;
	font-size: 0.95em;
	font-weight: bold;
	color: #ef7900;
}
#breadcrumb li strong {
	font-weight: normal;
}
#breadcrumb .first {
	background: none;
	margin-left: 0;
}
#breadcrumb a {
	color: #ef7900;
	font-size: 0.9625em;
	font-weight: normal;
}


/* Search */

.quicksearchform {
	 float: right;
	 background: none;
	 margin-top: 8px;
	 text-align: right;
}
.quicksearchform input {
    width: 200px;
	 font-size: 1em;
}
.quicksearchform input.submit {
	background: #ef7900;
	border: none;
	width: auto;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	padding: .2em .1em;
}
.quicksearchform legend {
	display: none;
}


/* Navigation: Service and Language */

#nav-language,
#nav-service {
	margin: 0;
}
#nav-language li,
#nav-service li {
	float: left;
	font-size: 0.9175em;
}
#nav-language {
	display: none;
}
#nav-service {
	float: right;
	margin: 0!important;
	margin: -31px 163px 0 0;
	padding: 15px 10px 0 0;
}
#nav-service li {
	margin-left: 0.5em;
	color: #666;
}
#nav-service li a,
#nav-service li a:active,
#nav-service li a:visited {
	color: #666;
	text-decoration: none;
}
#nav-service li a:hover,
#nav-service li a:visited:hover {
	text-decoration: underline;
}


/* Footer */

#footer {
    width: 100%;
	 padding: 55px 0 40px 0;
}
#footer #footer-copyright {
	display: none;
}
#footer #nav-footer {
	border-top: 1px solid #ebebeb;
	margin-left: 270px;
	padding-top: .33em;
}
#footer li{
   float: left;
   margin-right: 0;
	font-weight: bold;
	font-size: 0.9em;
	color: #b5b5b5;
}
#footer li a {
	background: none;
   font-size: 1.02em;
	color: #666;
}
#footer li.first {
    display: none;
}
#footer #nav-footer {
    position: relative;
}


/* Tabellen */

#main .table {
	border: 1px solid #F3882A;
	border-left: 2px solid #F3882A;
	margin-bottom: 20px;
	padding: 0;
}
table {
	clear: both;
	width: 100%;
	table-layout: auto;
	border-collapse: collapse;
	  border-spacing: 0;
	caption-side: top;
	empty-cells: show;
	padding: 0;
	margin-bottom: 1.3em;
}
table a,
table p,
table *{
	font-size: 1em;
}
table a{
   font-weight: bold;
}
#wrapper tbody th,
#wrapper tbody td { /* IE (Selector style) */
	padding-bottom: 1em;
	color: #000;
}
tbody th {
	border-top: 1px solid white;
}
tbody td {
	background-color: #eeeeec;
	border: 1px solid white;
}
tbody *,
tfoot * {
}
tbody * * *,
tfoot * * * {
	color: #000;
}
tfoot td {
	border-left: 1px solid #fff;
}
#wrapper th,
#wrapper td { /* IE (Selector style) */
   padding: .3em;
   vertical-align: baseline;
	color: #000;
}
#wrapper th {
	color: #fff;
}
th {
   background: #f3882a;
   font-weight: bold;
   text-align: left;
	color: #fff;
}


/* Misc */

.aural,
.jump,
.quicksearchform label,
#main legend {
	position: absolute;
	top: -999em;
	overflow: hidden;
	height: 1px;
	width: 1px;
	padding: 0;
}
#main .image-normal a.lens {
    float: right;
	display: block;
	margin-left: 5px;
	height: 13px;
	width: 13px;
	 background: url(../img/wj2008/icons/lens.gif) 0 0 no-repeat;
}


/* Basics: Main */

a.glossary {
	background: none !important;
	border-bottom: 1px dashed #333;
	padding: 0 !important;
	color: #000;
}
#main ul,
#main ol {
	margin: 1em 0 1em 2em;
}
#main ul {
	list-style: disc;
}
#main li {
	margin-bottom: 1em;
}
#main .richtext h2,
#main .richtext h3 {
	clear: both;
}

#main .linkblock {
	margin-left: 0;
	list-style: none !important;
	font-weight: bold;
}
#main .linkblock li {
	margin-bottom: 0;
}


/* Basics: Marginal */

#marginal div.mod {
	margin-top: 1.5em;
	background: #f5f5f5 url(../img/wj2008/background/rounding_marginal_bot.gif) bottom left no-repeat;
	padding-bottom: 10px;
}
#wrapper-content #marginal div.banner {
	background: none;
}
#startpage #marginal div.last img,
#startpage #marginal div.last a {
	margin-left: 12px;
}
#startpage #marginal div.last a {
	margin-bottom: 12px;
}
#startpage #marginal div.last p {
	font-size: 0.914em;
}
#marginal div.signin p {
	font-size: 0.9175em;
}
#marginal div.signin a,
#marginal div.signin img,
#marginal div.search a,
#marginal div.map a {
	display: block;
	margin-left: 10px;
	margin-bottom: 5px;
}
#marginal h3 {
	background: #b5bbb0 url(../img/wj2008/background/rounding_marginal.gif) no-repeat top left;
	margin-top: 0 !important;
	margin-bottom: 10px;
	padding: .4em .6em;
	font-family: arial, helvetica, sans-serif;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
}
#startpage #marginal .first h3 {
    border-top: 0;
	 background: #4abae0 url(../img/wj2008/background/rounding_marginal_first.gif) no-repeat top left;
}
#startpage #marginal .first ul {
	margin-top: -10px;
	padding-top: 15px;
}
#startpage #marginal .first ul li {
	background: transparent url(../img/wj2008/icons/link_marginal_first.gif) no-repeat scroll 0pt 0.35em !important;
	padding-left: 0.9em;
	padding-bottom: 5px;
	color: #000;
	font-size: 1em;
}
#startpage #marginal div.mod.first {
	margin-top: 0px !important;
}
#startpage #marginal .first .last,
#startpage #marginal .first .last a {
	background: none !important;
	padding: 5px 0 0 0;
}
#marginal .first ul li a.first:hover,
#marginal .first a:hover {
	text-decoration: underline;
}
html #marginal div.mod.first {
	margin-top: 5px !important;
}
#marginal div.teaser_image .teaser,
#marginal div.teaser_image a,
#marginal .contact address,
#marginal .events .more a,
#marginal .messages .more a {
	margin-top: 1em;
}
#marginal div.teaser_image a {
	padding: 0 0 10px 15px;
	margin-left: 12px;
}
#marginal div.teaser_image .teaser {
	padding: 0 12px 0 12px;
}
#marginal .contact address {
	padding: 0 10px 10px 10px;
}
#marginal div.mod p,
#marginal div.mod ul {
	padding: 0 12px;
}
#marginal div.mod ul {
	padding-bottom: 10px;
}
#marginal div.mod.last {
	/*margin-top: 2.5em !important;*/
}
#marginal div.teaser_image a {
	font-weight: bold;
}
#marginal .game {
/*	background: url(../img/wj2008/background/kaengu.gif) 120px -10px no-repeat;*/
}
#marginal #game {
	background: url(../img/wj2008/background/jugend_slogan.gif) 3px 0 no-repeat;
	padding-top: 73px;
}
#marginal #game a {
	display: inline;
}

/* Teasers */
div.eventteaser {
	float: left;
	width: 100%;
}
div.eventteaser h4 {
	background: url(../img/wj2008/background/promo_top.gif) no-repeat 0 0;
	font-size: 120%;
	padding:15px 15px 0;
}
#content #main div.highlight h4 {
	background: url(../img/wj2008/background/promo_top_o.html) no-repeat 0 0;
	font-size: 120%;
	padding:15px 15px 0;
}
#content #main div.highlight {
	background:#F1811D url(../img/wj2008/background/promo_bottom_o.html) no-repeat scroll left bottom;
}
#main div.eventteaser h2 {
	background: none;
}
#main div.eventteaser h2 a {
	background: none;
	text-decoration: underline;
	padding-left: 0;
	display: inline;
}
#main div.eventteaser p {
	margin-top: .5em;
}

div.mod ul {
   /* margin-left: 0 !important;*/
}
#main div.mod ul li {
	margin-bottom: 5px;
}
div.teaser,
div.message,
div.download,
div.external,
div.event-list,
div.message-list {
	margin: 1.7em 0 1em;
}
#abc-flash div.teaser {
	margin: 0;
	background: none;
}
#main #abc-flash div.teaser img {
	margin: 0 15px 10px 0;
}
#abc-flash div.teaser a  {
	font-size: 97%;
}
#abc-flash div.teaser ul li  {
	list-style-type: none;
	font-size: 100%;
	margin-bottom: 3px;
}
#abc-flash div.teaser ul  {
	clear: both;
	margin: 10px 0 0 0;
}
div.teaser h2,
div.mod.download h2,
div.mod.external h2 {
	margin-top: 0;
}
#promo h2,
div.teaser h2 {
	background: transparent url(../img/wj2008/background/promo_top.gif) top left no-repeat;
	margin: 0;
	padding: 15px 15px 0 15px;
	color: #000;
	font-size: 1.336em;
}
#promo img {
	float: left;
	margin: 0 15px;
}
#promo p {
	padding-right: 15px;
}
#promo span {
	padding: 0 10px 15px 15px;
}
#main .left {
	float: left;
	margin-right: 20px !important;
}
#main .right {
	float: right;
	margin-left: 20px !important;
}
#main .teaser img {
	margin: 17px 10px 2px 15px;
	float: left;
}
#main .message img,
#main .download img,
#main .external img {
	margin: 0 15px 5px 0  ;
}
#main .message ul li {
	list-style-type: none;
}
#main .message ul {
	margin-left: 15px;
}
#main .message-list ul.simple li,
#main .event-list ul.simple li {
	list-style-type: none;
}
#main .message-list ul.simple,
#main .event-list ul.simple {
	margin-left: 0;
}
#main .teaser p,
#main .teaser ul li {
	padding: 0 15px;
}
div.message p.details {
	margin: 0;
}
div.message ul.linkblock {
	margin-bottom: 0 !important;
}
#main .mod {
	width: 460px;
	clear: both;
}


/* stage teaser   */

#stage #showcases h2 {
	position: relative;
	margin: 0;
	width: 433px;
	background: #879180 url(../img/wj2008/background/showcases_top.gif) top left no-repeat;
	padding: 8px 15px 6px 12px;
	color: #fff;
	font-size: 1.332em;
	font-weight: bold;
}
#showcases p {
	margin: 0;
	padding: 0 0 3px 0;
}
#showcases h3 {
	margin: 0;
	padding: 0 0 2px 0;
	color: #000;
	font-size: 1.168em;
}
.date {
	margin: 0;
	padding-top: 3px !important ;
	font-weight: bold;
	color: #666;	
}
#news h4 {
	padding: 5px 0 10px 0;
}
#news h4 a {
	font-size: 0.97em;
}
#news h5 {
	margin-top: 15px;
	padding-top: 10px;
	font-size: 1.2em;
}
#news h5 a {
	font-size: 0.765em;
	font-weight: normal;
}
#news .links {
	margin-top: 10px;
	border-top: 1px dotted #bcbcbc;
	width: 460px;
}
#news .links div {
	float: left;
	margin: -10px 0pt 0pt;
	width: 230px;
}


/* Counter Marginalspalte */

.counter p,
.search p {
	font-size: 0.915em;
}
.counter .numbers {
	padding-left: 10px;
	padding-top: 30px;
	padding-bottom: 10px;
}
.counter span {
	background: transparent url(../img/wj2008/background/counter.gif) top left no-repeat;
	color: #ef7900;
	padding: 2pt 8px 3pt 7px !important;
	font-size: 4em;
	font-weight: bold;
}


/* Images */

#main .image-normal {
	clear: both;
	 margin: .25em 0 .83em;
}
#main .image-normal span {
 	margin: 0;
}
#main .image-normal span.subline {
	background: #eeeeec;
	padding: 5px;
	margin-top: -3px;
	color: #91908e;
	font-size: 0.9em;
}
#main .image-normal,
#main .image-normal a,
#main .image-normal span {
	display: block;
}
#main img.teaser {
	float: left;
}
/* #main .landscape,
#main .landscape img {
	width: 210px !important;
}
#main .landscape img {
	height: 160px !important;
}*/
#main .landscape .subline {
	width: 200px;
}
#main .portrait .subline {
	width: 200px;
}
#main p .image-normal {
	margin-bottom: 1.67em;
	margin-top: 1.67em;
}


/* Contact */

#main .contact {
	margin-bottom: 20px;
}
#main .noimage {
	padding-left: .625em;
}
#main .contact img,
#marginal .contact img {
	display: none;
}
#main .contact h2,
#main .contact .org {
	margin-top: 0;
}
#main .contact a {
	margin-bottom: 0;
}
#marginal .contact {
	position: relative;
}
#marginal .contact strong {
	font-weight: bold;
}
#marginal .org .organization-name {
	display: block;
	margin-top: -.1em;
}
#marginal .contact span.adr {
	display: block;
	margin-top: 1em;
}


/* Links */

a.ic {
	display: block;
	font-weight: bold;
	margin-top: 5px;
}
a.pgf {
	background: transparent url(../img/wj2008/icons/link.gif) no-repeat scroll 100% 0.18em !important;
	padding-right: 15px;
	color: #000 !important;
}
a.pgb {
	background: transparent url(../img/wj2008/icons/link-back.gif) no-repeat scroll 0 0.18em !important;
	padding-left: 17px !important;
	color: #000 !important;
}
#wrapper-content #main a.ext,
#wrapper-content #marginal a.ext {
    display: block;
    background: url(../img/wj2008/icons/link-ext.gif) 0 .18em no-repeat;
}
#wrapper-content #main a.dwn,
#wrapper-content #marginal a.dwn,
#wrapper-content #main a.vid,
#wrapper-content #marginal a.vid {
    display: block;
    background: url(../img/wj2008/icons/link-dwl.gif) 0 .18em no-repeat;
}
#main a,
#marginal a,
#nav-language a,
#footer a {
	background: url(../img/wj2008/icons/link.gif) 0 .18em no-repeat;
	padding-left: 1.4em;
	color: #000;
	font-size: 0.9175em;
}
#footer a {
	padding-left: 0;
	padding-right: 1.4em;
}
#showcases a {
	color: #000;
}
#marginal .banner a,
#marginal p a,
#main .image-normal a {
	background: none;
	padding: 0;
}
#marginal .extern {
	background: url(../img/wj2008/icons/link-extern.gif) 0 .15em no-repeat;
}
#marginal .download {
	background: url(../img/wj2008/icons/link-down.gif) 0 .15em no-repeat;
}


/* Search Results */

#main .searchresult ul {
	list-style: none;
}
#main .searchresult ul.results {
	clear: both;
	margin: 1em 0 0;
}
#main .searchresult .results li {
	background: transparent url(../img/wj2008/background/promo_bottom.gif) bottom left no-repeat;
	margin-bottom: 25px;
	padding: 10px;
}
#main .searchresult .results li a {
	background: transparent url(../img/wj2008/background/promo_top.gif) top left no-repeat;
	width: 460px!important;
	width: 430px;
	margin-top: -12px;
	margin-left: -10px;
	padding: 10px 10px 5px;
	font-size: 1em;
	font-weight: bold;
}
#main .searchresult .results li .hit {
	color: #fc0003;
	font-style: italic;
}
#main .searchresult .searchoptionform {
	padding-top: 1em;
}
#main .searchresult .quicksearchform {
    float: none;
}


/* Navigation (Pager) */

#main .nav-pager {
	height: 1%;
	overflow:  hidden;
	clear: both;
	margin: 1.5em 0;
}
#main .nav-pager ul {
	list-style: none;
	width: 330px;
	margin: 0 auto !important;
	padding: 5px 0 0 0 !important;
	text-align: center;
}
#main .nav-pager li {
	float: left;
	margin-bottom: 0;
   display: inline;
   line-height: 1.6em;
}
#main .nav-pager li a,
#main .nav-pager li strong {
	border-left: 1px solid #666;
	padding: 0 .5em;
	color: #000;
}
#main .nav-pager li.first a,
#main .nav-pager li.first strong {
	border-left: 0;
	padding-left: 0;
}
#main .nav-pager .back,
#main .nav-pager .forward {
	float: left;
	width: auto;
	margin: 1px 0 0;
	padding: 0;
}
#main .nav-pager .forward {
	float: right;
}
#main .nav-pager a {
	background: none;
	padding-left: 0;
}


/* Forms */
/* Standardform */

legend.aural {
	font-size: 0;
	height: 0;
}
input.checkbox,
input.radio {
	display: inline;
}
select,
textarea,
input.file,
input.text {
	background: #fff;
	border: 1px solid #9a9a9a;
	padding: 2px 2px;
	color: #696969;
}
.standardform h2 {	
	padding-top: 20px;
	font-size: 1.3em;
}
.standardform a.ic {
	margin-top: 5px;
	padding-bottom: 10px !important;
}
.standardform .form-entry,
.standardform .form-submit {
	padding: 0 0 20px 0;
}
.standardform .form-entry p {
	margin-bottom: 0;
}
.standardform .form-label {
	clear: left;
}
.standardform .form-submit .form-label {
	min-height: 1px;
}
.standardform .form-label span,
.standardform .form-label label {
	margin-right: .4545em;
}
.standardform label {
	display: block;
	margin-bottom: -2px;
	line-height: 1.3em;
}
.standardform fieldset {
	margin-bottom: 20px;
}
.standardform .form-label label dfn[title] {
	border-bottom: 0;
}
.standardform .form-field {
	float: left;
	padding-right: 8px;
}
.standardform input.text,
.standardform .form-field textarea {
	width: 450px;
	padding: 2px 4px; 
}
#main input.upload {
	padding: 2px 4px;
}
#main .standardform input.small {
	margin-right: 6px;
	width: 80px;
}
#main .standardform input.xsmall {
	width: 40px;
}
#main .standardform input.right {
   float: none;
   margin-left: 6px !important;
   margin-right: 0;
}
#main .standardform input.medium {
	width: 177px;
}
#main .standardform input.medium1 {
	width: 205px;
}
#main .standardform input.medium2 {
	width: 326px;
}
#main .standardform input.medium50 {
	width: 206px;
}
#main .standardform input.button {
    float: right;
	 border: none;
	 background-color: #ef7800;
	 color: #fff;
	 font-weight: bold;
}
.standardform .form-field a.ic {
    margin-top: 2px;
	 color: #666;
}
.standardform .form-field select {
	 margin: 2px 0;
	 width: 460px;
	 padding: 2px 0;
}
.standardform .form-field label {
    padding-top: 8px;
	 line-height: 1.6em;
	 font-size: 0.9em;
}
.standardform .form-field label.col2 {
    float: left;
    margin-bottom: 0.285em;
    width: 45%;
}
.standardform .form-field label.fullrow {
    display: block;
    margin-bottom: 0.285em;
    width: 100%;
}


/* Eventform, loginform */

.eventform,
.loginform {
	width: 460px;	
	padding-bottom: 20px;
}
.loginform {
	padding-bottom: 0;
}
.eventform h2,
.loginform h2 {	
	background: transparent url(../img/wj2008/background/promo_top.gif) top left no-repeat;
   margin-bottom: -1px;
   padding: 0 10px 5px 20px;
	font-size: 1.336em;
}
.eventform .inner {	
	float: left;
	background: none;
	width: 420px;
	padding: 0;
}
.eventform .eventsearch {	
	background: transparent url(../img/wj2008/background/promo_top.gif) top left no-repeat;
   padding: 5px;
}
.eventform a.ic {
    margin-top: 5px;
    padding-bottom: 10px !important;
}
.eventform .form-entry,
.eventform .form-submit,
.loginform .form-entry,
.loginform .form-submit {
   padding: 0 20px 20px;
}
.eventform .form-entry p,
.loginform .form-entry p {
    margin-bottom: 0;
}
.eventform .form-label,
.loginform .form-label {
    clear: left;
}
.eventform .form-submit .form-label,
.loginform .form-submit .form-label {
    min-height: 1px;
}
.eventform .form-label span,
.eventform .form-label label,
.loginform .form-label span,
.loginform .form-label label {
    margin-right: .4545em;
}
.eventform label,
.loginform label {
    margin-bottom: -2px;
	 display: block;
	 line-height: 1.3em;
}
.loginform label {
	display: inline;
}
.eventform fieldset,
.loginform fieldset {
	background: transparent url(../img/wj2008/background/promo_bottom.gif) left bottom no-repeat;
	margin-bottom: 0px !important;
	padding-bottom: 20px;
}
.eventform .form-label label dfn[title],
.loginform .form-label label dfn[title] {
    border-bottom: 0;
}
.eventform .form-field,
.loginform .form-field {
    float: left;
	 padding-right: 8px;
}
.eventform .last,
.loginform .last {
	width: 411px;
	padding-top: 20px;
}
.eventform input.text,
.eventform .form-field textarea,
.loginform input.text {
    width: 410px;
	 padding: 2px 4px;
}
#main .eventform input.small {
    width: 74px;
}
#main .eventform input.xsmall {
    width: 20px;
}
#main .eventform input.xsmall2 {
    width: 30px;
}
#main .eventform input.right {
    float: none;
    margin-left: 6px !important;
    margin-right: 0;
}
#main .eventform input.medium {
    width: 143px;
}
#main .eventform input.medium1 {
    width: 185px;
}
#main .eventform input.medium2 {
    width: 316px;
}
#main .eventform input.medium50 {
    width: 196px;
}
#main .eventform input.button,
#main .eventform input.insert,
#main .loginform input.button,
#main .loginform input.insert {
	 float: right;
	 background: #ef7800 url(../img/wj2008/background/search-btn.gif) no-repeat top left;
	 margin-right: -10px;
	 height:	25px;
	 width: 98px;
	 border: none;
	 color: #fff;
	 font-weight: bold;
	 cursor: pointer;
}
#main .eventform input.insert,
#main .loginform input.insert {
	 background: #ef7800 url(../img/wj2008/background/search-btn2.gif) no-repeat top left;
	 width: 160px;
	/*margin-right: 0;*/
}
#main .eventform input.checkbox {
	float: left;
	margin: 10px 0 0 -2px;
}
#main .loginform input.checkbox {
	margin-right: 3px;
}
.eventform .form-field a.ic {
    margin-top: 2px;
	 color: #666;
}
.eventform .form-field select {
    width: 60px;
	 padding: 1px;
	 text-align: center;
}
.eventform .form-field .long {
	 width: 420px;
	 padding: 1px;
	 text-align: left;
}
.eventform .form-field .medium-select {
	 margin: 0;
    width: 160px;
	 text-align: left;
}
.eventform .form-field label,
.loginform .form-field label {
	 padding-top: 8px;
	padding-bottom: 2px;
	 font-size: 0.9175em;
	 line-height: 1.6em;
}
.eventform .form-field .error {
    color: #fc0003;
}
.eventform .form-field label.col2 {
    float: left;
    margin-bottom: 0.285em;
    width: 45%;
}
.eventform .form-field label.fullrow {
    display: block;
    margin-bottom: 0.285em;
    width: 100%;
}
#main input.submit,
#main input.reset {
	float: right;
   background: #ef7900;
   border: 0;
	padding: .125em .45em;
   color: #fff;
   font-weight: bold;
   cursor: pointer;
}
#main input.reset {
   background: #f63;
   margin-right: 20px;
}


/* Mathemacher Anmelde-Formular */

.eventform .picture {
	background:transparent url(../img/wj2008/background/kopf.gif) no-repeat scroll 0pt 10px;
	padding: 40px 0pt 45px 110px;
}


/* Eventresult */

.eventresult {
	background: transparent url(../img/wj2008/background/promo_bottom.gif) left bottom repeat-x;
	width: 450px;
	margin-bottom: 20px;
	padding-left: 10px;
	padding-bottom: 20px;
	overflow: hidden;
	height: 1%;
}
.eventresult span,
.eventteaser span {
	margin-left: 8px;
	background: #ef7900;
	padding: 0 3px;
	color: #fff;
	font-size: 0.63em;
	text-transform: uppercase;
}
#main .eventresult p,
.eventresult h2 {
	padding: 0;
	margin: 0;
}
.eventresult h2{
	font-size: 1.4575em;
	padding-right: 10px;
}
.eventresult h2 a{
	padding-left: 1.2em !important ;
}
#main .eventresult p {
	padding-right: 10px;
}
.eventresult img {
	float: left;
	padding: 10px 10px 10px 0;
}
#main .eventresult .top,
.events .top {
	margin-left: -10px;
	background: transparent url(../img/wj2008/background/promo_top.gif) top left no-repeat;
	padding-top: 20px;
	padding-left: 10px;
	padding-bottom: 3px;
	color: #ef7900;
}


/* Event teaser / Content */

#main .events {
	margin-bottom: -10px;
	overflow: hidden;
}
.events .top {
	padding: 0;
	background: none;
}
#wrapper #main .events .top {
	margin-left: 0;
}
.events img {
	float: left;
	padding: 0 20px 10px 0;
}
#main .infos {
	background: #f6f6f6 url(../img/wj2008/background/promo_bottom.gif) bottom left no-repeat;
	margin: 20px 0 0 0;
	padding-bottom: 15px;
}
#wrapper #main .infos ul.linkblock {
	padding-left: 11px;
}
#main .details {
	margin: 30px 0 0 0;
	clear: both;
}
#main .infos p {
	padding-left: 12px;
	font-weight: bold;
}
#main .details h2,
#main .infos h2 {
	position: relative;
	margin-bottom: 0;
	background: #879180 url(../img/wj2008/background/showcases_top.gif) top left no-repeat;
	width: 433px;
	padding: 8px 15px 6px 12px;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
}
#main .infos .inner {
	background: url(../img/wj2008/background/promo_top.gif) top left no-repeat;
	padding-top: 30px;
	padding-left: 30px;
}

#main .details table {
	background: #f6f6f6 url(../img/wj2008/background/promo_bottom.gif) bottom left no-repeat;
}
#main .details td {
	background: #e9e9e7;
	border: none;
	padding: 5px 12px;
}
#main .details td.light {
	background: #f6f6f6;
}
#main .details td.last {
	background: none;
	padding-bottom: 20px;
}
#main .details td.last a {
	background: none;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 1em;
}


/* Search (Minimal) */

#main .quicksearchform {
    margin-bottom: 2.5em;
}
#main .quicksearchform label {
    display: block;
    margin-bottom: .4em;
}
#main .quicksearchform input.text {
    float: left;
    width: 310px;
}
#main .quicksearchform a.ic {
    float: left;
    margin-top: .5em;
}
#main .quicksearchform fieldset a {
	background: url(../img/wj2008/icons/link-down.gif) 0 .15em no-repeat;
}

/* Messages (Error) / Hint-box */
/* validation-box */

.standardform .error .form-field select,
.standardform .error .form-field input.text,
.standardform .error .form-field textarea,
.eventform .error select,
.eventform .error input,
.eventform .error textarea {
    border-color: #fc0003;
}
.hint-box,
.hint-box2,
.eventform .error *,
.standardform .error *,
.validation-box {
    color: #333333;
}
.hint-box {
	width: 430px !important;
	border: 1px solid #fc0003;
	padding: 0 15px 15px;
}
#hint-box2,
#validation-box {
	background: transparent url(../img/wj2008/background/hint_bottom.gif) bottom left no-repeat;
	margin-bottom: 20px;
	margin-top: 5px;
	padding-bottom: 20px;	
}
.hint-box2,
.validation-box {
	background: transparent url(../img/wj2008/background/hint_top.gif) top left no-repeat;
   margin-bottom: -12px;
	padding: 16px 20px 8px 70px;
}
.validation-box {
	background: transparent url(../img/wj2008/background/valid_top.gif) top left no-repeat;
}
.hint-box ul,
.hint-box2 ul,
.validation-box ul {
    list-style: square !important;
    margin: 3px 0 0 0 !important;
    padding-bottom: 0px;
}
.hint-box li,
.hint-box2 li,
.validation-box li {
    line-height: 1em;
}


/* Reiter */

#main .reiter {
	padding-left: 30px;
	padding-top: 10px;
}
#main .aktiv,
#main .inaktiv,
#main .aktiv2,
#main .inaktiv2 {
	color: #ef7900;
	font-size: 1em;
	font-weight: bold;
	cursor: pointer;
	text-align: left;
	width: 191px;
}
#main .inaktiv,
#main .inaktiv2 {
	color: #000;
}
#main .aktiv:hover,
#main .inaktiv:hover,
#main .aktiv:active,
#main .inaktiv:active,
#main .aktiv2:hover,
#main .inaktiv2:hover,
#main .aktiv2:active,
#main .inaktiv2:active {
	text-decoration: none;
}
#main .aktiv,
#main .aktiv2 {
	background: transparent url(../img/wj2008/background/reiter_grau.gif) top left no-repeat;
	margin-bottom: -2px;
	padding: 7px 7px 5px 40px;
	cursor: pointer;
	border: none;
	text-align: left;
}
#main .aktiv2 {
	background: transparent url(../img/wj2008/background/reiter_grau2.gif) top left no-repeat;
	padding: 7px 32px 5px 40px;
    cursor: pointer;
	margin-bottom: -3px;
}
#main .inaktiv,
#main .inaktiv2 {
	background: transparent url(../img/wj2008/background/reiter_weiss.gif) top left no-repeat;
	margin-bottom: -2px;
	padding: 6px 37px 7px 40px;
	border: none;
	cursor: pointer;
}
#main .inaktiv2 {
	background: transparent url(../img/wj2008/background/reiter_weiss2.gif) top left no-repeat;
	padding: 6px 28px 7px 40px;
    cursor: hand;
}


 /* Event + Personal */

#event,
#personal {
	position: absolute;
	width: 460px;
}


/* Events/Messages */

#marginal .messages div,
#marginal .events div {
    margin: 1em 0 0.5em 0;
}
.event-header p,
.message-header p {
    margin: 0;
}
#marginal .events .more,
#marginal .messages .more {
    font-weight: bold;
}


/* Marginal / Login */

#marginal .login {
	padding-bottom: 20px;
}
#marginal .login img {
	margin: 0 10px;
}
#marginal .login p {
	padding: 5px 10px 10px !important;
	margin: 0;
}
#marginal .login a {
	margin-left: 10px;
}


/* Sitemap */

#main .sitemap ul {
	 list-style: none;
    margin-left: 0;
}
#main .sitemap li {
   padding: 3px 0 13px 0;
	margin: 0;
}
#main .sitemap li a {
	display: block;
	background: #879180 url(../img/wj2008/background/showcases_top.gif) no-repeat scroll left top;
   border-bottom: 1px solid #ebebeb;
	padding: 6px 10px; 
	text-decoration: none;
	color: #fff;
}
#main .sitemap li a:hover {
   font-weight: bold;
	color: #000;
}
#main .sitemap ul ul,
#main .sitemap ul ul ul,
#main .sitemap ul ul ul ul {
	 padding-bottom: 0;
}
#main .sitemap li li,
#main .sitemap li li li,
#main .sitemap li li li li {
	background: none !important;
	color: #000;
}
#main .sitemap ul ul {
    list-style: disc;
    margin: 0;
}
#main .sitemap ul ul a {
	display: block;
}
#main .sitemap ul ul li {
    margin-bottom: 0;
	 padding-bottom: 1px;
}
#main .sitemap ul ul ul li {
	 border: none;
}
#main .sitemap ul ul li a {
    background: none;
	 padding: 0pt 25px 2px 25px;
	 color: #000;
}
#main .sitemap ul ul ul li a {
    background: none;
	 padding: 0 10px 2px 49px;
	 color: #000;
}
#main .sitemap ul ul ul ul li a {
    background: none;
	 padding: 0 10px 2px 74px;
}


/* Bundesland Overview */

.bundesland-overview {
	background: #e2e4df url(../img/wj2008/background/list-bundeslaender.gif) top left no-repeat;
	margin: 0;
	padding: 9px 0 15px 20px;
	width: 680px;
}
.bundesland-overview label {
	padding-right: 20px;
	font-size: 0.9175em;
}
.bundesland-overview select {
	width: 200px;
	font-size: 1em;
	font-weight: bold;
}
.bundesland-overview input {
	background: #EF7800 url(../img/wj2008/background/go_btn.gif) no-repeat scroll left top;
	margin-left: 10px;
	width: 69px;
	height: 23px;
	border: none;
	color: #fff;
	font-weight: bold;
}


/* ABC Overview */

.abc-overview {
	margin: 0;
}
.abc-overview ul {
	background: #e2e4df url(../img/wj2008/background/abc-top.gif) top left no-repeat;
	border-bottom: 10px solid #eaece9;
	margin: 0 !important;
	padding: 10px!important ;
	height: 24px;
	width: 680px;
   list-style: none;
}
.abc-overview li {
	display: block;
	float: left;
	overflow: hidden;
	background: #d6d8d3 url(../img/wj2008/background/abc.gif) top left no-repeat;
   margin-bottom: 0 !important;
	border-right: 1px solid #d6d8d3;
	padding: 1px 1px 0 !important;   
	height:	18px;
	width: 16px;
	font-weight: bold;
	text-align: center;
	color: #676763;
}
.abc-overview li a,
.abc-overview li a:active,
.abc-overview li a:visited {
    background: none !important;
	 padding: 0 !important;
	 color: #676763 !important;
}
.abc-overview li a:visited:hover,
.abc-overview li a:hover {
	float: left;
	overflow: hidden;
   display: block;
	background: transparent url(../img/wj2008/background/abc_hv.gif) top left no-repeat !important;
	height:	18px;
	width: 16px;
   margin-bottom: 0 !important;
	margin-left: -1px;
	padding: 1px 1px 0 !important;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #fff !important;
}
.abc-overview .first{
	border-right: 69px solid #D6D8D3;;
}
.abc-overview .first a {
	padding-left: 0 !important;
}
.abc-overview .first a:hover,
.abc-overview .first a:visited:hover {
	padding: 0 70px 0 0 !important;
	margin-left: 0;
}
.abc-overview .last {
	background-color: #d6d8d3;
	background-position: 68px 0;
	padding: 0 0 0 69px !important;
}
.abc-overview .last a {
	height: 18px;
	width: 18px;
	padding: 0 1px 0 0 !important;
	margin-left: -2px;
}
.abc-overview .last a:hover,
.abc-overview .last a:visited:hover {
	padding: 0 1px 0 0 !important;
}
.abc-overview .active {
	background:  #e2e4df url(../img/wj2008/background/abc_active.gif) top left no-repeat;
	border: none;
	width: 30px;
	height: 30px;
	margin-top: -5px;
	padding: 7px 2px 0 0 !important;
	color: #fff;
	font-size: 1.4em;
}


/* ABC-Pager */

#main .abc-pager {
	background: none !important;
	list-style: none;
	list-style-type: none !important;
	list-style-image: none;
}
#main .abc-pager ul {
	float: left;
	margin: 0;
	padding: 0 0 0 20px;
	list-style: none;
	list-style-type: none !important;
	list-style-image: none;
}
#main .abc-pager li,
#main .abc-pager li a,
#main .abc-pager li a:active,
#main .abc-pager li a:visited {
	float: left;
	background: none;
	padding: 0 5px 0 1px;
	font-weight: normal;
	font-size: 0.957em;
}
#main .abc-pager li {
	font-weight: bold;
}
#main .abc-pager li a:hover,
#main .abc-pager li a:hover:visited {
	font-weight: bold;
}
#main .abc-pager .first {
	font-weight: bold;
	font-size: 0.917em;
}
#main .abc-pager .first a {
	background: transparent url(../img/wj2008/icons/link-back.gif) 0 .15em no-repeat;
	padding-left: 16px;
	font-weight: bold;
}
#main .abc-pager .active {
	color: #ef7900;
	font-weight: bold;
}
#main .abc-pager .last a {
	background: transparent url(../img/wj2008/icons/link.gif) 100% .15em no-repeat;
	padding-right: 16px;
	font-weight: bold;
}


/* Mathemacher Gallery */

#main .gallery {
	clear: both;
	margin: 0;
	background: #ececea url(../img/wj2008/background/gallery_out_bottom.gif) bottom left no-repeat;
	border-top: 10px solid #eaece9;
	width: 700px;
	padding: 0;
	border-collapse: collapse;
	table-layout: auto;
	caption-side: top;
	empty-cells: show;
}
#main .gallery img {
	background: none;
	margin-top: -4px !important;
	margin-top: -8px;
	padding-left: 8px;
	padding-bottom: 5px;
}
#main .gallery tbody {
	padding-bottom: 20px;
} 
#main .gallery td {
	background: transparent url(../img/wj2008/background/gallery_bottom.gif) bottom left no-repeat;
	padding: 0;
	vertical-align: top;
	border: none;
	width: 179px;
} 
#main .gallery .gallery-top {
	background: transparent url(../img/wj2008/background/gallery_top.gif) top left no-repeat;
	height: 12px;
	position: relative;
	width: 179px;
}
#main .gallery td.last .gallery-top {
	width: 162px;
}
#main .gallery h4 a,
#main .gallery h4 a:active,
#main .gallery h4 a:visited,
#main .gallery p {
	background: none;
	margin: 0;
	padding: 5px 18px 0;
	color: #fff;
	font-size: 0.9em;
	width: 109px;
}
#main .gallery h4 a {
	display: block;
}
#main .gallery td.last{
	width: 162px;
}
#main .gallery p{
	padding: 5px 18px 40px;
}
#main .gallery h4 a:hover,
#main .gallery h4 a:visited:hover {
	color: #ef7900;
	text-decoration: none;
}


/* Mathemacher Detailseite */

#main .gallery-pic .gallery-top,
#main .gallery-pic .gallery-top2 {
	z-index: 1;
	background: transparent url(../img/wj2008/background/gallery_top.gif) top left no-repeat;	
	position: relative;
	margin-left: -8px;
	height: 12px;
}
#main .gallery-pic .gallery-top2 {
	background: transparent url(../img/wj2008/background/gallery_top_w.gif) top left no-repeat;
}
#main .gallery-pic {
	float: left;
	background: transparent url(../img/wj2008/background/gallery_bottom.gif) bottom left no-repeat;
	padding: 0 8px 40px;
	vertical-align: top;
	border: none;
	width: 165px;
} 
#main .gallery-pic img {
	background: none;
	margin-top: -4px !important;
	margin-top: -8px;
	padding-left: 0px;
	padding-bottom: 5px;	
}
#main .gallery-pic h4 {
	color: #fff;
	font-size: 0.914em;
	padding-left: 8px;
}
#main .gallery-pic h4 a,
#main .gallery-pic h4 a:active,
#main .gallery-pic h4 a:visited,
#main .gallery-pic p {
	background: none;
	margin: 0;
	padding: 5px 0.7em 0 8px;	
	color: #fff;
	font-size: 0.915em;
	line-height: 1.2em;
}
#main .back2list,
#main .back2list2 {
	display: block;
	background-position: 0 14px;
	border-top: 1px solid #ececec;
	width: 440px;
	margin-top: 12px;
	padding-top: 12px;
	font-weight: bold;
}
#main .back2list2 {
	border-top: none;
}


/* Mathemacher Bundesland-Liste */

.bundeslaender {
	border-bottom: 1px solid #ebebeb;
	margin-left: 0 !important;
	padding: 0;
	list-style-type: none !important;
}
.bundeslaender li {
	width: 440px;
	margin: 0 !important;
	border-top: 1px solid #ebebeb;
	padding: 2px 10px;	
}
.bundeslaender li a {
	display: block;
	padding-left: 30px !important;
	font-weight: bold;
}


/* Mathemacher Quote */

#marginal .quote {
	background: transparent url(../img/wj2008/background/quote_bottom.gif) bottom left no-repeat !important;
}
#marginal .quote p {
	margin-top: -5px;
	padding: 0 1.5em 2.8em 20px !important;
	line-height: 1.6em;
	font-size: 1em;
}
#marginal .quote h3 {
	background: transparent url(../img/wj2008/background/quote_top.gif) top left no-repeat;
	padding-left: 48px;
	padding-top: 16px;
	padding-bottom: 18px;
	color: #000;
	font-size: 1.3em;
}


/* Mathemacher Further_info */

#marginal #further_info img {
	margin-left: 25px;
	margin-bottom: 10px;
}
#marginal #further_info p {
	margin: 0;
	padding-bottom: 10px;
	font-size: 0.917em;
}
#marginal #further_info a {
	margin-left: 10px;
}


/* Event Search */

#marginal .event-search form {
    padding: 0 12px;
}
#marginal .event-search label {
    display: block;
    margin-top: 8px;
}
#marginal .event-search input,
#marginal .event-search select {
    display: block;
	 border: 1px solid #ef7900;
	 width: 140px;
	 padding: 1px 2px;
    color: #696969;
}
#marginal .event-search select {
    width: 146px;
}
#marginal .event-search input.submit {
    float: right;
	 background-color: #ef7900;
    width: auto;
    margin: 10px 54px 10px 66px;
    padding: 0;
	 color: #fff;
    font-size: .8em;
}
#marginal .event-search a.ic {
    clear: both;
	 margin: 0 10px 10px 10px;
}


/* Gallery */

#main .image-gallery {
    margin-bottom: -10px !important;
    padding-bottom: 0 !important;
}
#main .image-gallery ul {
    margin-left: 0;
    padding-bottom: 0 !important;
}
#main .image-gallery li {
    float: left;
	 position: relative;
    margin-bottom: 25px;
	 margin-left: 10px;
	 height: 130px;
	 width: 195px;
    overflow: hidden;
    text-align: center; 
}
#main .image-gallery li.odd {
    margin-right: 40px;
}
#main .image-gallery li[class] {
    position: static;
}
#main .image-gallery .last {
    margin-bottom: 20px;
}
#main .image-gallery li[class] div a {
    display: table-cell;
    position: static;
    vertical-align: middle;
}
#main .image-gallery li div a {
    background: #eeeeec;
    display: block;
	 width: 195px;
    height: 130px;
    padding: 0; 
}
.abc-flash {
	border: 1px solid black;
}


/* Kalender in Marginlspalte */

#marginal #calendar {
	padding-bottom: 15px;
}
#marginal #calendar a.today {
	background-color: #666;
	color: #fff !important;
	padding: 1px;
	text-decoration: none;
}
#marginal #calendar table a {
	font-weight: bold; 
	background: none;
	padding: 0;
}
#marginal #calendar table {
	clear: left;
	margin-left: 30px;
	width: 160px;
	padding: 0;
	table-layout: auto;
	border-collapse: collapse;
	border-spacing: 0;
	caption-side: top;
	empty-cells: show;
	clear: left;
}
#marginal .mod tbody {
	padding: 0 20px;
}
#marginal #calendar caption {
	margin: 0 0 4px 30px;
	height: 24px;
	width: 180px;
	font-weight: bold;
}
#marginal #calendar span {
	background: #d8dbd5;
	float: left;
	padding: 0.36em 30px;
}
#marginal #calendar caption a img {
   float: left;
	margin: 0;
	padding: 0;
}
#marginal #calendar td,
#marginal #calendar th {
    padding: 4px 4px;
}
#marginal #calendar th.last,
#marginal #calendar td.last {
    border-right: 0px solid #9fb6c4;
}
#marginal #calendar tbody td,
#marginal #calendar tbody th {
	background: none;
	border: none;
	width: 20px;
	padding: 0;
	text-align: center;
	width: 20px;
}
#marginal #calendar tbody th,
#marginal #calendar tbody td {
	color: #636361;
	font-size: 0.836em;
}
#marginal #calendar tbody td {
	color: #969696;
}
#marginal #calendar tbody td a {
	color: #ef7900 !important ;
	text-decoration: underline;
	font-size: 1em;
}
#marginal #calendar tbody td a:hover,
#marginal #calendar tbody td a:hover:visited {
	color: #000;
	text-decoration: underline;
}


/* Map */

.map {
	position: relative;
}
.map ul {
	overflow: hidden;
	position: relative;
	background: transparent url(../img/wj2008/map/map.gif) no-repeat scroll  top left;
	height: 193px;
	width: 124px;
	margin: 0 12px 0 0;
	margin-left: 25px !important;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}
.map li {
	text-indent: -999em;
}
.map li a:hover,
.map li a:focus
.map li a:active {
	background: transparent url(../img/wj2008/map/map.gif) no-repeat scroll top left;
}
.map li a {
	display: block;
	position: absolute;
	background-color: transparent;
	margin-left: 0 !important;
	padding-left: 0 !important;
}
.map #s-by a {
	left: 50px;
	top: 112px;
	background: transparent url(../img/wj2008/map/map.gif) no-repeat scroll -50px -112px;
	height: 75px;
	width: 73px;
}
.map #s-by a:hover,
.map #s-by a:focus,
.map #s-by a:active {
	background-position: -293px 0;
}
.map #s-sh a {
	left: 48px;
	top: 10px;
	background: transparent url(../img/wj2008/map/map.gif) no-repeat scroll 100px 100px;
	height: 37px;
	width: 37px;
}
.map #s-sh a:hover,
.map #s-sh a:focus,
.map #s-sh a:active {
	background-position: -147px 0;
}
.map #s-mv a {
	left: 76px;
	top: 16px;
	background: transparent url(../img/wj2008/map/map.gif) no-repeat scroll 100px 100px;
	height: 37px;
	width: 53px;
}
.map #s-mv a:hover,
.map #s-mv a:focus,
.map #s-mv a:active {
 background-position: -184px 0;
}
.map #s-hh a {
	z-index: 2;
	left: 59px;
	top: 34px;
	background: transparent url(../img/wj2008/map/map.gif) no-repeat scroll 100px 100px;
	height: 19px;
	width: 18px;
}
.map #s-hh a:hover,
.map #s-hh a:focus,
.map #s-hh a:active {
 background-position: -143px -33px;
}
.map #s-nrw a {
	left: 3px;
	top: 66px;
	background: transparent url(../img/wj2008/map/map.gif) no-repeat scroll 100px 100px;
	height: 47px;
	width: 56px;
}
.map #s-nrw a:hover,
.map #s-nrw a:focus,
.map #s-nrw a:active {
 background-position: -237px 0;
}
.map #s-be a {
	z-index: 2;
	left: 107px;
	top: 58px;
	background: transparent url(../img/wj2008/map/map.gif) no-repeat scroll 100px 100px;
	height: 16px;
	width: 15px;
}
.map #s-be a:hover,
.map #s-be a:focus,
.map #s-be a:active {
 background-position: -156px -33px;
}
.map #s-nds a {
	left: 17px;
	top: 33px;
	background: transparent url(../img/wj2008/map/map.gif) no-repeat scroll 100px 100px;
	height: 60px;
	width: 70px;
}
.map #s-nds a:hover,
.map #s-nds a:focus,
.map #s-nds a:active {
 background-position: -186px -47px;
}
.map #s-sa a {
	left: 72px;
	top: 55px;
	background: transparent url(../img/wj2008/map/map.gif) no-repeat scroll 100px 100px;
	height: 48px;
	width: 39px;
}
.map #s-sa a:hover,
.map #s-sa a:focus,
.map #s-sa a:active {
	background-position: -147px -48px;
}
.map #s-hb a {
	z-index: 2;
	left: 45px;
	top: 46px;
	background: transparent url(../img/wj2008/map/map.gif) no-repeat scroll 100px 100px;
	height: 15px;
	width: 15px;
}
.map #s-hb a:hover,
.map #s-hb a:focus,
.map #s-hb a:active {
	background-position: -170px -37px;
}
.map #s-he a {
	z-index: 2;
	left: 31px;
	top: 85px;
	background: transparent url(../img/wj2008/map/map.gif) no-repeat scroll 100px 100px;
	height: 50px;
	width: 38px;
}
.map #s-he a:hover,
.map #s-he a:focus,
.map #s-he a:active {
	background-position: -147px -96px;
}
.map #s-rp a {
	z-index: 2;
	left: 6px;
	top: 102px;
	background: transparent url(../img/wj2008/map/map.gif) no-repeat scroll 100px 100px;
	height: 45px;
	width: 36px;
}
.map #s-rp a:hover,
.map #s-rp a:focus,
.map #s-rp a:active {
	background-position: -185px -107px;
}
.map #s-th a {
	left: 63px;
	top: 87px;
	background: transparent url(../img/wj2008/map/map.gif) no-repeat scroll 100px 100px;
	height: 32px;
	width: 42px;
}
.map #s-th a:hover,
.map #s-th a:focus,
.map #s-th a:active {
	background-position: -221px -107px;
}
.map #s-sl a {
	z-index: 2;
	left: 8px;
	top: 128px;
	background: transparent url(../img/wj2008/map/map.gif) no-repeat scroll 100px 100px;
	height: 17px;
	width: 18px;
}
.map #s-sl a:hover,
.map #s-sl a:focus,
.map #s-sl a:active {
	background-position: -147px -146px;
}
.map #s-bw a {
	z-index: 2;
	left: 22px;
	top: 128px;
	background: transparent url(../img/wj2008/map/map.gif) no-repeat scroll 100px 100px;
	height: 52px;
	width: 54px;
}
.map #s-bw a:hover,
.map #s-bw a:focus,
.map #s-bw a:active {
	background-position: -263px -75px;
}
.map #s-bb a {
	left: 85px;
	top: 44px;
	background: transparent url(../img/wj2008/map/map.gif) no-repeat scroll 100px 100px;
	height: 50px;
	width: 49px;
}
.map #s-bb a:hover,
.map #s-bb a:focus,
.map #s-bb a:active {
	background-position: -263px -129px;
}
.map #s-sn a {
	left: 93px;
	top: 83px;
	background: transparent url(../img/wj2008/map/map.gif) no-repeat scroll 100px 100px;
	height: 39px;
	width: 48px;
}
.map #s-sn a:hover,
.map #s-sn a:focus,
.map #s-sn a:active {
	background-position: -165px -152px;
}
