/* <!-- */
/* General styles */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: top;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	background: white none;
	color: black;
        font-family: Verdana, Arial, sans-serif, Helvetica;
        font-size: 76%;
	line-height: 1.6em;
}

ol, ul {
        margin: 5px 0;
        padding: 5px 0px 10px 15px;
}

ol li, ul li
{
        list-style-type: disc;
        list-style-position: outside;
        margin: 2px;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
        margin: 10px 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

h1
{
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.5em;
  padding-top: 15px;
  padding-bottom: 20px;
}

h2
{
  font-size: 1.15em;
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 10px;
}

h3
{
  font-size: 1.05em;
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 5px;
}

h4
{
  font-size: 1.0em;
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 5px;
}

h5
{
  font-size: 0.95em;
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 5px;

}

h6
{
  font-size: 0.9em;
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 5px;
}

a
{
  color: #004DA0;
  text-decoration: none;

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

img
{
  margin: 10px 10px 10px 0;
}

/*a:active
{
  font-weight: bold;
}*/

p
{
  padding-bottom: 5px;
}

p.post_footer_links
{
  clear: both;
  text-align: left;
}

table.course_grid
{
  border-bottom:1px solid #CCCCCC;
  border-collapse:separate;
  border-left:1px solid #CCCCCC;
  border-spacing:0;
  border-top:1px solid #CCCCCC;
  width:99%;
}

table.course_grid td
{
  border-color:#FFFFFF #DDDDDD #DDDDDD #FFFFFF;
  border-style:solid;
  border-width:1px;
  color:black;
  font-size:12px;
  padding:4px 8px;
}

table.course_grid th
{
  -moz-background-clip:border;
  -moz-background-inline-policy:continuous;
  -moz-background-origin:padding;
  background:#EEEEEE none repeat scroll 0 0;
  border-left:1px solid #FFFFFF;
  border-right:1px solid #DDDDDD;
  color:black;
  font-size:12px;
  font-weight:bold;
  padding:6px;
}

table.course_grid tfoot th
{
  text-align: center;
}

#head_menu,
#head_image,
.col2,
.col3,
#footer_menu,
.screen
{
  display: none;
}

form ul li
{
  list-style: none outside none;
}

hr.print
{
  margin-top: 110px;
}


div.print.imprint {
   display: block;
   font-style: normal;
   position: absolute;
   left: 0;
   top: 0;
}

img#logo
{
   position: absolute;
   display: block;
   right: 0;
   top: 0;
}

.dauer_label,
.place_label,
.dates_label,
label {
	float:left;
	width:130px;
}

input {
	border: 1px solid #666;
	color: #000;
	background: #fff;
}

