@charset "UTF-8";
/* CSS Document */

body {
  color: #2b343b;
  margin: 0 0 0 20px;
	background-color:#fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.hidescreen {
    display: none;
}

img {
    border: 0;
}


#page {
    position: relative;
    left: 0;
    width: 940px;
    background: #dae3eb url(../_images/bg-page.gif) repeat-y top right;
}
#pagehead {
    position: relative;
    width: 640px;
    height: 224px;
    background-color: #fff;
}
#pagesubnav {
    position: relative;
    top: 20px;
    width: 640px;
    height: 100px;
    color: #999;
    font-size: 90%;
    text-align: left;
}
#pagetitle {
    position: relative;
    left: 160px;
    width: 480px;
    height: 124px;
}
#pagetitle h1 {
    position: absolute;
    bottom: 0;
    font-size: 150%;
    font-weight: normal;
    color: #ce8e00;
    margin: 0 0 10px 0;
    line-height: 140%;
    padding:  0 20px 0 20px;
}


#content {
    position: relative;
    min-height: 50em;
    width: 460px;
    /* padding: 0px 300px 20px 179px; */
    margin: 20px 300px 20px 179px;
    padding: 0;
}
#menu {
    position: absolute;
    left: 0;
    top: 230px;
    width: 160px;
    padding: 10px;
}
#footer {
    position: relative;
    background-color: #fff;
    font-size: 90%;
    padding: 10px 300px 10px 0;
}


#rightCol {
    position: absolute;
    left: 640px;
    top: 0;
    width: 300px;
    background-color: #99a6b0;
    background-color: #dae3eb;
    padding: 0 0 0 0;
}
#whiteStripe {
    background-color: #fff;
    height: 101px;
}
#illu {
    background-color: #51626f;
}
#logo {
	position: absolute;
	width: 120px;
	height: 206px;
	top: 18px;
	left: 0;
	z-index:100;
}



#pagesubnav ul {
    margin: 0;
    padding: 0;
}
#pagesubnav li {
    display: inline;
    padding: 0 10px 0 0;
}
#pagesubnav p {
    margin: 0;
    padding: 0;
}
#pagesubnav a {
    text-decoration: none;
}
#pagesubnav a:link, #pagesubnav a:visited {
    color: #99a6b0;
}
#pagesubnav a:hover, #pagesubnav a:active, #pagesubnav a:focus {
    color: #51626f;
}
#pagesubnav a.current {
    color: #51626f;
}



#content a:link {
    color: #2b343b;
}
#content a:visited {
    color: #51626f;
}
#content a:active, #content a:hover, #content a:focus {
    color: #001;
}
#content p.intro {
    font-weight: bold;
}

#content h2 {
  clear: both;
	font-size: 110%;
	margin-top: 1.5em;
}
#content h2.first {
}
#content h3 {
	font-size: 120%;
	font-weight: normal;
	margin-top: 2em;
}

#content .author {
	color: #99a6b0;
	font-size: 80%;
}
#content .entgelt {
	border-bottom: 1px dashed #000;
}
#content .caps {
	color: #51626f;
	font-size: 90%;
  text-transform: uppercase;
}



#content td {
  vertical-align: top;
}
#content td.threeCols {
  padding-right: 4px;
  width: 33%;
}
#content table.infobox {
}
#content table.infobox td {
	font-size: 90%;
	border-bottom: 1px solid #fff;
	padding: 3px;
	vertical-align: top;
}
#content table.infobox td.tdRight {
	text-align: right;
	vertical-align: top;
	font-weight: bold;
}
#content .tblEvents {
  width: 100%;
}
#content .tblEvents td {
  padding: 5px;
  vertical-align: top;
}
#content .tblEvents td.bg {
  background-color: #fff;
}


#content div.Entry {
	margin-top: 2em;
	padding-bottom: 1em;
	border-bottom: 1px dotted #fff;
}
#content div.Entry p {
	margin: 0;
	padding: 0;
}
#content div.Entry p.keynumber {
	font-size: 90%;
	font-weight: bold;
}
#content div.Entry h3 {
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
}
#content .small {
	font-size: 85%;
}

