/* LyrikCorner CSS Stylesheet */
#navigation {
	display: block;
	margin-top:1%;
	margin-left: 1%;
	margin-bottom: 0%;
	padding-top:1em;
	height:100%;
	width: 18%;
	background-color: #006666;
	font-size: 11pt;
	color: #FFFFFF;
}

#content {
    display: block;
	position:absolute;
	top: 2%;
	left: 22%;
	width: 70%;
	margin-bottom:2%;
	padding: 2%;
	background-color: #FFFFFF;
	color: #000000;
	border: 2px dashed #808080;
}

#banner {
	display: block;
	border:0px;
	margin: 0px auto;
	text-align: center;
	padding-top: 2%;
	padding-right: 0%;
}

#labels {
	display: block;
	margin: 1em;
}

#who {
	width:80%;
	border-spacing:0px;
}

#threads {
	display:inline-table;
	border-spacing: 0px;
	border-collapse: collapse;
	width:100%;
}

#threads th {
	font-size: 15px;
	font-weight:bold;
	text-align: left;
}

#threads td {
	border-top: 1px solid #000000;
}

#threads tr.child td {
	border: 0px;
}


.result {
	width: 100%;
	border: 1px #000000 solid;
}

.prozent {
	height: 0.5em;
	background-color:#0000FF;
}

td.autor {
	width: 40%;
}

td.new_autor {
	width: 40%;
	border-top: 1px solid #000000;
	vertical-align:top;
}

td.titel {
	width: 60%;
}

.news {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border: 1px #000000 solid;
	padding: 0.5em;
	margin: 1em;
}

.newsentry {
	font-size: 12pt;
}

.newstitle {
	font-size: 14pt;
	font-weight: bold;
}

.datetime {
	font-size: 8pt;
	font-weight:bold;
	color:#808080;
}

a {
	color: #808080;
	text-decoration:underline;
}

a.name {
	text-decoration:none;
}

a.name:hover {
	text-decoration:none;
}

a:hover {
	color: #808080;
	text-decoration:none;
}

a.navi_link:hover {
	background-color: #FFFFFF;
	color: #003366;
	text-decoration:none;
	padding: 0%;
	margin: 0%;
}

a.navi_link {
	background-color: #006666;
	color: #FFFFFF;
	text-decoration:none;
	padding: 0%;
	margin: 0%;
}

.navi {
	display: block;
	margin-left: 2em;
	margin-right: 0%;
	padding: 0%;
}

.navi_margin {
	display: block;
	margin-left: 2em;
	margin-right: 0%;
	padding-bottom: 0.5em;
	padding-top: 2em;
	padding-right: 0%;
}

body {
	font-family: Lucida, "Lucida Console", Trebuchet, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 12pt;
	text-align:left;
	margin: 0%;
	padding:0%;
}

h1 {
	font-weight: bold;
	font-size: 19pt;
}

h2 {
	font-weight: bold;
	font-size: 16pt;
}

h3 {
	font-weight: bold;
	font-size: 13pt;
}

p.page {
	font-weight: bold;
	font-size: 16pt;
	color: #808080;
}

p.top {
	text-align: center;
}

.pages {
	text-align: center;
}

.pic {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 9pt;
	font-weight:bold;
}

img {
	border:0px;
}

.poem {
	font-size: 12pt;
	/*font-family: Courier New, Courier, monospace;*/
	text-align: center;
}

.text {
	font-size: 12pt;
	/*font-family: Courier New, Courier, monospace;*/
}

.author {
	text-align: right;
	font-size:10pt;
	font-weight:bold;
}

.form {
	font-size:8pt;
	font-weight:bold;
}

.form select {
	position: relative;
	left: 5%;
	margin-bottom: 20pt;
}

.form input {
	position: relative;
	left: 5%;
	margin-bottom: 20pt;
}

.form textarea {
	position: relative;
	left: 5%;
	margin-bottom: 15pt;
}

.imp {
	font-weight:bold;
}

.comment_info {
	position: absolute;
	left: 17%;
}

.link {
	padding-bottom: 50px;
}

