/* CSS Document */

html {
	height: 100%;
}

body {
	height: 100%;
	margin-bottom: 1px;
}

.clr {
	clear: both;
}

.outline {
  border: 1px solid #cccccc;
  background: #ffffff;
	padding: 2px;
}


/* pdf-linck */
.textlinkpdf a
{
	text-decoration: none;
	font: normal normal;
	border-bottom: 1px dotted;
	color: black;
	padding-right: 20px;
	background: url(../sitepics/pdf.gif) no-repeat right;
} 

.textlinkpdf a:visited
{
	/* color: black; */
}

.textlinkpdf a:hover
{
	color: black;
	background-color: #EFEFEF;
	text-decoration: none;
}

.textlinkpdf a:active
{
	font: normal normal;
	color: black;
}
/* pdf-linck Ende */


#buttons_outer {
	width: 635px;
  	margin-bottom: 2px;
	margin-right: 2px;
	float: left;

}

#buttons_inner {
	border: 1px solid White;
	height: 1px !important;
	height: 3px;
}

#pathway_text {
  overflow: hidden;
	display: block;
	height: 25px;
	line-height: 25px !important;
	line-height: 22px;
	padding-left: 4px;
	border: 1px solid #ccc;
	margin-bottom: 2px;
}

#pathway_text img {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 6px;
}

#buttons {
	float: left;
	margin: 0px;
	padding: 0px;
	width: auto;
}


#search_outer {
	float: left;
	width: 165px;
}

#search_inner {
  border: 1px solid White;
	padding: 0px;
  height: 1px !important;
  height: 3px;
  overflow: hidden;
}


#header_outer {
	text-align: left;
	border: 0px;
	margin: 0px;
}

#header {
	float: left;
	padding: 0px;
	margin-right: 2px;
	width: 635px;
	height: 80px;
	/* background: url(../sitepics/wbs-logo.gif) no-repeat left; */
}

#top_outer{
	float: left;
	width: 165px;
}

#top_inner {
  border: 1px solid White;
	padding: 2px;
  height: 74px !important;
  height: 80px;
  overflow: hidden;
  float: none !important;
  float: left;
}

#left_outer {
  float: left;
	margin-top: 2px;
	width: 165px;
}

#left_inner {
  border: 1px solid #cccccc;
	padding: 2px;
  float: none !important;
  float: left;
}

#content_outer {
	padding: 0px;
	margin-top: 0px;
	margin-left: 2px;
	/** border: 1px solid #cccccc; **/
	float: left;
	width: 635px;
}

#content_inner{
  float: none !important;
  float: left;
  padding: 0;
  padding-top: 2px;
  margin: 0;
}

table.content_table {
  width: 100%;
	padding: 0px;
	margin: 0px;
}

table.content_table td {
	padding: 0px;
	margin: 0px;
}

table td.body_outer {
	padding: 2px;
	border: 1px solid #cccccc;
}


/** old stuff **/

ul
{
margin: 0;
padding: 0;
list-style: none;
}

li
{
line-height: 15px;
padding-left: 15px;
padding-top: 0px;
background-image: url(../sitepics/arrow02.png);
background-repeat: no-repeat;
background-position: 0px 2px;
}

li.main
{
line-height: 15px;
padding-left: 15px;
padding-top: 0px;
margin-top: 6px;
background-image: url(../sitepics/arrow02.png);
background-repeat: no-repeat;
background-position: 0px 2px;
}

 
td {
	text-align: left;
	font-size: 11px;
}



body {
	margin: 15px;
	height: 100%;
	padding: 0px;
	font-family: Arial, Helvetica, Sans Serif;
	line-height: 120%;
	font-size: 11px;
	color: #333333;
	background: #ffffff;
}

/* Joomla core stuff */
a:link, a:visited {
	color: #c64934; text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #900;	text-decoration: none;
	font-weight: bold;
}

table.contentpaneopen {
  width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
	margin-left: 2px;
	padding-right: 2px;
}

table.contentpaneopen td {
   padding-right: 5px;
}

.componentheading {
	background: url(../sitepics/subhead_bg.png) repeat-x;
	color: #666666;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;

}


div.moduletable {
	padding: 0;
	margin-bottom: 2px;
}

div.moduletable h3 {
	background: url(../sitepics/subhead_bg.png) repeat-x;
	color: #666666;
	text-align: left;
	padding-left: 4px;
	height: 21px;
	line-height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	margin: 0 0 2px 0;
}

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	background: url(../sitepics/menu_bg.png) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #ccc;
	text-align: left;
	padding-top: 5px;
	padding-left: 18px;
	height: 20px !important;
	height: 25px;
	width: 100%;
	text-decoration: none;
}

a.mainlevel:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #fff;
}

a.mainlevel#active_menu {
	color:#fff;
	font-weight: bold;
}

a.mainlevel#active_menu:hover {
	color: #fff;
}

span.article_seperator {
	display: block;
	height: 1.5em;
}

h1{
	background-color: #D12149;
	color: white;
	text-align: center;
	margin: auto;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 1.5em;
	width: 100%;
	line-height: 110%;
}

h2 {
	font-size: 150%;
	margin-bottom: 12px;
	margin-top: 12px;
}

h3 {
	font-size: 115%;
	margin-bottom: 8px;
	margin-top: 12px;
}



/* Formate TC */

/* Boxen für mehrspaltige Seiten */

.boxlinks
{
	margin-top: 12px;
	/* float: left;
	width: 250px;
	vertical-align: top; */
}
.boxrechts
{
	float: right;
	/* width: 275px;	 */
	margin-top: 12px;
	margin-left: 12px;
	margin-bottom: 12px;
}
/* Boxen für mehrspaltige Seiten Ende */

.weblinks {
	width: 100%;
	border: none;
	margin-left: 4px;
}

.listleft {
	width: 40px;
	text-align: center;
}

.listright {
	width: 550px;
	text-align: left;
}
