
HTML, BODY {
	margin: 0px;
	padding: 0px;
	background-color: #FFFAF2;
}


BODY {
	width: 100%;
	height: 100%;
	font: 0.85em/1.6 "Trebuchet MS", "Myriad Web", Tahoma, Geneva, Arial, Helvetica, sans-serif;
}

#main {
	width: 728px;
	margin: 0px auto;
	background: #FFFFFF url(header.png) no-repeat top right;
}

#content {
	width: 567px;
	padding: 15px;
	color: #333333;
	border-right: 1px dashed #FFC266;
	border-bottom: 1px dashed #FFC266;
}

#rechts {
	float: right;
	width: 120px;
	min-height: 375px;
	padding: 10px;
	padding-right: 0px;
	background-color: #FFFAF2;
}

#smallfooter {
	float: left;
	width: 582px;
	padding: 15px;
	padding-left: 0px;
}

#smallfooter P {
	margin: 0px;
}

#footer {
	clear: both;
	width: 728px;
	margin: 0px auto;
	margin-bottom: 20px;
	padding-top: 20px;
}

H1, H2 {
	margin: 0px;
	padding: 15px;
	color: #533908;
	font-size: 1.5em;
	letter-spacing: 0.05em;
}

H2 {
	font-size: 1.2em;
}

A {
	color: #BE130B;
	font-weight: bold;
	text-decoration: underline;
}

A:visited {
	color: #FF9900;
}

A:hover {
	color: #533908;
	text-decoration: none;
}

A[target="_blank"]:after {
	content: url(icons/target_blank.png);
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}

P.icon {
	min-height: 23px;
	margin-bottom: 30px;
	padding-left: 40px;
	line-height: normal;
}

P#changed {
	background: url(icons/changed.png) no-repeat left;
}

P#infos {
	background: url(icons/infos.png) no-repeat left;
}

P#faq {
	background: url(icons/faq.png) no-repeat left;
}

P#issues {
	background: url(icons/issues.png) no-repeat left;
}

P#comment {
	background: url(icons/comment.png) no-repeat left;
}

P#paypal {
	background: url(icons/paypal.png) no-repeat left;
}

.note {
	margin-top: 40px;
	padding: 10px;
	font-size: 0.95em;
	border: 1px solid #FFC266;
	-moz-border-radius: 10px;
	background-color: #FFFAF2;
}

.note H4 {
	margin: 0px;
	color: #BE130B;
}

.tgCloseBoxParent, .tgOpenBoxParent {
	cursor: pointer;
}

.tgCloseBox, .tgOpenBox {
	float: right;
	width: 16px;
	height: 16px;
	margin-top: 2px;
}

.tgCloseBox {
	background: url(icons/box_close.png) no-repeat;
}

.tgOpenBox {
	background: url(icons/box_open.png) no-repeat;
}

#paypaldonate SPAN {
	padding-left: 16px;
}


/*
	Changelog
*/
UL UL {
	padding-left: 30px;
}

DIV.changelog {
	font-size: 0.95em;
}

#logLegend {
	margin: 0px;
	margin-top: 16px;
	margin-left: 20px;
	margin-bottom: 20px;
	padding: 0px;
	font-size: 0.8em;
	border: 1px solid #FF9900;
}

#logLegend LEGEND {
	padding: 0px 10px;
	font-weight: bold;
}

#logLegend UL {
	padding: 10px;
	padding-top: 0px;
	padding-left: 30px;
}

#logLegend LI {
	float: left;
}

.added, .changed {
	margin-right: 30px;
}

.added LI, LI.added {
	list-style-image: url(icons/log_added.png);
}

.fixed LI, LI.fixed {
	list-style-image: url(icons/log_fixed.png);
}

.changed LI, LI.changed {
	list-style-image: url(icons/log_changed.png);
}


/*
	selektierter Text
*/
::-moz-selection {
	background: #FFC266;
	color: #333333;
}
::selection {
	background: #FFC266;
	color: #333333;
}
code::-moz-selection {
	background: #FFC266;
}
code::selection {
	background: #FFC266;
}