/* ***********************************
   Kabarett-Comedy css-file Master
   version 1.0
   16. february 2008
   bitbite - multimedia und webdesign
   mh@bitbite.at
   ************************************ */

/* *************************
   Tags 
   ************************* */

body {
	font-size: 76%;
	color: #333333;
	background-image: url(../pix/bgrnd_page.jpg);
	background-repeat: repeat-x;
	background-color: #eaeaea;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 2em;
	font-weight: normal;
	color: #666666;
	margin: 0px;
	padding: 0px 0px 1em;
}
h2 {
	font-size: 1.5em;
	font-weight: normal;
	color: #666666;
}
h3 {
	font-size: 1.2em;
	font-weight: normal;
	color: #666666;
}

a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* *************************
   Navigation 
   ************************* */

#metanav {
	position: absolute;
	width: 200px;
	left: 45px;
	top: 65px;
	font-size: 0.83em;
	color: #FFFFFF;
}
#metanav a {
	color: #FFFFFF;
	text-decoration: none;
}
#metanav a:hover {
	text-decoration: underline;
}


#mainnav {
	position: absolute;
	width: 450px;
	left: 45px;
	top: 266px;
	text-transform: uppercase;
}
#mainnav a {
	color: #FFFFFF;
	float: left;
	text-decoration: none;
}
#mainnav a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#mainnav ul {
	margin: 0px;
	padding: 0px;
}
#mainnav li {
	display: inline;
	list-style-type: none;
	position: relative;
	padding: 0px 10px 0px 0px;
	margin: 0px;
	float: left;
}
#subnav {
	text-transform: uppercase;
	color: #999999;
	margin: 0px;
	padding: 0px 0px 2em;
}
#subnav ul {
	margin: 0px;
	padding: 0px;
}
#subnav ul ul {
	font-size: 9px;
}
#subnav ul ul ul {
	padding-left: 10px;
}
#subnav li {
	list-style-type: none;
	padding-top: 0.5em;
}
#subnav a {
	text-decoration: none;
	color: #333333;
}
#subnav a:hover {
	color: #000000;
	text-decoration: none;
}
#subnav ul ul a {
	color: #999999;
}
.subsubmenu {
	text-transform: none;
	color: #999999;
}

/* *************************
   Content 
   ************************* */

.bodytext {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1em;
	padding-left: 0px;
	line-height: 150%;
}

#contentframe #content .bodytext{
	padding: 15px;
}

#page {
	width: 840px;
	margin-left: -420px;
	position: absolute;
	left: 50%;
}
#header {
	background-image: url(../pix/bgrnd_header.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 336px;
	width: 840px;
	background-position: 0px 35px;
	padding-top: 35px;
}
#pageimage {
	position: absolute;
	top: 38px;
	width: 320px;
	left: 504px;
	height: 320px;
}
#corner {
	background-image: url(../pix/corner.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 5px;
	width: 4px;
	right: 15px;
	top: 38px;
}

#contentcontainer {
	background-image: url(../pix/bgrnd_content2.gif);
	background-repeat: repeat-y;
	position: relative;
	width: 840px;
	margin: 0px;
	padding-bottom: 45px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#contentcontainer2 {
	background-image: url(../pix/bgrnd_content.gif);
	background-repeat: repeat-y;
	position: relative;
	width: 840px;
	margin: 0px;
	padding-bottom: 45px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#contentframe {
	width: 468px;
	left: 0px;
	padding-left: 15px;
}
#contentframe2 {
	width: 450px;
	left: 0px;
	padding-top: 40px;
	margin-left: 215px;
}
#contentframe3 {
	width: 600px;
	left: 0px;
	padding-top: 40px;
	margin-left: 205px;
}
#content {
	float:left;
	width: 100%;

}
#contentframe h1 {
	font-size: 1.5em;
	color: #FFFFFF;
	background-color: #601D0C;
	line-height: 1.5em;
	font-weight: lighter;
	margin: 0px;
	padding: 3px 3px 3px 15px;
	width: 455px;
	position: relative;
}
#content h3 {
	color: #FFFFFF;
	background-color: #601D0C;
	display: block;
	padding-left: 10px;
}
#content h3 a {
	color: #FFFFFF;
	text-decoration: none;
}

