/*****************************************************************
Landauer Poetry Slam
> T3site.com, Andreas Rieser
*****************************************************************/

body {
	margin: 0px;
	font-family: Trebuchet MS,Verdana,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #000000;
	background-color: #FAF3BF;
}

#stageholder {
	position:relative;
	top: 0px;
	width: 900px;
	margin:0px auto;
}

#header {
	position:absolute;
	top: -160px;
	left: 0px;
	width: 900px;
}

#contentholder {
        border-bottom: 10px solid #FAF3BF;
	position:absolute;
	top: 170px;
	left: 0px;
	width: 860px;
	background-color: #000000;
	padding: 20px;
	color:#D7FBB3;
}

#horizon {
display:block;
height:1px;
left:0px;
overflow:visible;
position:absolute;
text-align:center;
top:50%;
visibility:none;
width:100%;
}

#flyerholder{ 
        position:absolute;
	left: 50%;
        margin-left: -300px;
        margin-top: -300px;
        width: 600px;
        height: 841px;
        background-color: #000000;
        padding: 0px;
        color:#D7FBB3;
}

#linkholder{ 
        position:absolute;
	left: 50%;
        width: 600px;
        margin-top: 550px;
        margin-left: -300px;
        background-color: #FAF3BF;
        padding: 0px;
        color:#000000;
        text-align: center;
}

#linkholder a {
        font-size: 16px;
	text-decoration: none;
	color:#000000;
} 

#content {
	position:relative;
	top:-10px;
	right: 0px;
	width: 630px;
/*	background-color: blue; */
	float: right;
}

.tx-wecflashplayer-pi2 {
z-index:10;
}

.header {
    margin: 20px 0px 15px 0px;
}

.contenttable {
	width:600px;
        text-align:left;
        border-collapse:collapse;
}

.contenttable td {
        vertical-align: top;
        border-bottom: 1px solid #D7FBB3;
}

#navi {
	position:relative;
	top:0px;
	left: 0px;
	width: 200px;
/*	background-color: green; */
	float: left;
}

#clearer {
	clear: both;	
}

#lu, #lo, #ru, #ro {
	background:transparent url(../images/mask.gif) repeat scroll 0%;
	height:20px;
	position:absolute;
	width:20px;
	z-index:15;
}

#lo {
	background-position:left top;
	left:0px;
	top:0px;
}

#ro {
	background-position:right top;
	right:0px;
	top:0px;
}

#lu {
	background-position:left bottom;
	bottom:0px;
	left:0px;
}

#ru {
	background-position:right bottom;
	bottom:0px;
	right:0px;
}

#content p {
	/* margin-left: 10px; */
	text-align:justify;
}

a {
	color:#D7FBB3;
}

a:hover {
	color:#FFFFFF;
}
/*****************************************************************
Overlay
*****************************************************************/

div.overlay {
	background-image:url(../images/overlay/white.png);
	display:none;
	height:470px;
	padding:55px;
	width:600px;
}
div.overlay div.close {
	background-image:url(../images/overlay/close.png);
	cursor:pointer;
	height:35px;
	position:absolute;
	right:5px;
	top:5px;
	width:35px;
}

/*****************************************************************
Navigation
*****************************************************************/

#navi ul {
	padding-left: 0px;
	margin-left: 20px;
}

#navi ul ul {
	margin-left: 0px
	padding-left: 15px;
}

#navi ul li {
	padding-left: 0px;
	margin-left: 0px;
	list-style: none;
}

