/******************************************************************
******** Layout
*******************************************************************/

*{
	margin: 0;
         padding: 0;
}


body {
	font: 76% "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #d2492a;  		/* #00FF00; Diese Farbe dient als Signalfarbe für Fehler, falls über den Editor eine Eingabe keinem tag zugewiesen wird. */
         background: #070605 url(../../media/img/img_website/bg2.gif) 0 600px repeat-x;
}

#background {
	border-top: solid 48px #280201;
	height: 552px;
	width: 100%;
	background: #710203 url(../../media/img/img_website/bg.jpg) repeat-x;
}

* html #background {
	height: 600px;
	heigh\t: 552px;
}

#container {
	position: absolute;
	top: 46px;
	left: 0;
	height: 552px;
	width: 100%;
	border-top: solid 2px #730e00;
	border-bottom: solid 2px #42332b;
	margin: 0;
	padding: 0px;
	overflow: auto;
	z-index: 0;  			/* Ohne z-index funktioniert die Navigation in Firefox nicht */
}

/*-----------------------------------------------------------------
-------- Kopfteil und Navigation
------------------------------------------------------------------*/


#navigation {
	position: absolute;
         top: 182px; left: 30px;         /*left war: 27px*/
	font-weight: bold;
	text-transform: lowercase;
         z-index: 1;  			/* Ohne z-index funktioniert die Navigation in Firefox nicht */
}

#navigation img {          		/* 1. Navigationsebene (vertikal)
	behavior: url("pngbehavior.htc"); in den head verschoben*/
	margin: -1px 0 0 0;
         border: 0;
}

#navigation ul {
	list-style: none;
	padding: 0;
         margin: 0 ;
}

#navigation ul li a {
         color: #d2492a;
         text-decoration: none;
         padding: 0; 			/* linker Abstand vom Trennpunkt war: 3px*/
}

#navigation ul li a.aktiv {
	color: #df7a00;
}

#navigation ul ul {               	/* 2. Navigationsebene (horizontal) */
	position: absolute;
         top: -158px; left: 139px;   	/* eigentlich: left: 139px; aber durch den Abzug 3px (linker Abstand vom Trennpunkt) nur 136px. rückgängig: da ich #navigation von left: 30px; auf 27px reduziert habe */
         width: 600px;
         word-spacing: -0.1em;
}

#navigation ul ul li {
         display: inline;
}

#navigation ul ul li a:hover {
	color: #df7a00;
}

#navigation ul ul ul{            	/* 3. Navigationsebene (horizontal) */
	position: absolute;
         top: -18px; left: 0;
         width: 600px;                   /* width: 786px; */
         font-weight: normal;
}

#navigation ul ul ul li {
         display: inline;
}


/*-----------------------------------------------------------------
-------- Hauptinhaltscontainer
------------------------------------------------------------------*/

#wrapper {
	float: left;
	margin: 66px 0 0 169px;		/* margin-bottom, damit Inhalte unten nicht auf schwarz stehen */
         padding: 0 0 26px 0;
	width: 460px;
}

* html #wrapper {
	margin:  66px 0 0 85px;
}


/* Seiteninhalte: Bilder */

.links_textumfluss {
	float: left;
	margin: 6px 16px 10px 0;
         padding: 1px;
        	border: solid 3px #4f0003;
}

.rechts_textumfluss {
	float: right;
	margin: 6px 24px 10px 12px;
         padding: 1px;
        	border: solid 3px #4f0003;
}

.linksbuendig {
	margin: 6px 16px 10px 0;
         padding: 1px;
        	border: solid 3px #4f0003;
}


/* Seiteninhalte: Aufzählungszeichen, Nummerierung */

#content ul li {
	margin: 0 0 0 16px;  		/*in FF reicht 15px*/
	color: #eedaa7;
	font-size: 1.18em;
         line-height: 1.50em;
}

#content ol li {
	margin: 0 0 0 23px;  		/*in FF reicht 21px*/
	color: #eedaa7;
	font-size: 1.18em;
         line-height: 1.50em;
}


/* Seiteninhalte: Tabellen */

#content table {
	width: 438px;  			/*rein rechnerisch eigentl. 436px*/
         border-collapse: separate;
 	font-size: 0.90em;
         color: #eedaa7;
}

#content table p{
 	font-size: 1em;
}


#content th {
	padding: 0 8px 1px 8px;
	border-bottom: solid 1px #fe9808;
	font-weight: normal;
         height: 22px;
}

