@charset "UTF-8";
@media all
{
/**
 * onSite G�stebuch CSS
 *
 *
 * LICENSE: $Licensetext:$
 *
 * @author     Michael L�mmlein <ml@onsite.org>
 * @copyright  2009  onSite.org
 * @license    $Licenselink:$  $Licensename:$
 * @version    CVS: $Id:$
 */

body {
	background-color : #2F0000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #BFBFBF;
}

div#whole h1 {
    font-size: 2em;
    margin: 1em;
    color: #FFFF00;
    border-bottom: 2px solid #FFFF00;
}

#kopf {
    background: url("../bilder/banner-1.gif") no-repeat;
    margin:0 1em 0 18em;
    padding: 0;
    height: 153px;
    border-top: 2px solid #FFFFFF; border-left: 2px solid #FFFFFF; border-right: 4px solid #000000; border-bottom: 4px solid #000000;
  }
* #kopf {  /* versteckt vor Netscape 4 */
    background-color: #4F0000;
  }

#kopf .kopftext {text-align: right; margin-top:1em; }

#kopf .komment {text-align: right; margin-bottom: 0; color: #FF0000; font: italic normal 0.5em;}

div#whole {
	background: url("../bilder/wp-thea-inh.png") no-repeat fixed right bottom;
	text-align : left;
	padding: 1em 1em 1em 3em;
	margin: 1em 1em 1em 18em;
	background-color: #4F0000;
	border-top: 2px solid #FFFFFF; border-left: 2px solid #FFFFFF; border-right: 4px solid #000000; border-bottom: 4px solid #000000;
}

th.left {
	background-color : #4F0000;
	padding : 10px;
	text-align : left;
	font-size : 12px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: none;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFBF00;
	border-left-color: #FFFFFF;
}

th.left-th {
	background-color : #4F0000;
	padding : 10px;
	text-align : left;
	font-size : 12px;
	border-top: solid 2px #FFFFFF; border-left: solid 2px #FFFFFF; border-right: solid 4px #000000; border-bottom: solid 2px #FFBF00;
}

th.right {
	background-color : #4F0000;
	padding-right : 10px;
	text-align : right;
	font-size : 12px;
	border-top-width: 2px;
	border-right-width: 4px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #000000;
	border-bottom-color: #FFBF00;
}

th.caption {
	background-color : #D3D3D3;
	border-top : none;
	border-left : none;
	border-right : none;
	border-bottom : none;
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 5px;
	padding-bottom : 2px;
}

div.navigation {
	font-size : 10px;
	background-color : #4F0000;
	height: 40px;
	padding: 11px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
    	border-top: 2px solid #FFFFFF; border-left: 2px solid #FFFFFF; border-right: 4px solid #000000; border-bottom: 4px solid #000000;
}

div.navigation a {
	float:right;
	font: italic bold 15px Arial, Helvetica, sans-serif;
}

table.comment {
	margin-top: 5px;
	margin-bottom: 5px;
}


td {
	background-color : #4F0000;
	padding-left : 10px;
	padding-right : 10px;
	font-size : 9pt;
}

td.nospan {
	background-color : #4F0000;
	padding-left : 2px;
	padding-right : 2px;
}

td.entry {
	background-color : #4F0000;
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 10px;
	padding-bottom : 20px;
	text-align : left;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #FFFFFF;
}

a {
    text-decoration:none;
    color: #A0FF00;
    font-weight: bold;
}

a:hover {
    text-decoration:underline;
    color: #FFFF00;
}

input.input {
	border : 1px solid Black;
}

textarea {
	border : 1px solid Black;
}

div.page_count {
	text-align: center;
	height: 20px;
	margin-right: auto;
	margin-left: auto;
}

div.page_count div.activ
{
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	float: left;
	margin: 2px;
	padding: 2px;
}

div.page_count a {
	float: left;
	font-size: 12px;
	font-style: normal;
	margin: 2px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}

div.error_message {
	color: #990000;
	background-color: #FFD2D2;
	text-align: center;
	padding: 5px;
	border: 1px dotted #FF0000;
	font-weight: bold;
	font-size: 12px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
}

div.error_message h3 {
	font-size: 14px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

div#admin {
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
}

div#copyright {
	text-align: center;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

div#copyright h1 {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}

div#rss {
	font-size: 11px;
	text-align: center;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

}
