*{ 
  padding: 0; 
  margin: 0; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
}

html{
	font-size: 10pt;
}

img{
  border: 0px;
}

a {
 color: #ff5959;
 text-decoration: none;
}

a:visited {}

a:hover {
  color: #b50000;
}

a:active { }

p{
  margin: 0.8em 0 0.8em 0;
}


body{
  background:  #f3f3f3  repeat-x;
  text-align: center;
}

div#main{
  top: 20px;
  position: relative;
  margin: auto;
  width: 800px;
  background-color: #fff;
  text-align: left;
}

/* ************************************************************ */
/*  Header Bereich */

div#header{
  width: 800px;
  height: 215px;
  background: url(../_pics/layout/header.jpg) no-repeat;
}
/* Header Ende ************************************************************ */


/* ************************************************************ */
/* Top-Navigation */
div#topnavi{
  position: relative;
  top: -40px;
  left: 300px;
  height: 25px;
  width: 485px;
  font-size: 1em;
  /*border: 1px solid #8ea5d1;*/
}

ul#topnavi{
  padding: 5px;
  width: 485px;
  list-style: none;
}

ul#topnavi li{
  float: left;
  margin: 0 1px 0 1px;
  text-transform: uppercase;
  border: 2px solid #ffffff;
}

ul#topnavi li:hover{
  border-bottom: 2px solid #788EBD;
}

ul#topnavi li a{
  color: #788EBD;
  font-weight: bold;
  text-decoration: none;
  padding: 0 5px 0 5px;
}

ul#topnavi li a:hover, a:active{
  /*color: #ff5959;*/
  background: #E2E8F6;
}

/* Top-Navigation Ende ************************************************************ */


/* ************************************************************ */
/*  Content Bereich */
div#border{
  background: #effcea;
  left: 30px;
  position: relative;
  border: 1px solid #effcea;
  width: 768px;
}

div#content{
  background: #effcea;
  width: 730px;
  height: 420px;
  padding: 20px;
  overflow: auto;
  font-size: 0.9em;
  margin: 15px 0 15px 0;
}

div#content h1{
  font-size: 1.2em;
  font-weight: bold;
  color: #8ea5d1;
  margin: 10px 0 20px 0;
}

div#content table#mitglieder{
  padding: 4px;
}

div#content td.blue{
  /*background: #e2e8f6;*/
}

div#content td.head{
  font-weight: bold;
}

/* Aktuelles */
table#news_tb_list{
  width: 95%;
}
.news_short{
  font-weight: bold;
}

img.news_picture{
  float: right;
  margin: 0 0 20px 20px;
}

/* Content Ende ************************************************************ */

/* Startbild ************************************************************ */
div#flash{
  text-align: left;
  float: left;
}

div#startbild{
  text-align: right;
}

/* Startbild Ende ************************************************************ */


/* ************************************************************ */
/*  Footer Bereich */
div#footer{
  font-size: 0.9em;
  clear: both;
  height: 120px;
  width: 800px;
  background: url(../_pics/layout/footer.jpg) no-repeat;
  color: #626362;
}

div#topnews{
	height: 100px;
	margin: 0 15px 0 190px;
	padding: 10px 10px 0 10px ;
}

table#news_topnews{
	width: 100%;
}


/* Footer Ende ************************************************************ */

