@charset "UTF-8";
/* CSS Document */


/* FONT */

body { font-family: Helvetica, Arial, sans-serif;
font-size: 1.75em;
line-height: 1em;
letter-spacing: 0.1em;
/* font-weight: bold; */
color: black;
}

.Stil1 {font-size: 14px}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

/* IMAGES */

a img { border: none ; }

.bg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5000;
}

.tag {
	width: 500;
	height: 197;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 6100;
}


.logos{
  position:fixed;
  top:0;
  right:0;
  z-index:6100; /* or higher/lower depending on other elements */
}

.menu{
  position:fixed;
  bottom:0;
  left:0;
  z-index:6100; /* or higher/lower depending on other elements */
  
}

/* container */

 div#main {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 790px;
    padding: 0em;
	z-index: 5100;
    border: 0px ridge silver;
  }

#shirtcontainer1 {
	background: url(abbildungen/transpWhite.png);
	padding: 5px 0 5px 0;
	position: relative;
	top: 170px;
	left: 0px;
	width: 100%;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	color: black;
	font-size: 18px;
	z-index: 6000;
}

#shirtcontainer2 {
	background: url(abbildungen/transpWhite.png);
	padding: 5px 0 5px 0;
	position: relative;
	top: 180px;
	left: 0px;
	width: 100%;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	color: black;
	font-size: 18px;
	z-index: 6000;
}

#shirtcontainer3 {
	background: url(abbildungen/transpWhite.png);
	padding: 5px 0 5px 0;
	position: relative;
	top: 210px;
	left: 0px;
	width: 100%;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	color: black;
	font-size: 18px;
	line-height: 1em;
	z-index: 6000;
}

#shirtcontainer4 {
	background: url(abbildungen/transpWhite.png);
	padding: 5px 0 5px 0;
	position: relative;
	top: 230px;
	left: 0px;
	width: 100%;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	color: black;
	font-size: 13px;
	line-height: 1.2em;
	z-index: 6000;
	letter-spacing: 0.1em;
}

#imp {
	padding: 5px 0 5px 0;
	position:fixed;
	bottom:0;
	right: 20px;
	width: 100px;
	text-align: right;
	font-family: Helvetica, Arial, sans-serif;
	color: black;
	font-size: 10px;
	z-index: 7000;
	letter-spacing: 0.1em;
	  
}

#shirtgallery {
	background: url(abbildungen/transpWhite.png);
	padding: 5px 0 5px 0;
	position: relative;
	top: 200px;
	left: 0px;
	width: 100%;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	color: black;
	font-size: 13px;
	z-index: 5500;
	letter-spacing: 0.1em;
	line-height: 1.4em;
}