/*#############################################################
Name: MechForce Germany - Der deutsche BattleTech und MechWarrior Fanclub
Date: 30.12.2006
Description: Ein einfaches Webdesign f&uuml;r die Homepage der MechForce.
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;
}
div.quote {
	border-left: 4px solid #FF3333;
	clear: both;
	color: #555;
	display: block;
	font: italic 1em Verdana,serif;
	margin: 12px 0 12px 16px;
	padding-left: 12px;
}
/* header */
.seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 680px;
  }
.header {
	height: 80px;
	width: 670px; 
	border: 1px solid #EEE;
	background: #D4D4D4;
}
.hotlinewerbung {
	height: 34px;
	width: 670px;
}

/* 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;
}

.title {
	color: #333;
	font: bold 1.2em Tahoma,sans-serif;
	padding: 3px 4px;
}

a {
	font-family: "Trebuchet MS",Tahoma,sans-serif;
	font-size: 1em;
	color: #C50303;
  text-decoration: none;
}
a:hover {
	color: #800000;
  text-decoration: none;
}
a:visited {
	color: #800000;
  text-decoration: none;
}
.rechts {
	text-align: right;
}

.kapitel {
	font-size:medium;
  font-weight:bold;
}



/* 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;
}
