@charset "utf-8";


.Design1 {
	/* hier wird das Hintergrundbild ausgewählt*/
	background-image: url(../Webdesignbilder/Webhintergrund2.jpg);
	/*Das Hintergrundbild wird von oben nach unten wiederholt, es ist ja nur 1px hoch mit 
	repeat-x würde ein 1px breites Bild benutzt werden können*/
	background-repeat: repeat-y;
	font-family: "Eras Light ITC";
}
	
	.Seitenueberschrift {
	position:absolute;
	top:27px;
	left:70px;
	width:auto;
	height:auto;
	z-index:4;
	font-size: 42px;
	font-style: normal;
	font-weight: bold;
	color: #800000;
	background-image: url(../Webdesignbilder/teilweiss.png);
	display: inline;
	padding-left: 30px;
	padding-bottom: 5px;
	padding-top: 10px;
	padding-right: 20px;
}
.Seitenueberschriftkl {
	width:auto;
	height:auto;
	z-index:4;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #800000;
	display: inline;
}
	
.linkerText {
	top:137px;
	left:225px;
	width:223px;
	height:auto;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	position: absolute;
	padding-left: 5px;
	padding-right: 5px;
	z-index: 3;   /* je höher die Zahl, desto weiter oben ist die "Folie" mit dem Seiteninhalt*/
	background-image: url(../Webdesignbilder/teilweiss.png);
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #444444;
}
.Haupttext {
	position:absolute;
	top:180px;
	left:40%;
	width:400px;
	height:auto;
	font-size: 18px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	font-weight: bolder;
	z-index: 4;  /* je höher die Zahl, desto weiter oben ist die "Folie" mit dem Seiteninhalt*/
	text-align: center;
	background-color: #FFFFFF;
	color: #444444;
	}
	
	.HaupttextGalerien {
	position:absolute;
	top:180px;
	left:27%;
	width:65%;
	height:auto;
	font-size: 18px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bolder;
	z-index: 4;  /* je höher die Zahl, desto weiter oben ist die "Folie" mit dem Seiteninhalt*/
	text-align: left;
	color: #444444;
	background-image: url(../Webdesignbilder/teilweiss.png);
	}	
	.bildershow {
	border:none;
	padding-bottom: 10px;
	padding-top: 10px;
	background-color: #800000;
	text-align: center;
	width: 260px;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0 auto;
	vertical-align: middle;
}
.bildtext {
	height: 50px;
	vertical-align: top;
	background-color: #FFFFFF;
	color: #800000;
	text-align: center;
}
		.pressetabelle{
	z-index: 7;
	position: absolute;
	top: 490px;
	left: 50%;

	}
	
.Abschnittsueberschrift {
	position:absolute;
	top:137px;
	left:40%;
	width:400px;
	font-size: 20pt;
	font-weight: 700;
	color: #800000;
	text-align: center;
	z-index: 5;
}


.rechterText {
	top:150px;
	left:79%;
	width:206px;
	height:auto;
	font-size: 16px;
	font-style: normal;
	position: absolute;
	padding-left: 10px;
	padding-right: 10px;
	z-index: 3;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
	color: #FFFFFF;
	background-image: url(../Webdesignbilder/shadow.jpg);
	background-repeat: repeat-y;
}

/* Hier wird die Horizontale Linie unter der Überschrift positioniert*/

.lagehorizlinie {
	position: absolute;
	height: auto;
	width: 92%;
	left: 60px;
	top: 92px;
}
/* Um zwischendurch andere Schriftgößen und Farbn zu verwenden kann das folgende benutzt werden*/
.riesigrot {
	font-size: 42pt;
	font-weight: bold;
	color: #800000;
	}
.riesiggrau{
	font-size: 42pt;
	font-weight: bold;
	color: #444444;
	}
.grossrot {
	font-size: 18pt;
	font-weight: 700;
	color: #800000;
	}


.hervorgehobenerText {
	font-size: 18pt;
	font-weight: 700;
	color: #444444;
	}
	
.kleingrau {
	font-size: 10pt;
	font-weight: normal;
	color: #444444;
	}	

/* Um die andere Textpositionen innerhalb eines bestehenden Textes zu benutzen muß eine "<div-class> und keine <span-class> benutzT werden*/
.Linksbuendig 
{
		text-align: left;
	}	
.Rechtsbuendig
{
	text-align:right
	}
.Zentriert 
{
text-align:center
}
.Block
{text-align:justify
}

/* Um die andere Textpositionen innerhalb eines bestehenden Textes zu benutzen muß eine "<div-class> und keine <span-class> benutzT werden*/
.Webdesignlink {
	font-family: "Times New Roman", Times, serif;
	font-size: 9pt;
	font-weight: normal;
	color: #dedcdc;
	position: fixed;
	left: 5px;
	bottom: 5px;
}
.Galerielink {
	/* Hier wird die Größe des Galerielinks festgelegt. 
Das fixed sorgt dafür, das mann nicht scollen kann. absolute wäre auch möglich*/
	
	height:auto;
	z-index: 6;
	line-height:10mm;
	display: block;
	background-position: center center;
	position: absolute;
	left: 145px;
}
.menue {
	/* Hier wird die Position und Größe der Navigationstabelle festgelegt. 
Das fixed sorgt dafür, das mann nicht scollen kann. absolute wäre auch möglich*/
	position:fixed;
	left:50px;
	height:auto;
	z-index: 3;
	line-height:10mm;
	display: block;
	background-position: center center;
	top: 140px;
}
/*  a:link sorgt für das Erscheinungsbild der Links
	a:visited ist der Styl besuchter Links
    a:hover ist das Erscheinungsbild wenn die Maus über dem Link steht*/

a.type1:link {
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 15px;
	color: #FFFFFF;
	background-image: url(../Webdesignbilder/doppelbutton.png);
	background-repeat: no-repeat;
	width: 120px;
	height: 38px;
	outline: none;
}
a.type1:visited{
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 15px;
	color: #FFFFFF;
	background-image: url(../Webdesignbilder/doppelbutton.png);
	background-repeat: no-repeat;
	width: 120px;
	height: 38px;
	outline: none;
}

a.type1:hover
{
	display: block;
	font-size: 15px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(../Webdesignbilder/doppelbutton.png);
	background-repeat: no-repeat;
	width: 120px;
	background-position: 0px -38px;
} 

/*  Hier wird der Link zu mir als Webdesigner in einem anderen Stil erzeugt*/
a.type2:link
{
	font-family: "Times New Roman", Times, serif;
	font-size: 9pt;
	color: #dedcdc;
	}
a.type2:visited
{
	font-family: "Times New Roman", Times, serif;
	font-size: 9pt;
	color: #dedcdc;
	outline: none;
		}
		
a.type2:hover
{
	font-family: "Times New Roman", Times, serif;
	font-size: 9pt;
	color: #808080;	
		}
		
/*  Hier wird der Link für die Galerie in einem 3. Stil erzeugt*/		
a.type3:link
{
	
	font-size: 16pt;
	color: #800000;
	}
a.type3:visited
{
	
	font-size:16pt;
	color: #800000;
	outline: none;
		}
		
a.type3:hover
{
	outline: none;
	font-size:16pt;
	color: #7F1F00;	
		}
a.type3:active
{
outline: none;
}