html, body {
 margin:0px;
 padding:0;
 cursor: default;
}

body { 
 background:#fff;
 color: #333333;
 text-align:center;
 }

#container {
  width: 800px;
  text-align: left;
  margin: 0 auto;
}

#header {
 position: relative;
 height: 200px;
 background-image: url(/fileadmin/img/header200.jpg);
}

#bar {
  position: relative;
  line-height: 25px;
  background: orange;
}

#topmenu {
  margin-left: 140px;
}


#leftcol {
  position: relative;
  float:left;
  width: 140px;
}

/*-------------------- top-nav --------------------*/
div#topmenu {
  font-size: 14px;
  font-weight: bold;
}

.index a, .index_act a {
  color: white;
  padding: 5px;
}

.index_act a {
  color: white;
  border-bottom: 4px solid white;
}

.index a:hover  {
  color: #666666;
  border-bottom: 4px solid white;
}
/*-------------------- sub-nav --------------------*/
div#subnav {
  width: 130px;	
  border: solid 1px #FF9F33;
  margin: 5px;
  background-color: #fff;   
	
}

div#sub-nav-title {
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  color: white;
  padding-left: 10px;
  background-color: #FF9F33;	
}

div#subnav #sublevel1 {
  font-size: 12px;
  line-height: 25px;
  list-style-type: none;
  margin-left: 5px;
  padding-left: 0px;
}

div#subnav #sublevel2 {
  font-size: 11px;
  line-height: 25px;
  list-style-type: none;
  margin-left: 10px;
  padding-left: 0px;
}

div#subnav #sublevel3 {
  font-size: 11px;
  line-height: 25px;
  list-style-type: none;
  margin-left: 15px;
  padding-left: 0px;
}

div#subnav #sublevel4 {
  font-size: 11px;
  line-height: 25px;
  list-style-type: none;
  margin-left: 20px;
  padding-left: 0px;
}


#sublevel1 li a,
#sublevel2 li a 
#sublevel3 li a {
  color: black;
}

#sublevel1 li a:hover,
#sublevel2 li a:hover, 
#sublevel3 li a:hover {
  border-bottom: 1px solid black;
}

/* ------------------------------------------*/


#extra {
  position: relative;
  float:left;
  width: 140px;
}



#content {
  position:relative;
  float: left;
  width: 505px;
  background: #ffffff;
  padding-right: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.external-link-new-window,
.internal-link,
a.download {
  color: #666666;
  border-bottom: 1px dotted;
}


#right {
  position:relative;
  float:right;
  width: 140px;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px; 
}
  
#footer {
  clear: both;
  width:100%;
  background: orange;
}



.csc-textpic-intext-left .csc-textpic-imagewrap {
  padding: 0.5em 0 0 10px;
}


/* Presentation Stylesheet */ 
body {
	font-family: verdana,arial,helvetica, sans-serif;
}

acronym, dfn, abbr, span.abbr {
  border-bottom: 1px dashed orange;
  cursor:help;
  color: #666666;
}


h1 {
  font-size: 18px;
  padding: 0.5em 0.5em 0.5em 10px;
  margin: 0px;
  font-weight: normal;
}


h2 {
  font-size: 16px;
  padding: 0.5em 0.5em 0.5em 10px;
  margin: 0px;
  font-weight: bold;
}

h3 {
  font-size: 14px;
  padding: 0.5em 0.5em 0.5em 10px;
  margin: 0px;
  font-weight: bold;
}

h4 {
  font-size: 12px;
  padding: 0.5em 0.5em 0.5em 10px;
  margin: 0px;
  font-weight: bold;  
}

h1 a, 
h2 a, 
h3 a {
  color: #333;
}

h1 a:hover, 
h2 a:hover,
h3 a:hover {
  border-bottom: dashed 1px orange;
}

p {
  font-size: 10px;
  color: #666666;
  margin:0;
  padding: 0.5em 0.5em 0.5em 10px;
}

td {
  font-size: 10px;
  color: #666666;
  margin:0;
}

ul {
  font-size: 10px;
  color: #666666;
}

.block {
  background: #f0f0f0;
  padding: 15px;
  margin-left: 10px;
}

.invis {
  display:none;
}

.csc-textpic-caption {
  color: #aaa;
  font-size: 8px;
}

.tx-wecdiscussion-page {
  min-width:650px;
}