﻿/* Seite selbst */
body {
		background-image:url('images/HGUngarn.jpg');
		background-attachment: fixed;
		background-repeat: no-repeat;
        background-position: center;
}
h1 {
	font-size: 48px;
	color: #2A2A2A;
	font-family: "Times New Roman";
}

/* Ab hier Menu*/
/* normalisieren */	
p {
	color: #000000;
	font-family: "Times New Roman";
	font-weight: bold;
	font-size: 14px;
}
p1 {
	color: #2A2A2A;
	font-family: "Times New Roman";
	font-size: 24px;
}
p2 {
	color: #2A2A2A;
	font-family: "Times New Roman";
	font-weight: bold;
	font-size: 16px;
}
h1 {
	font-size: 48px;
	color: #2A2A2A;
	font-family: "Times New Roman";
}
h2 {
	font-size: 36px;
	color: #2A2A2A;
	font-family: "Times New Roman";
}
a {
	font-family: Times New Roman;
	font-size: 16px;
	color: #ff6600;
	font-weight: bold;
}
body, td, th {
	font-family: Times New Roman;
	font-size: 14px;
    color: #000000
}
a:visited {
	color: #90C;
	text-decoration: none;
}
a:hover {
	color: #FF0;
	text-decoration: none;
	background-color: #9933FF;
}
a:link {
	color: #90C;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	font-family: "Times New Roman";
	font-weight: normal;
	font-size: 12px;
}
.box { 
	padding-left: 100px;
	padding-right: 100px;
}

<script type="text/javascript" src="navigation.js"></script>

.marquee-container {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
.marquee-content {
  display: inline-block;
  animation: marquee 20s linear infinite;
}
@keyframes marquee {
  0%   { transform: translateX(100%); }
  100% { transform: translateX(-100%); }
}
