* { 
	margin: 0px; padding: 0px;
}
html {
    font-family: Arial, Helvetica, Sans-Serif;
    max-height:100%;
    color: #ccc;
}

a, a:visited {color: #B11827;
    text-decoration: underline;
}

a:hover{color: #ccc;}

#wrapper {
    height: 100%;
	width: 100%;
	background-color: #000;
}

#head {
	width: 100%;
	height: 150px;
	background-image: url(img/topback.gif);
	background-repeat: repeat;
    background-position: 50px 50%;
	background-color: #000000;
	position: fixed;
	top: 0px;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #000000;
}

/*------------------Menu Bereich------------------------------------*/
#menu {
    background-image: url(img/topback.gif);
    background-repeat: repeat;
    text-align: center;
	background-color: #000000;
	width: 200px;
	position: fixed;
		bottom: 20px; top: 150px; left: 0px;
	z-index: 100;
	padding-top: 38px;
}

#menu a, #menu a:visited {
    display: block;
    color: #CCCCCC;
    text-decoration: none;
    font-size: 16px;
    border: 1px solid #9E0C0C;
    background-color: #9E0C0C;
    width: 180px;
    height: 20px;
}

#menu a:hover, #menu a:active {
    display: block;
    color: #CCCCCC;
    text-decoration: none;
    border: 1px solid #9E0C0C;
    background-color: #222;
}

#menu li {
    text-align: center;
	list-style-type: none;
	margin: 5px 5px 5px 5px;
}

/* --------- unser tolles menu */
#menu ul {
    background-image: url(img/spacer.gif);
    background-repeat: repeat;
}

#menu #sub1a ul {
    display:none;
}

#menu #sub1a:hover ul {
    display: block;
}

#menu #sub1a ul {
    position: fixed;
    top: 242px;
    left: 185px;
}

#menu #sub1a #sub2a ul {
    display: none;
}

#menu #sub1a #sub2a:hover ul {
    display: block;
}



#menu #sub1a #sub2a ul {
    position: fixed;
    top: 242px;
    left: 370px;
}

#menu #sub1a #sub2a ul a, #menu #sub1a #sub2a ul a:visited {
    width: 200px;
}

#menu #sub1a #sub2b ul {
    display: none;
}
#menu #sub1a #sub2b:hover ul {
    display: block;
}
#menu #sub1a #sub2b ul {
    position: fixed;
    top: 269px;
    left: 370px;
}
#menu #sub1a #sub2b ul a, #menu #sub1a #sub2b ul a:visited {
    width: 195px;
}

#menu #sub1a #sub2c ul {
    display: none;
}
#menu #sub1a #sub2c:hover ul {
    display: block;
}
#menu #sub1a #sub2c ul {
    position: fixed;
    top: 377px;
    left: 370px;
}
#menu #sub1a #sub2c ul a, #menu #sub1a #sub2c ul a:visited {
    width: 195px;
}

#menu #sub1b ul {
    display: none;
}
#menu #sub1b:hover ul {
    display: block;
}
#menu #sub1b ul {
    position: fixed;
    top: 269px;
    left: 185px;
}
/*#menu #sub1b ul a, #menu #sub1b ul a:visited {
    width: 195px;
} */

#menu #sub1c ul {
    display: none;
}
#menu #sub1c:hover ul {
    display: block;
}
#menu #sub1c ul {
    position: fixed;
    top: 350px;
    left: 185px;
}
/*#menu #sub1c ul a, #menu #sub1c ul a:visited {
    width: 195px;
} */

/*#menu #sub1d ul {
    display: none;
}
#menu #sub1d:hover ul {
    display: block;
}
#menu #sub1d ul {
    position: fixed;
    top: 377px;
    left: 185px;
} */

/*---------- tolles menu ende --------------*/

* html #menu {
    height: 2000px;
}

#content_menu {
	background-color: #000000;
	height: 80px;
	/*width: 100%;*/
	/*background-image: url(img/logo_gerry.gif);*/
	background-attachment: fixed;
	/*padding: 5px;*/
	position: fixed;
	top: 150px; left: 200px; right: 0px; bottom: 30px;
	border-left-style: solid;
	border-left-width: thin;
	border-left-color: #000000;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #000000;
}

#content_menu li {
    list-style-type: none;
    display: inline;
    /*line-height: 20px;*/
    margin: 25px 5px 0px 5px;
}

#content_menu ul {
    padding: 20px 0px 0px 0px;
}

.border a, .border a:visited {
    font-size: small;
    border: 1px solid #9E0C0C;
    /*margin: 40px 2px 0px 2px;*/
    padding: 0px 15px;
    color: #ccc;
    background-color: #9E0C0C;
    text-decoration: none;
}

.border a:hover {
    color: #ccc;
    border: 1px solid #9E0C0C;
    background-color: #222;
}

/*----------------- Content Bereich --------------------------------*/

#content {
	overflow: auto;
	background-color: #000;
	/*background-image: url(header/cont-back.gif);*/
	background-attachment: fixed;
	padding: 10px;
	border-left-style: solid;
	border-left-width: thin;
	border-left-color: #000;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #000;
	border-bottom-color: #000;
	border-bottom-style: solid;
	z-index: 1;
}

.gedicht{
	position: fixed;
	bottom: 20px; top: 230px; left: 200px; right: 0px;
	z-index: 1;
}

.normal {
	position: fixed;
	bottom: 20px; top: 150px; left: 200px; right: 0px;
	z-index: 1;
}

#content img {margin: 10px 10px 10px 10px;}

#content li {
    margin: 20px;
    padding: 10px;
    list-style-type: none;
}

#content p {margin: 10px 100px;
    text-align: justify;
    line-height: 1.5;
}

#content pre {margin: 10px 100px;
    text-align: center;
    line-height: 1.5;
}

#poem p {margin: 10px 100px;
    text-align: center;
    line-height: 1.5;
}

#poemleft p {
    margin: 10px 100px;
    text-align: left;
    line-height: 1.5;
}

#aktuell p {
    margin: 10px 10px;
    text-align: right;
    line-height: 1.5;    
}

#content pre {
    margin: 0px;
    text-align: left;
    line-height: 1.5;
}

#aktLesung td {
    padding-top: 3px;
}


#bestell table {
    margin: 10px 100px;
}
/*--------------------- Footer -------------------------------------*/

/*#impress {
    border: none;
    height: 20px;
    width: 200px;
    position: fixed;
    bottom: 0px; left: 0px;
    text-align: center;
    z-index: 10000;
} */

#footer {
	height: 20px;
	width: 100%;
	background-image: url(img/topback.gif);
	background-color: #000000;
	position: fixed;
	bottom: 0px;
	z-index: 10000;
	font-size: 12px;
}
	
#footer td { 
    padding: 0px 10px 0px 10px;
}