/*CSS CONTAINER*/
#content div {
   font-size: 13px;
   line-height: 1.3em;
}
#content div.block {
   padding:0px;
}
#content div.head {
   border-bottom: 1px solid #333366;
   border-left: 1px solid #FFF;
   height:110px;
   margin-left:-1px;
   background-color:#FFF;
}
#content div.downloadlist {
   border-top: 1px solid #333366;
   margin-top: 20px;
}
/*CSS INHALT*/
ul {
   list-style-type: disc;
   list-style-position: outside;
   padding-left:5px;
}
ol {
   list-style-position: outside;
   padding-left:10px;
}
li {
   padding-left:0px;
   margin-left: 10px;
}
img, a img {
   border:0px;
}
.clear {
   clear: both;
}
.hidden {
   display: none; /**/
}
.unsichtbar {
   display: none; /**/
}
a.current {
	font-weight: bold;
}
.highlight {
	background-color: #D0D0D0;
}
.code {
  border: #3366FF 2px groove;
  padding: 3px;
  display: block;
  color: #000099;
  font-family: 'Courier New' , Monospace;
  background-color: #DDDDDD;
}
.bold {  font-weight: bold; }
li.directory{
   list-style-type: none;
   font-size: 1.2em;
   font-weight: bold;
}
li.file{
   list-style-type: none;
   font-weight: normal;
   color:#000066;
}

h1 {
   color: red;
   text-decoration: line-through;
}
h2 {
   font-size: 1.1em;
   text-align: left;
   margin: 10px 0px;
}
h3 {
   font-size: 1.0em;
   text-align: left;
   margin: 10px 0px;
}
td, p {
   font-size:13px;
margin: 10px 0px;
}
#downloadarea .name {
   font-size: 1.2em;
   font-weight: bold;
}
#downloadarea .description {
   font-size: 1.1em;
}
#downloadarea li {
   list-style-type: square;
   list-style-position: outside;
   margin: 3px 10px;
   width:600px;
   border-bottom: 1px solid grey;
}
#downloadarea a {
   text-decoration:none;
   font-weight: bold;
   color:#3333CC;
}
#downloadarea .downloads table{
   /*margin-left:10px;*/
   margin-bottom: 15px;
   border-top: 1px solid grey;
   width:600px;
}
#downloadarea .downloads td{
   padding:2px 5px;
}
