/* Allgemein */

*  { padding: 0; margin: 0; }
p, ul, ol { margin-bottom: 1em; } 

h1 {
	font-size: 130%;
	margin-bottom: 1em;
}

h2 { 
	font-size: 120%;
}

html { height: 101%; }
body {
	margin: 20px;
	background-color: #d4d9cf;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

big {
	margin-bottom: 10px;
	text-align: center;
}

ul {
	margin-top: 0.5em;
}

li {
	margin-left: 2em;
}

/* Hyperlinks */

a { 
	text-decoration: none;
	outline: none;
	font-weight: bold; 
}
a:link { color: #24b100; } 
a:visited { color: #24b100; }
a:hover {
	border-bottom: 1px solid;
}
a:active { 
   color: white;
   background-color: #72f215;
}

/* title / footer */

#title {
	font-size: 400%;
	text-align: center;
	color: #24b100;
} 
#title a {
	font-weight: normal;
}
#title small {
	font-size: 50%;
	color: black;
}
#subtitle {
	font-style: italic;
	text-align: center;
	margin-bottom: 30px;
}

#footer {
	clear: both;
	background-color: #b0b4ac;
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: center;
}
#footer span {
	margin-right: 2em;
	margin-left: 2em;
}

/* Blog */

.entry {
	background-color: #d4d9cf;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 3px solid;
	border-color: #24b100;
}
.entry .header {
	overflow: hidden;
	background-color: #b0b4ac;
	border-bottom: 1px;
	padding: 0.5em;
	padding-left: 1em;
	padding-right: 1em;
	margin-bottom: 1em;
}

.entry .header a {
	color: white;
}

.entry .header h2 {
	float: left;
}

.entry .header div {
	float: right;
}

.entry .header .pagecat {
	font-style: italic;
}

.entry .content {
	margin: 1em;
}