#rightcontent {
	float: right;
	width: 319px;
	margin-right: 17px;
	display: inline;
}
#rightcontent h1 {
	font-size: 1.5em;
	margin: 0px;
	padding-top: 1em;
	padding-bottom: 0.5em;
}
#rightcontent2 {
	float: right;
	width: 150px;
	font-size: 0.83em;
	color: #999999;
	padding: 0px;
	margin: 0px 16px 0px 0px;
	display: inline;
}

#rightcontent2 h2 {
	margin: 0px;
	padding-top: 1.5em;
	padding-bottom: 0.5em;
}

#leftcontent {
	position: relative;
	top: 40px;
	z-index: 90;
	left: 45px;
	width: 150px;
	float: left;
}

#content li {
	line-height: 150%;
	list-style-type: square;
}

.pageclearer {
	clear: both;
	float: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 1px;
	color: #FFFFFF;
	padding-right: 16px;
	padding-left: 16px;
	margin-right: 16px;
	margin-left: 16px;
}


/* *************************
   Footer 
   ************************* */

#footer {
	background-image: url(../pix/bgrnd_footer.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 55px;
	width: 760px;
	font-size: 0.83em;
	color: #FFFFFF;
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 10px;
}
#pagenav {
	height: 13px;
	width: 13px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 11px;
	right: 30px;
}

/* *************************
   Forms 
   ************************* */
   
label {
	font-size: 1em;
	display: block;
}
table a {
	font-size: 1em;	
}

table div a {
	font-size: 0.83em;	
}

input, textarea, select {
	font-size: 1em;
	background-color: #f0f0f0;
	border: 1px solid #CCCCCC;
	margin-bottom: 0.5em;
	padding: 2px;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
fieldset {
	margin: 0px;
	padding: 1em;
	border: 1px solid #CCCCCC;
}
.csc-mailform-field {
	position: relative;
	width: 400px;
}

.csc-mailform {
position: relative;
	width: 400px;
}


/* *************************
   Calender 
   ************************* */

.month-small {
	width: 320px;
	font-size: 1em;
}
.sideback {
	font-size: 1.5em;
	color: #FFFFFF;
	background-color: #CCCCCC;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: 1.5em;
}
.sideback img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none; 
}
.sideback a {
	color: #666666;
}
.monthToday{
	background-color: #9acefb;
	font-weight: bold;
	color: #FFFFFF;
}
.month-large {
	width: 550px;
}
#calendar-nav {
	display: none;
}
#month-header img{
	border:none;
}
#month-header-icons {
	display: none;
}
.tx-cal-controller {
	font-size: 0.83em;
	color: #666666;
	margin: 0px;
	padding: 0px;
}
.tx-cal-controller dt {
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.tx-cal-controller table {
	margin: 0px;
	padding: 0px;	
}
.pagebrowser span{
	padding-left: 1em;
}
.month-weekdays{
	font-size: 1em;
}
.monthWeekend {
	background-color: #dedede;
}
.monthSmallBasic {
	font-size: 1.5em;
	text-align: right;
	padding-right: 4px;
}

.monthLargeBasic {
	font-size: 1.5em;
	text-align: left;
	vertical-align: top;
}
.day {
	width: 70px;
	height: 80px;
}

.V9 {
	font-size: 9px;
}
.V9G {
	color: #999999;
}

.tx-cal-controller table {
	border: 1px solid #cccccc;
	border-collapse:collapse;
	background:#f7f7f7;
}


.tx-cal-controller td {
	border:1px solid #cccccc;
	padding: 3px;
}
.tx-cal-controller dl a {
	/*font-weight: bold;*/
}
.tx-cal-controller .V9G a {
	font-weight: normal;
}
.eventtitle {
	font-weight: bold;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}
#calendar-event-backlink {
	padding-top: 1em;
	background-image: url(../pix/left_day.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 15px;
}

/* debug

.csc-textpic-text {
	border: 1px solid #FF0000;
}
.csc-textpic-image{
	border: 1px solid #00FF00;
}
 */

#rightcontent h1 {
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 3em;
	color: #999999;
}
 
#rightcontent .tx-cal-controller h1 {
	font-size: 2em;
	padding-top: 0px;
	padding-bottom: 5px;
	color: #666666;
	margin: 0px;
}
