/* @override http://atag.accessiblemedia.at/styles/master.css */

* {
	margin: 0;
	padding: 0;
}

.noshow {
	position: absolute;
	top: -1000em;
	left: -1000em;
}

#sprunglinks a:focus,
#sprunglinks a:hover,
#sprunglinks a:active {
	display: block;
	background-color: #000;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	font-size: 1.2em;
	padding: .4em;
}

#sprunglinks {
	overflow: hidden;
	height: 1px;
	list-style: none;
}

a img {
	border: none;
}

body {
	font: 0.875em/1.7 "Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
	background: #155 url(/img/bg.png) repeat-x fixed;
	color: #333;
	min-width: 800px;
	max-width: 1024px;
	margin: 0 auto;
}

a {
	color: #333;
}

a:focus,
a:hover,
a:active {
	color: #f10766;
}

h2 {
	font-size: 1.5em;
	text-align: center;
	font-style: italic;
	font-family: Palatino,Georgia,"Times New Roman",Times,serif;
	font-weight: normal;
	margin-bottom: .5em;
}

h3 {
	font-weight: normal;
	background-color: #b5cccc;
	font-size: 1em;
	padding: .3em;
	margin-bottom: .6em;
	margin-top: 1em;
}

.sponsoring h3 {
	clear: both;
}

p {
	margin-bottom: .6em;
}

#content li {
	margin-bottom: .4em;
}

#content ol {
	margin-left: 4em;
	margin-bottom: 1em;
}

.pflicht {
	position: relative;
	top: -.5em;
	border: 0;
}

#wrapper {
	width: 90%;
	margin: 42px auto;
	overflow: hidden;
	position: relative;
}

.row {
	float: left;
	width: 100%;
}

#hd {
	margin-bottom: .5em;
}

#hd a {
	display: block;
	border: none;
	width: 100%;
	height: 80px;
	background: url(/img/logo.png) no-repeat 10px 0;
	text-indent: -100em;
}

* html #hd a {
	background: url(/img/logo-ie6.png) no-repeat 10px 0;
}

#hd a:focus,
#hd a:hover,
#hd a:active {
	background-position: 10px -85px;
}

.navwrapper {
	overflow: auto;
	padding-right: 1em;
}

#navigation {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	float: left;
	width: 100%;
	background: #000;
}

.start #navigation,
.startafter #navigation {
	float: left;
	display: inline;
}

#navigation li {
	display: inline;
}

#navigation li a {
	display: block;
	padding: .7em 0;
	color: #fff;
	font-weight: bold;
	text-shadow: #000000 0 0 0px;
	text-decoration: none;
	float: left;
	text-align: center;
	background: #000;
	width: 14%;
}

/*
* html #navigation li a{width:19.9%;}
*+html #navigation li a{width:19.95%;}
*/

.start #navigation,
.startafter #navigation {
	border-bottom: none;
}

.start #navigation li a,
.startafter #navigation li a {
	width: 100%;
	text-align: left;
	background: #000 url(/img/arrow.png) no-repeat 95% center;
	text-indent: 1em;
	border-bottom: 1px solid #fff;
}

#navigation li a span {
	font-weight: normal;
	display: block;
	margin-left: 7.5em;
	margin-right: 4em;
	margin-top: -1.65em;
	text-indent: 0;
}

#navigation li a:focus,
#navigation li a:hover,
#navigation li a:active {
	background-color: #f10766;
}

.start #navigation li a:focus,
.start #navigation li a:hover,
.start #navigation li a:active,
.startafter #navigation li a:focus,
.startafter #navigation li a:hover,
.startafter #navigation li a:active {
	background-image: url(/img/arrowhover.png);
}

.programm #navigation li.programm a,
.vortragende #navigation li.vortragende a,
.anmeldung #navigation li.anmeldung a,
.ort #navigation li.ort a,
.sponsoring #navigation li.sponsoring a,
.kontakt #navigation li.kontakt a,
.interaktiv #navigation li.interaktiv a,
.panorama #navigation li.panorama a,
.podcast #navigation li.podcast a {
	background-color: #155;
}