#content tr {
	background: transparent url(../../media/img/img_website/table_bg.png);
}

#content td {
	padding: 2px 8px 3px 8px;
}

* html #content td {
	font-size: 0.90em;
	font-si\ze: 1.04em;
}

*+html #content td {
	font-size: 1.04em;
}

* html #content td, #content th {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.theaterwerkstatt-ludi.de/hamburg/media/img/img_website/table_bg.png', sizingMethod='scale');
}


/* Sitemap */

#sitemap ul {
	list-style-type: none;
	margin: 0 30px 0 86px;
	padding: 0;
}

#sitemap ul li {
	margin: 5px 0 0 0;
	padding: 0;
}

#sitemap ul ul {
	list-style-type: none;
	border-left: 1px solid #fe9808;
	margin: 0 0 0 40px;		/* Abstand senkrechte Linien von links */
	padding: 0;
}

#sitemap ul ul li {
	margin: 1px 0 0 0;
	padding: 0;
}

#sitemap ul a {
	margin: 0;
	padding: 0 7px 0 0;		/* 1. Ebene: Länge border-bottom re.+li. */
	text-decoration: none;
	border-bottom: 1px solid #fe9808;
	font-weight: bold;
	color: #eedaa7;
}

#sitemap ul a:hover {
	font-weight: bold;
         color: #fe9808;
}

#sitemap ul ul a {
	padding: 0 7px 0 20px; 		/* linker Abstand Text zu senkrechten Linien. 2. Ebene: Länge border-bottom re. */
	font-weight: normal;
	color: #eedaa7;
}

#sitemap ul ul a:hover {
	font-weight: normal;
         color: #fe9808;
}


/* Formulare */

form {
	color: #eedaa7;
	font-size: 1.04em;
         font-style: italic;
         font-weight: bold;
         margin: 0;
}

form p {
	font-size: 1em;
         font-style: normal;
         font-weight: normal;
}

input, textarea {
         font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #eedaa7;
         font-size: 1em;
         font-style: normal;
         font-weight: normal;
         background: transparent url(../../media/img/img_website/form_bg.png);
}

* html input {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.theaterwerkstatt-ludi.de/hamburg/media/img/img_website/form_bg.png', sizingMethod='scale');
}

* html textarea {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.theaterwerkstatt-ludi.de/hamburg/media/img/img_website/form_bg.png', sizingMethod='scale');
}

input {
         width: 201px;                   /* 207px -2px wegen border plus 2px minus 16px plus 3px plus 7px */
         padding: 0 0 1px 9px;
	margin: 0;
         border: 1px solid #280201;
}
* html input {
         width: 199px;
         padding: 0 0 1px 7px;
         margin: -1px 0 0 0;
}
*+html input {
	margin: -1px 0 0 0;
         font-style: italic;
}

.for_1cap input {                        /* Code-Eingabefeld */
         width: 98px;
	height: 37px;
         padding: 0 0 0 9px;
	margin: 0 3px 0 0;
	float: left;
}
* html .for_1cap input {
         width: 90px;
	margin: 0 4px 0 0;
}
*+html .for_1cap input {
         font-style: italic;
}

textarea {
	width: 323px;                   /* 336px -2px wegen border minus 16px minus 2px plus 7px */
         padding: 0 0 0 9px;
	margin: -1px 0 3px 0;
         border-width: 0 1px 1px 1px;
  	border-style: solid;
         border-color: #280201;
	scrollbar-base-color: #490002;
  	scrollbar-3d-light-color: #490002;
  	scrollbar-arrow-color: #8b0810;
  	scrollbar-darkshadow-color: #490002;
  	scrollbar-face-color: #490002;
  	scrollbar-highlight-color: #670301;
  	scrollbar-shadow-color: #000;
  	scrollbar-track-color: #410101;
}

*+html textarea {
         font-style: italic;
}

.for_1 {                                 /* Box von label und input */
         width: 336px; 			/* rückt label links näher an textarea ran */
	border: 0;
	padding: 0;
	margin: 0 0 3px 0;
   	display: block;
	clear: right;
}
*+html .for_1 {
	margin: 0 0 2px 0;
}


.for_1cb {                               /* Box von label und input checkbox für Elementcontainer 3 */
         width: 325px; 			/* rückt label links näher an textarea ran */
	border: 0;
	padding: 1px 0 1px 9px;
	margin: -3px 0 3px 0;
   	display: block;
	clear: right;
	background: transparent url(../../media/img/img_website/table_bg.png);
}
* html .for_1cb {
	background: #490002;
	margin: -4px 0 3px 0;
}
*+html .for_1cb {
         font-weight: normal;
}


