body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%;/* font sizing in ems, baby. if you want to change anything, just change this.*/
	/*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and stay the same across browsers. poop.*/
	color: #000;
}
/* layout */
body {
	padding: 17px 0 25px 15px; margin: 0;
	background: #F1FA00;
	text-align: left;
	min-height: 100%;
}

div#frame_container {
	padding: 0; margin: 0;
	width: 820px;
	background: #fff url(../images/background/bg_center.gif) 0 0 repeat-y;
}
div#frame_container div.inner {
	padding: 20px 10px 10px; margin: 0;
	background: url(../images/background/bg_top.gif) 0 0 no-repeat;
	min-height: 800px;
}
div#frame_header {
	padding: 0; margin: 0;
	height: 170px;
	text-align: center;
}
div#frame_header h1 {
	padding: 20px 20px 20px; margin: 0;
}
div#frame_header p {
	padding: 0px 20px 20px; margin: 0;
	font-size: .9em;
}

div#frame_navigation {
	float: left;
	padding: 0; margin: 0;
	width: 220px; 
	font-size: .9em;
/*	position: fixed;*/
	overflow: hidden;
}
div#frame_navigation div.inner {
	padding: 0 20px;
	background: none;
}

div#frame_content {
	float: left;
	padding: 0; margin: 0px 0 0 220px;
	width: 560px;
	color: #777;
	margin: 0; /* solange der navigationsbereich nicht fix sein darf! */
}
div#content {
	background: url(../images/navigation/grey.gif) 0 0 repeat-x;
	padding: 8px 0 0;
}
* html div#content {
	margin-top: -2px;
}
div#content a {
	font-weight: normal;
	text-decoration: none;
	color: #777;
}

div#frame_footer {
	clear: left;
	background: url(../images/background/bg_bottom.gif) 0 100% no-repeat;
}
/* layout */


/*typography*/
a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}
a:link {
}
a:visited {
}
a:active {
}
a:hover {
	text-decoration: none;
}
h1 {
	font-size: 3.0em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	letter-spacing: 0.15em;
	font-family: myriad, verdana, arial, helvetica, sans-serif;
}
h2 {
	font-size: 1em;
	margin: .5em 0em 0.5em 0em;
	font-weight: bold;
	letter-spacing: 0.15em;
}
h3 {
	font-size: 1em;
	margin: 1.2em 0em 0.5em 0em;
	font-weight: bold;
	letter-spacing: 0.15em;
}
h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}
img {
	padding: 0; margin: 0; border: 0;
}
ol, ul, li {/*
	list-style: none;*/
	font-size: 1.0em;
	line-height: 1.3em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
}
p {
	font-size: .95em;
	line-height: 1.4em;
	margin: 1em 0em 1.2em 0em;
}
li > p {
	margin-top: 0.2em;
}
pre {/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 1.0em;
}
strong, b {
	font-weight: bold;
}

/* forms */
form, fieldset {
	padding: 0; margin: 0;
}
form p {
	text-align: right;
}
input, textarea, select {
	margin: 0;
	padding: 1px;
	font-size: 100%;
	font-family: inherit;
}
input {
	margin: 0; padding: 1px;
	width: 25em;
}	
input.button {
	width: auto;
}	
form.cmxform {
	border-bottom: 2px solid #F30072;
}
form.cmxform legend {
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
}
/*\*//*/ form.cmxform legend { display: inline-block; } /* IE Mac legend fix */

form.cmxform legend { padding-left: 0; }

form.cmxform label {
	padding: 0 10px 0 0; margin: 0;
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	width: 15em;
	text-align: right;
}	
form.cmxform fieldset ol {
	padding: 0; margin: 0;
}
	
form.cmxform fieldset li {
	list-style: none;
	padding: 5px 0 0 0;
	margin: 0;
	text-align: right;
}
form.cmxform em {
	font-weight: bold;
	font-style: normal;
	color: #F00069;
}
form.cmxform legend,
form.cmxform label { color: #333; }


form.cmxform fieldset {
	border: none;
}

form.cmxform fieldset li {
	padding: 5px 10px 7px;
	background: url(../images/cmxform-divider.gif) left bottom repeat-x;
}
/* IE5 Macintosh \*//*/
/**/


/* forms */


/* design */
img#logo {
	margin: 10px 0 22px 15px;
}

div#frame_footer {
	padding: 40px 20px 20px 230px; margin: 0;
	color: #000; font-size: .85em;
	text-align: left;
}
div#frame_footer a {color: #555;}