#bd {
	background: #B5CCCC;
	float: left;
	width: 100%;
	padding: 1em 0;
}

#bd abbr {
	border-bottom: 1px dotted #ccc;
}

#kalenderblatt abbr.dtstart,
#kalenderblatt abbr.dtend,
#kalenderblatt span.summary span {
	display: none;
}

.row .left {
	width: 48%;
	float: left;
}

.row .right {
	width: 48%;
	float: right;
}

#kalenderblatt {
	
}

#kalenderblatt .vevent {
	text-align: center;
	font: italic 1.3em/1.4 Palatino,Georgia,"Times New Roman",Times,serif;
	background-color: #fff;
	padding: .4em;
	margin-left: 1em;
}

.dtstartvisible {
	display: block;
}

.dtstartvisible,.location {
	font-weight: bold;
	font-style: normal;
	font-family: "Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
	border: none;
}

.tags {
	margin-left: 1em;
	margin-top: 2em;
	overflow: hidden;
}

#content .tags {
	margin: 0 0 2em 0;
}

.tags ul {
	float: left;
	width: 100%;
}

.tags ul li {
	list-style-type: none;
	display: inline;
	padding: 0 !important;
	border: none !important;
}

.tags ul li a {
	font-size: 1em;
	padding: .2em .3em;
	margin-right: .3em;
	margin-bottom: .3em;
	line-height: 1em;
	font-weight: bold;
	color: #b5cccc;
	background-color: #000;
	text-decoration: none;
	display: block;
	float: left;
	text-shadow: #000000 0 0 0px;
	white-space: nowrap;
}

.tags ul li a:visited {
	color: #f10766;
}

.tags ul li a:focus,
#themen.tags ul li a:focus,
.tags ul li a:hover,
#themen.tags ul li a:hover,
.tags ul li a:active,
#themen.tags ul li a:active {
	color: #f10766;
	background-color: #fff;
}

#themen.tags ul li a {
	background-color: #63a1a1;
	color: #222;
}

#themen {
	padding-top: 2em;
	clear: both;
}

.startafter #themen{
	padding: 0;
	margin-left: 0;
}

.startafter #vortragende {
	padding: 0;
	margin-left: .5em;
}

li #themen {
	padding-top: 0;
}

#pp {
	border: 3px solid #000;
	border-width: 3px 0;
	background-color: #fff;
	padding-bottom: 1em;
/*height:1

2.1428em;*/
}

#topvortragende {
	margin-right: 1em;
	height: 100%;
}

#pp p.teasertext {
	font: italic 1.1em/1.4 Palatino,Georgia,"Times New Roman",Times,serif;
	margin: 2em 1em 0;
}

#pp .left,
#pp .right {
	position: relative;
	text-align: center;
	height: 100%;
}

#pp a {
	text-decoration: none;
}

#pp img {
	display: block;
	float: left;
	border: 1px solid #000;
	border-top: none;
	width: 90px;
	height: 105px;
}

#pp .right .right img {
	right: 4px;
	left: auto;
}

#pp a span.name {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.3;
	background-color: #000;
	color: #63a1a1;
	padding: .2em .3em;
	display: block;
}

#pp a:focus span.name,
#pp a:hover span.name,
#pp a:active span.name {
	color: #f10766;
}

#pp a:focus span.name,
#pp a:hover span.name,
#pp a:active span.name {
	text-decoration: underline;
}

#pp .desc {
	display: block;
	clear: both;
	padding: .2em;
	font-size: .9em;
	text-align: left;
	line-height: 1.3;
	border-left: 1px solid #000;
}

#veranstalter {
	clear: both;
	padding-top: 2em;
	text-align: center;
}

#veranstalter img {
	vertical-align: middle;
	margin-right: 25px;
}

#ft {
	background-color: #fff;
	border-top: 2px solid #222;
	clear: both;
	font-family: Palatino,Georgia,"Times New Roman",Times,serif;
	font-style: italic;
	text-align: center;
	padding: .8em;
}

#content {
	background-color: #fff;
	border: 1px solid #666;
	margin: 1.5em;
	padding: 1.5em;
	overflow: hidden;
	zoom: 1;
}

