/* ------------------------------------------------------------------------	*
 * CSS-Styles der Webseiten des Akademischen Kammerorchesters Karlsruhe		*
 * ------------------------------------------------------------------------	*
 * Das Layout beruht auf dem 'Fixed' Layout 2 von Stuart A. Nicholls,		*
 * CSSPlay.co.uk, http://www.cssplay.co.uk/layouts/body2.html				*
 * ------------------------------------------------------------------------ */
@media all {
html {
	height: 100%;
	max-height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	background-color: #494952;
	color: #9BB3CC;
	/* hide overflow:hidden from IE5/Mac */ /* \*/
	overflow: hidden;
	/* */
}

body {
	height: 100%;
	max-height: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
	border: 0;
	font-size: small;
}

* html body {
	font-size: x-small;
	f\ont-size: small;
}

/* ------------------------------------------------------------------------	*
 * Seitenbereiche: Inhalt, Kopf, Fuss, Navigation							*
 * ------------------------------------------------------------------------	*
 * Kopfbereich: enthält das Logo und den Orchesternamen als Überschrift		*
 * erster Ordnung															*
 * ------------------------------------------------------------------------	*/
#inhalt {
	display: block;
	height: 100%;
	max-height: 100%;
	overflow: auto;
	padding: 16px 0 0 15em;
	position: relative;
	z-index: 3;
}

#kopf {
	position: fixed;
	display: table;
	/* zwecks horizontaler/vertikaler Zentrierung in Mozilla */
	margin: 0;
	top: 0;
	width: 100%;
	height: 120px;
	background: #494952 url('../images/ako_logo-klein.gif') 6px no-repeat;
	z-index: 5;
	color: #9BB3CC;
}

#fuss {
	position: fixed;
	margin: 0;
	bottom: -1px;
	right: 18px;
	display: block;
	width: 100%;
	height: 5em;
	background-color: #494952;
	color: #9BB3CC;
	text-align: right;
	font-size: 90%;
	z-index: 4;
}

#navi {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 15em;
	background-color: #494952;
	/* background-position: 0 100px; */
	font-size: 100%;
	color: #9BB3CC;
	z-index: 4;
	padding-top: 16px;
}

* html #kopf,* html #fuss,* html #navi {
	position: absolute;
}

/* ------------------------------------------------------------------------	*
 * HTML-Elemente															*
 * ------------------------------------------------------------------------	*
 * abbr: Dient als Container für vevent-Einträge							*
 * h1: nur für Orchester-Name in Kopfzeile; 								*
 * h2: Standard-Überschrift der einzelnen Seiten;							*
 * h3: Standard-Unterüberschrift; roter Rand links							*
 * ------------------------------------------------------------------------	*/
abbr {
	text-decoration: none;
	border: 0px #9BB3CC;
}

h1 {
	display: table-cell;
	vertical-align: middle;
	font-size: 220%;
	text-align: center;
	margin: 0;
	padding: 0;
	width: 100%;
}

h2 {
	font-size: 155%;
	padding-bottom: 1em;
}

h3 {
	border-left: medium solid red;
	padding-left: 1.5em;
	padding-right: 10%;
	text-align: left;
	clear: both;
	font-size: 100%;
}

img {
	border: none;
}

/* ------------------------------------------------------------------------	*
 * Schrift- und Absatzdefinitionen											*
 * ------------------------------------------------------------------------	*/
.normal {
	font-size: 100%;
}

.betont {
	color: #73BF67;
	max-width: 1260px;
}

.small {
	font-size: 95%;
}

.x-small {
	font-size: 85%;
}

/* --------------------------------------------	*
 * Ausrichtungen / Hervorhebungen				*
 * --------------------------------------------	*/
.eingerueckt {
	margin-left: 2em;
}

.breite90 {
	width: 90%;
	text-align: justify;
}

.blocktext {
	width: 60%;
	text-align: justify;
	padding-bottom: 1em;
	max-width: 1260px;
}

.blocktext_breit {
	text-align: justify;
	padding-bottom: 1em;
	margin-right: 20%;
}

/* aktuelle Position in Navi-Leiste hervorheben: */
#hiersamma {
	font-weight: bolder;
}

.bildunterschrift {
	font-size: 90%;
	display: block;
	font-style: italic;
}

/* ---------------------------------------------------------------- *
 * definition lists für Kontakt / Bankverbindung
 * ---------------------------------------------------------------- */
dl,dd,dt {
	margin-left: 0em; /* Einzüge zurücksetzen */
}

/* definition list für Kontakt und Bankverbindung */
dl.kontakt,dl.bank {
	width: 60%;
	padding: 0 20% 0 0;
	margin-top: 0;
	margin-bottom: 0;
}

/* definition term für Kontakt und Bankverbindung */
dl.kontakt dt {
	float: left;
	clear: left;
	margin: 0;
	padding: 0;
	width: 6em;
}

dl.bank dt {
	float: left;
	clear: left;
	margin: 0;
	padding: 0;
	width: 8.5em;
}

