body{
  font-size: 62.5%; //IE
  margin:0px;
  font: Verdana;
  font-family: Verdana;
  align: justify;
  background-color: white;
  }

html>body{
  font-size: 10px; //Wird vom IE ignoriert
  
  }

#top p, #top h1, #top h2{
	  display: none;
     visibility: hidden;
}



.barrierefrei{
     display: none;
     visibility: hidden;
}  
  
/*Schriftenformatierung*/  
p{  font-size: 1.2em;
    padding-bottom: 5px;
    font-family: Verdana;}

p.footer{
  margin: 2px;
  text-align: right;
  font-size: 0.9em;
  color: white;
  margin-top: 0px;
}
#footer a{
	text-decoration: none;
	font-size: 1em;
	color: white;	
	}
#footer a:hover, #footer a:active{ 
	color: #4751AA;
	}

p.mitte{
  text-align: center;
}
p.rechts{
  text-align: right;
}
#rechts p{
	margin-left: 20px;
	margin-right: 15px;	
}




/*Überschriften*/  
h1, h2, h3, h4, h5 {
  padding: 0px;
  margin: 10px;
  align: left;
  margin-left: 15px;
 }

h1{  
     margin-top: 20px;
     font-size: 2.0em;
     font-weight: bolder;
     color: #4751AA; 
     border-bottom: 1px solid lightgrey;
     max-width: 500px; 
     
     }

h2{   font-size: 1.8em; 
      color: #4751AA; }
h3{   font-size: 1.5em; 
	text-align: center;
	}
h4{   font-size: 1.6em; }
h5{   font-size: 1.5em; margin-top:5px;}


/*Linkformatierung*/  
a{   text-decoration: underline;    }
a:link    {  color: black;}
a:visited {  color: black;}
a:hover, a:active{ color: #4751AA;}



#container{
  /*border : 1px solid black;*/
  width  : 762px;
  margin : auto;
  margin-top: 1px;
  padding-top: 1px;
}

#top{
  border: 1px solid #415FB3;
  width: 760px;
  height: 160px;
  margin-bottom: 2px;
  background-image:url(../images/layout/head.jpg);
  background-repeat: no-repeat;
}

#footer{
	margin-top: 2px;
}


#main{
  border: 1px solid #415FB3;
  width: 760px;
  min-height: 370px;
  /*height: auto;*/
  /*margin-bottom: 2px;*/
  background-color: E0E0F0;
}


/* Menü auf der linken Seite */
#links{
 /*height: 250px;*/
  width: 148px;
  float: left;
  margin-top: 5px;
   
}
#links a{
	text-decoration: none;	
	}


/*Formatierung von Listen*/
ul, ol{
	margin-right: 10px;
}
ul {
      font-size: 1.2em;
      list-style-type:square;
}

#rechts li{
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 15px;	
}

ol {
      font-size: 1.3em;
     }
ol.alpha{
      list-style-type: lower-alpha;
      font-size: 1.0em;
}    

ul.menu{
  list-style-type:none;
  font-size: 1em;
  margin: 0px;
  padding: 5px;   
  padding-left: 5px;
  text-align: left;
  margin-bottom: 5px;
  margin-top: 5px;
  margin-left: 3px;
  }

ul.menu li {
  margin-bottom: 3px;
}

ul.menu a{   text-decoration: none; }
ul.menu a:link    {  color: white; }
ul.menu a:visited {  color: white;  }
ul.menu a:hover, ul.menu a:active{
                     color: orange; }

/* Auflistung in großer Schrift */
ul.large{
    list-style-type: circle;
    font-size: 1.5em;
}
ul.large a{   text-decoration: none;    }
ul.large a:link    {  color: black;}
ul.large a:visited {  color: black;}
ul.large a:hover, ul.menu a:active{ color: #4751AA;}


/*DIV-Container mit IDs*/
#menumechnetev, #mainmenu, #germenu{
  background-image:url(../images/layout/menu.gif);
  background-repeat: no-repeat;
  background-color: #4D67B1;
  border-right: 1px solid #415FB3;
  border-bottom: 1px solid #415FB3;
  border-top: 1px solid #415FB3;
  margin-top: 5px;
  margin-bottom: 10px;  
}

#menumechnetev h5, #mainmenu h5, #germenu h5{ 
  text-align: right;
  color: #262F3D;
  margin: 0px;
  padding: 2px;
  font-size: 1.0em;
}

#rechts{
  margin-left: 152px;
}

#footer{
  border: 1px solid #415FB3;
  width: 760px;
  height: 15px;
  background-image:url(../images/layout/footer.jpg);
}

.bildkasten{
	font-size: 0.9em;
	padding: 15px;
	float: right;
}


/*Formatierung von Grafiken mit IDs*/  
#MechatronikevLogo{
    float: right;
    margin-top: 10px;
    margin-right: 32px;
}
#vorstandmechnet{
    margin: auto;
    padding: auto;
    margin-left: 100px;
 
}


/*Tabellenformatierung*/
table{
	margin-left: 20px;
	margin-right: 20px;
	padding: 2px;
	border: 0px;	
	/*text-align: center;*/
	}
td{
	font-size: 1.3em;
}

td.pagesmiddle{
	width: 10px;
}

	
td.pagesright{
	width: 280px;
}
td.pagesleft{
	width: 280px;
}