

body,div,p,img,form,h1,h2,h3,h4,h5,h6 { 
    margin: 0; 
    padding: 0; 
    border: 0;
}

ul {
	padding-left: 2em;	
}

body {
	/* oldal eredeti háttér színe: 666666*/
	background-color: #FF00FF;
	text-align: center;
	margin-top: 5px;
}

.page {
	/* lap szélességeének szászaléka: */
	width: 860px;
}

#logo {
	margin: 0 auto;
	text-align: left;
	font-family: Union, Trebuchet MS, Arial;
	font-size: 1.7em;	
	margin-bottom: 0.2em;
	letter-spacing: -0.01em;
}

#logo a:link, #logo a:visited, #logo a:hover, #logo a:active {
	text-decoration: none;
	/* logo color 1:C43917 */
	color: #FFFFFF;
}

#logo_black {
	/* logo color 2: */
	color: #000000;
}

#contentbox {
	/*háttér tábla színe */
    background-color:#ff9600;                
	margin: 0 auto;
	text-align: left;
}

/* menu: */

#menu {
	
	height: 20px;
	width: 860px;
	text-align: center;
	color: #fff;
	font-family: Verdana, Arial;
	font-size: 12px;
	padding-top: 5px;
	margin-left: 5px;
	font-weight: none;

}

#menu a:link {
	color: #fff;
	text-decoration: none;
}
#menu a:visited {
	color: #fff;
	text-decoration: none;
}

#menu a:hover {
	color: #e8e6e6;
	text-decoration: bold; 
}

#menu a:active {
	color: #ff6800;
	text-decoration: bold;
}

#padding {
	padding: 0.5em;
}

#innerpage {
	/* bal kép/háttér */
	background-image: url("../kiadvany/mm3000.jpg");
	background-repeat: no-repeat;
	padding: 0px;
	/*lap magassága*/
    height: 640px;
}


#content {
	background-color:#ff9600; 
	float: right; 
	width: 373px; 
	height: 630px;
	padding: 5px;
	font-family: Verdana, Arial;
	font-size: 12;
	overflow: auto;
}

#content p {
	font-size: 12px;
}

/* heading */
#content h1 {
	font-size: 14px;
	font-family: Trebuchet MS;
	margin-top: 2px;
	margin-bottom: 2px;
	color: #BF2016;
}
#content h2 {
	font-size: 13px;
	font-family: Trebuchet MS;
	margin-top: 2px;
	margin-bottom: 2px;
	color: #BF2016;
}

/* link colors */
#content a:link {
	color: #C2361D;
        text-decoration: none;
}

#content a:hover, #content a:active {
	color: #33201D;
        text-decoration: none;
}

#content a:visited {
	color: #892614;
        text-decoration: none;
}
.photos {
	margin-bottom: px;
}
.photos a {
	width: 80px;
	float: left;
	text-align: center;
	color: #A2A3A6;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	padding: 6px;
	margin-top:px;
}
.photos a:hover {
	background: #FFFFFF;
	color: #FFFFFF
}

#footer {
	clear: both;
	width: 860px;
	height: 20px;
	margin: 10px auto;
	padding: 0px 0px;
	background: #d90000;
    color: #FFFFFF;
}
form label.text, label.texttermek {
	display:block;
	border-color:#305e39; 
	float: left;
	width: 40%;
	text-align: right; 
	margin: 5px 0 0 0;
	padding: 0.1em;
}

input.text, textarea.text,input.warning, textarea.warning  { 
  border-color:#305e39; 
  border-style:solid; 
  border-width:1px; 
  margin:5px;
	width:200px;
}

input.texttermek  { 
  border-color:#305e39; 
  border-style:solid; 
  border-width:1px; 
  margin:5px;
  width:200px;
}

 textarea.text  {
 width:200px;
 height:100px;
 }

.button {
	margin-top:5px;

	border: 0px solid #ffffff;
	padding: 0px 10px 0px 10px;	
	color:  #ffffff;
	background-color: #305e39;	
			
}
input.texthirlevel  { 
  border-color:#305e39; 
  border-style:solid; 
  border-width:1px; 
  margin:5px;
	width:180px;
}
form label.texthirlevel {
	display:block;
	float: left;
	width: 170px;
	text-align: left; 
	margin: 5px 0 0 0;
	padding: 0.1em;
}
h1 {
	font-size: 15px;
	color: #fff;
}
fieldset {
 border: 0px solid #cc9900;
 width: 310px;

}

legend {
 padding: 10px 2px;
 margin-left: 20px;
 font-size: 12px;
 font-weight: bold;
 background-color: #cc9900;
 color: #ffffcc;
}

input,
select,
textarea {
	font-family: verdana, helvetica, arial;
	font-size: 11px;
	color: #333;
	margin: 4px;
	padding: 1px;
	vertical-align: middle;
	width: 200px;
	background-color: #cbcbcb;
	
}