/* CSS Document */

body, td, th {
	color:#990000;
	background-color: #FFCC00;
}

body {
	background-color: #FFCC00;
	background-image: url(images/verlaufLR2.png);
	background-position: center;
	background-repeat: repeat-y;
}

.seitenposition {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 570px;
	top: 1em;
}

.ueberschrift {
	font: "Times New Roman", Times, serif;
	font-size: xx-large;
	position: relative;
}

.ueberschrift2 {
	font: Arial, Helvetica, sans-serif;
	font-size: x-large;
	position: relative;
	top: 1em;
}

.text {
	font: "Times New Roman", Times, serif;
	font-size: large;
	position: relative;
	top: 3em;
}

.homeflash {
	top: 5em;
	position: relative;
}

#homelist {
	font-size: 18px;
}

#homeconclusion {
	font-size: 23px;
	line-height: 0.7;
}

.cursorpointer {
	cursor: pointer;
}













/* Ab hier betrifft es nur die Navigationsleiste */

.navigationsleistenposition {
	position: absolute;
	top: 8em;
	width: auto;
	left: -160px;
}

#navcontainer {
	width: 154px; text-align: left; 
	border-bottom: none; 
	margin-bottom: 2em;
}

#navcontainer ul {
	margin: 0; padding: 0;	
  	list-style-type: none;
	/* text-indent gibt den Abstand des Textes vom Seitenrand an*/
  	/*text-indent: 20px;*/
	letter-spacing: 1px;
}
  
#navcontainer li {
	background: url(buttons/menuebutton2.jpg);
	list-style-image: none;
  	margin: 0; 
	/*border-bottom: 1px solid black;*/
}

#navcontainer a {
	display: block;
  	width: 154px;
	height: 50px;
  	font: 25px/48px Arial;
  text-align: center;
}

#navcontainer  a:link, #navcontainer  a:visited {
  	background: url(buttons/menuebutton2.jpg);
  	color: #000000;
	text-decoration: none; 
  	padding-bottom: 0;
}

#navcontainer li a:hover {
  background: url(buttons/menuebutton2.jpg) 
  /* hier wird das Image verschoben */
  0px -50px no-repeat; 
  color: #FFCC00;
  text-decoration: none;
}

#navcontainer li a#current {
  background: url(buttons/menuebutton2.jpg);
  color: #FFCC00;
  text-decoration: none;
}

