diff --git a/Socket/DVBDemuxHandles.cc b/Socket/DVBDemuxHandles.cc
index d449a628ba81a7f91a1404085f1fd143c7490447..8fda3496a8ea31b169d8d664c361cc3ab3903a61 100644
--- a/Socket/DVBDemuxHandles.cc
+++ b/Socket/DVBDemuxHandles.cc
@@ -1,4 +1,4 @@
-// $Id: DVBSectionHandle.cc 321 2007-07-19 09:00:23Z tho $
+// $Id$
 //
 // Copyright (C) 2007
 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
diff --git a/Socket/DVBDemuxHandles.hh b/Socket/DVBDemuxHandles.hh
index 40665e5a46f8bad3a49ea4f1d36d3fbd6ed76b82..6823577459b3c646062a224fe88c770bd70400b8 100644
--- a/Socket/DVBDemuxHandles.hh
+++ b/Socket/DVBDemuxHandles.hh
@@ -1,4 +1,4 @@
-// $Id: DVBDemuxSectionHandle.hh 321 2007-07-19 09:00:23Z tho $
+// $Id$
 //
 // Copyright (C) 2007
 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
@@ -49,8 +49,7 @@ namespace senf {
         DatagramFramingPolicy,
         UnconnectedCommunicationPolicy,
         ReadablePolicy,
-        NotWriteablePolicy,
-        SocketBufferingPolicy
+        NotWriteablePolicy
         >::policy DVBDemux_Policy;   ///< Socket Policy for xxxx
 
     /** \brief xxx
diff --git a/Socket/DVBDemuxProtocol.cc b/Socket/DVBDemuxProtocol.cc
index f1f0ef112a58dca148da37f6c8adbc0e821c4411..00c07c5d439090203729f665a59c1c4812e5b85b 100644
--- a/Socket/DVBDemuxProtocol.cc
+++ b/Socket/DVBDemuxProtocol.cc
@@ -1,4 +1,4 @@
-// $Id: DVBProtocol.cc 321 2007-07-19 09:00:23Z tho $
+// $Id$
 //
 // Copyright (C) 2007
 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
diff --git a/Socket/DVBDemuxProtocol.hh b/Socket/DVBDemuxProtocol.hh
index 8281cc8f15e36c45aa9f0191e7427f7a3f34a584..ab9e571718ce2cfbc1d31a9ea6b5f8951eb91079 100644
--- a/Socket/DVBDemuxProtocol.hh
+++ b/Socket/DVBDemuxProtocol.hh
@@ -1,4 +1,4 @@
-// $Id: DVBProtocol.hh 321 2007-07-19 09:00:23Z tho $
+// $Id$
 //
 // Copyright (C) 2007
 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
diff --git a/Socket/SocketPolicy.hh b/Socket/SocketPolicy.hh
index 9cffc436767901b4f0a1691ecee196dae9119d0b..cb83e11a8df91e299bd68b32966bd77d309c4128 100644
--- a/Socket/SocketPolicy.hh
+++ b/Socket/SocketPolicy.hh
@@ -363,7 +363,7 @@ namespace senf {
         </table>
 
         The second member should only be enabled if the communication policy is
-        UnconnectedCommunication (otherwise it does not make sense since the communication partner
+        UnconnectedCommunicationPolicy (otherwise it does not make sense since the communication partner
         is fixed) (see AddressingPolicyBase on how to do this).
 
         \note This Policy only has two meaningful states: ReadablePolicy and NotReadablePolicy. It
@@ -386,7 +386,7 @@ namespace senf {
         </table>
 
         The second member should only be enabled if the communication policy is
-        UnconnectedCommunication (otherwise it does not make sense since the communication partner
+        UnconnectedCommunicationPolicy (otherwise it does not make sense since the communication partner
         is fixed) (see AddressingPolicyBase on how to do this).
 
         \note This Policy only has two meaningful states: WritablePolicy and NotWritablePolicy. It
diff --git a/Socket/SocketProtocol.hh b/Socket/SocketProtocol.hh
index 839fdeba9f192d36fd16e6369853ef1a14d5b102..1f962e353e0cc9a5b855a412305c4daaa28b1bd5 100644
--- a/Socket/SocketProtocol.hh
+++ b/Socket/SocketProtocol.hh
@@ -155,7 +155,9 @@ namespace senf {
                                         /**< This member will check in a (very, sigh) protocol
                                              dependent way, how many bytes are guaranteed to be
                                              readable from the socket without blocking even if the
-                                             socket is blocking. */
+                                             socket is blocking. If the socket does not support
+                                             reading (viz. NotReadablePolicy is set), this member
+                                             should always return \c 0.*/
 
         virtual bool eof() const = 0;   ///< Check for end-of-file condition
                                         /**< This is another check which (like available()) is
diff --git a/doclib/senf.css b/doclib/senf.css
index 2df0ed65b569aee941df737b8a4a2b7bd9e5e8c6..e6e9575cb72a5113d3362a0f8dd79387d0cd3100 100644
--- a/doclib/senf.css
+++ b/doclib/senf.css
@@ -54,7 +54,7 @@ body {
 }
 
 #head ul { 
-        display: inline; /* für IE ... */
+        display: inline; /* f�r IE ... */
         font-size: 13px;
         height: 0px;
         margin: 0;
@@ -191,7 +191,7 @@ div.tabs ul li a:hover, div.tabs ul li.current a {
 }
 
 div.tabs ul li.level1 a {
-        padding-left: 2em;
+        padding-left: 1.5em;
         font-size: 90%;
 }