body {
	background-color:  #000;
	overflow: scroll;     /* scrollbalken, bzw. Platz dafür auf jeder Seite erzwingen */

 	background-image: url("katzenzitate.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-size: 70%;
	
	width: 1280px;
	height: 1024px;
}

p {
	font-size: 1.1em;
}


ul { 
	list-style-type:none;
}


#hl1 {
	position: fixed;
	top: 400px;
	left: -5%;
	font-family:"comic sans ms","Century Schoolbook L","Times New Roman","Georgia,Serif";
	font-style:italic;
	color: silver;
	text-shadow: 4px 3px 10px rgba(150, 150, 150, 1);
	font-size: 400%;
	z-index: 99;
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);

	transform: rotate(-90deg);

}
@media only screen and (max-width: 980px) {
	#hl1 {
		position: absolute;
		top: 30px;
		left: 25%;
		font-family:"comic sans ms","Century Schoolbook L","Times New Roman","Georgia,Serif";
		font-style:italic;
		color: silver;
		text-shadow: 4px 3px 10px rgba(150, 150, 150, 1);
		font-size: 400%;
		z-index: 99;
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	}
}
#hl2 {
	position: fixed;
	top: 340px;
	left: -6%;
	font-family:"Times New Roman",Georgia,Serif;
	color: silver;
	text-shadow: 6px 4px 5px #aaa;
	font-size: 260%;
	z-index: 99;

	/*	margin: 1% 1% 10px 5%;*/
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);

	transform: rotate(-90deg);

}
@media only screen and (max-width: 980px) {
	#hl2 {
		position: absolute;
		top: 125px;
		left: 24%;
		font-family:"Times New Roman",Georgia,Serif;
		color: silver;
		text-shadow: 6px 4px 5px #aaa;
		font-size: 260%;
		z-index: 99;
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	}
}

#linke_spalte {

  background-color: #000;
  position: absolute;
  width: 20%;
  height: 300%;
  top: 0px;
  left: 0%;
  z-index: 20;
  
border-right: solid gold;
}


#rechte_spalte {

  background-color: #000;
  position: absolute;
  width: 20%;
  height: 300%;
  top: 0px;
  right: 0%;
	z-index: 20;
  
	border-left: solid gold;
}

#mitte_block1 {

	background-color: #000;
	position: absolute;
	width: 50%;
	top: 0px;
	right: 20%;
	left: 20%;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 300px;
	padding-bottom: 100px;
	font-size: 300%;
	color: gold;
	text-shadow: 1px 1px 1px #000;

	border-bottom: solid gold;
	
		z-index: 50;

    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;



}

#mitte_block1:hover{
	color:#fa0;

    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;

}


#mitte_block2 {

	background-color: #000;
	position: absolute;
	width: 50%;
	top: 1200px;
	right: 20%;
	left: 20%;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 60px;
	padding-bottom: 60px;
	font-size: 200%;
	color: silver;
	text-shadow: 1px 1px 1px #000;

	border-bottom: solid gold;
	border-top: solid gold;	
	
	z-index: 50;
}

#mitte_block3 {

	background-color: #000;
	position: absolute;
	width: 50%;
	top: 2200px;
	right: 20%;
	left: 20%;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 20px;
	padding-bottom: 50px;
	font-size: 200%;
	font-weight: bold;
	text-align: center;
	color: gold;
	
	border-bottom: solid gold;
	border-top: solid gold;	
	
	z-index: 50;
}



#mitte_block4 {

	background-color: #000;
	position: absolute;
	width: 50%;
	top: 2600px;
	right: 20%;
	left: 20%;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 800px;
	padding-bottom: 50px;
	font-size: 200%;
	font-weight: bold;
	text-align: center;
	color: gold;
	
	border-bottom: solid gold;
	border-top: solid gold;
	
	z-index: 50;
}

/*
#katerpaule {
	position: fixed;
	top: 270px;
	left: -200px;
	width: 700px;
	height: 200px;
	color: silver;
	z-index: 99;
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);

	transform: rotate(270deg);

}
*/
#impressum {
	position: fixed;
	bottom: 150px;
	right: -50px;
	font-size: 200%;
/*	width: 700px;
	height: 200px;
	color: silver;*/
	z-index: 100;

	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);

	transform: rotate(90deg);

}


a {
        text-decoration:none;
}


#text {
	text-decoration-color: #fff;
	color: silver;
	font-size: 200%;
	margin: 30% 50% 10px 5%;
	text-shadow: 2px 2px 5px #fff;
}

/*.text {
    color: silver;
    text-shadow: 1px 1px 3px #787878;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
}

.text:hover {
    color: goldenrod;
} 
*/
a:link{color: silver;}
a:visited{color:silver;}
a:hover{color:#999;}
a:active{color:#f00;}

a:focus {
  outline: none;
}

.paul-t{
	 top:10px;
/*	right:10px;*/
	position:fixed;
}
/* Knopf-Design */
.knopf {
	cursor: pointer;
	font: 12px Verdana,sans-serif;
	color: #000000;
	border: none;

	width: 200px;
	padding: 2px;
	line-height: 130%;
	font-size: 1.0em; 
	font-weight: 900;
}

.knopf:hover {
	color:#00f;
	letter-spacing: 2px;
	-webkit-transition: all 1s linear;
	-moz-transition: all 1s linear;
	-o-transition: all 1s linear;
	transition: all 1s linear;
}


a::first-letter {
        font-family:"comic sans ms","Century Schoolbook L","Times New Roman","Georgia,Serif";
	letter-spacing: 4px;
	font-weight:bold;
	font-size:1.2em;
}


