body{
	margin: 0px;
	padding: 0px;
	background-color: #2B2F30;
	color: #99A3A4;
	font-family: Trebuchet, Geneva, sans-serif;
	background-image: url(images/main_bg.jpg);
	background-repeat: repeat-x;
	}

div#container
{
	width: 500px;
	margin: 0 auto 0 auto;
}
div#header
{
height:150px;
}

div#menu
{
	position: relative;
	width: 500px;
	height: 30px;
	text-align: center;

	background-repeat: no-repeat;
	padding-top: 10px;
}


div#menu a
{
	text-transform: uppercase;
	text-decoration:none;
	color:#FFFFFF;
	margin: 0px 3px;
	font-size: 10px;
	font-weight: bold;
}

div#menu a:hover{

	color:#14A2DE;
}


div#content
{
	position: relative;
	width: 500px;
	padding: 3px;
	background-image: url(images/content_bg.jpg);
	background-repeat: no-repeat;
}

div#content a
{
font-family: "Trebuchet MS","Lucida Grande", sans-serif;
font-size: 13px;
color: #99A3A4;
}

div#content a:hover
{
color: #14A2DE;
}

div#content h3
{

	font-family: "Trebuchet MS","Lucida Grande", sans-serif;
	font-size: 19px;
	line-height: 17px;
	font-weight: normal;
	color: #14A2DE;
	margin-top: 20px;
	margin-bottom: 25px;
}
 
div#content p
{
font-family: "Trebuchet MS", sans-serif;
font-size: 13px;
color: #99A3A4;
}

div#content ul li {
	color: #99A3A4;
	font-size: 13px;
}

div#content ul
{
margin-bottom: 35px;	
}

div#content input
{
	border: 1px solid #CCCCCC;
	background-color: #999999;
}

div#content input#name, input#adress
{
	width: 400px;
	margin-left: 55px;
}


div#content input#phone
{
	width: 250px;
	margin-left: 184px;
}

div#content input#email
{
	width: 250px;
	margin-left: 174px;
}

div#content input#home
{
	width: 90px;
	margin-left: 102px;
}

div#content input#international
{
	width: 90px;
	margin-left: 80px;
}

div#content textarea
{
	width: 493px;
	border: 1px solid #CCCCCC;
	background-color: #999999;
}


div#content input#ellenorzes
{
	margin-left: 105px;
}


div#content input:hover
{
	background-color: #ADC0C9;
	border: 1px solid #14A2DE;
}

div#content textarea:hover
{
	background-color: #ADC0C9;
	border: 1px solid #14A2DE;
}

div#content input#pname
	{
	width: 400px;
	margin-left: 60px;
	}

div#content input#pcname
	{
	width: 400px;
	margin-left: 39px;
	}
	
div#content input#pemail
	{
	width: 400px;
	margin-left: 50px;
	}
	
div#content input#pphone
	{
	width: 400px;
	margin-left: 38px;
	}
	
div#content input#pfile
	{
	border: 1px solid #CCCCCC;
	background-color: #999999;
	margin-left: 60px;
	}
	
div#content input#pfp
	{
	border: 1px solid #CCCCCC;
	background-color: #999999;
	margin-left: 120px;
	}

div#content div#number 
{
	text-align: center;
	font-family: Trebuchet, Geneva, sans-serif;
	padding: 3px;

}

div#content div#number p span
{
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
}

div#content div#button
{
text-align: center;
margin-top: 25px;
margin-bottom: 25px;
}

div#content .img
{
	border: 2px solid #14A2DE;
	background-color: #CCCCCC;
	padding: 1px;
	margin-top: 4px;
	margin-right: 8px;
	margin-bottom: 4px;

}

div#footer p
{
font-family: "Trebuchet MS", sans-serif;
font-size: 10px;
color: #99A3A4;
}

div#footer a
{
font-family: "Trebuchet MS", sans-serif;
font-size: 10px;
color: #99A3A4;
}

div#footer a:hover
{
color: #ff0000;
text-decoration: none;
}

div#error
{
font-family: "Trebuchet MS", sans-serif;
font-size: 13px;
color: #ff0000;
}

div#content .img:hover
{
	border: 2px solid #FFFFFF;
}

