* {
  margin: 0;
}

body {
  background: #fff;
  font-family: Lucida Sans, Verdana, Arial, Tahoma, Helvetica;
  font-size: 100.01%;
  margin: 0;
  padding: 0 30px 0 30px;
  width: 750px;
}

img {
  border: 0;
}

div#above_news {
  background: url(/2006/images/schienen_top.png) bottom right no-repeat;
  font-size: 0.8em;
  line-height: 1.6em;
	padding-top: 10px;
  width: 750px;
}

div#news {
  border-top: solid 1px black;
  border-bottom: solid 1px black;
  background-color: #eee;
  padding: 5px;
  font-size: 0.8em;
  line-height: 1.6em;
  width: 740px !important;
  width /**/: 750px;
}

div#news ul#newslist {
  list-style-type: none;
  padding: 0;
}

div#news li.newsitem span.newsdate {
  color: grey;
}

div#news a,
div#news ul li a {
  color: #000;
}
div#news a:hover,
div#news ul li a:hover {
  text-decoration: none;
}

div#below_news {
  background: url(/2006/images/schienen_bottom.png) top right no-repeat;
  font-size: 0.8em;
  line-height: 1.6em;
	padding-bottom: 20px;
  width: 750px;
}

div#content {
  font-size: 0.8em;
  line-height: 1.6em;
  margin-bottom: 10px;
  padding-top: 10px;
  width: 750px;
}

div#content p {
  padding: 10px;
}
div#content a {
   color: #000;
}
div#content a:hover {
   text-decoration: none;
}

p {
  margin: 0;
}

h1#logo {
  background: url(/2006/images/logo_railskonferenz.gif) no-repeat top left;
  color: #fff;
  height: 0px !important;
  height /**/: 52px; /* BMH for IE */
	margin-bottom: 10px;
  overflow: hidden;
  padding: 52px 0 0 0;
}

h2.news {
  font-size: 1.2em;
}

p#intro {
  padding: 10px;
  width: 460px;
}

p#event_info {
  float: right;
	text-align: center;
  width: 270px;
}

p#event_info a.vevent,
p#workshop_info a.vevent {
	color: #fff;
	text-decoration: none;
}

p#event_info span.summary {
	display: none;
}

p#event_info abbr.dtstart,
p#workshop_info abbr.dtstart {
	font-weight: bold;
	font-size: 1.7em;
	color: #fff;
	border-bottom: none;
}

p#event_info span.location {
	letter-spacing: 0.04em;
	font-size: 1.1em;
}

p#workshop_info {
   position:absolute;
   top: 370px;
   left: 510px;
   text-align: center;
   width: 270px;
}
p#workshop_info span.summary {
   font-size: 1.1em;
   display:block;
}

div#sponsors {
	background: #eee;
	border-top: solid 1px grey;
	font-size: 0.8em;
	padding: 5px;
  width: 740px !important;
  width /**/: 750px;
}

div#sponsors ul {
  list-style-type: none;
  padding: 0;
}

span#archiv {
  float: right;
  padding: 3px;
}

ul#menu {
  list-style-type: none;
  padding: 0 0 0 10px;
}

ul#menu li {
  padding-top: 15px;
}

ul#menu li a {
  font-size: 1.7em;
  font-weight: bold;
	color: #000;
}

/* Menü oben */
#menu a {
   color: #000;
}
#menu a:hover {
   text-decoration: none;
}


#footer {
	clear: both;
	background-color: #eee;
	border-top: 1px solid grey;
	font-size: 0.75em;
	padding: 5px;
	color: grey;
  width: 740px !important;
  width /**/: 750px;
}

#footer #impressum {
	float: right;
	width: 250px;
}

#footer p {
  margin-bottom: 5px;
}

ul#speaker {
	list-style-type: none;
	padding: 0;
}

ul#speaker li {
	clear: both;
	display: inline;
}

ul#speaker li div {
	margin-bottom: 10px;
}

ul#speaker li h3 a {
	color: #000;
}

ul#speaker li h3 {
	margin-left: 110px;
}

ul#speaker li p {
	margin-left: 110px;
}

img.speaker {
	border: solid 1px #ccc;
	float: left;
	padding: 3px;
	margin-left: 10px;
}

img.speaker:hover {
	padding: 3px;
	border: solid 1px red;
}

div#registration_info {
  width: 100%;
  border: solid 1px #ccc;
  background: #eee;
  padding: 0.5em;
  margin-bottom: 1em;
  margin-top: 1em;
}

div#registration_info p {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
  padding: 0;
}

div#registration_info table {
  border-top: solid 1px grey;
  border-bottom: solid 1px grey;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  width: 100%;
}

div#registration_agb {
  float: right;
  width: 375px;
  border: solid 1px #ccffcc;
  background: #efffef;
  padding: 0.5em;

}

div#registration_info dl {
  padding: 0.25em;
}

div#registration_info dl dt {
  float: left;
  width: 150px;
}

table#schedule {
  width: 100%;
}

table#schedule td {
  text-align: center;
}

table#schedule td.time {
  width: 20%;
}

table#schedule th.subheader {
  color: #999;
}

table#schedule .nostream {
  background-color: #efffef;
}

table#schedule .stream1 {
  background-color: #ffefef;
  width: 40%;
}

table#schedule .stream2 {
  background-color: #efefff;
  width: 40%;
}