/* VINTAGE MEN
Start: 03.06.2023
Letze Aenderung am 25.12.2023
*/
/* Wichtige Farben

*/

/* Allgemeines */

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 100.01%; 
	font-family: Verdana, Arial, sans-serif;	
	line-height: 120%;
	text-align: center;
}

html { 
	background: black url("../img/VMlogo.png") no-repeat center fixed; 
x	background: linear-gradient(180deg, #000000, #ffffff)
}

img {
	border: 0px;
}

p {
	padding: 10px 0 10px 0;
}

p.news {
	margin: 10px 0px 0px 0px;
}


.eins {
	font-size: 12px;
}


a {
	color: black;
}

#seite {
	width: 1400px;
	height: 850px;
	margin: 50px auto;
	background-image: url("../img/dot.png");
	background-repeat: repeat;
	color: black;
	z-index: 0;
	text-align:center;
}

#seite1 {
	width: 1400px;
	margin: 50px auto;
	background-image: url("../img/dot.png");
	background-repeat: repeat;
	color: black;
	z-index: 0;
	text-align:center;
}

.inside{
    /* Container horizontal mittig platzieren */
    margin: auto;
}


h1 {
	display: none;
}

#top {
	margin: 20px 0 20px; 0;
	z-index: 10;
}


#bild {
	margin: 10px;
	border: 10px groove white;
}

#bildtop {
	z-index: 20;
	margin: 10px 0 0 0;
}

.logolive {
	
}

.content {
	width: 1400px;
	text-align: center;
}

.content dt {
	font-weight: bold;
	font-size: 20px;
	font-variant: small-caps;
	letter-spacing: 4px;
	}

.content dd {
	font-size: 14px;
	padding: 0 0 30px 0;
}

.content1 {
	width: 1300px;
	text-align: left;
	padding: 50px;
}

/* Navigation */

.nav-here {
	color: whitesmoke;
	text-shadow: black 2px 2px 3px;
}


#navigation {
	position: relative;
	float: left;
	width: 1400px;
	height: 35px;
	background-color: gray;
	text-align: center;
	font-size: 30px;
	color: black;
	font-weight: bold;
	padding-top: 10px;
	text-shadow: white 2px 2px 3px;
}

#navigation ul li {
	list-style-type: none;
	display: inline;
	padding-right: 100px;
}

#navigation a:link {
	color: black;
	text-decoration: none;
	font-weight: bold;
}

#navigation a:visited {
	text-decoration: none;
}

#navigation a:hover {
	color: whitesmoke;
	text-shadow: black 2px 2px 3px;
	text-decoration: none;
}

.cleaner {
	clear: both;
	height: 1px;
	font-size: 1px;
	border: 0px none;
	margin: 0; 
	padding: 0;
	background: transparent;
}

/* footer Beginn */

#footer {
	width: 1400px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 12px;
	color: black;
	font-weight: bold;
}

#footer ul li {
	list-style-type: none;
	display: inline;
	padding-right: 10px;
}

#footer a:link {
	color: black;
	text-decoration: none;
	font-weight: bold;
}

#footer a:visited {
	color: black;
	text-decoration: none;
}

#footer a:hover {
	color: white;
	text-decoration: none;
	background-color: black;
}

/* footer Ende */

/* footer Hompage Beginn */

#footer1 {
	position: absolute;	
	width: 1400px;
	padding-top: 580px;
	text-align: center;
	font-size: 12px;
	color: black;
	font-weight: bold;
}

#footer1 ul li {
	list-style-type: none;
	display: inline;
	padding-right: 10px;
}

#footer1 a:link {
	color: black;
	text-decoration: none;
	font-weight: bold;
}

#footer1 a:visited {
	color: black;
	text-decoration: none;
}

#footer1 a:hover {
	color: white;
	text-decoration: none;
	background-color: black;
}

/* footer Homepage Ende */




h1 {
	display: none;
}

h2 {
	font-size: 30px;
	letter-spacing: 3px;
	padding-top: 50px;
	padding-bottom: 20px;	
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #AB0505;
}

.img {
	float: right;
	padding-left: 20px;
}


/* Slideshow Homepage */

.fadein { 
	position: relative;	
	 }
.fadein img { 
	position: absolute;
	margin: 10px;
	border: 10px groove white;  
	left:25px; 
	top:50px; }

/* Slideshow Homepage Ende */



/* Gigs */



table {
x	margin: 0 50px 0 50px;
	
}


td {
x	width: 980px;
	padding-top: 20px;
	padding-right: 30px;
}

tr {
	font-weight: bold;
	line-height: 20px;
}

tr.grey {
	font-weight: normal;
	color: #626262;
}

/* Gigs Ende */


/* Bandpics Beginn */


#content {
	position: relative;
	height: 1000px;
	margin: 50px;
	text-align: left;
}

#tom {
	position: absolute;	
	top: 40px;
	left: 30px;
}

#tom dt {
	text-align: right;
}

#chris {
	position: absolute;
	top: 40px;
	left: 860px;
}

#chris dt {
	text-align: right;
}

#welli {
	position: absolute;
	top: 580px;
	left: 30px;
}

#welli dt {
	text-align: right;
}

#ck {
	position: absolute;;
	top: 580px;
	left: 860px;
}

#ck dt {
	text-align: right;
}

