@charset "UTF-8";
/* CSS Document */

body {
	margin-top: 25px;
	background-image: url(image/elektro-micic_bg.jpg);
	background-repeat: repeat-x;
	background-color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.rahmen {
	border: 1px solid #FFF;
}
.rahmen_unten {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: solid;
	border-top-color: #F00;
	border-bottom-color: #666;
}
.weiss_klein {
	font-size: 10px;
	color: #FFF;
	font-weight: lighter;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
}
.schwarz_klein {
	font-size: 10px;
	color: #000;
	font-weight: lighter;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
}
.schwarz_normal {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.rot_normal {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #E22520;
}

a:link {
	color: #F00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F00;
}
a:hover {
	text-decoration: none;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #666;
}
