/*------------------------------------------------------------------------------
{{{ head
  vim: set noexpandtab tabstop=2 shiftwidth=2 fdm=marker:

  file             : main.css
  description      : base stylesheet
  author           : Tuurlijk!
  copyright        : teknowlogic.org 2008
  Last modification: Wed Jul  2 18:10:01 CEST 2008

}}}
{{{ general tags and classes
------------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em; /* don't edit */
	color: black;
}
html {
	font-size: 62.5%; /* don't edit */
}
html, body {
	height: 100%;
	min-height: 100%;
}
body {
	font-size: 1.45em; /* edit here global size for em, 1em = 10px */
}
img {
	border-style: none;
}
a {
	color: black;
	text-decoration: none;
	font-weight: bold;
	outline-width: 0;
}
p a,
p a:hover {
	/*
	text-decoration: underline;
	*/
	border-bottom: 1px dotted black;
}
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 {
	font-size: 1em;
	color: #743F0A;
	letter-spacing: 0.1em;
}
h1 {
	font-size: 1.2em;
}
h3 {
	font-size: 1.15em;
	padding-bottom: 0.3em;
}
#column1 h3 {
	padding-top: 1em;
	color: #333;
}
h4 {
	font-size: 1.1em;
	padding-bottom: 0.2em;
}
.hl-surround,
pre {
	clear: right;
	font-family: Fixedsys, Monospace, Courier, 'Courier New', fixed-width, monospace;
  font-size: 1em;
  line-height: 1em;
  color: #555;
  background-color: #fdfdfd;
  padding: 6px;
	overflow: auto;
  border-top: 1px solid #bbb;
  border-left: 1px solid #bbb;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
	margin-bottom: 0.75em;
}
.hl-surround pre {
  background-color: #fdfdfd;
}
#column3 pre,
#column3 .hl-surround {
	max-width: 924px;
}
#column2 pre,
#column2 .hl-surround {
	max-width: 760px;
}
.hl-surround li {
	margin-left: 0.5em;
}
pre br {
}
pre a {
	font-family: Fixedsys, Monospace, Courier, 'Courier New', fixed-width, monospace;
}
blockquote {
  color: #555;
	/*
  background: url('/fileadmin/www.teknowlogic.org/style/images/quotes.gif') no-repeat top left;
	*/
	margin-left:30px;
	margin-right:0;
	margin-top:0;
	margin-bottom:0;
	padding-left:20px;
	padding-right:0;
	padding-top:10px;
	padding-bottom:0;
}
blockquote p {
  color: #555;
  margin-top: 0;
}
table {
	border-collapse: collapse;
}
td,
th {
	vertical-align: top;
}
p {
	line-height: 1.3em;
	margin-bottom: 1em;
}
ul, ol {
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 1.3em;
	margin-left: 0.3em;
	margin-bottom: 1.3em;
}
ul {
	list-style-image: url('../image/bullit.png');
}
ol {
	list-style-type: decimal;
}
#column1 ul {
	/*
	list-style-image: url('../image/bullit.dark.png');
	*/
	list-style-type: none;
	list-style-image: none;
	margin-left: 0;
	padding-left: 0;
}
dfn,
.hidden {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0;
	height: 0;
	overflow: hidden;
	display: inline;
}
hr.clear {
	margin: 6px 0px;
	background: #555 none repeat scroll 0%;
	border: 0pt none;
	height: 1px;
	clear: both;
}
br.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
}
/*------------------------------------------------------------------------------
}}}
{{{ form
------------------------------------------------------------------------------*/
fieldset {
	border-style: none;
	position: relative;
}
label {
	width: 100px;
	display: block;
	position: absolute;
	left: 275px;
	padding-top: 5px;
	text-align: left;
}
input,
select,
textarea {
	padding-right: 2px;
	padding-left: 2px;
	margin-top: 5px;
	width: 245px;
	background-color: #f6f6f6;
  border-top: 1px solid #bbb;
  border-left: 1px solid #bbb;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
textarea {
	width: auto;
}
input[type = 'checkbox'],
input[type = 'radio'] {
	margin-right: 2px;
	border-style: none;
	padding: 0;
	background-color: transparent;
	width: auto;
}
input[type = 'reset'],
input[type = 'submit'] {
	border: 1px solid #999;
	background-color: #ccc;
	width: auto;
}
input[type = 'reset']:hover,
input[type = 'submit']:hover {
	background-color: #fbfbfb;
	color: #743F0A;
}
input:focus,
select:focus,
textarea:focus {
	background-color: #fbfbfb;
	color: #743F0A;
}
/*------------------------------------------------------------------------------
}}}
{{{ layout
------------------------------------------------------------------------------*/
#mainMenu td {
	font-size: 1.2em;
	white-space: nowrap;
	font-weight: bold;
}
#mainTable {
	margin: 1.5em auto auto;
	width: 990px;
}
table#content td#right {
	padding: 25px;
}
p.align-center {
	text-align: center;
}
#nav-sub {
	text-align: left;
}
#nav-sub {
	list-style: none;
	margin: 6px;
	padding: 0;
}
#left {
	text-align: center;
	padding: 10px;
}
.slideShow {
	margin: 10px;
	text-align: center;
}

