@charset "utf-8";
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body {
	font-size: 100.01%;
	background-color:#000;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
p {
	font-size: 1.5em;
	color: #FFF;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#wrapper {
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#container {
	height: 510px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/pageweb.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#promo {
	color: #FFF;
	background-color: #000;
	text-align: center;
	height: auto;
	width: 960px;
	margin-left: 0px;
}
#fronius {
	height: 1000px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#form {
	height: 876px;
	width: 960px;
	background-image: url(../images/fronius.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#form h1 {
	padding-top: 130px;
	font-weight: bold;
	font-size: 1.6em;
	color: #fecc02;
	padding-left: 180px;
}

#form h2 {
	margin-bottom: 10px;
	padding-left: 180px;
	padding-right: 160px;
}

#form table caption {
	color: #e2040a;
	font-weight: bold;
	font-size: 1.2em;
}
#form table tr td h4 {
	font-size: 1.1em;
}
#form table tr td h5 {
	text-align: right;
	font-size: 1.2em;
	margin-right: 10px;
}
#confirmation {
	height: 876px;
	width: 960px;
}




a {
	color: #C00;
}

.red {
	color: #C00;
}
