/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
/* Alles im BODY erst mal Verdana 10pt standardfarbe dunkelcyan */
/* ACHTUNG NETSCAPE!!!! keine spaces in den styles lassen!!!! */

body
  {color:#000066;margin-top:0px;
   font-family:Verdana,Arial,sans-serif;font-size:10pt;}	
body.ammersee
  {color:#000066;margin-left:5px;background-color:#cccccc;}
body.vogon
  {color:#000066;margin-left:5px;background-color:#cccccc;}
body.navbar
   {color:#ffffff;margin-left:0px;
    background-color:#000066;}
    //background-color:#000077;background-image:url(/pics/bluback.gif);background-attachment:fixed;

p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i,br,input, textarea
  {font-family:Verdana,Arial,sans-serif;}

th
  {background-color:#999999;}

th.textbox
  {background-color:#c0c0c0;}

p,td,th,br 
   {font-size:10pt;}

p         {margin-top:4pt;margin-bottom:4pt;} 
.adresse 	{font-size:9pt;color:#0066ff;font-style:italic;}
.remark		{font-size:9pt;color:#ff6633;}
.textbox	{font-size:10pt;color:#000077;}
.small		{font-size:8pt;font-weight:normal}
.big		{font-size:12pt;font-weight:bold}
.smallred	{font-size:8pt;color:#ff6633;}
.smallgrey      {font-size:7pt;color:#999999;}
.smallblue      {font-size:7pt;color:#000099;}
.navhead	{font-size:8pt;color:#cccccc;text-align:right;margin-right:3px;margin-top:12px;margin-bottom:-5px;}
.naventry	{font-size:9pt;color:#ff6633;text-align:right;margin-right:3px;margin-bottom:10px;}


p.klein		{font-size:9pt;margin-top:10pt;font-weight:bold;}
div.klein	      {font-size:9pt;}
div.gross	      {font-size:12pt;}
div.smallmenu   {font-size:9pt;background-color:#ccccff;text-align:center;line-height:14pt;}
	
h1 {margin-left:-5px;margin-top:0px;margin-bottom:2pt;
    font-size:18pt;color:#ff6633;background-color:#73739D;/*background-image:url(/pics/bluback2.gif);*/}
h2 {font-size:14pt;color:#000066;}
h3 {font-size:12pt;color:#000066;margin-top:8pt;margin-bottom:2pt;}
h4 {font-size:12pt;color:#ff6633;margin-top:8pt;margin-bottom:2pt;}

/*
pre {font-family:"Courier New,Courier";font-size:10pt;color:#0000C0;}
tt  {font-family:"Courier New,Courier";font-size:10pt;color:#0000C0;}
*/

a:link    {color:#3333ff;text-decoration:none;}
a:visited {color:#3333ff;text-decoration:none;}
a:active  {color:#3333ff;text-decoration:none;}
a:anchor  {text-decoration:none;} /* anchor nicht unterstreichen! */
a:hover   {color:#ff6633; background-color:#999999;text-decoration:none}


/* message boxes: warning, error, confirmation */
.info h3,
.okay h3,
.notice h3,
.warning h3,
.error h3 {
    border-bottom:      2px solid;
    font-weight:        bold;
    text-align:         left;
    margin:             0 0 0.2em 0;
}

div.info,
div.okay,
div.notice,
div.warning,
div.error {
    margin:             0.3em 0 0 0;
    border:             2px solid;
    background-repeat:  no-repeat;
    background-position: 10px 50%;
    padding:            0.1em 0.1em 0.1em 36px;
         }

div.info {
    color:              #000000;
    background-color:   #CCDDCC;
    border-color:       #00FF00;
    background-image:   url('pics/s_info.png');
    }

.info h3 {
    border-color:       #00FF00;
}

div.okay {
    color:              #000000;
    background-color:   #99cc99;
    border-color:       #00FF00;
    background-image:   url('pics/s_okay.png');
    }

.okay h3 {
    border-color:       #00FF00;
}

div.notice {
    color:              #000000;
    background-color:   #FFFFCC;
    border-color:       #FFD700;
    background-image:   url('pics/s_notice.png');
    }
.notice h3 {
    border-color:       #FFD700;
}

div.warning {
    color:              #CC0000;
    background-color:   #FFFFCC;
    border-color:       #FF6600;
    background-image:   url('pics/s_warn.png');
    }
.warning h3 {
    border-color:       #FF6600;
}

div.error {
    color:              #ff0000;
    background-color:   #FFFFCC;
    border-color:       #FF0000;
    background-image:   url('pics/s_error.png');
    }
div.error h3 {
    border-color:       #ff0000;
}

td.error    {
    border:             solid #FF0000 3px;
}


/* end messageboxes */