.for_1cap {                              /* Box von label und input Captchaelement für Elementcontainer 4 */
         width: 335px; 			/* 325px + 10px für verstecktes input-Feld */
	border: 0;
	padding: 0;
	margin: 10px 0 3px 0;           /* -3px 0 3px 0 funktioniert nicht in FF */
   	display: block;
	clear: right;
}
* html .for_1cap {
         width: 339px;
	margin: 10px 0 0 0;
}
/*+html .for_1cap {
	margin: -2px 0 2px 0;
}      */

.for_1 br {display: none; }		/* schreibt label und input in eine Zeile */
.for_1cb br {display: none; }		/* schreibt label und input in eine Zeile */
.for_1cap br {display: none; }		/* schreibt label und input in eine Zeile */


.for_2 {                                 /* span des labels */
	margin: 0 3px 0 0;
	padding: 1px 0 2px 9px;
         width: 110px;                   /* 127px minus padding-left minus margin-right minus 2px plus 7px*/
	float: left;     		/* right setzt label hinter textarea */
	background: transparent url(../../media/img/img_website/table_bg.png);
}
* html .for_2 {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.theaterwerkstatt-ludi.de/hamburg/media/img/img_website/table_bg.png', sizingMethod='scale');
}


.for_2nr {                                /* span des labels "meine Nachricht" für Elementcontainer 2 */
	margin: 0;
	padding: 1px 0 2px 9px;
         width: 325px;                    /* 336px minus padding-left minus 2px plus 7px*/
	float: left;     		 /* right setzt label hinter textarea */
	background: transparent url(../../media/img/img_website/table_bg.png);
}
* html .for_2nr {
         width: 326px;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.theaterwerkstatt-ludi.de/hamburg/media/img/img_website/table_bg.png', sizingMethod='scale');
}


.for_2um {                                /* span usermessage */
	margin: 0;
	padding: 1px 0 2px 9px;
         width: 325px;                    /* 336px minus padding-left minus 2px plus 7px*/
	float: left;     		 /* right setzt label hinter textarea */
	background: transparent url(../../media/img/img_website/table_bg.png);
	color: #fe9808;
         font-size: 1em;
         font-weight: bold;
         font-style: italic;
}
* html .for_2um {
         width: 326px;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.theaterwerkstatt-ludi.de/hamburg/media/img/img_website/table_bg.png', sizingMethod='scale');
}
*+html .for_2um {
	margin: -4px 0 0 0;
}


.for_2cap {                               /* span des labels Captchaelement */
	margin: 0 3px 0 0;
	padding: 1px 0 2px 9px;
         width: 110px;                    /* 127px minus padding-left minus margin-right minus 2px plus 7px*/
	float: left;     	       	 /* right setzt label hinter textarea */
	background: transparent url(../../media/img/img_website/table_bg.png);
}
* html .for_2cap {
	margin: 0 6px 0 0;
	padding: 1px 0 2px 7px;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.theaterwerkstatt-ludi.de/hamburg/media/img/img_website/table_bg.png', sizingMethod='scale');
}

button {
	margin: 0 0 0 270px;
	background-color: transparent;
         border: 0;
         cursor: pointer;
}
* html button {
	margin: 0 0 0 261px;
}
*+html button {
	margin: 0 0 0 261px;
}

/******************************************************************
******** Typo
*******************************************************************/

p {
	padding: 0 20px 0 0;
	color: #eedaa7;           	/*itz heller: eee0b4*/
	font-size: 1.18em;
         line-height: 1.50em;
}

#content h2 {
	margin: 0 0 0.75em 0;
	padding: 0 20px 0 0;
	color: #eedaa7;            	/*itz dunkler: eedaa7*/
	font-size: 1.71em;
         line-height: 1.18em;
	font-weight: normal;
         /*font-variant: small-caps;
         letter-spacing: 0.03em; */
}

#content h3 {
	margin: 1.50em 0 3em 0;
	padding: 0;
	color: #eedaa7;            	/*itz dunkler: eedaa7*/
	font-size: 1.04em;
         line-height: 1.50em;
         text-transform: uppercase;
         letter-spacing: 0.12em;
}

#content a:link {
	color: #fe9808;
	font-weight: bold;
}

#content a:visited {
	color: #fe9808;
	font-weight: bold;
}
