/* ----------------------- */
/* Allgemeine Definitionen */
/* ----------------------- */
* {
	padding: 0;
	margin: 0;
}

body {
	color: #686868;
	font-size: 0.9em;
	font-family: Arial, sans-serif;
	line-height: 1.5em;
	background-color: #fff8f8;
}

p {
	margin-bottom: 0.5em;
}

h1 {
	font-size: 1.1em;
	margin: 1em 0;
	border-bottom: 1px solid #DA293D;
}

h2 {
	font-size: 1.1em;
	margin: 1em 0;
	border-bottom: 1px dashed #DA293D;
	/*background-image: url(../images/bg_article.png);
	background-repeat: repeat-x;
	background-position: bottom;*/
}

h3 {
	font-size: 1em;
	margin-bottom: 0.5em;
}

a {
	color: #DA293D;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

hr {
	
}

div.clear {
	clear: both;
}

/* ----------------------- */
/* --------- Logo -------- */
/* ----------------------- */
div.toolchen {
	position: fixed;
	bottom: 5px;
	right: 5px;
}

div.toolchen
img.logo {
	background-image: url(../images/logo_website.png);
	background-repeat: no-repeat;
	width: 23px;
	height: 31px;
	border: medium none;
}

/* ----------------------- */
/* --- Layout-Elemente --- */
/* ----------------------- */
div#template {
	width: 60em;
	margin: auto;
}

div#header {
	margin-top: 1em;
	text-align: right;
}

div#trader {
	
}

div#fontsize {
	float: right;
	position: relative;
}

div#content-area {
	min-height: 30em;
	margin-top: 1em;
}

div#navi {
	float: left;
	width: 12em;
	padding: 1em 0;
	border-top: 3px solid #DA293D;
}

div#content {
	float: left;
	width: 34em; /* Abzüglich 1em Padding auf jeder Seite */
	padding: 1em 1em;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
}

div#date {
	float: left;
	width: 12em;
	padding: 1em 0;
	border-top: 3px solid #DA293D;
}

div#copyright {
	text-align: center;
}