html
{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}

body, textarea
{
  font-family: Tahoma, Verdana, Helvetica, sans-serif;
  font-size: 10pt;
  color: #FFF;
  margin: 3px;
  background-color: #003;
  /*background-color:#202163;*/
  padding: 0px;
}
/*
body
{
  background: url(img/bgbody.jpg) repeat-x fixed;
  background-color:#003;
  background-position:bottom;
}
*/
td
{
  margin: 3px;
  /*border:1px solid red;*/
  vertical-align:top;
	padding-left:6px;
	padding-right:6px;
	padding-top:3px;
	padding-bottom:3px;
	font-size:9pt;
}

td.colName
{
  font-size:12pt;
  font-weight:bold;
  text-transform:uppercase;
  background-color: #036;
}

tr.secondRow
{
  background-color: #113;
}

th
{
	padding: 10px;
	text-align:left;
	border:1px dotted #B88A00;
	color:#B88A00;
	background-color:#036;
	font-size:12pt;
	font-weight:normal;
}


#header
{
  width:706px;
  height:170px;
  text-align:center;
  margin-top:0px;
  margin-left:180px;
  padding:0px;
  position:absolute;
  top:0px; left:0px; right:0px;
}

#header img
{
  border: 0px solid #000;
  margin:10px;
}

#lang
{
	position:absolute;
	top:10px;
	left:10px;
}

#lang a img
{
	border:0;
}

#menu
{
  list-style-type: none;
  margin:0px;
  padding:0;
  position:absolute;
  top:200px;
  left:10px;
  overflow:auto;
  float:left;
  background-image:url(img/bgmenu.jpg);
  border:1px solid #000;
}

#menu li
{
  width:150px;
  margin-top:0pt;
  margin-bottom:4px;
  border:1px solid #FFF;
  padding:0pt;   
}

li
{
	padding:3px;
}

a:link, a:visited
{
  text-decoration: underline;
  color:#B88A00;
}

a:hover
{
  color:#996600;
}

#menu li a,
#menu li a:link,
#menu li a:visited
{
  text-decoration: none;
  margin:0px;
  text-align: left;
  letter-spacing:0.1pc;
  color:#FFFFFF;
  font-size:10pt;
  background-color:#B88A00;
  padding:2px;
  padding-left:0.7em;
  position:relative;
  display:block;
}

#menu li a:hover
{
  background-color:#FFFFFF;
  color:#B88A00;
}

#menu .m1
{
  /*margin-left:15px;
  width:135px;*/
  border:0;
  /*border-bottom: 1px solid #fff;*/
}

#menu .m1 a,
#menu .m1 a:link,
#menu .m1 a:visited
{
  font-size:8pt;
  background-color:transparent;
  text-align:right;
}

#menu .m1 a:hover
{
  background-color:#FFFFFF;
  color:#003;
}

#menu .sel,
#menu .sel a,
#menu .sel a:link,
#menu .sel a:visited
{
  background-color: #fff;
  color:#003;
  font-weight:bold;
}

#container
{
  margin-left: 180px;
  width:700px;
  margin-top:200px;
  overflow:auto;
  padding-left:0px;
  padding-top:0px;
/*  background-color: #192544;*/
/*
  padding: 1ex 1em 1ex 1em;
  background-color: #036;
  border:1px dotted #fff;
  -moz-border-radius: 10px;
*/
}

h1
{
	font-size:14pt;
	padding-left:6px;
	padding-bottom:3px;
	border-left:  1px dotted #B88A00;
	border-bottom:1px dotted #B88A00;
	margin:0px;
	margin-bottom:2ex;
	letter-spacing:0.1pc;
	/*text-transform:uppercase;*/
	font-variant:small-caps;
	/*text-align:center;*/
	/*color:#B88A00;*/
}

h2
{
	font-size:12pt;
	margin-left:0px;
	letter-spacing:0.1pc;
}

.title
{
  font-size:12pt;
  padding:5px;
  padding-left:10px;
  border-left: 1px dotted #B88A00;
  border-bottom: 1px dotted #B88A00;
}

input.text, textarea.text
{
  background-color: transparent;
  padding:2px;
  border:1px solid #B88A00;
  font-size:9pt;
  color:#fff;
  /*font-family:"Courier New", Courier, monospace;*/
}
input.button
{
  font-family:Tahoma, Verdana, Helvetica, sans-serif;
  padding:2px;
  border:1px solid #FFF;
  font-size: 10pt;
  color:#FFF;
  letter-spacing:0.2pc;
  background-color:#B88A00;
}

table
{
  border:1px solid black;
  color:#999;
/*  background-color:#202163;*/
  margin-bottom:3ex;
  border-collapse:collapse;
}

table.leftAlignedTable td
{
  text-align:left;
}

div.error
{
  border:2px solid #900;
  font-weight:bold;
  color:#900;
  text-align:center;
  background-color:#FFF;
  padding:1em;
  margin:0.5em;
}

#warteliste
{
  border: 1px solid #900;
  color:#900;
  background-color:#FFF;
  padding:0.2em;
  margin:1em;
}

#teilnehmer
{
  margin-left:auto;
  margin-right:auto;
  margin-bottom:30px;
  width:350px;
}

#teilnehmer tr td, #teilnehmer tr th
{
  font-size:8pt;
  border:0px;
  text-align:right;
}

.date
{
  margin-top: 16pt;
  margin-bottom: 10pt;
  padding:5px;
  padding-left:10px;
  /*border-left: 1px dotted #B88A00;*/
  border-bottom: 1px dotted #B88A00;
  color: #B88A00;
}

.noteCopyright
{
  font-size:8pt;
  color:#666;
  position:fixed;
  bottom:1ex;
  left:1ex;
}

.note
{
  font-size:8pt;
  color:#666;
}
