/* DATEI: sro.css
Stylesheet-Datei für die Textauszeichnungen und sonstigen Content.
Stylesheets zum Seitendesgn und -layout, sowie zum Menue 
befinden sich in der Datei "layout-exp.css"
*/

h1,h2,h3,h4,p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i {
font-family:Arial, Helvetica, sans-serif; color:#000000; 
/*margin-right:0.5em;*/
}

h1,h2 {font-weight:bold; }

h3,h4 {font-weight:bold;
       font-style:italic; 
}

h2.headline{
  background-color:#C0C0C0;
  border-bottom: 2px solid #808080;
  text-align:right;
  padding-right:5px;
}

div.gallerie{
  height:800;
  margin-bottom:10px;
}

iframe.gallerie{
	height:680px;
}

form {
  margin-bottom:20px;
  }

label{
  display:block;
  font-weight:bold;
  }

