@charset "UTF-8";
/* CSS Document */

/*------------------------ CSS RESET ------------------------------------
-----------------------------------------------------------------------*/
* {
	padding: 0;
	margin: 0;
	font-weight: normal;
}

ul,
ol {
	list-style-type: none;
	list-style-position: outside;
	padding-left: 15px;
}

li {
	list-style-position: inside;
	list-style-type: disc;
}

a:link {
	text-decoration: none;
	color: #be250c;
}

a:visited {
	text-decoration: none;
	color: #be250c;
}

a:active {
	text-decoration: none;
	color: #be250c;
}

a:hover {
	text-decoration: none;
	color: #666;
	text-align: left;
}

img, a img {
	border: none;
}



/*------------------------ SCHRIFT / GRÖSSE------------------------------
-----------------------------------------------------------------------*/


h1,
h2,
h3 {
}

h1 {
	font-size: 20px;
	color: #ffffff;
	padding-bottom: 6px;
	font-weight: bold;
}

h2 {
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	padding-bottom: 4px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
}
#info li{
	line-height: 140%;
	list-style-position: outside;
	list-style-image: url(../img/list.png);
	padding-left: 10px;
}

/*------------------------ LAYOUT ---------------------------------------
-----------------------------------------------------------------------*/

body {
	background-color: #000;
}

#container {
	height: auto;
	width: 1150px;
	position: relative;
	margin-left: 0px;
	top: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ccc;
	line-height: 110%;
	background-position: 75px 275px;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.schrift1 {
	background-image: url(../img/schrift1.png);
}

.schrift2 {
	background-image: url(../img/schrift2.png);
}

.schrift3 {
	background-image: url(../img/schrift3.png);
}

#main {
	height: auto;
	width: 1125px;
	position: relative;
}

#header {
	height: 212px;
	width: 1124px;
	position: relative;
	background-image: url(../img/header.png);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 50;
}



#footer {
	height: 35px;
	width: 810px;
	position: relative;
	font-size: 12px;
	top: 20px;
	padding-left: 20px;
	clear: both;
	bottom: 75px;
}

#logo {
	height: 75px;
	width: 270px;
	position: absolute;
	left: 125px;
	top: 0px;
}

#banner {
	height: 205px;
	width: 510px;
	position: absolute;
	left: 440px;
	top: 0px;
	z-index: 10;
}

#menu {
	height: 31px;
	width: 1000px;
	position: relative;
	left: 140px;
}
#text {
	clear: both;
	background-image: url(../img/rand.png);
	background-repeat: repeat-y;
	width: 450px;
	position: relative;
	left: 0px;
	height: auto;
	float: left;
	padding-left: 140px;
	padding-right: 40px;
	padding-top: 40px;
	min-height: 400px;
}
#textbig {
	clear: both;
	background-image: url(../img/rand.png);
	background-repeat: repeat-y;
	width: 840px;
	position: relative;
	left: 0px;
	height: auto;
	float: left;
	padding-left: 140px;
	padding-top: 40px;
	min-height: 400px;
}

#info {
	float: left;
	width: 330px;
	height: auto;
	padding-top: 40px;
	padding-left: 40px;
}

#foto {
	height: 250px;
	width: 250px;
	position: fixed;
	right: 0px;
	bottom: 0px;
	background-repeat: no-repeat;
	background-position: right bottom;
	z-index: 100;
}

.foto1 {
	background-image: url(../img/foto1.png);
	z-index: 100;
}

.foto2 {
	background-image: url(../img/foto2.png);
	z-index: 100;
}

.foto3 {
	z-index: 100;
}

.foto4 {
	background-image: url(../img/foto4.png);
	z-index: 100;
}

.foto5 {
	background-image: url(../img/foto5.png);
	z-index: 100;
}

.foto6 {
	background-image: url(../img/foto6.png);
	z-index: 100;
}





/*------------------------ MENU ---------------------------------------
-----------------------------------------------------------------------*/

#aktuelles {
	height: 31px;
	position: relative;
	float: left;
	text-align: center;
	margin-right: 20px;
}

#tanztheater {
	height: 31px;
	position: relative;
	float: left;
	text-align: center;
	margin-right: 20px;
	margin-left: 20px;
}

#kuenstler {
	height: 31px;
	position: relative;
	float: left;
	text-align: center;
	margin-right: 20px;
	margin-left: 20px;
}

#galerie {
	height: 31px;
	position: relative;
	float: left;
	text-align: center;
	margin-right: 20px;
	margin-left: 20px;
}

#links {
	height: 31px;
	position: relative;
	float: left;
	text-align: center;
	margin-right: 20px;
	margin-left: 20px;
}

#kontakt {
	height: 31px;
	position: relative;
	text-align: center;
	margin-left: 20px;
	float: left;
}

#footer ol, footer ul {
	list-style-type: none;
	list-style-position: inside;
	list-style-image: none;
}
#footer li {
	list-style-type: none;
	list-style-position: inside;
	list-style-image: none;
	padding-left: 0px;
}

#footer a:link, #footer a:visited {
	color: #666;
	font-weight: normal;
}
#footer a:hover {
	color: #be250c;
}
#footer a.aktiv {
	color: #be250c;
}

img.links {
	margin-right: 20px;
	padding-bottom: 5px;
}
img.rechts {
	padding-bottom: 5px;
	margin-left: 20px;
}
img.logo {
	margin-top: 5px;
}
		

