/*
  CSS definition for staud-research.de
  Last update: BS, 14.08.2007 00:14
*/

body
{
  margin: 0;
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #fff;
	background-image: url(../images/page_bg.gif);
}

blockquote, h1, h2, h3, p, li
{
	padding-right: 10px;
	padding-left: 10px;
	font-size: 0.9em;
	line-height: 1.2em;
}

p {
  margin-top:12px;
  margin-bottom:-3px;
  padding-bottom:0px;
}

blockquote
{
	margin-right: 0;
	margin-left: 20px;
}

h1, h2
{
	font-weight: normal;
}

h1, h2
{
	font-family: Arial, Helvetica, sans-serif;
}

h1
{
	font-size: 3em;
}

h2
{
	font-size: 1em;
	font-style: italic;
}

h3 {
  font-size: 1.2em;
  font-variant: small-caps;
  font-weight:  bold;
}

h4 {
  margin-left: 10px;
  margin-bottom: -5px;
}

h5, h6 {
  margin-left: 10px;
  margin-bottom: -5px;
}


small, .small
{
  font-size: 0.9em;
}

a
{
	text-decoration: none;
	color: #000;
	background-color: inherit;
}

a:hover {
  text-decoration: underline;
}

p a {
  color: #c0a000;
  font-weight: bold;
}

p a:hover {
  background: #fff7b1;
}

h1 a:hover, h2 a:hover, h3 a:hover
{
  text-decoration: none;
}

.caps
{
	font-size: 0.9em;
	letter-spacing: 0.1em;
}

img.divider
{
	margin: 2em 0;
	text-align: center;
}

#accessibility
{
	position: absolute;
	top: -10000px;
}

#container
{
  margin:10px auto;
	padding: 10px;
	width: 760px;
	\width: 770px;
	w\idth: 760px;
	border: 1px solid black;
	background: #fff;
	background-image: url(../images/header_bg.gif);
	background-repeat: repeat-x;
}

#head
{
	position: relative;
	left: 205px;
	width: 350px;
	height: 80px;
	text-align: center;
	background: #fff;
	margin-top: 18px;
	border-top: 5px solid #FFE507;
}

#head h1
{
	margin-top: 7px;
	margin-bottom: 0px;
	font-size: 2.2em;
}

#head h2
{
	margin-top: 0px;
	font-style: normal;
  font-size: 1em;
  letter-spacing: 0.05em;
  font-variant: small-caps;
}

#content
{
	margin: 0 40px 0 30px;
	padding-top: 30px;
}

#foot
{
	padding-top: 25px;
	clear: both;
	text-align: center;
  font-size: 0.7em;
  color: #999;
  letter-spacing: 0.1em;
}

.comments_error
{
	color: #000;
	background-color: #fff4f4;
}

ul.comments_error
{
	padding: 0.3em;
	list-style-type: circle;
	list-style-position: inside;
	border: 2px solid #fdd;
}

div#cpreview
{
	color: #000;
	background-color: #f1f1f1;
	border: 2px solid #ddd;
}

form#txpCommentInputForm td
{
	vertical-align: top;
}

#menutree
{
  font-variant: small-caps;
	position: relative;
	height: 23px;
	background-image: url(../images/menu_bg.gif);
	background-repeat: repeat-x;
	margin-left: -10px;
	margin-right: -10px;
}

#menutree ul
{
  margin-top: 0px;
  left: 5px;
	padding-top: 3px;
	position: absolute;
	list-style: none;
	width: 760px;
z-index:2;
}

#menutree li
{
  margin-top: -3px;
	line-height: 21px;
	padding-left: 5px;
	padding-right: 25px;
	float: left;
	font-size: 12px;
  position: relative;
z-index:3;
}

#menutree ul ul {
  display: none;
  left: 5px;
}

#menutree ul li:hover ul {
  display: block;
  top: 21px;
}

#menutree ul li ul {
  width: 135px;
}

