@charset "windows-1251";
/* CSS Document */

body {

	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	text-align: justify;
	color: #00006f;
	margin: 0px;
}

#background {
	background: url(../images/HG_muster.jpg) repeat-x;
	width:100%;
	height:100%;
	position:fixed;
	z-index:-1;
	top:0px;
	left:0px;
}

#hghome,#hgalmanach,#hgarchive,#hgautoren,#hgbuecher,#hgeingeladen,#hgfrueher,#hggalerie,#hgheute,#hgklub,#hgkontakt,#hgmitglieder,#hgpamjat {
	background: url(../images/HG_alg.jpg) no-repeat;
	margin-top: 50px;
	width: 100%;
	height:800px;
	z-index:-1;
}

#alles {
	position: relative;
    top: 10px;
    margin: 0 auto;
	width: 916px;
	z-index:15;
}
/* Header */


@font-face {font-family: Helvetica, Arial, Helvetica, sans-serif;
   /* font-family: 'LetratistaItalic';
    src: url('LETRI___-webfont.eot');
    src: url('LETRI___-webfont.eot?#iefix') format('embedded-opentype'),
         url('LETRI___-webfont.woff') format('woff'),
         url('LETRI___-webfont.ttf') format('truetype'),
         url('LETRI___-webfont.svg#LetratistaItalic') format('svg');
    font-weight: normal;
    font-style: normal;  */

}

#header {
	background: transparent;
	height: 120px;
	width: 916px;
	color: #FFF;
	padding:3px;

}
#logo {
	height: 120px;
	width: 916px;
}
#logolinks {
	height: 120px;
	width: 125px;
	background:url(../images/logolinks.png) no-repeat;
	float:left;
	box-shadow:4px 4px 7px #333;
}
#textlogo {
	position:relative;
	top:0px;
	left:8px;
	text-align:center;
	height: 120px;
	width: 640px;
	background:#F1F0EB;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #7f0000;
	font-size:20px;
	line-height: 1.1em;
	float:left;
	box-shadow:4px 4px 7px #333;
}
#zitat {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #000066;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
	text-align:center;
	line-height: 120%;
	margin-top:5px;
	
}
#logorechts {
	position:relative;
	top:0px;
	left:18px;
	height: 120px;
	width: 125px;
	background:url(../images/logorechts.png) no-repeat;
	float:left;
	box-shadow:4px 4px 7px #333;
}

h1 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	text-shadow:2px 2px 5px #660000;
	color: #f0d760;
	font-size: 1.8em;
}

h2 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	/*text-shadow:1px 1px 3px #333;*/
	color: #7f0000;
	font-size: 1.2em;
	
}

h3 {
	font-family: Trebuchet MS,Arial, Helvetica, Sans-Serif;
	color: #7f0000;
	font-size:1.7em;
	margin-top:-20px;
}

h4 {
	font-family: Trebuchet MS,Arial, Helvetica, Sans-Serif;
	color: #7f0000;
	font-size:20px;
}

/* Navi */

#hnavi {

	color: #000;
	background-color: transparent;
	height: 30px;
	width: 910px;
	margin-top: 15px;
	z-index:50;
}

#hnavi a {
	
	color: #000;
	height: 30px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	text-align:center;
	box-shadow:4px 4px 7px #333;
	display:block;
	
	z-index:50;	
	
}
#hnavi a:hover {
	color: #7f0000;
	z-index:50;
}

.aussen {
	
	float:left; 
	width:130px;	
	text-align:center;
	padding-top:15px;
	height:30px;
	background:url(../images/navi.jpg);
	z-index:50;
}

.aussen:hover {
	color: #036;
	background: #FFFF99;
	z-index:50;
}

.innen1, .innen2, .innen4
{
	width:130px;
	height: 1px; 
	background: #FFFF99;
	margin:15px 0px;
	padding:0px;
	opacity: 0;
	transition: all .25s ease-in;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	position:absolute;
	z-index:50;
}
.aussen:hover .innen1
{
	height:30px;
	opacity:1;
	transition: all .25s ease-in;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	z-index:50;
}

.aussen:hover .innen2
{
	height:60px;
	opacity:1;
	transition: all .25s ease-in;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	z-index:50;
}

.aussen:hover .innen4
{
	height:90px;
	opacity:1;
	transition: all .25s ease-in;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	z-index:50;
}

/* Content */
#content {
	margin-top: 30px;
	padding: 0;
	height: 376px;
	width: 910px;
	background: transparent;
	text-align: justify;
	font:  80% Verdana, Arial, Helvetica, sans-serif;
	color: #366;
	z-index:1;
}

