/* CSS Document für Bayreuther Festspiele - Videoguide */

body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9c9c9c;
}

h1 {
	font-size: 15px;
	color: #773280;
	line-height: 1.5em;
	margin-top: 0px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

h2 {
	color: #773280;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5em;
	margin-top: 0px;
	margin-bottom: 10px;
}

h3 {
	font-size: 12px;
	color: #773280;
	line-height: 1.5em;
	margin-top: 0px;
	margin-bottom: 10px;
}

h4 {
	font-size: 12px;
	font-style: italic;
	line-height: 1.5em;
	margin-top: 0px;
	margin-bottom: 5px;
}

h5 {
	font-size: 12px;
	text-decoration: underline;
	line-height: 1.5em;
	margin-top: 0px;
	margin-bottom: 5px;
}

h6 {
	font-size: 12px;
	color: #773280;
	text-decoration: underline;
	line-height: 1.5em;
	margin-top: 0px;
	margin-bottom: 0px;
}

p {
	margin-top: 0px;
	margin-bottom: 12px;
	padding: 0px;
}

#textinhalt a:link, #textinhalt a:visited {
	text-decoration: none;
	border-bottom: 1px dashed #773280;
	color: #773280;
}

#textinhalt a:hover, #textinhalt a:active {
	text-decoration: none;
	border-bottom: none;
	color: #773280;
}

.tableimage {
	display: block;
}

#inhaltscontainer {
	width: 950px;
	height: 680px;
	background-image: url(gfx/bg_inhaltscontainer.jpg);
	background-repeat: no-repeat;
}

#logocontainer {
	margin-top: 10px;
	margin-left: 10px;
	width: 252px;
	height: 85px;
	float: left;
}

#navicontainer {
	width: 230px;
	float: right;
	margin-top: 53px;
}

#navicontainer h1 {
	float: left;
	margin-bottom: 0px;
	display: block;
	font-weight: normal;
}

a.zurueck:link, a.zurueck:visited {
	text-decoration: none;
	color: #9c9c9c;
	font-size: 15px;
	text-transform: uppercase;
	float: right;
	padding-left: 15px;
	padding-top: 2px;
	padding-right: 10px;
	background-image: url(gfx/zurueck_norm.gif);
	background-repeat: no-repeat;
	background-position: left;
	display: block;
}

a.zurueck:hover, a.zurueck:active {
	text-decoration: none;
	color: #773280;
	font-size: 15px;
	text-transform: uppercase;
	float: right;
	padding-left: 20px;
	padding-top: 2px;
	padding-right: 10px;
	background-image: url(gfx/zurueck_hover.gif);
	background-repeat: no-repeat;
	background-position: left;
	display: block;
}

#medieninhalt {
	width: 560px;
	float: left;
	margin-left: 60px;
	margin-top: 10px;
}

#textinhalt {
	width: 220px;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	line-height: 1.5em;
}

#vorschautabelle {
	margin-top: 5px;
}

#vorschautabelle img {
	border: 1px solid #cccccc;
	display: block;
}

#medieninhalt #vorschautabelle tr td a:link, #medieninhalt #vorschautabelle tr td a:visited {
	filter: alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity: 0.5;
	width: 178px;
	height: 99px;
	display: block;
}

#medieninhalt #vorschautabelle tr td a:hover, #medieninhalt #vorschautabelle tr td a:active {
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
	width: 178px;
	height: 99px;
	display: block;
}

#vorschautabelle p {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
}

.close {
	position: absolute;
	top: 640px;
	left: 720px;
	z-index: 30;
}
#zentrierungscontainer {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	padding-top: 10px;
	text-align: center;
}

