body 
{
	background-color: #f5f0cd;
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	/*font-size: 0.7em;*/
	font-size: 80%;
}

#site
{
	background-image: url(../images/body.gif);
	background-repeat: repeat-y;
	background-position: center;
	width:920px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}
	
#header {
	background-image: url(../images/header_top.gif);
	background-repeat: no-repeat;
	background-position: center;
	height:45px;
}

#headermenu 
{
	float:right;
	padding-right:30px;
	padding-top:25px;
	font-size:10px;
	color:#fff;
}

#headermenu a
{
	color:#fff;
	text-decoration:none;
}

/*
#headerpic {
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	background-position: left;
	height:135px;
	margin-left: 18px;
}
*/
#navi {
	background-image: url(../images/navi_bg.gif);
	background-repeat: repeat-x;
	height: 35px;
	margin-left: 18px;
	margin-right: 19px;
	/*font-size: 12px;*/
	/*font-size: 1.2em;*/
	font-weight: bold;
}

#links { 
	padding:0px;
	margin:0px;
	/*width: 120px;*/ 
	height: 35px;
	border-collapse:collapse;
} 

#links a { 
	display: block; 
	background-image: url(../images/menu_gr.gif);
	background-repeat: no-repeat;
	color: #fff; 
	margin: 0px; 
	padding-top: 10px; 
	padding-bottom: 10px;
	text-decoration: none; 
	width: 126px; 
	height:15px;
} 
* html #links a			/* nur fuer Internet Explorer */
{
	/*height: 35px;		/* Version 5.x */
	/*h\eight: 15px;		/* Version 6 */
}

#links .select { 
	display: block; 
	background-image: url(../images/menu_select_gr.gif);
	background-repeat: no-repeat;
	color: #fff; 
	margin: 0px; 
	padding-top: 10px; 
	padding-bottom: 10px;
	text-decoration: none; 
	width: 126px; 
	height:15px;
} 
* html #links .select			/* nur fuer Internet Explorer */
{
	/*height: 35px;		/* Version 5.x */
	/*h\eight: 15px;		/* Version 6 */
}

#links a:hover { 
	background-image: url(../images/menu_hover_gr.gif);
	background-repeat: no-repeat;
} 

.td { 
  border: 0px; 
	width: 126px; 
	text-align: center; 
} 

#content
{
	/*min-height:600px;*/
	height: 600px; /* für den IE */
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
	color: #404040;
}
html>body #content
{
  height: auto;
	min-height:600px;
}

#content h1
{
  font-size: 1.2em;
}

#content_menu
{
  position: absolute;
  left: 30px;
  top: 235px;
  width: 130px;
}

#content_menu ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
#content_menu li {
  display: block;
  margin-bottom: 2px;
  text-align: center;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  /*background-color: #ebebeb;*/
  background-color: #e7eff3;
}

#content_menu li a, #content_menu li a:link {
  text-decoration: none;
  display: block;
  color: #404040;
  width: 130px;
  padding-top: 3px;
  padding-bottom: 3px;
}

#content_menu li a:hover, #content_menu li a:active, #content_menu li a:focus {
  /*background-color: #dedede;*/
  background-color: #cfdee7;
}

#content_text
{
  margin: 0 0 0 160px;
}

#content_text a
{
  text-decoration: none;
  color: #000;
}

#content_text_1
{
  margin: 0 150px 0 160px;
}
#content_text_1 a
{
  text-decoration: none;
  color: #000;
}

#content_sitemap
{
  margin: 0 0 0 30px;
}

#content_sitemap a
{
  text-decoration: none;
  color: #000;
}

#content_link_list
{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

#content_link_list li {
  display: block;
  margin-bottom: 2px;
  padding-left: 5px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

#content_link_list li a, #content_link_list li a:link {
  display: block;
  color: #404040;
  width: 600px;
  padding-top: 3px;
  padding-bottom: 3px;
}

#content_link_list li a:hover {
  /*background-color: #dedede;*/
  background-color: #e7eff3;
}

#content_link a, #content_link a:link {
  color: #404040;
}

#content_link a:hover {
  background-color: #e7eff3;
}

#index_aktuelles
{
  float: left;
  width: 570px;
  /*background-color: #e7eff3;*/
}

#index_aktuelles td
{
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 10px;
}

#index_aktuelles a
{
  text-decoration: none;
  color: #000;
}

#aktuelles td
{
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
}

#aktuelles a
{
  text-decoration: none;
  color: #000;
}

#index_termine
{
  float: right;
  width: 230px;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  /*background-color: #dcebf5;*/
  /*background-color: #e7eff3;*/
}

#index_termine h1
{
  /*text-align: center;*/
}

#index_termine a
{
  text-decoration: none;
  Color: #000;
}

#verwaltung_sitzungen
{
  float: left;
  width: 450px;
  /*background-color: #e7eff3;*/
}

#verwaltung_sitzungen td
{
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 10px;
}

#verwaltung_sitzungen a
{
  text-decoration: none;
  color: #000;
}

#verwaltung_sitzungen_termine
{
  float: right;
  width: 230px;
  /*background-color: #dcebf5;*/
  /*background-color: #e7eff3;*/
}

#verwaltung_sitzungen_termine a
{
  text-decoration: none;
  Color: #000;
}

#footermenu {
  clear: both;
	height:34px;
	margin-left: 30px;
	font-size: 10px;
	color: #404040;
}

#footermenutable .cellleft
{
  width: 50%;
}
#footermenutable .cellright
{
  text-align: right;
}
#footermenutable a
{
  color: #404040;
	text-decoration:none;
}

#footer {
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: center;
	height:23px;
}

.table_duenn {
  border: solid 1px #eee;
  border-collapse: collapse;
}

.table_duenn td {
  vertical-align: top;
  border: solid 1px #eee;
  padding: 5px 5px 5px 5px;
}
/*
#footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin-left: auto;
	margin-right: auto;
}


.menue {
	position: absolute;
	left: 350px;
	top: 75px;
	font-size: 11px;
}

.content {
	background-image: url(images/body-repeat.gif);
	position: relative;
	width: 800px;
	padding: 0px 0px;
	padding-top: 1px; 
	padding-bottom: 40px; 
}
*/