/*------------------------------------------------------------------------------
}}}
{{{ content
------------------------------------------------------------------------------*/
.csc-textpic-intext-right {
	clear: right;
}
/*------------------------------------------------------------------------------
}}}
{{{ one column layout
------------------------------------------------------------------------------*/
#column3 {
	width: 938px;
	padding: 5px 25px 15px 25px;
	background-color: #fbfbfb;
	position: relative;
}
/*------------------------------------------------------------------------------
}}}
{{{ site construct
------------------------------------------------------------------------------*/
#outerWrap {
	margin: auto;
	margin-top: 1.5em;
	width: 990px;
	/*
	background-image: url(../img/bg_wrap.png);
	background-repeat: y-repeat;
	*/
}
/* apply for full height
#outerWrap {
	min-height: 100%;
}
* html #outerWrap {
	height: 100%;
}
*/
#innerWrap {
	margin: auto;
	width: 990px;
	text-align: left;
}
#headerWrap {
	height: 206px;
	width: 988px;
	border: 1px solid #999;
	border-bottom: 0;
	position: relative;
	background: #fbfbfb top url(../image/header/headlight.sunset.jpg) no-repeat;
}
#headerWrap div#titleImage {
	position: absolute;
	left: 0;
	top: 169px;
	height: 34px;
	width: 988px;
}
#headerWrap h3 {
	display: none;
}
#headerWrap img#headerTrance {
	width: 988px;
	height: 188px;
	z-index: 1;
}
#description, #skip, .hide {
	display: none;
}
.anchor {
	float: left;
	font-size: 0;
}
#footer .licence {
	padding-top: 3em;
	text-align: center;
}
#footer .licence span,
#footer .licence a,
#footer .licence {
	color: #777;
	font-size: 0.9em;
}
/*------------------------------------------------------------------------------
}}}
{{{ main, footer and print navigation
------------------------------------------------------------------------------*/
#nav-footer {
	float: right;
}
#nav-footer li {
	display: inline;
	float: left;
	margin: 0 0.25em;
}
#nav-footer li:hover,
#nav-footer li.current {
}
#nav-footer li a {
	display: block;
	padding: 0.1em 0.5em;
	text-decoration: none;
}
#nav-footer li a:hover {
	color: #743F0A;
}
/*------------------------------------------------------------------------------
}}}
{{{ sub menu
------------------------------------------------------------------------------*/
#nav-sub {
}
#nav-sub div {
}
#nav-sub div a {
	color: #333;
	text-decoration: none;
	white-space: nowrap;
}
#nav-sub div.current a,
#nav-sub div a:hover {
	color: #743f0a;
}
#nav-sub-1 div.current {
	font-size: 1.1em;
	margin-bottom: 0.5em;
}
#nav-sub-2 {
	font-size: 1em;
}
#nav-sub-2 div.current {
	font-size: 1em;
	margin-bottom: 0;
}
#nav-sub-3 {
	margin: 0 0.5em;
	font-size: 0.9em;
}
#nav-sub-4 {
	margin: 0 1em;
	font-size: 0.9em;
}
#nav-sub-5 {
	margin: 0 1em;
	font-size: 0.9em;
}
/*------------------------------------------------------------------------------
}}}
{{{ bread crumb
------------------------------------------------------------------------------*/
#bread {
	display: block;
	clear: both;
	margin-bottom: 0.5em;
}
#bread ul {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	font-size: 0.9em;
}
#bread li {
	color: #aaa;
  float: right;
  text-transform: lowercase;
}
#bread li a {
	color: #aaa;
	margin: 0 0.3em;
}
#bread li a:hover {
	color: #743F0A;
}
#bread li.current {
	margin: 0 0.3em;
}
/*------------------------------------------------------------------------------
}}}
{{{ comments
------------------------------------------------------------------------------*/
.tx-comments-form-top-message,
.tx-comments-comment-1,
.tx-comments-comment-2 {
	background-color: #F6F6F6;
	margin-bottom: 16px;
	padding: 3px;
}
.tx-comments-form-top-message {
	color: #743F0A;
	border: 1px solid #743F0A;
}
.tx-comments-comments .head {
	text-align: right;
}
.tx-comments-comments .head .name {
	float: left;
}
.tx-comments-comments .head,
.tx-comments-comments .head .name,
.tx-comments-comments .head .date {
	color: #aaa;
	font-size: 0.9em;
}
.tx-comments-comments .head {
	border-bottom: 1px dotted #ccc;
}
.tx-comments-comments .content {
	padding: 0.5em;
}
.tx-comments-page-browser { text-align: center; margin: 15px 0; }
.tx-comments-page-browser-current, .tx-comments-page-browser A { padding: 0 3px; }
.tx-comments-required-mark { color: red; }
.tx-comments-required-error { margin-left: 10px; color: red; background-color: #f5f500; padding: 3px 5px; }
/*------------------------------------------------------------------------------
}}}
------------------------------------------------------------------------------*/
