/* File : ru001a.css */

/* Farben */

.White         	{color: #FFFFFF;}
.Black         	{color: #000000;}

.SlateGray     	{color: #708090;}
.DarkGray      	{color: #A9A9A9;}

.Aqua          	{color: #00FFFF;}
.Blue          	{color: #0000FF;}
.DarkBlue      	{color: #00008B;}
.RoyalBlue     	{color: #4169E1;}

.PaleGoldenRod 	{color: #EEE8AA;}
.Red           	{color: #FF0000;}
.Fuchsia       	{color: #FF00FF;}

.Yellow        	{color: #FFFF00;}
.LightYellow2   	{color: #FFFF66;}
.Violett       	{color: #EE82EE;}
.Green         	{color: #008000;}
.Cyan          	{color: #00FFFF;}
.LightGoldenrod1	{color: #FFEC8B;}
.LightGoldenrod2	{color: #EEDC82;}

body {
  font: Arial;
  background-color: DarkRed;
  }

* {
  margin:0;
  padding:0;
  }

#seite {
  width: 960px;
  margin: auto;
  padding-left: 0px;
  background-color: DarkRed;
  }

#kopfbereich {
  background-color: DarkRed;
  height:5px;
  padding-left: 0px;
  padding-top: 0px;
  background-image:url(stern5.gif);
  }

#steuerung {
  float: left;
  width: 280px;
  height:1040px;
  background-color: #FFFF66;
  border-style: solid;
  border-width: 1px;
  border-color: black;
  padding-left: 16px;
  padding-top: 16px;
  }

#inhalt {
  background-color: #FFFF66;
  height:1040px;
  margin-left: 320px;
  border-style: solid;
  border-width: 1px;
  border-color: black;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  }

#fussbereich {
  clear: both;
  background-color:DarkRed;
  height:50px;
  padding-left: 16px;
  padding-top: 16px;  
  }

#text1 {
  font-family: Arial;
  font-size: 10px;
  line-height: 15px;
  text-indent: 0em;
  color: DarkBlue;
  }

#text2 {
  font-family: Arial;
  font-size: 26px;
  line-height: 30px;
  font-weight: bolt;
  color: DarkRed;
  }

#text3 {
  font-family: Arial;
  font-size: 60px;
  line-height: 65px;
  font-weight: normal;
  color: DarkBlue;
  }

#text4 {
  font-family: Arial;
  font-size: 26px;
  line-height: 30px;
  font-weight: bolt;
  color: DarkBlue;
  }

#text5 {
  font-family: Arial;
  font-size: 18px;
  line-height: 20px;
  font-weight: normal;
  text-indent: 0em;
  color: DarkBlue;
  }

#text6 {
  font-family: Arial;
  font-size: 18px;
  line-height: 20px;
  font-weight: normal;
  text-align: center;
  text-indent: 0em;
  color: #FFFF66;
  }

#text7 {
  font-family: Arial;
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
  text-indent: 0em;
  color: DarkBlue;
  }

/* Verweis zu noch nicht besuchten Seiten */
a:link { 	
	font-family: Arial;
    	font-size: 26px;
	line-height :30px;
	text-decoration: none;
	color: DarkRed;
	}

/* Verweis zu bereits besuchten Seiten */
a:visited { 
	font-family: Arial;
    	font-size: 26px;
	line-height :30px;
	text-decoration: none;
	color: DarkRed;
    	}

/* Verweise die Fokus erhalten */
a:focus { 
	font-family: Arial;
    	font-size: 26px;
	line-height :30px;
	text-decoration: none;
	color: black;
    	}

/* Link auf den gerade der Mauszeiger ruht */
a:hover { 
	font-family: Arial;
    	font-size: 26px;
	line-height :30px;
	text-decoration: none;
	color: DarkBlue;
    	}

/* Gerade aktiver Link */
a.active { 
	font-family: Arial;
    	font-size: 26px;
	line-height :30px;
	text-decoration: none;
	color: black;
    	}
