/*
  CSS-Datei für Implosion-EV
	Copyright © 2006 by Implosion-EV
	
	Sie sind NICHT berechtigt, diese Datei in irgendeiner Form zu verändern bzw. weiterzugeben.
*/

/* Body */
body.index
{
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	text-align: center;
}

/* Maintable */
table.maintable
{
  width: 980px;
	border: 0px;
	margin: auto;
	text-align: left;
}

/* Heftetabelle */
table.hefte
{
  width: 800px;
	border: 0px;
}

td.heftlinks
{
  width: 750px;
}

td.heftrechts
{
  width: 50px;
	text-align: left;
}

td.heft
{
  width: 818px;
	color: #666666;
}

span.bold
{
  font-weight: bold;
}

/* Header */
td.header
{
  width: 980px;
	background-color: #0033CC;
	font-size: 24px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	height: 50px;
	padding-left: 5px;
	vertical-align: middle;
	border: 1px #000000 solid;
}

/* Navigation */
td.navigation
{
  width: 150px;
	background-color: #CCCCCC;
	text-align: left;
	border-right: 1px #000000 solid;
	border-left: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
	padding-left: 2px;
	vertical-align: top;
}

td.navigation a:link, td.navigation a:visited, td.navigation a:active
{
  font-weight: bold;
  color: #000000;
	text-decoration: none;
}

td.navigation a:hover
{
  text-decoration: underline;
}

/* Content */
td.content
{
  width: 830px;
	border-right: 1px #000000 dotted;
	border-bottom: 1px #000000 dotted;
	padding: 2px;
}

td.content a:link, td.content a:visited, td.content a:active
{
  text-decoration: none;
	color: #0000CC;
}

td.content a:hover
{
  text-decoration: underline;
}

/* Headlines im DIV */
div.headline
{
  text-decoration: underline;
	font-size: 25px;
	text-align: center;
}

div.hefthead
{
  color: #666666;
	text-align: left;
}