#content #thumbLeft {
  float: left;
  height: 120px;
  margin: 0 20px 20px 0;
}


#content form fieldset {
	border: 0;
	border-bottom: 1px dotted #99a6b0;
	padding-left: 0;
	padding-right: 0;
}
#content p.first {
}
#content p.subnav {
  border-top: 1px solid #99a6b0;
  font-size: 90%;
}
#content p.subnav a.current {
  font-weight: bold;
}



#menu ul {
    list-style: none;
    margin-top: 0;
    padding: 0;
}
#menu li {
    border-bottom: 1px dotted #51626f;
    padding-bottom: 5px;
    padding-top: 5px;
}
#menu ul.subMenu li {
    border-bottom: none;
    padding-left: 10px;
}
#menu a {
    text-decoration: none;
}
#menu a:link, #menu a:visited {
    color: #51626f;
}
#menu a:hover, #menu a:active, #menu a:focus {
    color: #13171a;
}
#menu a.current:link, #menu a.current:visited {
    color: #13171a;
}


#contact {
  margin-top: 2em;
}
#contact em {
  font-size: 150%;
  font-style: normal;
  line-height: 140%;
}


#footer ul {
    margin: 0;
    padding: 0;
}
#footer li {
    display: inline;
    padding: 0 10px 0 0;
}
#footer p {
    margin: 0;
    padding: 0;
}
#footer a {
    text-decoration: none;
}
#footer a:link, #footer a:visited {
    color: #99a6b0;
}
#footer a:hover, #footer a:active, #footer a:focus {
    color: #51626f;
}
#footer a.current {
    color: #51626f;
}


#teaser {
	margin-top: 120px;
  padding: 10px;
	padding-left: 15px;
}

#teaser h2 {
	font-size: 110%;
}
#teaser h3 {
  font-size: 90%;
  font-weight: normal;
  text-transform: uppercase;
}
#teaser h3 em {
  font-style: normal;
  font-weight: bold;
}
#teaser label {
  font-size: 90%;
  font-weight: normal;
  text-transform: uppercase;
}
#teaser label em {
  font-style: normal;
  font-weight: bold;
}


#teaser img.banner {
  margin-bottom: 10px;
  margin-top: 10px;
}

#teaser a:link {
    color: #2b343b;
}
#teaser a:visited {
    color: #51626f;
}
#teaser a:active, #teaser a:hover, #teaser a:focus {
    color: #001;
}

#teaser form fieldset {
  border: 0;
	padding-left: 0;
	padding-right: 0;
}


#teaser table td {
	vertical-align: top;
}
#teaser table.kalendarium {
  border-left: 1px solid #dae3eb;
  border-top: 1px solid #dae3eb;
  margin-top: 4px;
  margin-bottom: 16px;
}
#teaser table.kalendarium a {
  display: block;
  padding: 2px;
  text-decoration: none;
}
#teaser table.kalendarium a {
  color: #fff;
}
#teaser table.kalendarium a:link, #teaser table.kalendarium a:visited {
  background-color: #51626f;
}
#teaser table.kalendarium a:hover, #teaser table.kalendarium a:active, #teaser table.kalendarium a:focus {
  background-color: #ce8e00;
  color: #fff;
}
#teaser table.kalendarium th {
  border-bottom: 1px solid #dae3eb;
  border-right: 1px solid #dae3eb;
  color: #fff;
  text-align: center;
}
#teaser table.kalendarium th.current {
  background-color: #ce8e00;
}
#teaser table.kalendarium td {
  border-bottom: 1px solid #dae3eb;
  border-right: 1px solid #dae3eb;
  font-size: 90%;
  width: 50px;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}
#teaser table.kalendarium td.current a {
  background-color: #ce8e00;
  color: #fff;
}



.todo {
	color: #FF00FF;
}

div.thumbLeft {
    float: left;
    margin: 0 10px 16px 0;
    height: 120px;
    width: 120px;
}

.clear {
    clear: both;
}
