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

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

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

div.menu
{
 margin: 1.5ex auto;   /* vertical - horizontal */
/* padding: 0 10px; */
 color: #000000;
 font-size: 100%;
 font-weight: bold;
 text-align: center;
/*  align: center; */
}

.menuitem
{
/* margin: .1em .1em; / *  vertical - horizontal */
 color: #000000;
 font-weight: bold;
}

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; }

div.submenu
{
 margin: .5ex auto 1.5ex auto;  /* top - right - bottom - left */
/* padding: 0 10px; */
 color: #000000;
 font-size: 100%;
 font-weight: normal;
 text-align: center;
/*  align: center; */
}

.submenuitem
{
 margin: .1em .1em; /*  vertical - horizontal */
 color: #000000;
 font-weight: normal;
}

div.submenu a:link { color: #0000cc; }
div.submenu a:visited { color: #7000a0; }
div.submenu a:active { color: #00cc00; }
div.submenu a:hover { color: #ff0000; background: #ffffaa; }

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

a.this_page
{
  color: #9c0f34 ! important;
  text-decoration: none ! important; /* not underlined */
}

div.emphasised
{
 font-weight: bold;
}

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

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.tiny
{
 font-size: 80%;
}

div.large
{
 font-size: 115%;
}

div.coloured
{
 color: #9c0f34;
}

div.news
{
 margin: 1.5ex auto;   /* vertical - horizontal */
 font-size: 100%;
 font-weight: bold;
 text-align: center;
/*  align: center; */
}

div.spacer
{
 text-align: center;
/* 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.clear
{
 clear: both; /* break free from floating images etc from previous divs */
}

div#social div
{
 vertical-align: middle !important;  /* fix for google plusone pos */
}

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

img
{
 border-style: none; /* no border on normal images */
 border-width: 0ex;
 border: 0;
}
a img
{
 border-style: none; /* no border on normal images */
 border-width: 0ex;
 border: 0;
}

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

img.floatright
{
 margin: 7px 5px 7px 12px;
 float: right;
}

h1
{
 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 */
}

h1 a
{
  color: #9c0f34 ! important;
  font-style: normal ! important;
  text-decoration: none ! important;
}
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
{
 color: #9c0f34;
 font-size: 120%;
 font-weight: bold;
 text-align: center;
 line-height: 1.5em;
 margin: 2em 0em 0.5em 0em;  /* top - right - bottom - left */
}

hr
{
 height: .3ex;
 width: 100%;
 margin: 2ex 0ex; /* 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: 1ex 0ex; /* less vertical space around it */
}


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

tr,td
{
 border-style: none;
 border-spacing: 0;
 padding: 0;
}

body
{
 font-family: verdana, tahoma, sans-serif;
 font-style: normal;
 text-decoration: none;
 /* text-align: justify; */
 text-align: left;
   
 background-image: url(Vokabeln-background.jpg);
 background-repeat: repeat;
 background-position: center top;
 background-attachment: fixed;
 background-color: #f2bb77;
   
 margin: 1ex 1ex; 
 color: #000000;
/* background: #f8dc46; */
}
