/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

  Copyright (c) 2008 
  Thomas Schwarz
  Werkstatt fuer Softwareentwicklung
  
  http://com-werkstatt.de
 
  All Rights Reserved.
  
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Created          : 02.02.2008
	Created By       : ts & bs
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
* {
	padding: 0;
	margin: 0;
}

body {
	font: 13px "Trebuchet MS", "Lucida Sans Unicode", Verdana, Arial,	sans-serif;
	line-height: 1.5em;
	background-color: #2a2b38;
	text-align: center;
	color: #000;
	min-width: 980px;
}

p {
	margin-bottom: 1em;
}

h2 {
	font-size: 20px;
	margin-bottom: 1em;
	margin-top: 1em;
}

h4 {
	font-size: 15px;
	margin-bottom: 0.5em;
}

img {
	border: none;
}

.header {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 1em;
	margin-top: 0.5em;
}

td {
	vertical-align: top;
}

#canvas {
	position: relative;
	width: 980px;
	margin: 0 auto;
	text-align: left;
	background: url(img/bkg.canvas.gif);
	background-repeat: repeat-y; 
	background-position: top left;	
}

#content {
	float: left;
	width: 702px;
	padding-left: 28px;
	padding-top: 10px;
}

#navbar {
	float: right;
	width: 180px;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 25px;
	font: 13px/ 1.6em "Trebuchet MS", "Lucida Sans Unicode", Verdana, Arial,	sans-serif;
}

#navbar ul {
	list-style: none;
}

#navbar li {
	display: block;
	padding: 0 0 0 1px;
	margin: 0 0 -10px 0;	
}

#navbar li a {
	display: block;
	font-weight: normal;
	color: #000; /*#404150;*/
	text-decoration: none;
	padding: 0 0 0 11px;
	background: url(img/navmarker.gif) no-repeat 0 2px;
}

#navbar li a:hover {
	color: #cc3333;
	background: url(img/navmarkerhover.gif) no-repeat 0 2px;
}

#navbar li span.descr {
	display: block;
	font-weight: normal;
	line-height: 1.1em;
	color: #70708a;
}



#footer {
	clear: both;
	width: 980px;
	height: 20px;
	background: url(img/bkg.footer.gif) no-repeat left bottom;		
}

#footer p {
	font-size: 10px;
	position: relative;
	top: 25px;
	text-align: center;
	color: #424452;
}

#footer p a {
	color: #616272;
	text-decoration: none;
}

#footer span.fleft {
	padding-right: 300px;
}

#footer span.fright {
	padding-left: 300px;
}

.right {
	display: block;
	float: right;
	padding-left: 20px;
}

.hilite {
	text-decoration: none;
	color: #cc3333;
	font-weight: bold;
}












