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

	Copyright (c) 2009, 
	Werkstatt fuer Softwareentwicklung 
	Thomas Schwarz
  
  http://com-werkstatt.de
 
  All Rights Reserved.
  
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ 
 
* {
	padding: 0;
	margin: 0;
	outline: none;
}

body {
	font: 13px/1.4em "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	background-color: #c1c1c1;
	background-image: url(img/bkg.body.gif);
	background-repeat: repeat-x;
	text-align: center;
	color: #505050;
	min-width: 970px;
}

td {
	font: 13px/1.4em "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
}

p {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #ae0602;
	color: #ae0602;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #fcb116;
}

a.intlink {
  border: none;
}

a img {
  border: none;
}

img {
	border: none;
}

a.nodeco {
	border: none;
}

.nopadbelow {
	padding-bottom: 0;
}

.nopadbefore {
	padding-top: 0;
}

h1,h2,h3,h4 {
	font: 22px/1.4em Georgia, serif;
	color: #027344;
}

h3,h4 {
	font: 18px/1.5em Georgia, serif;
}

.hilite {
	color: #DD0802;
}

.heavy {
  font-weight: bold;
  color: #222;
}

#canvas {
  position: relative;
	width: 970px;
	margin: 0 auto;
	text-align: left;
}

#masthead {
  text-indent: -5000px;
}

#masthead h1 {
	padding: 0;
	margin: 0;
	font-size: 2px;
}

#content {
	padding-top: 6px;
  padding-left: 1px;
  padding-right: 1px;
  background-image: url(img/bkg.canvas.gif);
  background-repeat: repeat-y;
}

#tcolcontent {
  clear: both;
  background-color: #fff9e3; 
	color: #666;
	padding-top: 1.5em;
	border-top: 1px solid #f0e7b6;
  border-bottom: 1px solid #fff;
  padding-bottom: .2em;
  margin-top: 1em;  
}

#tcolinner {
  background-image: url(img/bkg.tcolcontent.gif);
  background-repeat: repeat-y;
}

div.leftcol {
  float: left;
  width: 450px;
  padding-left: 20px;
}

div.rightcol {
  float: right;
  width: 446px;
  padding-right: 20px;
}

div.left2col {
  float: left;
  width: 630px;
  padding-left: 20px;
}

div.right1col {
  float: right;
  width: 250px;
  padding-right: 20px;
}

div.hatchback {
}

.clear {
	clear: both;
}

#navbar {
  position: absolute;
  top: 12px;
  left: 1px;
  width: 970px;
	font: 11px/1.4em "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
}

#navbar ul {
	list-style: none;
}

#navbar li {
  float: left;
}

#navbar a {
	display: block;
	text-align: center;
	text-decoration: none;
	border: none;
}

#navbar a span {
	text-decoration: none;
	color: #c0c0c0;
	font-weight: bold;
	display: block;
	/*width: 120px;*/
	height: 26px;
	padding: 5px 20px 0px 20px;
  background-image: url(img/bkg.navitemx.gif);
  background-repeat: no-repeat;
  background-position: right;
}

#navbar a:hover span {
	color: #fcb116;
	cursor: pointer;
}

#navstart {
	position: absolute;	
	right: 12px;
}

#gohome {
	display: block;
	position: absolute;
	top: 40px;
	left: 5px;
	width: 970px;
	height: 80px;
	text-indent: -5000px;
	border: none;
}

#footer {
	clear: both;
	color: #555;
	height: 41px;
	padding-top: 1em;
	padding-bottom: 20px;
	font-size: 7pt;
	background-image: url(img/bkg.footer.gif);
	background-repeat: no-repeat;
}

#footer a {
	color: #888;
	font-weight: normal;
	text-decoration: none;
	border: none;
}

#footer #copy {
  display: block;
  float: left;
  padding-left: 12px;
}

#footer #date {
  display: block;
  float: right;
  padding-right: 12px;
  width: 208px;
	text-align: right;    
}

dl.entry {
	clear: both;
}

dl.entry dt {
  font: 22px/1.5em Georgia, serif;
	color: #161464; /*#4c483f;*/
	border-bottom: 1px solid #b00;
	padding-top: 1em;
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 4px;
}

dl.entry dd {
  padding-left: 8px;
  padding-right: 8px;  
}

dd.padtop {
	padding-top: 1em;
}

img.inc {
	display: block;
}

.right {
	float: right;
}

div.story {
	clear: both;
}

div.story h3 {
  font: 22px/1.5em Georgia, serif;
	color: #161464;
	border-bottom: 1px solid #b00;
	padding: 1em 8px 0 12px;  
}

div.story p {
  padding-left: 12px;
  padding-right: 12px;
}

.bigtype {
  font: 24px "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
  font-weight: bold;
}

#admin {
	display: block;
	position: absolute;
	top: 115px;
	right: 12px;
	border: none;
	color: #444;
}

#admin:hover {
	text-decoration: none;
	border: none;
	color: #fff;
}

img.inline-r {
  float: right;
  padding-left: 10px;
}

img.inline-l {
	display: block;
  float: left;
  padding-right: 10px;
  position: relative;
  left: -5px;
}

h2.padtop {
	padding-top: 1em;
}

h2.padbottom {
  padding-bottom: .4em;
}

h3.padbottom {
  padding-bottom: .5em;
}

#kontakt {
	float: left;
	width: 200px;
}

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

.ticker {
	padding-top: 0.5em;
	padding-bottom: 0.6em;
}

.ticker dd {
	padding-bottom: 0.5em;
}

dd.caption {
  font-weight: bold;
}

.padtop {
	padding-top: 0.4 em;
}

.padbottom {
	padding-bottom: 0.4 em;
}


.newsentry {
  position: relative;
  clear: both;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 8px;
}

dl.last {
  border: none;
  margin-bottom: 0px;
}

.newsentry dt.date {
  float: left;
  padding-right: 10px;
}

.newsentry dd.images {
  float: right;
  padding-left: 20px;
}

.padtop {
  padding-top: 1em;
}

#lightbox a {
	border: none;
}

ul.stdlist {
  list-style: none;
}





