﻿/*
 * Airking Schmidt
 * wysiwyg stylesheet
 *
 * © 2008 EZdesign (ezdesign.de)
 *
 */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
}

form,
p {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: underline;
	color: #2D426A;
}
a:hover {
	text-decoration: none;
	color: black;
}

a img {
	border: 0;
}

.subheadline {
	margin: 0 0 10px 0;
	color: #2D426A;
	font-size: 13px;
	font-weight: bold;
}

.tablehead {
	background-color: #BEC6E2;
}

.tablehead2 {
	background-color: #dddddd;
	color: #2D426A;
}

.tablehead_left {
	background-color: #dddddd;
	color: #2D426A;
	font-size: 14px;
}

table {
	border-color: #999;
	border-right: 0;
	border-bottom: 0;
}

*:first-child+html table {
	border-collapse: collapse;
	empty-cells: show; 
}

* html table {
	border-collapse: collapse;
	empty-cells: show; 
}

tr {
	border: 0;
}

td {
	border-color: #999;
	border-top: 0;
	border-left: 0;
}