#oms {text-align:justify; color:#FFFFFF;}
#oms h1 {text-align:center; font-size:18px;}
#oms a {color:#FFFFFF; text-decoration:underline}
#oms a:hover {text-decoration:none;}
.alignCenter {text-align:center;}

html
{
  width: 100%;
  height: 100%;
}

body
{
  width: 100%;
  height: 100%;
  background: #5d686b url(../media/main/bg_main.jpg);
}

/* Standardangaben -------------------------------------------------------------------- */

div
{
  position: relative;
}

body, td, th, a /* font default */
{
  font-family: Arial;
  font-size: 12px;
  color: #414d4f;
}

body, div, form /* margin default */
{
  margin: 0;
  padding: 0;
}

img, table /* border default */
{
  border: none;
}

/* ------------------------------------------------------------------------------------ */

a
{
  color: #414d4f;
  text-decoration: none;
}

a.imgLink
{
  text-decoration: none;
  color: #414d4f;
  border-bottom: none;
}

/* ------------------------------------------------------------------------------------ */

#site
{
  width: 840px;
  height: auto;
  margin: auto;
}

/* ------------------------------------------------------------------------------------ */

.content_main
{
  color: #000;
}

/* ------------------------------------------------------------------------------------ */

h1, h2, h3, h4, h5, h6, form, input
{
  margin: 0;
  padding: 0;
}

/* ------------------------------------------------------------------------------------ */

.float
{
  float: left;
}

/* ------------------------------------------------------------------------------------ */

.clear
{
  /*position: relative;*/
  width: 0;
  height: 0;
  float: none;
  clear: both;
}
