/* @override http://www.eineanderewelt.com/css/eineanderewelt.css */

/* ======================================
=========================================
Datei: eineanderewelt.css
Stand vom: 26.04.2010
Autor: Speicherfrei / Markus Mueller-Fassbender

Aufbau: 1. Allgemeine Styles
        2. Styles fuer Layoutbereiche
        3. Sonstige Styles
=========================================
=======================================*/

/* ======================================
  1. Allgemeine Styles
  =====================================*/
body {
        background: #fff;
        color: #000;
        font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
        font-size: 100%;
        line-height: 18px;
}

h1 {
        width: 500px;
        margin: 50px auto 0;
}
h2 {
        color: #07396F;
        font-size: 22px;
        font-weight: bold;
        text-align: center;
}
h3 {
        color: #07396F;
        font-size: 1em;
        font-weight: bold;
        margin-bottom: 10px;
}
h4 {
        color: #07396F;
        font-size: 0.9em;
        font-weight: bold;
        margin-bottom: 10px;
}

blockquote {
        font-style: italic;
        color: #83EF0E;
        padding: 0.2em 1em;
        margin: 1em 4em 1em 3em;
}

cite {
        font-style: italic;
        color: #83EF0E;
        font-size: 0.5em;
}

a img {
        border: none;
}

address {
        color: #07396F;
        margin-bottom: 2em;
}

/* **********************
  Klassen und IDs      */

.skiplink {
        position: absolute;
        top: -5000px;
        left: -5000px;
        width: 0;
        height: 0;
        overflow: hidden;
        display: inline;
}

.hidden {
        text-indent: -5000px;
        padding: 0;
        margin: 0;
}

img.img_r {
	float: right;
	margin: 7px 10px 9px 15px;
	padding: 0;
}

img.img_l {
	float: left;
	margin: 7px 15px 9px 10px;
	padding: 0;
}

a.extern {
	background: url("../img/externLink.png") no-repeat scroll right center transparent;
	padding: 0 13px;
}

/* ======================================
  2. Styles fuer Layoutbereiche
  =====================================*/
#kopfbereich {
        background: #fff url(../img/headerbg.png) repeat-x left top;
        width: 45%;
        margin: 0 auto;
}

/* **********************
  Hauptnavigation      */

#navibereich {
        width: 910px;
        margin: -20px auto 0;
}

#navibereich .inside {
        overflow: hidden;
}

#navibereich ul li {
		display: block;
        float: left;
        margin-top: 50px;
        list-style-type: none;
}

#navibereich ul li#link1 a {
        background: url(../img/navi/start.png) no-repeat;
        width: 69px;
        height: 33px;
        margin-top: 10px;
        margin-right: -15px;
}
#navibereich ul li#link1 a:hover {
        background: url(../img/navi/start_hover.png) no-repeat;
        width: 69px;
        height: 33px;
}
#navibereich ul li#link1 a.active {
        background: url(../img/navi/start_hover.png) no-repeat;
        width: 69px;
        height: 33px;
        margin-top: 10px;
}
#navibereich ul li#link2 a {
        background: url(../img/navi/puppentheater.png) no-repeat;
        width: 250px;
        height: 54px;
}
#navibereich ul li#link2 a:hover {
        background: url(../img/navi/puppentheater_hover.png) no-repeat;
        width: 250px;
        height: 54px;
}
#navibereich ul li#link2 a.active {
        background: url(../img/navi/puppentheater_hover.png) no-repeat;
        width: 250px;
        height: 54px;
}
#navibereich ul li#link3 a {
        background: url(../img/navi/stuecke.png) no-repeat;
        width: 110px;
        height: 51px;
}
#navibereich ul li#link3 a:hover {
        background: url(../img/navi/stuecke_hover.png) no-repeat;
        width: 110px;
        height: 51px;
}
#navibereich ul li#link3 a.active {
        background: url(../img/navi/stuecke_hover.png) no-repeat;
        width: 110px;
        height: 51px;
}
#navibereich ul li#link4 a {
        background: url(../img/navi/schauspielerinnen.png) no-repeat;
        width: 240px;
        height: 79px;
        margin-top: -30px;
}
#navibereich ul li#link4 a:hover {
        background: url(../img/navi/schauspielerinnen_hover.png) no-repeat;
        width: 240px;
        height: 79px;
}
#navibereich ul li#link4 a.active {
        background: url(../img/navi/schauspielerinnen_hover.png) no-repeat;
        width: 240px;
        height: 79px;
}
#navibereich ul li#link5 a {
        background: url(../img/navi/kontakt.png) no-repeat;
        width: 90px;
        height: 61px;
        margin-top: -20px;
}
#navibereich ul li#link5 a:hover {
        background: url(../img/navi/kontakt_hover.png) no-repeat;
        width: 90px;
        height: 61px;
}
#navibereich ul li#link5 a.active {
        background: url(../img/navi/kontakt_hover.png) no-repeat;
        width: 90px;
        height: 61px;
}