#menutree li li
{
	float: none;
	margin-left: -40px;
	padding-top: 2px;
  padding-right: 0;
	position: relative;
	width: 165px;
	background: #FFF7B1;
	border-left: 3px solid #FFE507;
}

#event_table {
  width: 100%;
  margin-left: 10px;
  margin-top: 15px;
  border: 1px solid #eee;
}

#event_table th {
  font-size: 0.9em;
  background: #ffe507;
  padding: 3px;
}

#event_table td {
  padding: 3px;
  background: #eee;
  font-size: 0.9em;
  text-align:center;
}

#event_table td + td {
  text-align:left;
}

.zemContactForm {
  margin-left: 10px;
  border: 1px solid gray;
  font-size:0.9em;
}

.zemContactForm div {
  padding: 10px;
  background: #eee;
}

.zemContactForm fieldset {
  border: 2px solid #ffe507;
  background: #eee;
}

.zemContactForm input {
  margin-bottom: 5px;
  vertical-align:middle;
}

.zemContactForm textarea {
  margin-bottom: 5px;
}

.zemSubmit {
  background: #ffe507;
  font-weight: bold;
  padding: 3px;
  border: 1px solid gray;
  margin-top: 10px;
}

.zemContactThanks {
  margin-left: 10px;
  padding: 5px;
  border: 1px solid gray;
  font-size: 0.9em;
  font-weight: bold;
  background: #eee;
}

.payment_step {
margin-left:10px;
margin-top:20px;
}

.payment_step p {
margin-left:44px;
margin-top:0px;
}

.payment_step strong {
margin-left:10px;
}

.payment_link {
margin-top:10px;
font-weight:bold;
text-align:center;
margin-bottom:30px;
}

.payment_link a {
color:#c0a000;
}

.payment_link a:hover {
background:#fff7b1;
}

#hp_intro { 
  padding: 10px;
  height: 330px;
  width: 320px;
  background-repeat: no-repeat;
  background-image: url(../images/konterfei.jpg);
}

#bct {
  font-size: 0.8em;
  margin-left: 40px;
  margin-top: 10px;
}

#bct a {
  color:#c0a000;
  font-weight: bold;
}

#bct a:hover {
  background: #fff7b1;
}

#hp_logo_header {
text-align:center;
font-size:0.8em;
margin-top:20px;
padding-bottom:5px;
border-bottom:1px solid #eee;
}

#hp_logos {
text-align:center;
}

#hp_logos img {
border:1px solid #ccc;
margin:10px 10px 0 10px;
}

#nav_maintable_container {
  float: right;
}

#nav_maintable {
  border-spacing: 0px;
  border-collapse: collapse;
  margin-top:-3px;
}

#nav_maintable td
{
	width: 110px;
	height: 110px;
	text-align: center;
	vertical-align: middle;
        padding: 0;
}

#nav_maintable td a {
  color: black;
}

#nav_maintable td a:hover {
  background: none;
}

#nav_maintable td:hover {
  background: #fff7b1;
}

#nav_maintable #nm5:hover {
background-image: url(../images/ws_menu.jpg);
}

#nav_maintable #nm5:hover p {
display:none;
}

.nm_head
{
	margin: 10px -5px 5px -5px;
	font-size: 0.8em;
	line-height: 1.2em;
}

.nm_text
{
	font-size: 0.6em;
	line-height: 1.2em;
}

#nm1
{
	cursor: pointer;
        background: #ffe507;
}

#nm2
{
	cursor: pointer;
	background: #fafafa;
}

#nm3
{
	cursor: pointer;
	background: #f8f8f8;
}

#nm4
{
	cursor: pointer;
        background: #f6f6f6;
}

#nm5
{
	cursor: pointer;
	background: #f4f4f4;
}

#nm6
{
	cursor: pointer;
	background: #f2f2f2;
}

#nm7
{
	cursor: pointer;
	background: #f0f0f0;
}

#nm8
{
	cursor: pointer;
	background: #eee;
}

#nm9
{
	cursor: pointer;
	background: #ececec;
}

