/*
 * Globale Einstellungen
 */
body
{
  background-color: #BBBFEE;
  margin:0;
}

a:link {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#333333;
text-decoration:none;
}

a:visited {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#333333;
text-decoration:none;
}

a:hover {
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #999999;
text-decoration:underline;
}

a:active {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#333333;
text-decoration:underline;
}

form {
    margin-top: 10px;
    margin-bottom: 10px;
}

/*
 * Einstellungen der divs fuer jede Seite
 */
div.col_background
{
  background-color: #FFF;
}

div#main
{
  width: 900px;
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  text-align: left;
}

div#title
{
  width:898px;
  height: 118px;
  float:left;
  background-color: transparent;
  background-image:url(title.png);
  background-repeat: no-repeat;
}

div#menupane {
  margin-top: 95px;
  margin-left: 200px;
  padding: 0px;
  background-color: #FFE5B2;
  border-left: 1px solid #FFF;
  border-top: 1px solid #FFF;
  height:22px;
  background-image: url(bg-nav.jpg);
}

div#menu {
  margin-top: 2px;
}

/*
 * Rahmen fuer Infoboxen
 */
div#infos
{
  width:200px;
  float:left;
  padding-top: 3px;
  padding-bottom: 5px;
}

div#submenu
{
  min-width: 100px;
  width:180px;
  margin-left: 9px;
  float:left;
  border: 1px solid #EDF; 
  background-color: #FFF;
}

div#content
{
  width:700px;
  float:right;
  vertical-align:top;
  font-size: 12px;
}

div#content_left
{
  padding-top: 5px;
  padding-bottom: 5px;
  border: 4px solid #FFF;
}

div#content_left table
{
  width:680px;
  border: 1px solid #333;
  margin: 5px;
}

div#content_right
{
  width:200px;
  float:right;
  padding-bottom: 5px;
}

div#footer
{
  width:900px;
  float:left;
  text-align: right;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 10px;
  background-color: #99F;
}

div#ueberschrift_seite
{
  margin-top: 8px;
  margin-bottom: 8px;
  padding-left: 10px;
  font-size:14px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  
  background-image:url(violett-white-long.png);
  background-repeat: repeat-y;
  background-position: bottom;
}

div#submenu_ueberschrift
{
  width: 178px;
  background-color: #EDF;
  padding: 1px;
  border: 1px solid #FFF;
  font-size:14px;
}

span.submenu
{
  padding-left: 8px;
}

/*
 * Inhalt fuer jede Seite
 */
.col_ueberschrift_seite
{
  background-color: #EDF;
  color: #000;
}

div.ueberschrift
{
  width: 178px;
  background-color: #FFE5B2;
  padding: 1px;
  font-size: 14px;
  background-image: url(bg-nav.jpg);
}

/*
 * Infobox
 */
div.infobox
{
  min-width: 100px;
  width:180px;
  margin-top: 15px;
  margin-left: 9px;
  float:left;
  padding-left: 2px;
  padding-top: 1px;
  
  background-image:url(blue-white-short.png);
  background-repeat: repeat-y;
  background-position: bottom;
}

div.label {
	width: 150px;
	height: 25px;
	margin-top: 10px;
	margin-left: 20px;
	float: left;
}

div.input_right {
	width: 400px;
	height: 25px;
	margin-top: 10px;
	margin-right: 20px;
	float: right;
}

div.input_right input {
	width: 350px;
}

div.input_right_area {
	width: 400px;
	height: 125px;
	margin-top: 10px;
	margin-right: 20px;
	float: right;
}

div.input_right_area textarea {
	width: 350px;
	height: 115px;
}

span.menuitem {
  margin: 3px;
  padding-left: 3px;
  padding-right: 3px;
  font-size: 13px;
}

span.menuitem a:hover{
  background-color: #FFF;
  color: #000;
  text-decoration:none;
}

table.border {
  border-collapse: collapse;
  font-size: 12px;
}

table.border th {
  border: 1px solid #ABABCC;
  background-color: #D8D8FF;
}

table.border td {
  border: 1px solid #ABABCC;
}

/** Fieldset-Styles fuer Gottesdienst-Maske **/
div#content_left legend
{
    color: #444;
    font-weight: bold;
}

div#content_left ol
{
    list-style-type: none;
}

div#content_left table.normal
{
  width: 500px;
  border: 0px solid #123;
  margin: 2px;
  font-size: 12px;
}
