/*CSS INHALT*/
*{font-family:Verdana,Helvetica,Arial,sans-serif;}
body {
   font-size:70%;
   line-height: 1.em;
   background-color: white;
   font-family: Verdana, Arial, Helvetica, sans-serif;
}
th,td{padding:2px;vertical-align:top;}
th{font-weight:bold;background-color:#d3d3d3;}
td.value_input input,td.value_input select{width:98%;}
td.value_input textarea{width:99%;font-size:0.9em;}
td.field_title,th.field_title{width:150px;background-color:#ffffff;}
td p, p, li  {
   font-size:1.1em;
}
p  {
	margin-bottom: 10px;
}
ul {
   list-style-type: disc;
   list-style-position: outside;
   padding-left:5px;
	margin-bottom: 10px;
}
ol {
   list-style-position: outside;
   padding-left:10px;
	margin-bottom: 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;
}
a.link {
   text-decoration: none;
   padding-left:20px;
   background-image: url(grafics/dreieck_on.gif) ;
   background-repeat:no-repeat;
}
.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.3em;
   text-align: left;
   margin: 10px 0px;
}
h3 {
   font-size: 1.1em;
   text-align: left;
   margin: 25px 0px 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;
}