/* @group Formular */

#bd form div {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: .4em;
}

#bd form div label {
	display: block;
	float: left;
	width: 33%;
	text-align: right;
	padding: 3px;
}

#bd form div input,
#bd form div textarea {
	display: block;
	float: right;
	width: 57.5%;
	margin: 0 5% 0 0;
	padding: 5px 3px;
	border: 1px solid #b5b5b5;
	border-bottom: 2px solid #444;
	font-size: 1em;
}

#bd form div input:focus,
#bd form div textarea:focus {
	border-color: #a91616;
	background-color: #ffc;
}

#bd form div textarea {
	height: 4em;
}

#bd form div.checkbox {
	padding: 0 5% 0 0;
	margin-left: 37.5%;
	float: none;
	width: auto;
	clear: both;
}

* html #bd form div.checkbox {
	margin-left: 31%;
}

#bd form div.checkbox div {
	clear: none;
}

#bd form div.checkbox label {
	display: inline;
	float: none;
	width: auto;
	margin: 0;
	padding: 0;
}

#bd form div.checkbox input {
	display: inline;
	float: none;
	width: auto;
	margin: 0 10px 0 0;
	padding: 0;
	border: none;
}

#bd form div.button input {
	margin-top: 1em;
	border: 2px solid #666;
}

.vorteilscode {
	margin: 1.5em 0;
}

/* @end */

/* @group Programm-Tabelle */

table {
	border-collapse: collapse;
	width: 100%;
}

table tr {
	border-bottom: 1px solid #ddd;
}

table tbody tr:focus,
table tbody tr:hover,
table tbody tr:active {
	background-color: #f3f3f3;
}

table thead th {
	width: 20%;
	font-weight: normal;
	text-align: left;
	font-style: italic;
	font-family: Palatino,Georgia,"Times New Roman",Times,serif;
}

table th,
table td {
	padding: 1%;
	border-bottom: 1px solid #ddd;
}

table tbody th {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

#programm tbody th {
	width: 18%;
}

table tbody td {
	border-left: 1px solid #ddd;
	vertical-align: top;
}

#programm tbody td {
	width: 43%;
}

.sponsor tbody td {
	vertical-align: middle;
	text-align: center;
}

table tbody td h3 {
	background: none;
	padding: 0;
	margin: 0;
	font-weight: bold;
}

tr.price th,
tr.price td {
	background-color: #ddd;
	border: 1px solid #333;
}

tr.price th {
	border-left: none;
}

tr.price td.premium {
	border-right: none;
}

/* @end */

ul#listevortragende {
	float: left;
	width: 100%;
}

ul#listevortragende li,
ul#proglist li {
	list-style: none;
	clear: both;
	margin-bottom: 1em;
	float: left;
	width: 100%;
}

ul#listevortragende li li,
ul#proglist li li {
	clear: none;
	display: inline;
	margin-bottom: 0;
	float: left;
	width: auto;
}

.timeroom .thetimeroom span {
	white-space: nowrap;
}

ul#proglist li .desc ul,
ul#proglist li .timeroom ul {
	margin-bottom: .6em;
}

ul#proglist li .desc ul li,
ul#proglist li .timeroom ul li {
	display: block;
	float: none;
	margin-bottom: .4em;
}

li .desc .tags ul li {
	margin: 0 !important;
}

.timeroom ul {
	margin-top: 1em;
}

.timeroom ul li {
	text-align: center;
}

.timeroom ul li a img {
	display: block;
	margin: 0 auto;
	background: #555;
	padding: 1px;
	border: 6px solid #ddd;
	width: 90px;
	height: 105px;
}

.timeroom ul li a:focus img,
.timeroom ul li a:hover img,
.timeroom ul li a:active img {
	background: #f10766;
}

ul#proglist li .desc ul li {
	border-left: 6px solid #aaa;
	padding-left: .7em;
}

ul#listevortragende li:focus,
ul#listevortragende li:hover,
ul#listevortragende li:active,
ul#listevortragende li:target {
	background-color: #ffc;
}

