/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

  Copyright (c) 2009 
  Thomas Schwarz
  Werkstatt fuer Softwareentwicklung
  
  http://com-werkstatt.de
 
  All Rights Reserved.
  
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Created          : 29.07.2009
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

* {
	padding: 0;
	margin: 0;
}

h1,h2,h3,h4,h5,h6 {
  font-weight:normal;
  font-size:1.0em;
}

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

table {
  border-collapse:collapse;
  border-spacing:0;
}

a {
  border: none;
  text-decoration: none;
  color: #001cc7;
  font-weight: bold;
  /*border-bottom: 1px dotted #001cc7;*/
}

a img {
  border: none;
}

ul,ol {
	list-style: none;
}

p {
  margin-bottom: 1em;
}

body {
	font: 80%/1.4 "Trebuchet MS", "Lucida Sans Unicode", Verdana, Arial,	sans-serif;
	background-color: #2c2d2f;
	color: #666;
	min-width: 940px;
}

.bold {
  font-weight: bold;
}

.topbar
{
	padding-top: 14px;
	padding-bottom: 0px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #ff3d3d;
}

.container
{
	background-color: #ffffff; /*#fffcf6;*/
	border-top: 6px solid #d70703;
	color: #626262;
	padding-bottom: 2em;
}

.footer
{
  clear: both;
  background-color: #EBF0F7; /*#fff6d6;*/ /*#fffce5;*/
	color: #333;
	padding-bottom: 8px;
	border-top: 1px solid #C1D3FF; /*#f0e7b6;*/
  border-bottom: 1px solid #fff;
  padding-bottom: 2em;
	margin-bottom: 3em;
}

.credits {
  color: #555;
  font-size: 80%;
  height: 50px;
  padding-top: 10px;
}

.credits a {
  color: #777;
}

.credits a:hover {
  color: #ddd;
}

.stretcher
{
  margin: 0 auto;
	position: relative;
	width: 940px;
	padding-left: 20px;
}

.topbar .stretcher {
	height: 34px;
}

.content h2, .content h3, .rightbar h3, .leftbar h3,
.footer h2, .footer h3 {
	font: 22px Georgia, serif;
	color: #001cc7;
	padding-top: 1em;
}

.content h3,
.footer h3 {
	font-size: 18px;
	padding-top: 1em;
}

.content:after,
.topbar:after,
.footer:after,
#topnav:after
{
	content: '';
	display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

h2.hilite, h3.hilite {
  color: #d70703;
}

h2 a {
  font-weight: normal;
}

h2 a:hover {
  color: #D70703;
}

#drclogo {
  position: relative;
  top: -2px;
}

#vdhlogo {
}

#fcilogo {
}

#jghvlogo {
}

#copycredits {
  position: relative;
  top: 12px;
}

.leftbar {
  float: left;
  width: 510px;
}

.rightbar {
  float: right;
  width: 390px;
}

.leftfbar {
  float: left;
  width: 510px;
}

.rightfbar {
  float: right;
  width: 390px;
}

.right {
  float: right;
}

img.right {
  padding-left: 20px; 
  position: relative;
  top: -2px;
  right: 8px;
}

#topnav {
	position: absolute;
	top: -42px;
	left: 18px;
	width: 950px;
}

#topnav li {
	float: left;
	padding-right: 28px;
}

#topnav a {
	color: #777;
	text-decoration: none;
}

#topnav a:hover {
	color: #fff;
	text-decoration: none;
}

#flatliste:after {
  clear: both;
}

#flatliste li {
  float: left;
  width: 75px;
}

#flatliste a {
  color: #666;
}

#flatliste a:hover {
  color: #c00;
}

.credits .stretcher {
  top: -42px;
}

#copycredits {
	float: left;
}

#timestamp {
	float: right;
	padding-right: 18px;
	vertical-align: middle;
}

#kontakt {
	float: right;
	width: 128px;
	padding-right: 12px;
}

#wurfplanung {
	float: left;
	width: 230px;
	
}

#wurfplanung:after {
	clear: both;
}

#gohome {
	position: absolute;
	right: 5px;
}

.date {
  padding-right: 12px;
}

.padbefore {
  padding-top: .6em;
}

.padafter {
  padding-bottom: .6em;
}

.clear {
  clear: both;
}

.shiftleft {
  display: block;
  position: relative;
  left: -8px;
}

/*
.content {
  border: 1px solid red;
}
*/





