/*#############################################################
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: #000 url('bg1.jpg') no-repeat fixed center top;
	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: 800px;
  }
.header {
	height: 80px;
	width: 790px; 
	border: 1px solid #EEE;
	background: #D4D4D4;
}


/* Menue */
div.content_right {
  float: left;
	margin: 6px;
	width: 172px;
}

div.links div.line {
	height: 1px; background-color: #EEEEF5;
}
div.links .title {
	background: #000;
	color: #FFF;
	font: normal 85% Tahoma,sans-serif;
	padding: 5px 8px;
}
div.links .inhalt {
	background: #000;
   background-image: url(pc_bg.gif); 
   background-repeat: repeat; 
   background-position: center;
	color: #ffffff;
	display: block;
	font: 0.8em Verdana,Tahoma,sans-serif;
	padding: 5px 8px;
}

div.inhalt a {
	font: bold 1em Verdana,Tahoma,sans-serif;
	color: #00FF00;
  text-decoration: none;
}
div.inhalt a:hover {
	color: #FFFFFF;
  text-decoration: none;
}

/* Inhalt */
div.content_left {
  float: right;
  width: 616px;
}

div.newsitem {
	background: #000;
   background-image: url(pc_bg.gif); 
   background-repeat: repeat; 
   background-position: center;
	border: 1px solid #000;
	border-color: #000 #000 #000 #000;
	clear: both;
	color: #fff;
	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: Verdana,"Trebuchet MS",Tahoma,sans-serif;
	font-size: 0.9em;
}

div.body a {
	font-family: Verdana,"Trebuchet MS",Tahoma,sans-serif;
	font-size: 1em;
	color: #00FF00;
  text-decoration: none;
}
div.body a:hover {
	color: #FFFFFF;
  text-decoration: none;
}
div.newsitem .rechts {
	text-align: right;
}
div.newsitem .kastlinks {
  float: left;
}

div.body .kapitel {
	font-size:medium;
  font-weight:bold;
}
div.body .rss {
  float: right;
  width: 160px;
	padding-left: 20px;
}

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

span.rimg {
	float: right;
	margin: 4px;
	padding: 4px;
	border: 1px solid #611F24;
	background: #000000;
	color: inherit;
  text-align: center;
}

span.limg {
	float: left;
	margin: 4px;
	padding: 4px;
	border: 1px solid #611F24;
	background: #000000;
	color: inherit;
  text-align: center;
}
span.beispiel {
	display: block;
	margin: 4px;
	padding: 4px;
	border: 1px solid #611F24;
	background: #000000;
	color: inherit;
}