/* TimeToBe*/
/* 11-08-09*/
/* copyright by MarLa*/

*{padding: 0; margin: 0;}


body {
  background-image: url(img/bg.jpg);
  background-repeat: repeat-x;
  background-color: #1C1C1C;
  font-family: Comic Sans MS, Verdana, Arial, sans-serif;
  font-size: 14px;
  color: black;
  font-weight: bold;
}

h1 {
  font-size: 180%;
  color: #800080;    /*purple*/
}

h2 {
  font-size: 135%;
  color: #800080;  /*purple*/
}

h3 {
  font-size: 110%;
  }

/*Hyperlinks*/

a:link {
  color: #800080;   /*purple*/
}
a:visited {
  color: #800080;    /*purple*/
}
a:hover {
  color: #008B8B;    /*dunkelgrün*/
}

/*/////Container//////*/
#container {
  width: 921px;
  background-color: #C0C0C0; /*silver*/
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  border: 1px solid #800080;  /*purple*/ 
  }

/*****Kopf******/
#header {
  background-color: #800080;  /*purple*/
  border-bottom: 3px solid #800080;  /*purple*/ 
}

/******Navigation******/
#navigation {
  float: left;
  background-color: #C0C0C0;   /*silver*/
  width: 150px;
  padding: 10px;
  padding-top: 15px;
}  

#navigation li {
  background-color: #808080; /*gray*/
  list-style-type: none;
  padding: 5px;
  margin: 7px;
	border-left: 12px solid #800080;   /*purple*/
}

#navigation a {
  text-decoration: none;
  display:block;
}

#navigation a:link {
  color: #E5E5E5; /*helles silber*/
}

#navigation a:visited {
  color: #E5E5E5;  /*helles silber*/
}

#navigation a:hover {
  color: #800080;    /*purple*/
}

/******Inhalt1******/
#inhalt1 {
  margin-left: 150px;
  width: 550px;
	padding: 15px;
  padding-left: 25px;
  background-color: #C0C0C0;   /*silver*/
}

/***Pictures***/
#navi-pics a {
	text-decoration: none;
}

#navi-pics td {
  padding-right: 25px;
}

#pictures img{
	border: 3px solid;
}


/***Einmaleins***/
#einmaleins {
  padding: 15px;
}


/***Links***/
#links {
}


/******Inhalt2******/
#inhalt2 {
  font-family: Verdana, Arial, sans-serif;
  font-weight: normal;
  font-size: 10px;
  background-color: #C0C0C0;    /*silver*/
  width: 150px;
  padding-left: 5px;
  padding-top: 5px;
  float: right;
 }

#inhalt2 li{
  list-style-type: none;
  border-left: 3px solid #800080;    /*purple*/
  padding-left: 5px;
  margin-bottom: 15px;
  margin-right: 10px;
  margin-top: 15px;
}


/*******Fuß*******/
#fouter {
  background-color: #808080;   /*gray*/
  padding-top: 3px;
  padding-bottom: 3px;
  clear: both; 
}

#fouter table {
  font-size: 13px;
  font-weight: bold;
	width: 891px; 
  margin-right: 15px;
  margin-left: 15px;
}

#fouter a:link {
  color: #C0C0C0;   /*silver*/
}

#fouter a:visited {
  color: #C0C0C0;   /*silver*/
}

#fouter a:hover {
  color: #800080;    /*purple*/
}


/*******Besucherzähler und Datum*******/  
#counter {
  background-color: #C0C0C0;  /*silver*/
  
  
} 

#counter table {
  font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
  width: 891px;
  margin-right: 15px;
  margin-left: 15px;
}


/*/////////Klassen////////*/

.infinitylink a {
  font-size: 18px;
  font-weight: normal;
}