/* ---------------------------------------------------------------- *
 * Tabellarische Darstellung aktueller / früherer Projektprogramme	*
 * Das Programm ist eine verschachtelte definition list. Auf der	*
 * obersten Ebene werden die Programmpunkte und Beteiligte, also	*
 * Solisten definiert. Die einzelnen Programmpunkte wiederum haben	*
 * als definition term den Komponisten und als description das		*
 * Werk.
 * ---------------------------------------------------------------- */
	/* Basis.Einrückung für Programmtabelle */
.konzertprogramm {
	margin: 0 0 20pt 4em;
}

/* definition list für Programmpunkte */
.programmpunkte dl {
	padding: 0 5% 0 0;
	margin: 0;
}

/* definition term für Programmpunkt: Komponist */
.programmpunkte dl dt {
	width: 15em;
	float: left;
	clear: both;
	margin: 0 0 1em 0;
	height: 3.7em;
}

/* Lebensdaten: eigene Zeile, kleiner */
.prg-lebensdaten {
	display: block;
	font-size: 85%;
}

/* definition data für Programmpunkt: Werk */
.programmpunkte dl dd {
	margin: 0 0 1em 1em;
}

/* Hack zur Ausdehnung des dd-Elements, falls noetig */
.programmpunkte dl dd:after {
	content: ".";
	display: block;
	clear: left;
	height: 0;
	visibility: hidden;
}

dt.programm-solist {
	clear: both;
	float: left;
	margin: 0 1em 2.5em 0;
}

/* Name des Solisten; */
dd.programm-solist {
	margin: 0 0 2.5em 0;
}

/* --------------------------------------------------------------------	*
 * Hyperlinks:															*
 * --------------------------------------------------------------------	*/
a:link {
	font-weight: normal;
	color: #9BB3CC;
	text-decoration: none;
}

/* Hyperlinks im Fliesstext: farblich hervorheben! */
p a:link {
	color: #94B3FF;
	text-decoration: none;
}

h3 a:link {
	font-size: 100%;
	font-weight: inherit;
	text-decoration: inherit;
}

a:visited {
	font-weight: normal;
	color: #BEC9D4;
	text-decoration: none;
}

a:hover {
	font-weight: normal;
	color: #73BF67;
	text-decoration: none;
}

a:hover {
	color: #73BF67;
	text-decoration: none;
}

#pad1 {
	display: block;
	width: 12em;
	height: 120px;
	float: left;
}

#pad3 {
	display: block;
	width: 18px;
	height: 5em;
	float: left;
}

.pad2 {
	display: block;
	height: 120px;
}

/* ------------------------------------------------------------------------
 * Styles für die Navigationsleiste
 * ------------------------------------------------------------------------ */
#navi ul {
	margin: 0;
	padding: 0;
}

#navi ul li {
	list-style-type: none;
	margin: 0.5em 1.5em;
	padding: 0;
}

#navi ul li ul {
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-size: small;
}

#navi ul li ul li {
	list-style-type: none;
	margin: 0.2em 0.7em;
	padding: 0;
	font-size: small;
}

#navi ul li a,#navi ul li a:visited {
	text-decoration: none;
	color: #9BB3CC;
}

#navi ul li a:hover {
	color: #73BF67;
}

/* ------------------------------------------------------------------------
 * Styles für den Seitenfuss
 * ------------------------------------------------------------------------ */
#fussnavi {
	margin-right: 2em;
	padding: 2em 0 2em 0;
}

#fussnavi li {
	list-style: none;
	display: inline;
	margin-left: 2em;
	margin-right: 2em;
	padding-left: 2em;
	border-left: medium solid red;
	text-align: left;
}

/* Hack zur korrekten Darstellung im IE 5 */
* html #fussnavi li,* html #fussnavi li a {
	display: inline;
	width: 1em; /* nur fuer IE 5.0x erforderlich */
	w /idth: auto; /* sicherheitshalber fuer IE 6 zurueckgesetzt */
}

.pad-programm {
	display: block;
	height: 120px;
}

/* ------------------------------------------------------------------------
 * Styles für das Fotoalbum
 * ------------------------------------------------------------------------ */
div.gallery {
	width: auto;
	height: auto;
	margin:0;
	padding: 0;
	border: none;
	background: inherit;
}

div.piccontentbox {
	width: 230px;
	float: left;
	padding: 0;
	text-align: center;
	background: inherit;
}

div.picbox {
	width: 230px;
	height: 220px;
	margin: 4px 20px 4px 0px;
	border: none;
	background: inherit;
	text-align: left;
}

div.galleryclearboth {
	clear: both;
	line-height: 1px;
	background: inherit;
}
}

@media print {
  /* Styles für Druckausgabe - keine Navileisten, keine Abstände*/
  #navi {display: none;}
  #fuss {display: none;}
  #pad1 {display: none;}
  #pad2 {display: none;}
  #pad3 {display: none;}
  #inhalt {padding: 0; }
  #kopf {display: none;}
  html {background-color: #FFFFFF;color: #000000;}
  .betont {color:#008040;}
  /* #kopf {height: 75px;} */
}
