/* style for www.gyatso.de web site.  Copyright (C) 2004-2007 Nils T Siebel, Berlin */

ADDRESS,
BLOCKQUOTE,
BODY, DD, DIV,
DL, DT,
FIELDSET, FORM,
FRAME, FRAMESET,
H1, H2, H3, H4,
H5, H6, IFRAME,
NOFRAMES,
OBJECT, P,
APPLET,
CENTER, DIR,
MENU, PRE
{
 font-family: Verdana, Tahoma, sans-serif;
 font-style: normal;
 text-decoration: none;
}

A:link { color: #0000cc; }
A:visited { color: #cc0000; }
A:active { color: #00cc00; }
A:hover { color: #ff0000; background: #ffffaa; }

DIV
{
 margin: 0.75em 0em; /* vertical - horizontal */
}

DIV.content
{
 margin: 2px auto 20px auto;   /* top - right - bottom - left */
/* padding: 0 100px; */
 color: #000000;
 font-size: 100%;
 width: 640px;
/*  align: center; */
 z-index: 1;
}

DIV.menu
{
 margin: 15px auto 15px auto;   /* top - right - bottom - left */
/* padding: 0 10px; */
 color: #000000;
 font-size: 100%;
 font-weight: bold;
 text-align: center;
/*  align: center; */
}

DIV.menu A:link { color: #0000cc; }
DIV.menu A:visited { color: #7000a0; }
DIV.menu A:active { color: #00cc00; }
DIV.menu A:hover { color: #ff0000; background: #ffffaa; }

A.this_page
{
  color: #9c0f34 ! important;
  text-decoration: none; /* not underlined */
}
    
DIV.headline
{
 color: #0b00ff;
 font-size: 200%;
 font-weight: bold;
 margin: 0em 0em 1.5em 0em;  /* top - right - bottom - left */
}

DIV.emphasised
{
 font-weight: bold;
}

DIV.empty
{
 margin: 0;
 line-height: 0;
}

DIV.floating_right
{
 margin: 0em 0em 1em 1em;  /* top - right - bottom - left */
 float: right;
/*  vertical-align: text-top; */
}

DIV.floating_left
{
 margin: 0em 1em 1em 0em;  /* top - right - bottom - left */
 float: left;
/*  vertical-align: text-top; */
}

DIV.centred
{
 text-align: center;
}

DIV.raggedright
{
 text-align: left;
}

DIV.vertically_centred
{
 margin: auto 0;   
 vertical-align: middle;
}

DIV.small
{
 font-size: 90%;
}

DIV.large
{
 font-size: 120%;
}

DIV.coloured
{
 color: #9c0f34;
}

DIV.news
{
 text-align: center;
 margin: 2em 0em; /* vertical - horizontal */
}

DIV.spacer
{
 text-align: center;
 letter-spacing: 1.5em;
 margin: 2em 0em; /* vertical - horizontal */
}

DIV.spacer IMG
{
 vertical-align: middle;
 margin: 0em 0.75em; /* vertical - horizontal */
}

DIV.extra_space
{
 margin: 1.2em 0em; /* vertical - horizontal */
}

DIV.indented
{
 margin: 0em 2em; /* vertical - horizontal */
}

DIV.toc_indent
{
 margin: 0em 2em; /* vertical - horizontal */
}

DIV.figure
{
 margin: 3em 0em; /* vertical - horizontal */
 text-align: center;
 vertical-align: middle;
 clear: both; /* break free from floating images etc from previous DIVs */
}

DIV.figure IMG
{
 vertical-align: middle;
}

DIV.clear
{
 clear: both; /* break free from floating images etc from previous DIVs */
}

DIV.time
{
 text-align: center;
 font-style: italic;
}

IMG
{
 border-style: none; /* no border on normal images */
}

IMG.bordered
{
 border-style: solid;
 border-width: 1px;
 border-color: #a0a0a0;
}

H1
{
/*  color: #660a22; */
/*  color: #d01446; */
 color: #9c0f34;
 font-size: 180%;
 font-weight: bold;
 text-align: center;
 line-height: 1.5em;
 margin: 1em 0em 1.5em 0em;  /* top - right - bottom - left */

 clear: both; /* break free from floating images etc from previous sections */
}

H2
{
 color: #9c0f34;
 font-size: 150%;
 font-weight: bold;
 text-align: center;
 line-height: 1.5em;
 margin: 2em 0em 0.5em 0em;  /* top - right - bottom - left */

 clear: both; /* break free from floating images etc from previous sections */
}

H3
{
 font-size: 120%;
 font-weight: bold;
 text-align: center;
 line-height: 1.5em;
 margin: 2em 0em 0.5em 0em;  /* top - right - bottom - left */
}

H4
{
 font-size: 100%;
 font-weight: bold;
 text-align: center;
 line-height: 1.2em;
 margin: 1.5em 0em 0em 0em;  /* top - right - bottom - left */
}

H5
{
 font-size: 100%;
 font-weight: bold;
 text-align: center;
 line-height: 1.1em;
 margin: 1.2em 0em 0em 0em;  /* top - right - bottom - left */
}

HR
{
 height: 3px;
 width: 100%;
 margin: 3em 0em; /* a lot of vertical space around it */
 clear: both;
 
 /* the following is a replacement for NOSHADE */
 color: #f2bb77;
 background-color: #f2bb77;
 border-style: none;
}

HR.little_space
{
  margin: 1em 0em; /* less vertical space around it */
}


TABLE
{
 border-style: none;
 border-spacing: 0;
}

TR,TD
{
 border-style: none;
 border-spacing: 0;
 padding: 0;
}

body
{
    text-align: justify;
    
    background-image: url(Vokabeln-background.jpg);
    background-repeat: repeat;
    background-position: center top;
    background-attachment: fixed;
    background-color: #f2bb77;
    
    margin: 10px 10px; 
    color: #000000;
/* background: #f8dc46; */

}
