body {
	margin: 0;
	background-color: #1361A7;
}
h1 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 5px;
	font-family: Tahoma;
}
#page {
	width: 1000px;
	margin: auto;
}

#cnt {
	background-image: url(../images/bgpic.jpg);
	background-repeat: no-repeat;
	background-color: #1361A7;
}

#child_content {
	text-align: center;
	float: left;
	width: 175px;
	height: 180px;
}

#child_content a {
	display:block;
}

/* menu */

#menu_ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#menu_ul ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}

#menu_ul li a:link, #menu_ul li a:visited, #menu_ul li a:active {
	height: 24px;
	background-image: url(../images/menu.png);
	color: #FFFFFF;
	font-family: Arial;
	text-transform: uppercase;
	font-size: 12px;
	padding-top: 7px;
	padding-left: 15px;
	cursor: pointer;
	white-space:nowrap;
	overflow:hidden;	
	text-decoration: none;
	display:block;	
} 

#menu_ul li a:hover {
	background-image: url(../images/menu_x.png);
}




#menu_ul ul li a:link, #menu_ul ul li a:visited, #menu_ul ul li a:active {
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	height: auto;
	background: none;
	padding-right: 0px;
	padding-left: 0px;
	white-space: normal;
}

#menu_ul ul li a:hover {
	color:#CCCCCC;
}

#menu {
	width: 174px;
	float: left;
}

/* menu vege*/

#content {
	width: 706px;
	padding-left: 100px;
	padding-right: 20px;
	padding-top: 100px;
	float: left;	
	font-size: 14px;
	color: #FFFFFF;
	font-family: Tahoma;
}


#content2 {
	width: 610px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	font-size: 13px;
	color: #FFFFFF;
	font-family: Tahoma;
}

#content p {
	text-align: justify;
	margin-bottom: 8px;
}

#content h1 {
	font-size:17px;
}

#content a:link, #content a:active, #content a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#content a:hover {
	color: #CCCCCC;
}

.clr {
	clear: both;
}

#right_pic {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
	border: 1px solid #FFFFFF;	
}

#left_pic {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-top: 3px;
	border: 1px solid #FFFFFF;
}

/* hibazenet */
#error {
	background: #E13025 url(../images/icon_error.gif) no-repeat;
	color: #FFF;
	padding: 10px 0 10px 37px;
	margin: 10px 20px;
	background-position: 11px 10px;
	width: 90%;
	font-family: "Courier New", Courier, monospace;
}
#error p.message_error, #error2 p.message_error { padding: 1px 5px 2px 13px; margin: 0; color: #FFF; border-left: 1px solid white; }
#error2 { background: #E13025 url(../images/icon_error.gif) no-repeat; color: #FFF; padding: 10px 0 10px 37px; margin: 0 0 10px 0;  background-position: 11px 10px; }

/* sikeres mvelet zenet */
#success {
	background: #599436 url(../images/icon_success.gif) no-repeat;
	color: #FFF;
	padding: 10px 0 10px 37px;
	margin: 10px 20px;
	background-position: 11px 10px;
	width: 90%;
	font-family: "Courier New", Courier, monospace;
}
#success p.message_success, #success2 p.message_success { padding: 1px 5px 2px 13px; margin: 0; color: #FFF; border-left: 1px solid white; }
#success2 {
	background: #599436 url(../images/icon_success.gif) no-repeat;
	color: #FFF;
	padding: 10px 0 10px 37px;
	margin: 0 0 10px 0;
	background-position: 11px 10px;
	font-family: "Courier New", Courier, monospace;
}

/* debug ablak zenet */
#debug {
	background: #777777;
	color: #FFF;
	padding: 10px 0 10px 37px;
	margin: 10px 20px;
	width: 90%;
	font-family: "Courier New", Courier, monospace;
}
#debug p.message_debug, #debug2 p.message_debug { padding: 1px 5px 2px 13px; margin: 0; color: #FFF; border-left: 1px solid white; }
#debug2 { background: #777777; color: #FFF; padding: 10px 0 10px 37px; margin: 0 0 10px 0 }

#adatok {
	width: 300px;
	float: left;
}
#adatok2 {
	width: 250px;
	float: left;
}

textarea, input[type="text"], input[type="password"], input[type="file"], input[type="button"], input[type="submit"], input[type="reset"], select {
	border-width:1px;
	border-style:solid;
	border-color:#666666;	
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
#product {
	color: #FFFFFF;
	background-color: #2B72B2;
	border-width:1px;
	border-style:solid;
	border-color:#FFFFFF;


	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	padding:10px;
	width: 550px;
	margin: auto;
}

#product img {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}
#smallpics {
	height: 92px;
	overflow: hidden;
}
#smallpics img {
	margin-right: 3px;
	border: 1px solid #FFFFFF;
}
#bigpics {
	text-align: center;
	height: 450px;
	padding-top: 5px;
}
#description {
	font-size: 12px;
	text-align: center;
}

.search {
    background-color: #93C9F9;
}
