body {
	margin:0;
	padding:0 0 20px 0;
	background-color:#FFFFFF;
	
	font-size:0.8em;
	color:#585858;
	font-family:'Trebuchet MS',Verdana, Arial, Helvetica, sans-serif;
}
a:link, a:visited {
	color:#585858;
	text-decoration:underline;
}
a:hover, a:active {
	text-decoration:none;
}
h1, h2, h3, h4, h5 {
	font-family:Georgia, "Times New Roman", Times, serif;
}
#lineMeta {
	height:2.5em;
	overflow:hidden;
	background-color:#F2F2F2;
	
	font-size:0.8em;
	text-align:right;
}
#lineMeta span {
	margin:0;
	display:block;
	float:right;
	padding:7px 10px 0 5px;
	border-left:1px solid #E1E1E1;
	color:#717171;
	text-decoration:none;
}
#lineMeta a {
	color:#717171;
	text-decoration:none;
}
#lineMeta a:hover {
	text-decoration:underline;
}
#lineNavigation {
	background-color:#AF0000;
	height:2em;
	color:#FFFFFF;
}
#lineNavigation ul {
	margin:0 auto;
	padding:0;
	width:60%;
}
#lineNavigation ul li {
	list-style-type:none;
	float:left;
	font-size:0.9em;
	line-height:2.4em;
}
#lineNavigation ul li a {
	color:#FFFFFF;
	text-decoration:underline;
	padding:0 1em;
}
#lineNavigation ul li a:hover {
	text-decoration:none;
}
#lineContent {
	margin:5em auto;
	width:60%;
}
#lineFooter {
	margin:0 auto;
	width:60%;
	font-size:0.8em;
}

#kommentarform label {
	display:block;
	width:100%;
	margin:4px 0;
}
#kommentarform label span {
	display:block;
	float:left;
	width:20%;
	font-weight:bold;
}
#kommentarform label input {
	width:79%;
	-width:50%;
}
#kommentarform textarea {
	margin:0;
	width:100%;
	-width:70%;
}
#kommentarform form p {
	margin:3px 0;
	padding:0 0 0 20%;
}
#subMe {
	width:200px;
	margin:0 0 0 20%;
}

.lcBack {
	text-align:center;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	padding:5px 0;
	margin:5px 0;
}