/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* =Basic HTML
--------------------------------------------------------------------------------*/

body
{
	font: 14px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a:focus
{
	outline: 1px dotted invert;
}

hr
{
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}

/* =Headings
--------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {line-height:1.2em; margin-bottom:.3em; color: orange;}
h2 {margin-top:1em;font-size:20px;}

h3 {font-size:18px;}
h4 {font-size:16px;}
h5 {font-size:14px;}
h6 {font-size:13px; text-transform:uppercase;}


h1 a {
	font-weight:normal;
}

h1
{
	font-size: 26px;
	font-weight: normal;
}

h2
{
	font-size: 23px; font-weight: normal;
}

h3
{
	font-size: 20px; font-weight: normal;
}

h4
{
	font-size: 17px; font-weight: normal;
}

h5
{
	font-size: 15px;
}

h6
{
	font-size: 14px;
}

/* =Spacing
--------------------------------------------------------------------------------*/

ol
{
	list-style: decimal;
}

ul
{
	list-style: square;
}

li
{
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset
{
	margin-bottom: 20px;
}
p  {
	font-size: 14px;
}
.klein {
	font-size: 10px;
}
.linkbutton {
	padding: 3px;
	color: orange;
	background: black url(../img/bg_linkbutton.png) repeat-x center top;
	border: 2px solid #929393;
	margin: 4px;
}
a.linkbutton:hover {
	color: white;
}


/* table
----------------------------------------------- */
.greytable {
	/**/
}
table.greytable {
  width:100%;
  /*border:1px solid #bbb;*/
  margin-bottom:10px;
}
table.greytable thead th {
  border-bottom:2px solid #888;
  background:#bbb;
  padding:.4em 1em .2em;
}
table.greytable thead th.table-head {
	font-size:1em;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	background:#555;
	border:1px solid #555;
}
table.greytable tbody th,
table.greytable tbody td {
  border-top:1px solid #bbb;
  border-bottom:1px solid #bbb;
  background:#eee;
}

table.greytable tbody tr.odd th,
table.greytable tbody tr.odd td {
  background:#fff;
}
table.greytable tfoot th,
table.greytable tfoot td {
  border-top:2px solid #666;
  background:#eee;
}

