/* Schriftformatierung */

h1 {
	text-align: left;
	font-family: sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	padding: 5px 5px 0px 5px;
}
h2 {
	text-align: left;
	font-family: sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	padding-left:5px;
	padding-right:5px;
}
p {
	text-align: justify;
	font-family: sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	padding: 5px 5px 0px 5px;
}
a:link, a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #cf001b;
}
a:hover {
	text-decoration: underline;
	color: #cf001b;
	}
a:active {
	text-decoration: underline;
	color: #cf001b;
	}
	
.float{
	float:left; 
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 10px;
}

	
/* Blockaufteilung */

span#rahmen {
	position: absolute;
	left: 50%;
	margin-top: 10px;
	margin-bottom: 30px;
	margin-left: -390px;
	width: 780px;
}
div#logo{
	position: relative;
	margin-left: 10px;
	margin-top: 5px;
	width: 780px;
	height: 70px;
	background-image: url(../bilder/tegra_logo.jpg);
}
div#linkleiste{
	position: relative;
	margin-left: 10px;
	margin-top: -14px;
	padding: 2px 2px 3px 2px;
	background-color: #CCCCCC;
	width: 780px;
	font-family: sans-serif;
	font-size: 9px;
}

ul#menu {
	position: absolute;
	text-align: center;
	width: 780px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #cf001b; 
	z-index: 2;
}
ul#menu li{
	list-style: none;
	float: left;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #cf001b; /* Hintergrund für Hauptfeld */
	border-right: 1px solid #ffffff;
}
ul#menu li ul{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	top: 17px;
	left: 0px;
	display: none;
}
ul#menu li:hover ul {
   display: block;
}
ul#menu li ul li {
   float: none;
   display: block;
   margin: 0px 0px 0px 0px;
	background-color: #999999; /* Hintergrund für Ausklappfelder */
}
ul#menu a {
	display: block;
	width: 103px; /* Breite den in li enthaltenen Elementen zuweisen */
	padding: 3px 2px 3px 2px;
	text-decoration: none;
	color: #ffffff;
	font-weight: bolder;
	font-family: sans-serif;
	font-size: 9px;
}
ul#menu a:hover {
	display: block;
	width: 103px; /* Breite den in li enthaltenen Elementen zuweisen */
	padding: 3px 2px 3px 2px;
	text-decoration: none;
	font-weight: bolder;
	color: #cf001b;
	background-color: #fde7db;
}
div#bild{
	position: absolute;
	margin-top: 18px;
	width: 780px;
	height: 173px;
	z-index: 1;
}

span#links {
	position: absolute;
	width: 560px;
	margin-top: 200px;
}
div#linksblock {
	position: static;
	width: 560px;
	margin-top: 10px;
	border: 1px solid #ffffff;
	border-left-color: #000000;
	border-top-color: #000000;
}
span#rechts {
	position: absolute;
	width: 200px;
	margin-top: 200px;
	margin-left: 580px;
}
div#rechtsblock {
	position: static;
	width: 200px;
	margin-top: 10px;
	background-color: #fde7db;
	border: 1px solid #ffffff;
	border-left-color: #000000;
	border-top-color: #000000;
}

span#beide {
	position: absolute;
	width: 780px;
	margin-left: 10px;
	margin-top: 10px;
}
div#beideblock {
	position: static;
	width: 780px;
	margin-top: 10px;
	border: 1px solid #ffffff;
	border-left-color: #000000;
	border-top-color: #000000;
}

span#links2 {
	position: absolute;
	width: 380px;
	margin-top: 200px;
}
div#linksblock2 {
	position: static;
	width: 380px;
	margin-top: 10px;
	border: 1px solid #ffffff;
	border-left-color: #000000;
	border-top-color: #000000;
}
span#rechts2 {
	position: absolute;
	width: 380px;
	margin-top: 200px;;
	margin-left: 400px;
}
div#rechtsblock2 {
	position: static;
	width: 380px;
	margin-top: 10px;
	border: 1px solid #ffffff;
	border-left-color: #000000;
	border-top-color: #000000;
}