body {
font: 95% Arial, Helvetica, sans-serif;
color: #fff;
background: #922501 url(tapete.gif) 0 0 repeat;
padding-bottom: 40px;
text-align: center;
}

h1 {
font-size: 1.5em;
margin: 0 20px 20px 0;
padding: 26px 0 0 0;
}

/* IDs */
#container {
position: relative;
width: 760px;
margin: 0 auto;
padding-top: 42px;
text-align: left;
color: #000;
background: transparent;
}
/* Die Höhe ab der der Inhalt beginnt (ck august 08) */
#headercon {
width: 760px;
height: 230px;
background: transparent;
}
#header {
width: 760px;
height: 112px;
background: #fff;
}

/* Theaterfabrik-Logo rechts oben (ck august 08) */
#logo1 {
position: absolute;
top: 69px;
left: 0;
width: 760px;
height: 60px;
z-index: 5;
background: #fff url(8de9ab5b7b6322706d4ffd431923ab64_5524b842871deab368ddbcbc7da2de7f_logo_a.gif) 0 0 no-repeat;
}
#logo1 a {
width: 760px;
height: 60px;
}

/* TF Erweiterung: Bildleiste (ck august 08) */
#logo2 {
position: absolute;
top: 154px;		/* Y Position der Bildleiste */
left: 0px;		/* X Position der Bildleiste Original 0*/
height: 120px;	/* <- muss die Höhe der Bildlaufleiste sein */
width: 760px;
/* border:3px dotted #000000; RAHMEN UM LOGO */
background: transparent url(banner1.jpg) 0 0 no-repeat; 
overflow: hidden; 
}

/* TF Erweiterung: wichtig für das Fading, sonst flackerts.(ck august 08) */
.blend img {
opacity: 0;
-moz-opacity: 0;
-khtml-opacity:0;
filter: alpha(opacity=0);
}

/* TF Erweiterung: Größe der Bildleiste (ck august 08) */
#logo2 a {
height: 120px; /* <- muss die Höhe der Bildlaufleiste sein */
width: 760px;
}
#maincon {
width: 760px;
background: #fff;
}
#maincon p.mainconbot {
width: 760px;
height: 18px;
background: transparent url(bg-bottom.gif) 0 0 no-repeat;
}
#main {
background: #fff;
padding-bottom: 20px;
}
#maincontent {
margin-right: 190px;
}
#nocolumn #maincontent {}#column {
float: left;
width: 180px;
min-height: 400px;
margin: 26px 0 0 0;
border-right: 2px dotted #FF5700;
}
#column p {
line-height: 125%;
}
#content { 
min-height: 350px;
margin-left: 210px;
width: 357px;
}
#nocolumn #content { 
min-height: 350px;
margin-left: 15px;
width: 540px;
}
#nocolumn #content .fright {
margin-right: 0;
}
#nocolumn #content hr {
margin-right: 0;
}
#text {
min-height: 300px;
}

/* Allgemeine Klassen */
.copyright {
font-size: 70%;
color: #fff;
text-align: right;
margin: 0 15px 0 0;
padding: 5px 2px 5px 0;
}

/* extra divs */
#con1 {
position: absolute;
top: 40px;
left: 0;
width: 760px; 
height: 18px;
background: transparent url(bg-top.gif) 0 0 no-repeat;
z-index: 50;
}

/* Formular */
.form2, .form4 {
border: 1px solid #922501;
}
input.sendbutton {
border: 1px solid #922501;
color: #fff;
background: #D94403;
}
input.resetbutton {
border: 1px solid #922501;
color: #fff;
background: #922501;
}