#navibereich ul li a {
        display: block;
        padding: 8px 16px;
        text-decoration: none;
}

#navibereich ul li span {
        display: block;
        text-decoration: none;
}

/* *****************
  Inhalt           */

#inhalt {
        line-height: 1.5em;
        margin-top: 20px;
}

#inhalt .inhalt-inside {
        width: 780px;
        margin: 0 auto;
}

#inhalt .inhalt-inside img {
        margin: 12px 10px 0;
}

#inhalt .inhalt-inside ul {
        list-style-type: circle;
        color: #07396F;
        font-style: italic;
        padding-left: 25px;
        margin-bottom: 25px;
}

#inhalt p {
        color: #07396F;
        text-align: justify;
        padding: 5px;
        margin: 10px auto;
}

#inhalt p.achtung {
        background: url(../img/ausrufezeichen.png) 10px 0 no-repeat;
        color: red;
        font-weight: bold;
        height: 108px;
        padding-left: 70px;
        margin: 40px auto;
}

#inhalt p.center {
        text-align: center;
        margin: 0 auto;
}

#inhalt .inhalt-inside #box1 {
        background: url(../img/inhalt_bg_1.png) no-repeat 0 0;
        padding: 10px 25px 10px 20px;
}
#inhalt .inhalt-inside #box2 {
        background: url(../img/inhalt_bg_2.png) no-repeat 0 0;
        padding: 15px 35px 10px 35px;
        height: 1220px;
}
#inhalt .inhalt-inside #box3 {
        background: url(../img/inhalt_bg_3.png) no-repeat 0 0;
        padding: 15px 25px 0 25px;
        height: 960px;
}
#inhalt .inhalt-inside #box4 {
        background: url(../img/inhalt_bg_4.png) no-repeat 0 0;
        padding: 15px 25px 0 25px;
        height: 1880px;
}
#inhalt .inhalt-inside #box5 {
        background: url(../img/inhalt_bg_5.png) no-repeat 0 0;
        padding: 15px 25px 0 25px;
        height: 640px;
}
#inhalt .inhalt-inside #box6 {
        background: url(../img/inhalt_bg_6.png) no-repeat 0 0;
        padding: 15px 25px 0 25px;
        height: 610px;
}
#inhalt .inhalt-inside #box7 {
        background: url(../img/inhalt_bg_7.png) no-repeat 0 0;
        padding: 15px 35px 0 35px;
        height: 685px;
}

/* *****************
  Fussbereich      */
#fussbereich {
        clear: both;
        text-align: center;
        padding-top: 10px;
        border-top: 2px solid #333;
        margin-top: 28px;
        margin-bottom: 30px;
}


/* ======================================
  3. Sonstige Styles
  =====================================*/
/************************
  Kontaktformular       */
form {
        max-width: 22em;
        padding: 15px;
	margin: 0 auto 20px;
}

label {
	display: block;
	cursor: pointer;
        color: #07396F;
	margin-bottom: 0.6em;
}

input#name, input#email {
        background: url(../img/forminput_1.png) no-repeat;
        width: 351px;
        height: 26px;
        padding: 3px 0 0 5px;
}
textarea {
        background: url(../img/forminput_2.png) no-repeat;
        width: 351px;
        height: 155px;
        padding: 5px 0 10px 7px;
}

input#name,
input#email, textarea {
	font-family: 'Lucida Grande', arial, helvetica, sans-serif;
	font-size: 1em;
        width: 22em;
        border: 0 solid #BABEFF;
        margin-bottom: 1em;
}

input#name:focus,
input#email:focus {
        background: url(../img/forminput_1_focus.png) no-repeat;
        width: 351px;
        height: 26px;
        padding: 3px 0 0 5px;        
}
textarea:focus {
        background: url(../img/forminput_2_focus.png) no-repeat;
        width: 351px;
        height: 155px;
        padding: 5px 0 10px 7px;
}

/*
input#name:focus,
input#email:focus,
textarea:focus {
        background-color: #fff;
        color: #07396F;
        border: 2px solid #07396F;
}
*/

.form-input-button {
	margin: 20px 5px 0;
	padding: 0 5px;
	font-size: 1.05em;
	color: #fff;
	background-color: #CE6705;
	border: 2px solid #C0C0C0;
}

/* ======================================
  ENDE DES STYLESHEETS
  =====================================*/