ul#listevortragende li img {
	float: right;
	clear: both;
	border: .5em solid #B5CCCC;
	padding: 1px;
	background: #000;
	width: 90px;
	height: 105px;
}

body ul#listevortragende li .text {
	text-align: left;
	padding-right: 115px;
}

.programm .description,
ul#listevortragende li .text {
	line-height: 1.4;
	font-size: 93%;
	text-align: justify;
}

ul#listevortragende li .text,
ul#listevortragende li h3 {
	padding: 0 .5em;
}

ul#listevortragende li h3 {
	margin: 0;
}

ul#proglist li .timeroom {
	float: left;
	width: 20%;
	font-weight: bold;
}

ul#proglist li .desc {
	float: right;
	width: 75%;
}

span.amp {
	font-family: Baskerville,Palatino,Constantia,"Book Antiqua","URW Palladio L",serif;
	font-style: italic;
}

#unterstuetzung {
	background: #fff;
	margin: 2em 1em;
	border: 1px solid #999;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	overflow: hidden;
	zoom: 1;
}

#unterstuetzung h2 {
	border-bottom: 1px solid #999;
	font-size: 1em;
	font-family: "Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
	font-style: normal;
	text-align: left;
	padding-left: .5em;
}

#unterstuetzung ul {
	margin: 0 .5em;
	float: left;
	width: 100%;
}

#unterstuetzung li {
	display: inline;
}

#unterstuetzung li a {
	display: block;
	float: left;
	margin-right: .5em;
}

#unterstuetzung li a img {
	background-color: #fff;
	padding: 5px;
}

.aside {
	font-size: .9em;
	color: #777;
	text-align: right;
	font-style: italic;
}

.na {
	color: #888;
}

#spontab td {
	text-align: center;
}

/*Interaktiv*/

.interaktiv #content ul.twitter {
	padding-left: 50px;
	background: url(/img/twitter-bird.jpg) no-repeat 5px 5px;
	float: left;
}

.interaktiv #content ul.twitter li {
	list-style-type: none;
	margin-bottom: 0;
	padding: .3em;
	line-height: 1.4;
	background-color: #e3fafd;
}

#content ul.delicious {
	background-image: url(/img/delicious.gif);
}

#content ul.delicious li,
#content ul.delicious li a {
	background-color: #3274d0;
	color: #fff;
	border-color: #fff;
	text-shadow: #000000 0 0 0px;
}

#content ul.delicious li {
	border-bottom: 1px solid #fff;
}

#content ul.flickr {
	background: url(/img/flickr.png) no-repeat 5px 5px;
	padding-left: 50px;
	float: left;
	list-style-type: none;
}

#content ul.flickr li {
	float: left;
	width: 110px;
	height: 110px;
	padding: 0;
	list-style-type: none;
}

#content ul.flickr li a {
	float: left;
	display: block;
	margin: .25em;
	border: 3px solid #ddd;
	padding: 1px;
	background-color: #333;
}

#content ul.flickr li a img {
	display: block;
}

.interaktiv #content ul.twitter li {
	border-bottom: .4em solid#fff;
}

.interaktiv #content ul.twitter li .author {
	border-top: 2px solid #999;
}

.interaktiv #content ul.twitter li .datetime {
	display: block;
	font-size: .8em;
	text-align: right;
}

.interaktiv #content ul.twitter li a {
	text-decoration: none;
	border-bottom: 1px dotted;
}

#transkription {
	font-size: .9em;
}

#transkription h5 {
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
	margin: 1em 0;
	border-left: 4px solid #ddd;
	padding-left: 4px;
	margin-left: -8px;
}

#transkription small {
	font-size: 1em;
	color: #555;
}

#transkription dt {
	margin-top: 1em;
	font-weight: bold;
	color: #555;
}

#transkription dt.question {
	padding-top: .5em;
	border-top: 1px solid #777;
}

#transkription dt.question:first-child {
	border: none;	
	padding: 0;;
}

#transkription dd {
	margin-left: 1em;
}

