/* general rules */
html {
	background-color: #FFFFFF;
	background-image: url(/img/bl.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: Verdana, sans-serif;
	color: #333333;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}
#navigation {
	position: relative;
	border-color: #999999;
	border-width: 1px;
	border-style: dashed;
	border-radius: 7px;
	margin: 30px 7% 25px 6%;
	padding: 7px;
	background-color: transparent;
	background-image: url(/img/white.png);
	z-index: 1;
	text-align: center;
}
#content {
	position: relative;
	border-color: #999999;
	border-width: 1px;
	border-style: dashed;
	border-radius: 7px;
	margin: 30px 7% 25px 6%;
	padding: 7px;
	background-color: transparent;
	background-image: url(/img/white.png);
	z-index: 1;
}
#footer {
	position: relative;
	border-color: #999999;
	border-width: 1px;
	border-style: dashed;
	border-radius: 7px;
	margin: 30px 7% 25px 6%;
	padding: 7px;
	background-color: transparent;
	background-image: url(/img/white.png);
	z-index: 1;
	font-size: 85%;
}
#decoration {
	background-image: url(/img/tr.png);
	background-position: top right;
	background-repeat: no-repeat;
	position: fixed !important;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 0;
}
#right {
	position: absolute;
	bottom: 7px;
	right: 5px;
}
#navigation ul, #footer ul {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#navigation li {
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
}
#footer li {
	display: inline;
	margin-right: 10px;
}
h1 {
	font-size: 135%;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: 0px;
	font-weight: bold;
	text-align: left;
}
h2 {
	font-size: 120%;
	margin-bottom: 12px;
	margin-top: 0px;
	margin-left: 0px;
	font-weight: bold;
	text-decoration: none;
}
h3 {
	font-size: 110%;
	margin-bottom: 5px;
	margin-top: 15px;
	margin-left: 0px;
	font-weight: bold;
	text-decoration: none;
}
h4 {
	font-size: 100%;
	margin-bottom: 1px;
	margin-top: 0px;
	margin-left: 0px;
	font-weight: bold;
}
#navigation a {
	font-style: normal;
	text-decoration: none;
}
#navigation a:hover {
	font-style: normal;
	text-decoration: underline;
}
a, a:visited {
	font-style: italic;
	color: #333333;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #333333;
	text-decoration: underline;
}
img.skin {
	margin-right: 20px;
	margin-bottom: 5px;
}
hr {
	margin-top: 12px;
	margin-bottom: 12px;
	border-color: #999999;
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;
	border-top-style: dotted;
}
ul {
	margin: 0px 0px 0px 20px;
	padding: 0px;
}
td {
	font-size: 100%;
}
img {
	border: 0;
}
/* www. */
th { text-align: left; }
table.bordered {
	width: 100%;
	border-collapse: collapse;
}
table.bordered td, table.bordered th {
	border-color: #BBBBBB;
	border-width: 1px;
	border-style: solid;
	padding: 2px;
}
/* irc. */
td.headtext {
	border-color: #999999;
	border-width: 1px;
	border-style: dotted;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
}
.asmall {
	font-size: 75%;
}
.small {
	font-size: 92%;
}
table {
	text-align: left;
}
h6 {
	font-size: 85%;
	margin-left: 7px;
	margin-top: 10px;
	padding-top: 8px;
	margin-bottom: 2px;
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #999999;
}
form {
	margin: 0;
}
table.bans {
	width: 100%;
	border-collapse: collapse;
}
table.bans td, table.bans th {
	border-color: #BBBBBB;
	border-width: 1px;
	border-style: solid;
	padding: 2px;
}
/* gallery. */
body#gallery_larskleinschmidt_de table { width: 100%; }
#gallist td { width: 33%; text-align: center; }
#galnav { border: none; }
#galnavm { width: 10%; }
/* browsercheck. */
.true {
	background-color: #00CC00;
}
.false {
	background-color: #FF0000;
}
.warn {
	background-color: #FFCC00;
}
.status {
	border-color: #999999;
	border-width: 1px;
	border-style: dashed;
	text-align: center;
	margin: 0px 20px 0px 20px;
}
.element {
	position: relative;
	top: -20px;
	z-index: 0;
	min-width: 200px;
	min-height: 50px;
}
/* pastebin. */
ol#paste li:nth-child(2n) { background-color: #F5F5F5; }
ol#paste { margin-left: 36px; padding-left: 0px; }
ol#paste li { margin: 0px; padding: 1px; white-space: pre-wrap; font-family: monospace; }
div#error { color: #FF0000; font-size: 110%; margin-bottom: 5px; }