.right {float: right;}
.left {float: left;}
.center {text-align: center; display: block;}
.screenreader {
	position: absolute;
	left: -9999em;
	top: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
/* design */

/* navigation */
div#frame_navigation ul {
	padding: 8px 0 0; margin: 0 0 1.2em; /* war auf 1.6*/
	list-style: none;
}
div#frame_navigation ul.yellow {background: url(../images/navigation/yellow.gif) 0 0 repeat-x;}
div#frame_navigation ul.cyan {background: url(../images/navigation/cyan.gif) 0 0 repeat-x;}
div#frame_navigation ul.black {background: url(../images/navigation/black.gif) 0 0 repeat-x;}
div#frame_navigation ul.magenta {background: url(../images/navigation/magenta.gif) 0 0 repeat-x;}
div#frame_navigation ul.grey_bright {background: url(../images/navigation/grey_bright.gif) 0 0 repeat-x;}
div#frame_navigation ul.grey {background: url(../images/navigation/grey.gif) 0 0 repeat-x;}

div#frame_navigation ul.nodots {background: none !important;}

div#frame_navigation ul.yellow {color: #F5E211;}
div#frame_navigation ul.yellow a {color: #F5E211;}
div#frame_navigation ul.cyan {color: #0088DB;}
div#frame_navigation ul.cyan a {color: #0088DB;}
div#frame_navigation ul.black {color: #000;}
div#frame_navigation ul.black a {color: #000;}
div#frame_navigation li.orange {color: #ea5c2a;}
div#frame_navigation li.orange a {color: #ea5c2a;}
div#frame_navigation ul.magenta {color: #F00069;}
div#frame_navigation ul.magenta a {color: #F00069;}
div#frame_navigation ul.grey_bright {color: #A1A1A1;}
div#frame_navigation ul.grey_bright a {color: #A1A1A1;}
div#frame_navigation ul.grey {color: #636363;}
div#frame_navigation ul.grey a {color: #636363;}

div#frame_navigation li {padding: 0; margin: 0;}
div#frame_navigation li a {line-height: 1em;}

div#frame_navigation li li {padding-left: .8em !important; text-indent: -.8em;}


/* 2. EBENE */
div#frame_navigation ul ul {
	padding: 0; margin: 0;
	list-style: none;
	display: none;
}
div#frame_navigation ul ul li {
	padding: 0; margin: 0;
	list-style: none;
}
div#frame_navigation ul ul li a {
	font-weight: normal;
}
/* 3. EBENE */
div#frame_navigation ul ul ul {
	padding: 0; margin: 0;
	list-style: none;
	display: none;
}
div#frame_navigation ul ul ul li {
	padding: 0 0 0 1em; margin: 0;
	list-style: none;
}
div#frame_navigation ul ul ul li a {
	font-weight: normal;
}

body#performances div#frame_navigation ul#performances,
body#installations div#frame_navigation ul#installations,
body#dbb div#frame_navigation ul#dbb,
body#trainings div#frame_navigation ul#trainings,
body#kuenstler div#frame_navigation ul#kuenstler,
body#weitereprojekte div#frame_navigation ul#weitereprojekte,
body#archiv div#frame_navigation ul#archiv
{display: block}
/* navigation */

/* font */
/* font */

/* tabelle fuer termine und sonstiges */
table {
	padding: 0; margin: 0 0 1em;
	width: 100%;
	table-layout: collapse;
	border-collapse: collapse;
}
table tr {
	padding: 0; margin: 0;
}
table td {
	padding: 0px 1em 1.2em 0; margin: 0;
	vertical-align: top;
	font-size: 0.9em;}
table td.dots {background: url(../images/navigation/grey.gif) 0 0 repeat-x; padding: 0; margin: 0; font-size: 7px}
table td.date {white-space: nowrap;}
table td.headline {padding: 1em 0 0;}
table td.headline h2 {margin: 1em 0 1em;}
table td.lab {width:5em;}
div#content table td.name,
div#content table td.name a {font-weight: bold;}
/* tabelle fuer termine und sonstiges */

/* abstandshalter mit dots */
hr.dots {
	padding: 0; margin: 2.5em 0 0;
	height: 10px;
	border: 0;
	font-size: 7px;
	background: url(../images/navigation/grey.gif) 0 0 repeat-x;
}
hr {
	padding: 0; margin: 2.5em 0 0;
	height: 10px;
	font-size: 7px;
	border: 0;
}

/* seitenspezifische elemente */

div#frame_footer a {color: #fff; font-weight: normal;}
div#frame_footer a em {color: #000; text-decoration: none;}
div#frame_footer a:hover {color: #000; text-decoration: none;}

