/*#############################################################
Name: Hamburger Post&auml;mter      
Date: 04.04.2007
Description: Ein einfaches Webdesign f&uuml;r Markus Kerlin
Author: Markus Kerlin
URL: http://www.kerlin.de

Feel free to use and modify but please provide credits.
#############################################################*/

/* Standard element */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #D4D4D4;
	font-family: Tahoma,sans-serif;
	font-size: 0.8em;
  margin: 8px;
}
p {
	margin-bottom: 1.2em;
}
ul {
	margin: 0 0 10px 22px;
}
li {
	list-style-image: url(li.gif);
}

/* misc */
.clearer {
	clear: both;
}

/* header */
.seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 736px;
  }
.header {
	height: 80px;
	width: 561px; 
	border: 1px solid #EEE;
	background: #D4D4D4;
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
}

/* menu */
div.menu ul {
	float: left;
	margin: 0 1px 0 0;
}
div.menu li {
	list-style-image: none;
}
div.menu a {
	background: #000;
	color: #FFF;
	display: block;
	font-family: sans-serif;
	font-size: 100%;
	padding: 5px 0 5px 8px;
	text-decoration: none;
	width: 100px;
	text-align: center;
	font-weight: bold;
}
div.menu img {
	background: #000;
	color: #FFF;
	width: 342px;
	height: 80px;
}
div.menu a#current {
	background: #444; color: #FFF;
}
div.menu a:hover {
	background: #444; color: #FFF;
}
div.menu li {
	list-style-type: none;
	margin: 0 0 1px 0;
	padding: 0;
}

/* left side */
div.content_left {
  float: left;
	margin: 1px;
	width: 736px;
}
div.newsitem {
	background: #FFF;
	border: 1px solid #EEE;
	border-color: #EEE #EEE #DDD #EEE;
	clear: both;
	color: #333;
	line-height: 1.5;
	margin: 6px;
	padding: 10px;
}
div.newsitem img {
	border: 3px double #000;
	margin: 6px 10px 10px 10px;
}
div.newsitem img.left {
	float: left;
}
div.newsitem img.right {
	float: right;
}
div.newsitem .title {
	color: #333;
	font: bold 1.2em Tahoma,sans-serif;
	padding: 3px 4px;
}
div.newsitem .body {
	font-family: "Trebuchet MS",Tahoma,sans-serif;
	font-size: 0.9em;
	text-align: justify;
}

div.body a {
	font-family: "Trebuchet MS",Tahoma,sans-serif;
	font-size: 1em;
	color: #C50303;
  text-decoration: none;
}
div.body a:hover {
	color: #800000;
  text-decoration: none;
}
div.body a:visited {
	color: #800000;
  text-decoration: none;
}
div.newsitem .rechts {
	text-align: right;
}

div.body .kapitel {
	font-size:medium;
  font-weight:bold;
}


/* footer */
div.footer {
	background: #000;
	border: 1px solid #EEE;
	color: #FFF;
	margin-left: 1px;
	width: 770px;
}
div.footer .copyright {
	padding: 6px 12px;
}
div.footer a {
	color: #FFF;
	font: bold 1em "Trebuchet MS",sans-serif;
	text-decoration: none;
}


/* Sonstiges */

#button { font-family:ARIAL;font-size:7pt;font-weight:bold;background-color:#C9C6B9;border-style:outset;border-color:#666666;color:#CC0000; }

#textfield { font-family:ARIAL;font-size:8pt;background-color:#C9C6B9;border-style:dashed;border-color:#666666;color:#000000; }

span.schriftklein {
	  display: justify;
    font-size: 10px;
	  font: arial;
}
