html
{
border: none
}

body
{
background: #01011f url(images/background.jpg) repeat-y;
  background-position: top center;
  color:black;
  font-size: 14px;
  font-family: arial;
  text-align: center;
  padding: 0px 0px 5px 0px;
  margin: 0px 0px 0px 0px;
  border: none;
  border-color: #000000;
}


body.page
{
background: #FFFFFF url(images/bg.jpg) no-repeat;
min-height:700;
}


h1
{
  text-align: center;
  font-size:25px;
  font-family: arial;
  font-weight:bold;
  font-style:normal;
  padding:25px 0px 0px 0px;

  text-transform: uppercase;
  width:auto;
  height:35px;
  line-height:35px;
  color:#000083;
}

h2
{
  text-align: center;
  font-size:20px;
  color: #555555
  font-family:arial;
  font-weight:bold;
  font-style:normal;
  padding:5px 0px 0px 0px;

}


p
{
  font-family: arial;
  text-align: center;
  padding: 0px 0px 0px 0px;
  margin: 0px 15px 0px 15px;
}

.important
{
        font-weight: bold;
        color: #000083;
        display: inline;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
}
.small
{
  text-align: left;
  display: inline;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  font-size: 12px;
  font-style:normal;
}



.textblock
{
  height:auto;
  font-family: arial;
  text-align: justify;
  padding: 0px 0px 0px 0px;
  margin: 10px 110px 10px 110px;
}

.textblock_table
{
  height:auto;
  font-family: arial;
  text-align: justify;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 15px;
}

.banner
{
  margin:0 auto;
  padding:0px;
  border: none;
  width: 900px;
  height: 278px;
  background: #FFFFFF url(images/banner.jpg) no-repeat;
  background-position: top center;
  text-align: center;
}

.menu
{
  margin: 0 auto;
  width: 900px;
  height: 40px;
  padding:0px;
  border:none;
  background: #FFFFFF url(images/menu.jpg) repeat-x;
  text-align:center;
}

.page
{
  margin: 0 auto;
  width: 900px;
  padding:0px;
  background: #ffffff;
  text-align: center;
  border: 0px;
  border-color: #000000;
  overflow: hidden;
}

.container {
	margin: 0 auto;
	border:none;
	overflow:hidden;
}


.footer
{
  margin: 0 auto;
  margin-top:10;
  width:870px;
  padding: 0px 0px 0px 10px;
  border: none;
  background-color: #FFFFFF;
  font-size:9px;
  text-align: center;

}


iframe
{
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        border: none;
		min-height:700;
		background: #ffffff;
}



a {
        color: #000083;
        text-decoration: none;
        font-style:normal;
        border: none;
}

a:hover {
        color: #000000;
}


a.menubox {
        width: 150px; /* for 9 buttons, after each button 1px balken */
		background:#000000;
        height: 50px;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
        line-height: 50px;
        color: #FFFFFF;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing : 0px;
        text-align:center;
        float:left;
        font-family: Arial Rounded MT Bold, lucida sans, arial;
}

a.menubox:hover {
        /*background: url(images/menu-hover.jpg) repeat-x;*/
		letter-spacing : 1px;
		color: #FFFFFF;
        border: 0px;
}

a.menubox:active {
        color: #FFFFFF;
        font-weight: bold;
		letter-spacing : 1px;
		border:0px;
}

a.menubox:focus {
        color: #FFFFFF;
        font-weight: bold;
		letter-spacing : 1px;
		border:0px;
}


table
{
  border:0;
  border-color: #000000;
  vertical-align:middle;
  font-size: 17px;
  margin-left: auto;
margin-right: auto;


  table-layout: auto;
  border-collapse:collapse;
}
table.small
{
  font-size:12px;
  width:350px;
  table-layout:fixed;
}


table.eventtable
{
  width: 600px;
}



tr
{
  text-align:left;
}

th
{
    background: #c11217;
    color: #ffffff;
    text-align:left;
    font-size: 13px;
    padding: 0px 0px 0px 10px;
    height:20px;
}
td
{
	font-size:14px;
	vertical-align:top;
	
}
td.eventitem
{
  width: 110px;
  padding: 5px 0px 0px 10px;
  font-weight:normal;
  color:#555555;
  
  border: 1px;
  font-size: 17px;
}
td.eventinhalt
{
  padding: 5px 0px 0px 0px;
    font-size: 17px;
}
td.pic
{
  width: 150px;
  height:150px;
}
td.space
{
  height:40px;
}
td.newsdate
{
   font-size:10px;
   font-style:italic;
   text-align:right;
   font-weight: bold;
   padding: 1px 0px 6px 0px;
}
td.newsuser
{
   text-align:right;
}
td.comment
{
  height:auto;
  font-size: 11px;
  font-family: arial;
  text-align: justify;
  padding: 0px 10px 0px 10px;
  margin: 0px 0px 0px 0px;
}


embed
{
  margin: 0px 0px 0px 0px;
}

img
{
  text-align:center;
  border:none;
  vertical-align:top;
  display: inline;
}

img.location
{
	margin: 0 10 10 0;
}

