/*** undo default browser styles
******************************************************************/
/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */
/* Purpose: undo some of the default styling of common (X)HTML browsers */

/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:disc }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dt, dd
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

/* more varnish stripping as necessary... */

ul {margin:20px; padding:10px;}
body {font-family : Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;font-size:16px;}
body.aussen { background-color:#BBBBFF; } /*#00C6BB*/
td.menu {font-size:10px;border:1px solid #0033FF;background-color:#0099FF;}
td.innen { background-color:white;border:2px solid green; }
div.punkte { background-color:yellow; }
div.ueberschrift{position:relative;top:0px;left:46px;font-size:38px;font-style:italic;text-align:center;width:600px;border-bottom: 1px dotted #a1a5a9; padding-bottom: 6px; padding-top: 20px; margin-bottom: .5em;}
div.zurzeitig{color:#0044FF; font-weight:normal; background-color:#00AAFF;}

a.zurzeit{ font-family: verdana, arial, sans-serif;position:relative;left:13px;font-size:13px; font-weight:bold; color:#000000;text-decoration:none;font-style:italic;}
a.zurzeit:visited{ font-family: verdana, arial, sans-serif;position:relative;left:13px;font-size:13px; font-weight:bold; color:#000000;text-decoration:none;font-style:italic;}
a.zurzeit:hover{ font-family: verdana, arial, sans-serif;position:relative;left:13px;font-size:13px; font-weight:bold; color:#404040;text-decoration:none;font-style:italic;}
a.unterpunktzurzeit { font-size:12px; font-weight:normal; color:#00EEAA; text-decoration:none;}
a.unterpunktzurzeit:visited { font-size:12px; font-weight:normal; color:#00EEAA; text-decoration:none;}
a.unterpunktzurzeit:hover { font-size:12px; font-weight:normal; color:#00EEAA; text-decoration:none;}


a:visited { color:blue;font-weight:normal; }
a:link { color:blue;font-weight:normal; }
a:hover { color:#0044FF; font-weight:normal; }

a.oberpunkt { font-family: verdana, arial, sans-serif;position:relative;left:13px;font-size:13px; font-weight:bold; color:#000000;text-decoration:none;}
a.oberpunkt:visited { font-family: verdana, arial, sans-serif;position:relative;left:13px;font-size:13px; font-weight:bold; color:#000000;text-decoration:none;}
a.oberpunkt:hover {font-size:13px; font-weight:bold;color:#404040;font-style:italic;}

a.unterpunkt { font-size:12px; font-weight:normal; color:#333333; text-decoration:none;}
a.unterpunkt:visited { font-size:12px; font-weight:normal; color:#333333; text-decoration:none;}
a.unterpunkt:hover { font-size:12px; font-weight:normal; color:#00EEAA;}

div.navigation {font-family: verdana, arial, sans-serif;text-align:center;font-size:24px;}

a.galleriepreview {text-decoration:none;color:blue;font-size:16px;}
img.galleriepre{border:1px solid #00C655;}
img.galleriepre:hover{border:1px solid yellow;}
a.uebersicht{text-decoration:none;color:blue;}
a.vorheriges{text-decoration:none;color:blue;}
a.naechstes{text-decoration:none;color:blue;}
a.uebersicht:visited{text-decoration:none;color:blue;}
a.vorheriges:visited{text-decoration:none;color:blue;}
a.naechstes:visited{text-decoration:none;color:blue;}
a.uebersicht:hover{text-decoration:none;color:#0000AA;}
a.vorheriges:hover{text-decoration:none;color:#0000AA;}
a.naechstes:hover{text-decoration:none;color:#0000AA;}
