/* 
rules.css
basis-styles für rules.html
*/

body {
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
	background-color: #000000;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#centered {
	width: 360px;
	margin: auto;
	padding: 10px;
}

h1, h2, h3, p {
	text-align: left;
	clear: both;
}

img  {
	float: left;
	margin: 0px;
	margin-right: 25px;
	margin-bottom: 25px;
}

h1 {
	font-size: 1.5em;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	padding: 2px;
}

h2 {
	font-size: 1.2em;
	border-bottom: 1px solid #FFFFFF;
	padding: 2px;
}

h3 {
	font-size: 1em;
}

p {
	text-align: left;
	font-size: 1em;
	line-height: 1.4em;
}

ul {
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
	list-style-type: square;
}

ul li {
	line-height: 1.5em;
	margin-bottom: 14px;
}


ul#quicklinks {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	list-style-type: none;
}

ul#quicklinks li {
	line-height: 1.5em;
	margin: 0px;
}

ul#quicklinks li a {
	color: #FFFFFF;
}

a {
	color: #39B54A;
}

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

hr {
	border: 0px;
	border-top: 1px dashed white;
	height: 1px;
}

#footer {
	margin-top: 100px;
	margin-bottom: 30px;
}

a.backlink {
	position: absolute;
	left: 80px;
	padding: 4px;
	border: 1px solid white;
	background-color: #467F9A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.2em;
}

h1 a.backlink {
	font-size: 0.55em;
}

a.backlink:hover {
	background-color: #2FAB3F;
	left: 78px;
}

.box {
	margin-top: 40px;
	padding: 5px;
	border: 1px dashed #444;
	font-size: 0.9em;
}

.box h2 {
	margin-top: 5px;
}

.box p {
	margin-bottom: 10px;
	font-size: 0.9em;
}

.box span {
	margin-bottom: -10px;
	color: #444;
	font-size: 0.8em;
	font-family: Verdana,Helvetica,Arial;
	float: right;
}