/* css by Kulturbau gmbh, David Baumgartner, Winterthur */
/* http://www.kulturbau.ch / www.impro-theater.ch / www.lichtspieltage.ch / www.mefibo.ch */


/* body element */
html { 
  padding:0px;
  margin:0px;
}

body {
	background-color: #00b6e3;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	padding:0px 20px;
	margin:0px;
}

p, h2, pre {
margin: 0px;
padding: 10px;
}	
			
h1 {
	font-size: 11px;
	text-transform:none;
	text-align: right;
	color: #FFFFFF;
	background-color: #3333FF;
	padding:5px 15px;
	margin:0px
}

h2 {
	font-size:14px;
	padding-top:10px;
	text-transform:uppercase;
	color: #333333;
	background-color: transparent;
	}
  
a {
	color: #0066CC;
	font-size: 12px;
	background-color:transparent;
	text-decoration: none;
	a:visited {color:#006633;}
}
a:active {
	color: #000099;
	font-size: 12px;
	background-color:transparent;
}


	
#inhalt {
	border:0px solid #564b47;
	background-color:#fff;
}

#inhalt #navi {
	border-left:1px dotted #000;
	border-bottom:1px dotted #000;
	float:right;
	width:250px;
	background-color:#66FFFF;
	margin:0px 0px 20px 20px;
}
a:link {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
