body {
  font-family: Arial,Helvetica;
  font-size:12px;
  line-height:14px;
  margin:5px 5px 5px 40px;
  behavior:url("csshover.htc");
}

h1 {
  font-weight:bold;
  padding-bottom:5px;
  font-size:14px;
  line-height:16px;
  background:#D5ECE4;
  padding:3px;
}

h2 {
  font-weight:bold;
  padding-bottom:5px;
  font-size:14px;
  line-height:16px;
  color:#336666;
  padding:3px;
}

h3 {
  font-weight:bold;
  padding-bottom:5px;
  font-size:12px;
  line-height:18px;
  color:black;
  padding:0px;
}

td {
  font-family: Arial,Helvetica;
  font-size:12px;
  line-height:18px;
}

tr {
  font-family: Arial,Helvetica;
  font-size:12px;
  line-height:18px;
}

p {
  font-size:12px;
  line-height:18px;
  text-align:justify;
}

#center p {
  text-align:center;
}

input
{
	background-color : white;
	font-family : Arial,Helvetica;
	font-size : 12px;
	border : 1px solid Silver;
}

input:hover {
	border : 1px solid #336666;
}

textarea {
	background-color : white;
	font-family :Arial,Helvetica;
	font-size : 12px;
/*	border : 1px solid Silver;*/
}

select {
  font-size:14px;
  line-height:18px;
/*	border : 1px solid Silver;*/
}

a {
  color:#346767;
 font-weight:bold;
}

a:hover {
  color:#000000;
}

ul {
	list-style-image:url(http://www.sommerschule-mikroelektronik.de/img/bullet_green_square.gif)
}

.important  { background-color:#FFDDDD; border:solid 1px black; padding:5px;} 
.small      { font-size:10px;line-height:13px;}


#photo img {
border:1px solid #336666;
}

#photo td {
text-align:center;
vertical-align:middle;
}

/*** old ***/


.green      { color:#2B6B6B;}
.bg_grey    { background-color:#EEEEEE;}