#nm10
{
	cursor: pointer;
	background: #eaeaea;
}

#nm1 a:hover, #nm2 a:hover, #nm3 a:hover, #nm4 a:hover, #nm5 a:hover, #nm6 a:hover, #nm7 a:hover, #nm8 a:hover, #nm9 a:hover {
        text-decoration: none;
}

.teaser_text {
font-size:0.8em;
font-weight:bold;
color:#fff;
line-height:1.4em;
margin-top:-52px;
margin-bottom:50px;
margin-left:120px;
}

.teaser_text a {
color:#FFE507;
}

/* CSS Buchpräsentation */
#s1_kontakt label {
display:none;
}

#s1_kontakt p {
margin-top:20px;
}

#s1_wieland ul {
margin-left:10px;
padding:0px 0px 10px 30px;
font-size:0.8em;
}

#s1_wieland li {
padding:0px 0px 2px 10px;
}

#s1_wieland p {
font-size:0.8em;
margin-left:10px;
margin-top:20px;
}

#s1_termine_container {
margin-bottom:20px;
margin-top:-10px;
font-weight:bold;
}

#s1_termine {
text-align:left;
}

.s1_td_right {
text-align:right;
padding-right:10px;
}

#s1_ablauf {
font-size:0.8em;
margin-left:5px;
width:670px;
}

#s1_ablauf td {
padding-left:10px;
}

.s1_ablauf_l1 {
}

.s1_ablauf_l2 {
background:#fff7b1;
}

#s1_kontakt_header, #s1_kontakt_header2 {
font-size:1.3em;
width:99%;
padding:2px;
font-weight:bold;
}

#s1_kontakt_header {
background:#FFE507;
}

#s1_kontakt_header2 {
background:#9f9;
margin-bottom:10px;
}

#s1_kontakt {
font-size:0.8em;
margin-left:10px;
border:1px solid #eee;
padding:15px;
}

#s1_kontakt table {
padding:0px;
margin-left:-3px;
}

.s1_headline {
margin-top:10px;
font-weight:bold;
margin-left:-8px;
}

#s1_teilnehmer input {
width:180px;
margin-left:10px;
margin-right:30px;
background:#fafafa;
border:1px solid #ccc;
}

#s1_anschrift input {
width:155px;
margin-left:10px;
margin-right:50px;
background:#fafafa;
border:1px solid #ccc;
}

#bankeinzug_block {
width:285px;
margin-bottom:10px;
display:none;
}

#bankeinzug_block input {
width:155px;
margin-left:30px;
background:#fafafa;
border:1px solid #ccc;
}

.s1_hinweis {
font-size:0.8em;
padding-bottom:10px;
}

.s1_hinweis strong {
font-size:1.2em;
}

#s1_kontakt .zemContactForm div {
background:#fff;
}

#s1_kontakt .zemContactForm {
margin:0px -4px 0px 0px;
border:0;
}

#s1_kontakt .zemError {
color:#f00;
font-size:1.3em;
padding:10px 0px 10px 30px;
border:1px solid red;
margin-left:0px;
}

#s1_kontakt .zemSubmit {
margin-top:10px;
}

#s1_wieland {
background:url(../images/s1_wieland.jpg);
background-repeat:no-repeat;
padding-top:420px;
margin-top:-40px;
margin-left:10px;
}

#s1_wieland h4 {
margin:0px;
padding-top:10px;
background:#FFe504;
font-size:1.8em;
}

#s1_wieland h5 {
margin-top:0px;
padding:10px;
background:#FFe504;
font-size:1.3em;
margin-bottom:0px;
}

#s1_wieland h6 {
margin-top:0px;
padding:10px;
background:#FFe504;
font-size:1.1em;
}

#s1_zuranmeldung {
position:relative;
text-align:right;
font-weight:bold;
z-index:1;
}

#s1_zuranmeldung a {
border:3px solid #FFE507;
padding:5px;
margin-right:20px;
}

#s1_zuranmeldung a:hover {
background:#FFE507;
}
/************************/