body{
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-style: normal;
color: #000000;
background-color: #C6C6C6;
margin-left: 5px;
}

.text{
	font-size: 80%;
}

h1{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 180%;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 0px;
}

.power{
	color: #000000;
	background: #FFF100;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: bold;
	font-style: italic;
}

.proto{
	color: #FFFFFF;
	background: #5F68AD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: bold;
	font-style: italic;
}

.sub{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 50%;
	font-weight: bold;
	font-style: italic;
}

li{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	/*font-size: 85%;*/
	text-align: left;
	/*font-weight: bold;*/
	font-variant: normal;
	letter-spacing: normal;
	line-height: 120%;
	word-spacing: normal;
	/*list-style-image: url(leiterplatten-prototypen/li.gif);*/
}

.powerbut{
	background: #FFF100;
}

.protobut{
	background: #FFF100;
}
	
#center {
top: 50%;
left: 50%;
position: absolute;
width: 720px;
height: 730px;
margin: -365px 0 0 -360px;
padding: 0;
}

a:link {color:#000000; text-decoration : underline;font-weight : normal;}
a:active {color:#000000; text-decoration : none;font-weight : normal;}
a:visited {color:#000000; text-decoration : underline;font-weight : normal;}
a:hover {color:#880A14; text-decoration : none;font-weight : normal;}