#welcome,#klub,#almanach,#kontakt,#mitglieder,#autoren,#buecher {
	position:relative;
	top:3px;
	left:0px;
	height: 295px;
	width: 904px;
	background:url(../images/klub-doiposle-2016.jpg) no-repeat;
	border:3px solid;
    color:#E3E3E1;
	box-shadow:4px 4px 7px #333;
	z-index:3;
}
#klub {
	background:url(../images/klub.jpg) no-repeat;
}
#almanach {
	background:url(../images/HG_muster-1.jpg) repeat-x;
	height: 520px;
	color: #660000;
	text-align:center;
	border:3px solid;
	border-color:#FFFFFF;
}

/* unvisited link */
#almanach a:link {
    color: #CCCCFF;
}

/* visited link */
#almanach a:visited {
    color: green;
}

/* mouse over link */
#almanach a:hover {
    color: #FF6600;
}

/* selected link */
#almanach a:active {
    color: #999900;
}

#almanach table {
	margin: auto;
}
#almanach table td img{
	box-shadow:4px 4px 7px #333;
}
#mitglieder {
	background:url(../images/mitglieder.jpg) no-repeat;
	height: 140px;
}

#autoren {
	background:url(../images/autoren.jpg) no-repeat;
	height: 200px;
}
#buecher {
	background:url(../images/buecher.jpg) no-repeat;
	height: 312px;
}

#kontakt {
	background:url(../images/kontakt.jpg) no-repeat;
}
#texte {
	position:relative;
	top: 10px;
	background:#F1F0EB;
	color: #000;
	padding:20px;
	width: 870px;
	text-align: justify;
	box-shadow:4px 4px 7px #333;
	z-index:3;
}
#texte table{
	width:870px;
	background:#CAC7B3;
	color: #660000;
	text-align:left;
	
}

#unten {
	position:relative;
	top:3px;
	left:0px;
	height: 419px;
	width: 904px;
	background:url(../images/klub-doiposle-2016-1.jpg) no-repeat;
	border:3px solid;
    color:#E3E3E1;
	box-shadow:4px 4px 7px #333;
	z-index:3;
}

#foot {
	position:relative;
	top:20px;
	left:0px;
	height: 130px;
	width: 870px;
	background: #E3E3E1;
	font:  70% Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #003366;
	padding:20px;
	box-shadow:4px 4px 7px #333;
	z-index:3;
}

#footer {
	
	height: 130px;
	width: 870px;
	background: transparent;
	font:  52% Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #003366;
	
}

#texte b {

	color: #660000;
}
#oben a{
	height: 20px;
	width: 90px;
	text-align: center;
	margin-top: 2px;
}

/* unvisited link */
#oben a:link {
    color: #333300;
	background: #CAC7B3;
	display:block;
}

/* visited link */
#oben a:visited {
    color: #990000;
}

/* mouse over link */
#oben a:hover {
    color: #FF0000;
	background: #FFFFCC;
}

/* selected link */
#oben a:active {
    color: #333300;
}

#ttop {
 position: fixed;
 bottom: 0;
 left: 20px;
 width: 64px;
 height: 51px;
 cursor: pointer;
/* background: url(../images/top.png);*/
}

#ttop a{
	height: 25px;
	width: 100px;
	text-align: center;
	margin-top: 2px;
}
/* unvisited link */
#ttop a:link {
    color: #333300;
	background: #CAC7B3;
	display:block;
}

/* visited link */
#ttop a:visited {
    color: #990000;
}

/* mouse over link */
#ttop a:hover {
    color: #FF0000;
	background: #FFFFCC;
}

/* selected link */
#ttop a:active {
    color: #333300;
}

#zahler {
 position: fixed;
 bottom: 0;
 right: 10px;
}

#flag a {
	background: transparent url(../images/fahne_ru.gif) no-repeat;
    position: fixed;
	top: 430px;
	right: 100px;
	height: 30px;
	width: 50px;
	
}
#rus {
	position: fixed;
	right: 100px;
	top: 460px;
	width: 50px;
	text-decoration:none;
	font-weight:bold;
	font-size:10px;
	text-align: center;
}

#flag a:hover, #behalter #flag a:focus, #behalter #flag a:active {

	 position: fixed;
	 top: 430px;
	 right: 100px;
	 background: transparent url(../images/fahne_ru-over.gif) no-repeat;
	text-decoration:none;
	font-weight:bold;
	font-size:10px;
}
#ger {
	position: fixed;
	right: 40px;
	top: 460px;
	width: 50px;
	text-decoration:none;
	font-weight:bold;
	font-size:10px;
	text-align: center;
}

#fahnede a {

	background: transparent url(../images/fahne_de.gif) no-repeat;
    position: fixed;
	top: 430px;
	right: 40px;
	height: 30px;

	width: 50px;

	float: left;

}

#fahnede a:hover, #behalter #fahnede a:focus, #behalter #fahnede a:active {

	background: transparent url(../images/fahne_de-over.gif) no-repeat;

}