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

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 12px/1.4 'Trebuchet MS', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a { color: rgb(192,2,1); text-decoration: none; }

a:hover { text-decoration: underline; }

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

/* `Headings
----------------------------------------------------------------------------------------------------*/

h3, h4, h5, h6 {
  color: #000;
	font-size: 12px;
}
h3 { color: rgb(192,2,1); }

h1,h2,h3,h4,h5,h6,p { margin-bottom: 0.5em; }

/* Lists
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

/* other classes
----------------------------------------------------------------------------------------------------*/
.small {
	font-size: 10px;
}

.showAll {
  background: url('../images/linie_horizontal_rot.gif') repeat-x top left;
  padding: 2px 0 0 0;
  text-align: right;
}
.showAll a {  
  color: #000;
  text-decoration: none;
  background: url('../images/pfeil_r.gif') no-repeat 0 5px;
  padding-left: 9px;
}
.showAll a:hover,
.showAll a:focus {
  color: rgb(192,2,1);
}

table {	width: 100%; }
td { font-size: 12px; padding: 0; }
td.align-right { text-align: right; }