#transkription blockquote.pullquote {
	font: italic 1.15em/1.4 Palatino,Georgia,"Times New Roman",Times,serif;
	float: left;
	width: 30%;
	text-align: center;
	margin: 0 1em 1em 0;
	border-top: 3px double #aaa;
	border-bottom: 1px solid #aaa;
	padding: .75em;
}

#transkription blockquote.alt {
	float: right;
	width: 45%;
	margin: 0 0 1em 1em;
}

#transkription blockquote.full {
	float: none;
	width: auto;
	margin: 0 0 1em 0;
}

#transkription blockquote.pullquote p {
	margin: 0;
}

#transkription blockquote.pullquote p:first-letter {
	text-transform: uppercase;
}

#transkription blockquote.pullquote p:first-letter {
	text-transform: uppercase;
}

#transkription blockquote.pullquote p:before {
	content: "\201E";
}

#transkription blockquote.pullquote p:after {
	content: "\201C";
}

#transkription blockquote.addfullstop p:after {
	content: ".\201C";
}

#transkription blockquote.addexclamationmark p:after {
	content: "!\201C";
}

div.figure {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 0 0 1em 0;
}

div.figure p.legend {
	background: #ddd;
	margin: 0;
	color: #111;
}

div.figure img {
	display: block;
}

div.x200 {
	width: 200px;
	border: 5px solid #ddd;
}

div.x300 {
	width: 100%;
	border-top: 3px double #ddd;
	padding: 5px 0;
}

div.x300 p.legend {
	position: absolute;
	right: 0;
	left: 305px;
	bottom: 5px;
	padding: 5px;
	background:none;
	border-bottom: 1px solid #ddd;
}


div.x500 {
	max-width: 500px;	
}

div.full {
	width: auto;
	overflow: visible;
}

div.full p.legend {
	position: absolute;
	top: 10px;
	left: -120px;
	width: 150px;
	padding: 5px;
	background-color: #111;
	background-color: rgba(20,20,20,.7);
	*background-color: #111;
	color: #fff;
}

div.full p.legend a {
	color: #fff;
}

div.left {
	float: left;
	margin: 0 1em 1em 0;
}

#transkription div.right {
	float: right;
	margin: 0 0 1em 1em;
}

.podcast section {
	display: block;
	border-bottom: 1px solid #b5cccc;
}

.podcast section .datetime {
	font-size: .85em;
}

.podcast .left ul,
.podcast .right ul {
	margin-left: 1.5em;
}

.podcast span.hide {
	position: absolute;
	top:  -1000em;
	left: -1000em;
}

.podcast .podcastinfo {
	text-align: center;
	font-weight: bold;
}

.startafter #pp {
	background: url(http://atag.accessiblemedia.at/img/panorama.jpg) -350px center;
	padding: 0;
	position: relative;
}

.startafter #pp .left {
	margin: 0;
}

.startafter #pp .right {
	margin: 0;
	height: 11em !important;
}


.startafter #pp .teasertext {
	background-color: #fff;
	background-color: rgba(255,255,255,.8);
	*background-color: #fff;
	padding: .5em;
	margin: 1em .5em;
	color: #111;
}

#afternav {
	list-style-type: none;
	position: absolute;
	right: 1em;
	bottom: 1em;
	width: 100%;
}

#afternav li {
	display: inline;
}

#afternav li a {
	display: block;
	float: right;
	padding: 8px 15px;
	margin-left: 1em;
	color: #fff;
	background-color: #000;
	background-color: rgba(0,0,0,.7);
	*background-color: #000;
	border: 1px solid #000;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	border-radius: 18px;
}

#afternav li a:focus,
#afternav li a:hover,
#afternav li a:active {
	border-color: 1px solid #fff;
	text-decoration: underline;
}

#aftertext {
	background-color: #fff;
	margin: 0 .5em;
}

#aftertext h2{
	padding: .5em 0 0;
}

#aftertext p {
	padding: 0 .5em 0;
	line-height: 1.5;
}

#aftertext p.signage {
	margin-top: -.5em;
	padding: 0 .5em 1em;
	font: italic 1.5em/1.4 Palatino,Georgia,"Times New Roman",Times,serif;
	text-align: right;
}