body {
    color: black; background-color: #e4dfcd;
    font-size: 100.01%;
    font-family: arial;
    margin: 0px; padding: 0px;
    padding-top: 10px;
    text-align: center;
}

ul,div { margin: 0; padding: 0 }
.spacer-gif { width: 0px; height: 0px; }

table#framework {
	table-layout: fixed;
	width: 800px;
	height: 600px;
	margin: 0px auto;
	empty-cells: show;
	text-align: left;
}

p {
	margin: 0px;
 	padding: 0px;
}

td#top_logo {
	height: 60px;
	width: 600px;
	vertical-align: bottom;
}

td#top_sprache {
	height: 60px;
	width: 200px;
	vertical-align: bottom;
	font-family: arial;
	font-size: 11px;
	color: #9d9478;
	text-align: right;
	padding-bottom: 3px;

}
td#top_sprache a, td#top_sprache b  {
 font-weight: bold;
 color: #9d9478;
}

td#top_sprache a, td#top_sprache a:visited {
	color: #9d9478;
	text-decoration: none;
	font-size: 11px;

	padding-left: 5px;

}

/**************************
* Navigation
**************************/
td#nav {
	background-color: white;
	border-bottom: 1px solid #9d9478;
	height: 45px;
	vertical-align: bottom;
	padding-left: 50px;
}

td#nav a, td#nav a:visited, td#nav a:hover  {
	font-family: arial;
	font-size: 12px;
	margin-right: 20px;
	text-decoration: none;
	color: 	#9d9478;
	text-transform: uppercase;
	padding-left: 15px;
	background-image: url(images/navdot0.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

td#nav table.menu1_main td.menu1_main_act a {
	color: #333333;
	background-image: url(images/navdot1.gif);
}

td#nav a:hover {
	color: #333333;
}

table.menu1_main2_frame {
	border-left: 1px solid #9d9478; 	border-right: 1px solid #9d9478; 	border-bottom: 1px solid #9d9478;
	background-color: white;
}

table.menu1_main2_frame td {
	padding: 2px 0px 2px 15px;
}

td.menu1_main2 a, td.menu1_main2_sub a {
	font-family: arial;
	font-size: 12px;
	margin-right: 15px;
	text-decoration: none;
	color: #9d9478;
}

td.menu1_main2 a:hover, td.menu1_main2_sub a:hover {
	color: black;
}

td.menu1_main2_act a {
	font-family: arial;
	font-size: 12px;
	margin-right: 15px;
	text-decoration: none;
	color: 	#9d9478;
	font-weight: bold;
}


/**************************
* Content-Formate
**************************/
td#content a:link { color: #555555; text-decoration: underline; }
td#content a:hover { color: black; text-decoration: underline; }
td#content a:visited { color: #555555; text-decoration: underline; }


td#content {
	background-color: white;
	vertical-align: top;
}

div#inner_content {    /* das ist das div für den overflow-scrollbalken */
	overflow: auto;
	height: 400px;
	width: 750px;
	margin: 20px 50px 10px 50px;
}

td#content p.bodytext, td#content p, td#content {
	font-family: arial;
	font-size: 12px;
	line-height: 16px;
	color: #555555;
	margin-right: 10px;
}

td#content h1, .h1 {
	font-size: 14px;
	color: #9d9478;
	font-weight: bold;
	padding: 0px;
	margin: 4px 4px 4px 0px;
}

td#content h2, .h2 {
	font-size: 12px;
	color: #9d9478;
	padding: 0px;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
}

p.csc-caption {
	font-size: 10px;
	text-align: left;
	margin-top: 5px;
}

/**************************
* Presseservice
**************************/
div#content_header {
	height: 40px;
	border-bottom: 1px solid #9d9478;	
	margin-bottom: 20px;
	width: 98%;
}

div.leftmenu {
	margin: 0px 0px 40px 0px;
	background-color: #f3efe1;
	border-top: 1px solid #9d9478;
	border-bottom: 1px solid #9d9478;	
	width: 90%;
	padding-left: 5px;
}

td#content  div.leftmenu a:link, td#content  div.leftmenu a:visited {
	text-decoration: none;
}

td#content div.leftmenu a:hover {
	text-decoration: underline;
}

/**************************
* Rootline unten
**************************/
td#unten {
	height: 15px;
	font-family: arial;
	font-size: 10px;
	color: #9d9478;
	text-align: left;
}

td#unten a, td#unten a:visited, td#unten a:hover {
	text-decoration: none;
	font-family: arial;
	font-size: 10px;
	color: #9d9478;
}


/**************************
* Bottom-Menu
**************************/
td#bottom {
	background-color: #9d9478;
	height: 30px;
	padding: 3px 5px 3px 5px;
	font-family: arial;
	font-size: 11px;
	color: white;
	text-align: right;
}

td#bottom a, td#bottom a:visited {
	font-family: arial;
	font-size: 11px;
	color: white;
	text-decoration: none;
	margin: 0px 5px;
}

td#bottom a:hover {
	color: black;
}


/**************************
* Content-Intern-Seiten
**************************/
div#content_right {
    padding-right: 10px;
    margin-left: 270px;
}

div#content_left {
	width: 260px;
	float: left;
	margin-right: 5px;
/**	overflow: hidden; */
        height: 100%
}

div#content_left p.bodytext {
	font-size: 12px;
}

div#content_left .csc-caption {
	font-size: 10px;
	line-height: 12px;
}


div#content_right_unten {
	margin: 0px;
        padding-top: 10px;

}

/**************************
* Slideshow-Seite
**************************/
div.slideshow {
      text-align: center;
      background-color: white;
      padding: 20px;
width: 100%;
margin: 0px auto;
border-bottom: 8px solid #9d9478;


border-top: 8px solid #9d9478;
}


div.slideshow h1 {
      font-size: 18px;
      font-family: arial;
      color: black;
}

div.slideshow a, div.slideshow a:visited {
      text-decoration: none;
      color: black;
}

div.slideshow a:hover {
      text-decoration: underline;
      color: black;
}


div.slideshow table {
 text-align: center;
 width: 100%;
}



/*********************************************************
/* News
/*********************************************************/
table.news-latest-table-HP {
    font-size: 12px;
    font-family: arial;
}

td.news-latest-date-HP {
    width: 70px;
    font-weight: bold;
    padding-top: 4px;
}

td#content  table.news-latest-table-HP td a:link, td#content  table.news-latest-table-HP td a:visited {
    text-decoration: none;
}

div.news-latest-container-HP {
    height: 50px;
    overflow: auto;
}

div.news-latest-gotoarchive-HP {
    margin-top: 15px;
}

div.news-single-timedata {
    font-weight: bold;
    margin: 0px; padding 0px;
    display: inline;
}

div.news-single-item h1 {
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
}

td#content p.news-single-author a:link, td#content p.news-single-author a:visited {
    font-size: 10px;
    text-decoration: none;
}

td#content p.news-single-author { margin-bottom: 15px; }

/* subtext */
div.news-single-item h3 {
    font-size: 12px;
    font-weight: bold;
    margin: 0px; padding: 0px;
}

div.news-single-backlink {
    padding-top: 20px;
}